diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6e92abfa..e9f1a014a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Bilibili Evolved 是一个基于 Web 前端技术构建的油猴脚本, 贡献 ## 搭建开发环境 -- 需要安装 [Node.js](https://nodejs.org/en/download/) (>= 14.0), [Visual Studio Code](https://code.visualstudio.com/) 和 [pnpm](https://pnpm.io/installation). +- 需要安装 [Node.js](https://nodejs.org/en/download/) (>= 14.0), [Visual Studio Code](https://code.visualstudio.com/) 和 [pnpm](https://pnpm.io/installation) (>= 8.1.0). - 将项目 Fork 至自己账户后, 克隆至本地 - 分支视情况切换或新建, 新功能以 `preview-features` 为基础分支, 功能修复以 `preview-fixes` 为基础分支. - 安装依赖: diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca15c2a03..b5722416e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,227 +1,287 @@ -lockfileVersion: 5.4 - -specifiers: - '@babel/core': 7.20.12 - '@babel/parser': ^7.20.15 - '@babel/plugin-proposal-class-properties': ^7.18.6 - '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/types': ^7.20.7 - '@popperjs/core': ^2.6.0 - '@types/async-exit-hook': ^2.0.0 - '@types/babel__core': ^7.20.0 - '@types/color': ^3.0.1 - '@types/glob': ^7.2.0 - '@types/lodash': ^4.14.172 - '@types/marked': ^1.2.0 - '@types/node': ^17.0.31 - '@types/serve-handler': ^6.1.1 - '@types/sortablejs': ^1.10.7 - '@types/streamsaver': ^2.0.1 - '@types/webpack-env': ^1.15.1 - '@types/ws': ^8.2.3 - '@typescript-eslint/eslint-plugin': ^5.50.0 - '@typescript-eslint/parser': ^5.50.0 - async-exit-hook: ^2.0.1 - autoprefixer: ^10.0.1 - babel-loader: ^8.1.0 - browserslist: ^4.21.4 - color: ^3.1.2 - css-loader: ^5.0.0 - eslint: ^7.32.0 - eslint-config-airbnb-base: ^14.1.0 - eslint-config-prettier: ^8.6.0 - eslint-plugin-import: ^2.20.1 - eslint-plugin-prettier: ^4.2.1 - eslint-plugin-vue: 7.1.0 - fast-sass-loader: ^2.0.0 - fuse.js: ^6.4.6 - jszip: ^3.7.1 - lodash: ^4.17.21 - marked: ^1.2.5 - postcss: ^8.1.0 - postcss-loader: ^4.0.4 - postcss-preset-env: ^7.5.0 - prettier: ^2.8.3 - protobufjs: ^6.11.2 - sass: ^1.25.0 - serve: ^13.0.2 - serve-handler: ^6.1.3 - streamsaver: ^2.0.6 - style-loader: ^2.0.0 - terser: '>=5.3.8 <6' - terser-webpack-plugin: ^5.0.1 - tippy.js: ^6.3.1 - to-string-loader: ^1.2.0 - ts-node: ^10.7.0 - typescript: ^4.9.5 - vue: ^2.6.11 - vue-fragment: ^1.5.2 - vue-loader: ^15.8.3 - vue-template-compiler: ^2.6.11 - webpack: ^5.31.2 - webpack-bundle-analyzer: ^4.5.0 - webpack-cli: ^4.6.0 - ws: ^8.5.0 +lockfileVersion: '6.0' dependencies: - '@popperjs/core': registry.npmmirror.com/@popperjs/core/2.11.5 - color: registry.npmmirror.com/color/3.2.1 - fuse.js: registry.npmmirror.com/fuse.js/6.6.1 - jszip: registry.npmmirror.com/jszip/3.9.1 - lodash: registry.npmmirror.com/lodash/4.17.21 - marked: registry.npmmirror.com/marked/1.2.9 - protobufjs: registry.npmmirror.com/protobufjs/6.11.2 - streamsaver: registry.npmmirror.com/streamsaver/2.0.6 - tippy.js: registry.npmmirror.com/tippy.js/6.3.7 - vue: registry.npmmirror.com/vue/2.6.14 - vue-fragment: registry.npmmirror.com/vue-fragment/1.5.2_vue@2.6.14 + '@popperjs/core': + specifier: ^2.6.0 + version: registry.npmmirror.com/@popperjs/core@2.11.5 + color: + specifier: ^3.1.2 + version: registry.npmmirror.com/color@3.2.1 + fuse.js: + specifier: ^6.4.6 + version: registry.npmmirror.com/fuse.js@6.6.1 + jszip: + specifier: ^3.7.1 + version: registry.npmmirror.com/jszip@3.9.1 + lodash: + specifier: ^4.17.21 + version: registry.npmmirror.com/lodash@4.17.21 + marked: + specifier: ^1.2.5 + version: registry.npmmirror.com/marked@1.2.9 + protobufjs: + specifier: ^6.11.2 + version: registry.npmmirror.com/protobufjs@6.11.2 + streamsaver: + specifier: ^2.0.6 + version: registry.npmmirror.com/streamsaver@2.0.6 + tippy.js: + specifier: ^6.3.1 + version: registry.npmmirror.com/tippy.js@6.3.7 + vue: + specifier: ^2.6.11 + version: registry.npmmirror.com/vue@2.6.14 + vue-fragment: + specifier: ^1.5.2 + version: registry.npmmirror.com/vue-fragment@1.5.2(vue@2.6.14) devDependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.15 - '@babel/plugin-proposal-class-properties': registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.12 - '@babel/preset-env': registry.npmmirror.com/@babel/preset-env/7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': registry.npmmirror.com/@babel/preset-typescript/7.18.6_@babel+core@7.20.12 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 - '@types/async-exit-hook': registry.npmmirror.com/@types/async-exit-hook/2.0.0 - '@types/babel__core': registry.npmmirror.com/@types/babel__core/7.20.0 - '@types/color': registry.npmmirror.com/@types/color/3.0.3 - '@types/glob': registry.npmmirror.com/@types/glob/7.2.0 - '@types/lodash': registry.npmmirror.com/@types/lodash/4.14.182 - '@types/marked': registry.npmmirror.com/@types/marked/1.2.2 - '@types/node': registry.npmmirror.com/@types/node/17.0.31 - '@types/serve-handler': registry.npmmirror.com/@types/serve-handler/6.1.1 - '@types/sortablejs': registry.npmmirror.com/@types/sortablejs/1.10.7 - '@types/streamsaver': registry.npmmirror.com/@types/streamsaver/2.0.1 - '@types/webpack-env': registry.npmmirror.com/@types/webpack-env/1.16.4 - '@types/ws': registry.npmmirror.com/@types/ws/8.2.3 - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.50.0_26f3njul6gntellyj5og7p3oly - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe - async-exit-hook: registry.npmmirror.com/async-exit-hook/2.0.1 - autoprefixer: registry.npmmirror.com/autoprefixer/10.4.7_postcss@8.4.13 - babel-loader: registry.npmmirror.com/babel-loader/8.2.5_xikclrripsnnfaia444gq7a2va - browserslist: registry.npmmirror.com/browserslist/4.21.4 - css-loader: registry.npmmirror.com/css-loader/5.2.7_webpack@5.72.0 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-config-airbnb-base: registry.npmmirror.com/eslint-config-airbnb-base/14.2.1_hpmu7kn6tcn2vnxpfzvv33bxmy - eslint-config-prettier: registry.npmmirror.com/eslint-config-prettier/8.6.0_eslint@7.32.0 - eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.26.0_i35iul5rhorb6bo22nznvrlqjq - eslint-plugin-prettier: registry.npmmirror.com/eslint-plugin-prettier/4.2.1_o6s4toj67ba3vratins5wgouge - eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.1.0_eslint@7.32.0 - fast-sass-loader: registry.npmmirror.com/fast-sass-loader/2.0.1_sass@1.51.0+webpack@5.72.0 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-loader: registry.npmmirror.com/postcss-loader/4.3.0_g4najheu5gwop3kphiif6aqpde - postcss-preset-env: registry.npmmirror.com/postcss-preset-env/7.5.0_postcss@8.4.13 - prettier: registry.npmmirror.com/prettier/2.8.3 - sass: registry.npmmirror.com/sass/1.51.0 - serve: registry.npmmirror.com/serve/13.0.2 - serve-handler: registry.npmmirror.com/serve-handler/6.1.3 - style-loader: registry.npmmirror.com/style-loader/2.0.0_webpack@5.72.0 - terser: registry.npmmirror.com/terser/5.13.1 - terser-webpack-plugin: registry.npmmirror.com/terser-webpack-plugin/5.3.1_webpack@5.72.0 - to-string-loader: registry.npmmirror.com/to-string-loader/1.2.0 - ts-node: registry.npmmirror.com/ts-node/10.7.0_mexvogqykbbq6jmfbkf4i2paku - typescript: registry.npmmirror.com/typescript/4.9.5 - vue-loader: registry.npmmirror.com/vue-loader/15.9.8_ffwzdgtqke25ahxrxm6chzu3e4 - vue-template-compiler: registry.npmmirror.com/vue-template-compiler/2.6.14 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 - webpack-bundle-analyzer: registry.npmmirror.com/webpack-bundle-analyzer/4.5.0 - webpack-cli: registry.npmmirror.com/webpack-cli/4.9.2_d44oamaeqptjhxq6msbgm4j2fi - ws: registry.npmmirror.com/ws/8.5.0 + '@babel/core': + specifier: 7.20.12 + version: registry.npmmirror.com/@babel/core@7.20.12 + '@babel/parser': + specifier: ^7.20.15 + version: registry.npmmirror.com/@babel/parser@7.20.15 + '@babel/plugin-proposal-class-properties': + specifier: ^7.18.6 + version: registry.npmmirror.com/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.20.12) + '@babel/preset-env': + specifier: ^7.20.2 + version: registry.npmmirror.com/@babel/preset-env@7.20.2(@babel/core@7.20.12) + '@babel/preset-typescript': + specifier: ^7.18.6 + version: registry.npmmirror.com/@babel/preset-typescript@7.18.6(@babel/core@7.20.12) + '@babel/types': + specifier: ^7.20.7 + version: registry.npmmirror.com/@babel/types@7.20.7 + '@types/async-exit-hook': + specifier: ^2.0.0 + version: registry.npmmirror.com/@types/async-exit-hook@2.0.0 + '@types/babel__core': + specifier: ^7.20.0 + version: registry.npmmirror.com/@types/babel__core@7.20.0 + '@types/color': + specifier: ^3.0.1 + version: registry.npmmirror.com/@types/color@3.0.3 + '@types/glob': + specifier: ^7.2.0 + version: registry.npmmirror.com/@types/glob@7.2.0 + '@types/lodash': + specifier: ^4.14.172 + version: registry.npmmirror.com/@types/lodash@4.14.182 + '@types/marked': + specifier: ^1.2.0 + version: registry.npmmirror.com/@types/marked@1.2.2 + '@types/node': + specifier: ^17.0.31 + version: registry.npmmirror.com/@types/node@17.0.31 + '@types/serve-handler': + specifier: ^6.1.1 + version: registry.npmmirror.com/@types/serve-handler@6.1.1 + '@types/sortablejs': + specifier: ^1.10.7 + version: registry.npmmirror.com/@types/sortablejs@1.10.7 + '@types/streamsaver': + specifier: ^2.0.1 + version: registry.npmmirror.com/@types/streamsaver@2.0.1 + '@types/webpack-env': + specifier: ^1.15.1 + version: registry.npmmirror.com/@types/webpack-env@1.16.4 + '@types/ws': + specifier: ^8.2.3 + version: registry.npmmirror.com/@types/ws@8.2.3 + '@typescript-eslint/eslint-plugin': + specifier: ^5.50.0 + version: registry.npmmirror.com/@typescript-eslint/eslint-plugin@5.50.0(@typescript-eslint/parser@5.50.0)(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/parser': + specifier: ^5.50.0 + version: registry.npmmirror.com/@typescript-eslint/parser@5.50.0(eslint@7.32.0)(typescript@4.9.5) + async-exit-hook: + specifier: ^2.0.1 + version: registry.npmmirror.com/async-exit-hook@2.0.1 + autoprefixer: + specifier: ^10.0.1 + version: registry.npmmirror.com/autoprefixer@10.4.7(postcss@8.4.13) + babel-loader: + specifier: ^8.1.0 + version: registry.npmmirror.com/babel-loader@8.2.5(@babel/core@7.20.12)(webpack@5.72.0) + browserslist: + specifier: ^4.21.4 + version: registry.npmmirror.com/browserslist@4.21.4 + css-loader: + specifier: ^5.0.0 + version: registry.npmmirror.com/css-loader@5.2.7(webpack@5.72.0) + eslint: + specifier: ^7.32.0 + version: registry.npmmirror.com/eslint@7.32.0 + eslint-config-airbnb-base: + specifier: ^14.1.0 + version: registry.npmmirror.com/eslint-config-airbnb-base@14.2.1(eslint-plugin-import@2.26.0)(eslint@7.32.0) + eslint-config-prettier: + specifier: ^8.6.0 + version: registry.npmmirror.com/eslint-config-prettier@8.6.0(eslint@7.32.0) + eslint-plugin-import: + specifier: ^2.20.1 + version: registry.npmmirror.com/eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.50.0)(eslint@7.32.0) + eslint-plugin-prettier: + specifier: ^4.2.1 + version: registry.npmmirror.com/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.6.0)(eslint@7.32.0)(prettier@2.8.3) + eslint-plugin-vue: + specifier: 7.1.0 + version: registry.npmmirror.com/eslint-plugin-vue@7.1.0(eslint@7.32.0) + fast-sass-loader: + specifier: ^2.0.0 + version: registry.npmmirror.com/fast-sass-loader@2.0.1(sass@1.51.0)(webpack@5.72.0) + postcss: + specifier: ^8.1.0 + version: registry.npmmirror.com/postcss@8.4.13 + postcss-loader: + specifier: ^4.0.4 + version: registry.npmmirror.com/postcss-loader@4.3.0(postcss@8.4.13)(webpack@5.72.0) + postcss-preset-env: + specifier: ^7.5.0 + version: registry.npmmirror.com/postcss-preset-env@7.5.0(postcss@8.4.13) + prettier: + specifier: ^2.8.3 + version: registry.npmmirror.com/prettier@2.8.3 + sass: + specifier: ^1.25.0 + version: registry.npmmirror.com/sass@1.51.0 + serve: + specifier: ^13.0.2 + version: registry.npmmirror.com/serve@13.0.2 + serve-handler: + specifier: ^6.1.3 + version: registry.npmmirror.com/serve-handler@6.1.3 + style-loader: + specifier: ^2.0.0 + version: registry.npmmirror.com/style-loader@2.0.0(webpack@5.72.0) + terser: + specifier: '>=5.3.8 <6' + version: registry.npmmirror.com/terser@5.13.1 + terser-webpack-plugin: + specifier: ^5.0.1 + version: registry.npmmirror.com/terser-webpack-plugin@5.3.1(webpack@5.72.0) + to-string-loader: + specifier: ^1.2.0 + version: registry.npmmirror.com/to-string-loader@1.2.0 + ts-node: + specifier: ^10.7.0 + version: registry.npmmirror.com/ts-node@10.7.0(@types/node@17.0.31)(typescript@4.9.5) + typescript: + specifier: ^4.9.5 + version: registry.npmmirror.com/typescript@4.9.5 + vue-loader: + specifier: ^15.8.3 + version: registry.npmmirror.com/vue-loader@15.9.8(css-loader@5.2.7)(lodash@4.17.21)(vue-template-compiler@2.6.14)(webpack@5.72.0) + vue-template-compiler: + specifier: ^2.6.11 + version: registry.npmmirror.com/vue-template-compiler@2.6.14 + webpack: + specifier: ^5.31.2 + version: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) + webpack-bundle-analyzer: + specifier: ^4.5.0 + version: registry.npmmirror.com/webpack-bundle-analyzer@4.5.0 + webpack-cli: + specifier: ^4.6.0 + version: registry.npmmirror.com/webpack-cli@4.9.2(webpack-bundle-analyzer@4.5.0)(webpack@5.72.0) + ws: + specifier: ^8.5.0 + version: registry.npmmirror.com/ws@8.5.0 packages: - registry.npmmirror.com/@ampproject/remapping/2.2.0: + registry.npmmirror.com/@ampproject/remapping@2.2.0: resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.0.tgz} name: '@ampproject/remapping' version: 2.2.0 engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping/0.1.1 - '@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping/0.3.10 + '@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping@0.1.1 + '@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping@0.3.10 dev: true - registry.npmmirror.com/@babel/code-frame/7.12.11: + registry.npmmirror.com/@babel/code-frame@7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.12.11.tgz} name: '@babel/code-frame' version: 7.12.11 dependencies: - '@babel/highlight': registry.npmmirror.com/@babel/highlight/7.17.9 + '@babel/highlight': registry.npmmirror.com/@babel/highlight@7.17.9 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/compat-data/7.20.14: + registry.npmmirror.com/@babel/compat-data@7.20.14: resolution: {integrity: sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.20.14.tgz} name: '@babel/compat-data' version: 7.20.14 engines: {node: '>=6.9.0'} dev: true - registry.npmmirror.com/@babel/core/7.20.12: + registry.npmmirror.com/@babel/core@7.20.12: resolution: {integrity: sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/core/-/core-7.20.12.tgz} name: '@babel/core' version: 7.20.12 engines: {node: '>=6.9.0'} dependencies: - '@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping/2.2.0 - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.18.6 - '@babel/generator': registry.npmmirror.com/@babel/generator/7.20.14 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.11 - '@babel/helpers': registry.npmmirror.com/@babel/helpers/7.20.13 - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.15 - '@babel/template': registry.npmmirror.com/@babel/template/7.20.7 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.13 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 - convert-source-map: registry.npmmirror.com/convert-source-map/1.8.0 - debug: registry.npmmirror.com/debug/4.3.4 - gensync: registry.npmmirror.com/gensync/1.0.0-beta.2 - json5: registry.npmmirror.com/json5/2.2.3 - semver: registry.npmmirror.com/semver/6.3.0 + '@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping@2.2.0 + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame@7.18.6 + '@babel/generator': registry.npmmirror.com/@babel/generator@7.20.14 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets@7.20.7(@babel/core@7.20.12) + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms@7.20.11 + '@babel/helpers': registry.npmmirror.com/@babel/helpers@7.20.13 + '@babel/parser': registry.npmmirror.com/@babel/parser@7.20.15 + '@babel/template': registry.npmmirror.com/@babel/template@7.20.7 + '@babel/traverse': registry.npmmirror.com/@babel/traverse@7.20.13 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 + convert-source-map: registry.npmmirror.com/convert-source-map@1.8.0 + debug: registry.npmmirror.com/debug@4.3.4 + gensync: registry.npmmirror.com/gensync@1.0.0-beta.2 + json5: registry.npmmirror.com/json5@2.2.3 + semver: registry.npmmirror.com/semver@6.3.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/generator/7.20.14: + registry.npmmirror.com/@babel/generator@7.20.14: resolution: {integrity: sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/generator/-/generator-7.20.14.tgz} name: '@babel/generator' version: 7.20.14 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 - '@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping/0.3.2 - jsesc: registry.npmmirror.com/jsesc/2.5.2 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 + '@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping@0.3.2 + jsesc: registry.npmmirror.com/jsesc@2.5.2 dev: true - registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6: + registry.npmmirror.com/@babel/helper-annotate-as-pure@7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz} name: '@babel/helper-annotate-as-pure' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: + registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor@7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz} name: '@babel/helper-builder-binary-assignment-operator-visitor' version: 7.18.9 engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-explode-assignable-expression': registry.npmmirror.com/@babel/helper-explode-assignable-expression/7.18.6 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/helper-explode-assignable-expression': registry.npmmirror.com/@babel/helper-explode-assignable-expression@7.18.6 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/helper-compilation-targets@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz} id: registry.npmmirror.com/@babel/helper-compilation-targets/7.20.7 name: '@babel/helper-compilation-targets' @@ -230,15 +290,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.14 - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option/7.18.6 - browserslist: registry.npmmirror.com/browserslist/4.21.4 - lru-cache: registry.npmmirror.com/lru-cache/5.1.1 - semver: registry.npmmirror.com/semver/6.3.0 + '@babel/compat-data': registry.npmmirror.com/@babel/compat-data@7.20.14 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option@7.18.6 + browserslist: registry.npmmirror.com/browserslist@4.21.4 + lru-cache: registry.npmmirror.com/lru-cache@5.1.1 + semver: registry.npmmirror.com/semver@6.3.0 dev: true - registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12: + registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.20.12): resolution: {integrity: sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz} id: registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.12 name: '@babel/helper-create-class-features-plugin' @@ -247,20 +307,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9 - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0 - '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.20.7 - '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6 - '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.20.7 - '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0 - '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure@7.18.6 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.18.9 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name@7.19.0 + '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions@7.20.7 + '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression@7.18.6 + '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers@7.20.7 + '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers@7.20.0 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.18.6 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.12: + registry.npmmirror.com/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.20.12): resolution: {integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz} id: registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5 name: '@babel/helper-create-regexp-features-plugin' @@ -269,12 +329,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - regexpu-core: registry.npmmirror.com/regexpu-core/5.2.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure@7.18.6 + regexpu-core: registry.npmmirror.com/regexpu-core@5.2.2 dev: true - registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.12: + registry.npmmirror.com/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.20.12): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz} id: registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3 name: '@babel/helper-define-polyfill-provider' @@ -282,105 +342,105 @@ packages: peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - debug: registry.npmmirror.com/debug/4.3.4 - lodash.debounce: registry.npmmirror.com/lodash.debounce/4.0.8 - resolve: registry.npmmirror.com/resolve/1.22.0 - semver: registry.npmmirror.com/semver/6.3.0 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets@7.20.7(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + debug: registry.npmmirror.com/debug@4.3.4 + lodash.debounce: registry.npmmirror.com/lodash.debounce@4.0.8 + resolve: registry.npmmirror.com/resolve@1.22.0 + semver: registry.npmmirror.com/semver@6.3.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9: + registry.npmmirror.com/@babel/helper-environment-visitor@7.18.9: resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz} name: '@babel/helper-environment-visitor' version: 7.18.9 engines: {node: '>=6.9.0'} dev: true - registry.npmmirror.com/@babel/helper-explode-assignable-expression/7.18.6: + registry.npmmirror.com/@babel/helper-explode-assignable-expression@7.18.6: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz} name: '@babel/helper-explode-assignable-expression' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-function-name/7.19.0: + registry.npmmirror.com/@babel/helper-function-name@7.19.0: resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz} name: '@babel/helper-function-name' version: 7.19.0 engines: {node: '>=6.9.0'} dependencies: - '@babel/template': registry.npmmirror.com/@babel/template/7.20.7 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/template': registry.npmmirror.com/@babel/template@7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6: + registry.npmmirror.com/@babel/helper-hoist-variables@7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz} name: '@babel/helper-hoist-variables' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.20.7: + registry.npmmirror.com/@babel/helper-member-expression-to-functions@7.20.7: resolution: {integrity: sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz} name: '@babel/helper-member-expression-to-functions' version: 7.20.7 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-module-imports/7.18.6: + registry.npmmirror.com/@babel/helper-module-imports@7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz} name: '@babel/helper-module-imports' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-module-transforms/7.20.11: + registry.npmmirror.com/@babel/helper-module-transforms@7.20.11: resolution: {integrity: sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz} name: '@babel/helper-module-transforms' version: 7.20.11 engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9 - '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.18.6 - '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access/7.20.2 - '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6 - '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1 - '@babel/template': registry.npmmirror.com/@babel/template/7.20.7 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.13 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.18.9 + '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports@7.18.6 + '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access@7.20.2 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.18.6 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier@7.19.1 + '@babel/template': registry.npmmirror.com/@babel/template@7.20.7 + '@babel/traverse': registry.npmmirror.com/@babel/traverse@7.20.13 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6: + registry.npmmirror.com/@babel/helper-optimise-call-expression@7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz} name: '@babel/helper-optimise-call-expression' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2: + registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz} name: '@babel/helper-plugin-utils' version: 7.20.2 engines: {node: '>=6.9.0'} dev: true - registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.12: + registry.npmmirror.com/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz} id: registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9 name: '@babel/helper-remap-async-to-generator' @@ -389,139 +449,139 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9 - '@babel/helper-wrap-function': registry.npmmirror.com/@babel/helper-wrap-function/7.20.5 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure@7.18.6 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.18.9 + '@babel/helper-wrap-function': registry.npmmirror.com/@babel/helper-wrap-function@7.20.5 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/helper-replace-supers/7.20.7: + registry.npmmirror.com/@babel/helper-replace-supers@7.20.7: resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz} name: '@babel/helper-replace-supers' version: 7.20.7 engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9 - '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions/7.20.7 - '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6 - '@babel/template': registry.npmmirror.com/@babel/template/7.20.7 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.13 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.18.9 + '@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions@7.20.7 + '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression@7.18.6 + '@babel/template': registry.npmmirror.com/@babel/template@7.20.7 + '@babel/traverse': registry.npmmirror.com/@babel/traverse@7.20.13 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/helper-simple-access/7.20.2: + registry.npmmirror.com/@babel/helper-simple-access@7.20.2: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz} name: '@babel/helper-simple-access' version: 7.20.2 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0: + registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers@7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz} name: '@babel/helper-skip-transparent-expression-wrappers' version: 7.20.0 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6: + registry.npmmirror.com/@babel/helper-split-export-declaration@7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz} name: '@babel/helper-split-export-declaration' version: 7.18.6 engines: {node: '>=6.9.0'} dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 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'} dev: true - 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'} dev: true - registry.npmmirror.com/@babel/helper-validator-option/7.18.6: + registry.npmmirror.com/@babel/helper-validator-option@7.18.6: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz} name: '@babel/helper-validator-option' version: 7.18.6 engines: {node: '>=6.9.0'} dev: true - registry.npmmirror.com/@babel/helper-wrap-function/7.20.5: + registry.npmmirror.com/@babel/helper-wrap-function@7.20.5: resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz} name: '@babel/helper-wrap-function' version: 7.20.5 engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0 - '@babel/template': registry.npmmirror.com/@babel/template/7.20.7 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.13 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name@7.19.0 + '@babel/template': registry.npmmirror.com/@babel/template@7.20.7 + '@babel/traverse': registry.npmmirror.com/@babel/traverse@7.20.13 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/helpers/7.20.13: + registry.npmmirror.com/@babel/helpers@7.20.13: resolution: {integrity: sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helpers/-/helpers-7.20.13.tgz} name: '@babel/helpers' version: 7.20.13 engines: {node: '>=6.9.0'} dependencies: - '@babel/template': registry.npmmirror.com/@babel/template/7.20.7 - '@babel/traverse': registry.npmmirror.com/@babel/traverse/7.20.13 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/template': registry.npmmirror.com/@babel/template@7.20.7 + '@babel/traverse': registry.npmmirror.com/@babel/traverse@7.20.13 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/highlight/7.17.9: + registry.npmmirror.com/@babel/highlight@7.17.9: resolution: {integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/highlight/-/highlight-7.17.9.tgz} name: '@babel/highlight' version: 7.17.9 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/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.15: + registry.npmmirror.com/@babel/parser@7.20.15: resolution: {integrity: sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/-/parser-7.20.15.tgz} name: '@babel/parser' version: 7.20.15 engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6 name: '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression' @@ -530,11 +590,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7 name: '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining' @@ -543,13 +603,13 @@ packages: peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0 - '@babel/plugin-proposal-optional-chaining': registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.20.7_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers@7.20.0 + '@babel/plugin-proposal-optional-chaining': registry.npmmirror.com/@babel/plugin-proposal-optional-chaining@7.20.7(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.20.7 name: '@babel/plugin-proposal-async-generator-functions' @@ -558,16 +618,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.12 - '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.18.9 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.20.12) + '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.20.12) transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6 name: '@babel/plugin-proposal-class-properties' @@ -576,14 +636,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-proposal-class-static-block/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-class-static-block@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-class-static-block/7.20.7 name: '@babel/plugin-proposal-class-static-block' @@ -592,15 +652,15 @@ packages: peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.20.12) transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/7.18.6 name: '@babel/plugin-proposal-dynamic-import' @@ -609,12 +669,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/7.18.9 name: '@babel/plugin-proposal-export-namespace-from' @@ -623,12 +683,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-json-strings/7.18.6 name: '@babel/plugin-proposal-json-strings' @@ -637,12 +697,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/7.20.7 name: '@babel/plugin-proposal-logical-assignment-operators' @@ -651,12 +711,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6 name: '@babel/plugin-proposal-nullish-coalescing-operator' @@ -665,12 +725,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/7.18.6 name: '@babel/plugin-proposal-numeric-separator' @@ -679,12 +739,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/7.20.7 name: '@babel/plugin-proposal-object-rest-spread' @@ -693,15 +753,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.14 - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.12 - '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.7_@babel+core@7.20.12 + '@babel/compat-data': registry.npmmirror.com/@babel/compat-data@7.20.14 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets@7.20.7(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.20.12) + '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters@7.20.7(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/7.18.6 name: '@babel/plugin-proposal-optional-catch-binding' @@ -710,12 +770,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-optional-chaining@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.20.7 name: '@babel/plugin-proposal-optional-chaining' @@ -724,13 +784,13 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0 - '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers@7.20.0 + '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.20.12) dev: true - registry.npmmirror.com/@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-private-methods/7.18.6 name: '@babel/plugin-proposal-private-methods' @@ -739,14 +799,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.20.12): resolution: {integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.20.5 name: '@babel/plugin-proposal-private-property-in-object' @@ -755,16 +815,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure@7.18.6 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.20.12) transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6 name: '@babel/plugin-proposal-unicode-property-regex' @@ -773,12 +833,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.20.12): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4 name: '@babel/plugin-syntax-async-generators' @@ -786,11 +846,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.20.12): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13 name: '@babel/plugin-syntax-class-properties' @@ -798,11 +858,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.20.12): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5 name: '@babel/plugin-syntax-class-static-block' @@ -811,11 +871,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3 name: '@babel/plugin-syntax-dynamic-import' @@ -823,11 +883,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3 name: '@babel/plugin-syntax-export-namespace-from' @@ -835,11 +895,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.20.12): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0 name: '@babel/plugin-syntax-import-assertions' @@ -848,11 +908,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3 name: '@babel/plugin-syntax-json-strings' @@ -860,11 +920,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.20.12): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4 name: '@babel/plugin-syntax-logical-assignment-operators' @@ -872,11 +932,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3 name: '@babel/plugin-syntax-nullish-coalescing-operator' @@ -884,11 +944,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.20.12): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4 name: '@babel/plugin-syntax-numeric-separator' @@ -896,11 +956,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3 name: '@babel/plugin-syntax-object-rest-spread' @@ -908,11 +968,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3 name: '@babel/plugin-syntax-optional-catch-binding' @@ -920,11 +980,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3 name: '@babel/plugin-syntax-optional-chaining' @@ -932,11 +992,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.20.12): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5 name: '@babel/plugin-syntax-private-property-in-object' @@ -945,11 +1005,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.20.12): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-top-level-await/7.14.5 name: '@babel/plugin-syntax-top-level-await' @@ -958,11 +1018,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.20.12): resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz} id: registry.npmmirror.com/@babel/plugin-syntax-typescript/7.20.0 name: '@babel/plugin-syntax-typescript' @@ -971,11 +1031,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-transform-arrow-functions/7.20.7 name: '@babel/plugin-transform-arrow-functions' @@ -984,11 +1044,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-transform-async-to-generator/7.20.7 name: '@babel/plugin-transform-async-to-generator' @@ -997,15 +1057,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports/7.18.6 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports@7.18.6 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-remap-async-to-generator': registry.npmmirror.com/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.20.12) transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/7.18.6 name: '@babel/plugin-transform-block-scoped-functions' @@ -1014,11 +1074,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.15_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-block-scoping@7.20.15(@babel/core@7.20.12): resolution: {integrity: sha512-Vv4DMZ6MiNOhu/LdaZsT/bsLRxgL94d269Mv4R/9sp6+Mp++X/JqypZYypJXLlM4mlL352/Egzbzr98iABH1CA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.15.tgz} id: registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.15 name: '@babel/plugin-transform-block-scoping' @@ -1027,11 +1087,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-classes/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-classes@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-transform-classes/7.20.7 name: '@babel/plugin-transform-classes' @@ -1040,21 +1100,21 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure/7.18.6 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9 - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0 - '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression/7.18.6 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.20.7 - '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6 - globals: registry.npmmirror.com/globals/11.12.0 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure@7.18.6 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets@7.20.7(@babel/core@7.20.12) + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.18.9 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name@7.19.0 + '@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression@7.18.6 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers@7.20.7 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.18.6 + globals: registry.npmmirror.com/globals@11.12.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-transform-computed-properties/7.20.7 name: '@babel/plugin-transform-computed-properties' @@ -1063,12 +1123,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/template': registry.npmmirror.com/@babel/template/7.20.7 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/template': registry.npmmirror.com/@babel/template@7.20.7 dev: true - registry.npmmirror.com/@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-destructuring@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-transform-destructuring/7.20.7 name: '@babel/plugin-transform-destructuring' @@ -1077,11 +1137,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6 name: '@babel/plugin-transform-dotall-regex' @@ -1090,12 +1150,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz} id: registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/7.18.9 name: '@babel/plugin-transform-duplicate-keys' @@ -1104,11 +1164,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/7.18.6 name: '@babel/plugin-transform-exponentiation-operator' @@ -1117,12 +1177,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-builder-binary-assignment-operator-visitor': registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/7.18.9 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-builder-binary-assignment-operator-visitor': registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor@7.18.9 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-for-of@7.18.8(@babel/core@7.20.12): resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz} id: registry.npmmirror.com/@babel/plugin-transform-for-of/7.18.8 name: '@babel/plugin-transform-for-of' @@ -1131,11 +1191,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz} id: registry.npmmirror.com/@babel/plugin-transform-function-name/7.18.9 name: '@babel/plugin-transform-function-name' @@ -1144,13 +1204,13 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12 - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets@7.20.7(@babel/core@7.20.12) + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name@7.19.0 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-literals@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz} id: registry.npmmirror.com/@babel/plugin-transform-literals/7.18.9 name: '@babel/plugin-transform-literals' @@ -1159,11 +1219,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/7.18.6 name: '@babel/plugin-transform-member-expression-literals' @@ -1172,11 +1232,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.20.12): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz} id: registry.npmmirror.com/@babel/plugin-transform-modules-amd/7.20.11 name: '@babel/plugin-transform-modules-amd' @@ -1185,14 +1245,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.11 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms@7.20.11 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-modules-commonjs@7.20.11(@babel/core@7.20.12): resolution: {integrity: sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.20.11.tgz} id: registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.20.11 name: '@babel/plugin-transform-modules-commonjs' @@ -1201,15 +1261,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.11 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms@7.20.11 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access@7.20.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.20.12): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz} id: registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/7.20.11 name: '@babel/plugin-transform-modules-systemjs' @@ -1218,16 +1278,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.11 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.19.1 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables@7.18.6 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms@7.20.11 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier@7.19.1 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-modules-umd/7.18.6 name: '@babel/plugin-transform-modules-umd' @@ -1236,14 +1296,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.20.11 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms@7.20.11 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.20.12): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz} id: registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.20.5 name: '@babel/plugin-transform-named-capturing-groups-regex' @@ -1252,12 +1312,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-new-target/7.18.6 name: '@babel/plugin-transform-new-target' @@ -1266,11 +1326,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-object-super/7.18.6 name: '@babel/plugin-transform-object-super' @@ -1279,14 +1339,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers/7.20.7 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers@7.20.7 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-parameters@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.7 name: '@babel/plugin-transform-parameters' @@ -1295,11 +1355,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-property-literals/7.18.6 name: '@babel/plugin-transform-property-literals' @@ -1308,11 +1368,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.20.12): resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz} id: registry.npmmirror.com/@babel/plugin-transform-regenerator/7.20.5 name: '@babel/plugin-transform-regenerator' @@ -1321,12 +1381,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - regenerator-transform: registry.npmmirror.com/regenerator-transform/0.15.1 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + regenerator-transform: registry.npmmirror.com/regenerator-transform@0.15.1 dev: true - registry.npmmirror.com/@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-reserved-words/7.18.6 name: '@babel/plugin-transform-reserved-words' @@ -1335,11 +1395,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/7.18.6 name: '@babel/plugin-transform-shorthand-properties' @@ -1348,11 +1408,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-spread/7.20.7_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-spread@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz} id: registry.npmmirror.com/@babel/plugin-transform-spread/7.20.7 name: '@babel/plugin-transform-spread' @@ -1361,12 +1421,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/7.20.0 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers@7.20.0 dev: true - registry.npmmirror.com/@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-sticky-regex/7.18.6 name: '@babel/plugin-transform-sticky-regex' @@ -1375,11 +1435,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz} id: registry.npmmirror.com/@babel/plugin-transform-template-literals/7.18.9 name: '@babel/plugin-transform-template-literals' @@ -1388,11 +1448,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz} id: registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/7.18.9 name: '@babel/plugin-transform-typeof-symbol' @@ -1401,11 +1461,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-typescript/7.20.13_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-typescript@7.20.13(@babel/core@7.20.12): resolution: {integrity: sha512-O7I/THxarGcDZxkgWKMUrk7NK1/WbHAg3Xx86gqS6x9MTrNL6AwIluuZ96ms4xeDe6AVx6rjHbWHP7x26EPQBA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.13.tgz} id: registry.npmmirror.com/@babel/plugin-transform-typescript/7.20.13 name: '@babel/plugin-transform-typescript' @@ -1414,15 +1474,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-syntax-typescript': registry.npmmirror.com/@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-syntax-typescript': registry.npmmirror.com/@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.20.12) transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.20.12): resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz} id: registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/7.18.10 name: '@babel/plugin-transform-unicode-escapes' @@ -1431,11 +1491,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz} id: registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6 name: '@babel/plugin-transform-unicode-regex' @@ -1444,12 +1504,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-create-regexp-features-plugin': registry.npmmirror.com/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 dev: true - registry.npmmirror.com/@babel/preset-env/7.20.2_@babel+core@7.20.12: + registry.npmmirror.com/@babel/preset-env@7.20.2(@babel/core@7.20.12): resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.20.2.tgz} id: registry.npmmirror.com/@babel/preset-env/7.20.2 name: '@babel/preset-env' @@ -1458,87 +1518,87 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.14 - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option/7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.12 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-async-generator-functions': registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-class-properties': registry.npmmirror.com/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-class-static-block': registry.npmmirror.com/@babel/plugin-proposal-class-static-block/7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-dynamic-import': registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-export-namespace-from': registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.12 - '@babel/plugin-proposal-json-strings': registry.npmmirror.com/@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-numeric-separator': registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-object-rest-spread': registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-optional-catch-binding': registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-optional-chaining': registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-private-methods': registry.npmmirror.com/@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-private-property-in-object': registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.20.12 - '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.12 - '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.12 - '@babel/plugin-syntax-class-properties': registry.npmmirror.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.12 - '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.12 - '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-import-assertions': registry.npmmirror.com/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.12 - '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.12 - '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.12 - '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.12 - '@babel/plugin-syntax-top-level-await': registry.npmmirror.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.12 - '@babel/plugin-transform-arrow-functions': registry.npmmirror.com/@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-async-to-generator': registry.npmmirror.com/@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-block-scoped-functions': registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-block-scoping': registry.npmmirror.com/@babel/plugin-transform-block-scoping/7.20.15_@babel+core@7.20.12 - '@babel/plugin-transform-classes': registry.npmmirror.com/@babel/plugin-transform-classes/7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-computed-properties': registry.npmmirror.com/@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-destructuring': registry.npmmirror.com/@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-duplicate-keys': registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-exponentiation-operator': registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-for-of': registry.npmmirror.com/@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.12 - '@babel/plugin-transform-function-name': registry.npmmirror.com/@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-literals': registry.npmmirror.com/@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-member-expression-literals': registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-modules-amd': registry.npmmirror.com/@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-modules-commonjs': registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-modules-systemjs': registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-modules-umd': registry.npmmirror.com/@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-named-capturing-groups-regex': registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.12 - '@babel/plugin-transform-new-target': registry.npmmirror.com/@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-object-super': registry.npmmirror.com/@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters/7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-property-literals': registry.npmmirror.com/@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-regenerator': registry.npmmirror.com/@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.20.12 - '@babel/plugin-transform-reserved-words': registry.npmmirror.com/@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-shorthand-properties': registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-spread': registry.npmmirror.com/@babel/plugin-transform-spread/7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-sticky-regex': registry.npmmirror.com/@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-template-literals': registry.npmmirror.com/@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-typeof-symbol': registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-unicode-escapes': registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.12 - '@babel/plugin-transform-unicode-regex': registry.npmmirror.com/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.12 - '@babel/preset-modules': registry.npmmirror.com/@babel/preset-modules/0.1.5_@babel+core@7.20.12 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 - babel-plugin-polyfill-corejs2: registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.12 - babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.12 - babel-plugin-polyfill-regenerator: registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.12 - core-js-compat: registry.npmmirror.com/core-js-compat/3.27.2 - semver: registry.npmmirror.com/semver/6.3.0 + '@babel/compat-data': registry.npmmirror.com/@babel/compat-data@7.20.14 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets@7.20.7(@babel/core@7.20.12) + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option@7.18.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.20.12) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-async-generator-functions': registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-class-properties': registry.npmmirror.com/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-class-static-block': registry.npmmirror.com/@babel/plugin-proposal-class-static-block@7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-dynamic-import': registry.npmmirror.com/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-export-namespace-from': registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.20.12) + '@babel/plugin-proposal-json-strings': registry.npmmirror.com/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-numeric-separator': registry.npmmirror.com/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-object-rest-spread': registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-optional-catch-binding': registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-optional-chaining': registry.npmmirror.com/@babel/plugin-proposal-optional-chaining@7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-private-methods': registry.npmmirror.com/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-private-property-in-object': registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.20.12) + '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.20.12) + '@babel/plugin-syntax-async-generators': registry.npmmirror.com/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.20.12) + '@babel/plugin-syntax-class-properties': registry.npmmirror.com/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.20.12) + '@babel/plugin-syntax-class-static-block': registry.npmmirror.com/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.20.12) + '@babel/plugin-syntax-dynamic-import': registry.npmmirror.com/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-export-namespace-from': registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-import-assertions': registry.npmmirror.com/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.20.12) + '@babel/plugin-syntax-json-strings': registry.npmmirror.com/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-logical-assignment-operators': registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.20.12) + '@babel/plugin-syntax-nullish-coalescing-operator': registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-numeric-separator': registry.npmmirror.com/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.20.12) + '@babel/plugin-syntax-object-rest-spread': registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-optional-catch-binding': registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-optional-chaining': registry.npmmirror.com/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-private-property-in-object': registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.20.12) + '@babel/plugin-syntax-top-level-await': registry.npmmirror.com/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.20.12) + '@babel/plugin-transform-arrow-functions': registry.npmmirror.com/@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-async-to-generator': registry.npmmirror.com/@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-block-scoped-functions': registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-block-scoping': registry.npmmirror.com/@babel/plugin-transform-block-scoping@7.20.15(@babel/core@7.20.12) + '@babel/plugin-transform-classes': registry.npmmirror.com/@babel/plugin-transform-classes@7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-computed-properties': registry.npmmirror.com/@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-destructuring': registry.npmmirror.com/@babel/plugin-transform-destructuring@7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-duplicate-keys': registry.npmmirror.com/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-exponentiation-operator': registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-for-of': registry.npmmirror.com/@babel/plugin-transform-for-of@7.18.8(@babel/core@7.20.12) + '@babel/plugin-transform-function-name': registry.npmmirror.com/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-literals': registry.npmmirror.com/@babel/plugin-transform-literals@7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-member-expression-literals': registry.npmmirror.com/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-modules-amd': registry.npmmirror.com/@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.20.12) + '@babel/plugin-transform-modules-commonjs': registry.npmmirror.com/@babel/plugin-transform-modules-commonjs@7.20.11(@babel/core@7.20.12) + '@babel/plugin-transform-modules-systemjs': registry.npmmirror.com/@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.20.12) + '@babel/plugin-transform-modules-umd': registry.npmmirror.com/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-named-capturing-groups-regex': registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.20.12) + '@babel/plugin-transform-new-target': registry.npmmirror.com/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-object-super': registry.npmmirror.com/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-parameters': registry.npmmirror.com/@babel/plugin-transform-parameters@7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-property-literals': registry.npmmirror.com/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-regenerator': registry.npmmirror.com/@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.20.12) + '@babel/plugin-transform-reserved-words': registry.npmmirror.com/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-shorthand-properties': registry.npmmirror.com/@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-spread': registry.npmmirror.com/@babel/plugin-transform-spread@7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-sticky-regex': registry.npmmirror.com/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-template-literals': registry.npmmirror.com/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-typeof-symbol': registry.npmmirror.com/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-unicode-escapes': registry.npmmirror.com/@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.20.12) + '@babel/plugin-transform-unicode-regex': registry.npmmirror.com/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.20.12) + '@babel/preset-modules': registry.npmmirror.com/@babel/preset-modules@0.1.5(@babel/core@7.20.12) + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 + babel-plugin-polyfill-corejs2: registry.npmmirror.com/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.20.12) + babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.20.12) + babel-plugin-polyfill-regenerator: registry.npmmirror.com/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.20.12) + core-js-compat: registry.npmmirror.com/core-js-compat@3.27.2 + semver: registry.npmmirror.com/semver@6.3.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/preset-modules/0.1.5_@babel+core@7.20.12: + registry.npmmirror.com/@babel/preset-modules@0.1.5(@babel/core@7.20.12): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz} id: registry.npmmirror.com/@babel/preset-modules/0.1.5 name: '@babel/preset-modules' @@ -1546,15 +1606,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.12 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 - esutils: registry.npmmirror.com/esutils/2.0.3 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/plugin-proposal-unicode-property-regex': registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-dotall-regex': registry.npmmirror.com/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.20.12) + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 + esutils: registry.npmmirror.com/esutils@2.0.3 dev: true - registry.npmmirror.com/@babel/preset-typescript/7.18.6_@babel+core@7.20.12: + registry.npmmirror.com/@babel/preset-typescript@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz} id: registry.npmmirror.com/@babel/preset-typescript/7.18.6 name: '@babel/preset-typescript' @@ -1563,82 +1623,82 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils/7.20.2 - '@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option/7.18.6 - '@babel/plugin-transform-typescript': registry.npmmirror.com/@babel/plugin-transform-typescript/7.20.13_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.20.2 + '@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option@7.18.6 + '@babel/plugin-transform-typescript': registry.npmmirror.com/@babel/plugin-transform-typescript@7.20.13(@babel/core@7.20.12) transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/runtime/7.17.9: + registry.npmmirror.com/@babel/runtime@7.17.9: resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/runtime/-/runtime-7.17.9.tgz} name: '@babel/runtime' version: 7.17.9 engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: registry.npmmirror.com/regenerator-runtime/0.13.9 + regenerator-runtime: registry.npmmirror.com/regenerator-runtime@0.13.9 dev: true - registry.npmmirror.com/@babel/template/7.20.7: + registry.npmmirror.com/@babel/template@7.20.7: resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/template/-/template-7.20.7.tgz} name: '@babel/template' version: 7.20.7 engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.18.6 - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.15 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame@7.18.6 + '@babel/parser': registry.npmmirror.com/@babel/parser@7.20.15 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@babel/traverse/7.20.13: + registry.npmmirror.com/@babel/traverse@7.20.13: resolution: {integrity: sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/traverse/-/traverse-7.20.13.tgz} name: '@babel/traverse' version: 7.20.13 engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.18.6 - '@babel/generator': registry.npmmirror.com/@babel/generator/7.20.14 - '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor/7.18.9 - '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name/7.19.0 - '@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables/7.18.6 - '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration/7.18.6 - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.15 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 - debug: registry.npmmirror.com/debug/4.3.4 - globals: registry.npmmirror.com/globals/11.12.0 + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame@7.18.6 + '@babel/generator': registry.npmmirror.com/@babel/generator@7.20.14 + '@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.18.9 + '@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name@7.19.0 + '@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables@7.18.6 + '@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.18.6 + '@babel/parser': registry.npmmirror.com/@babel/parser@7.20.15 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 + debug: registry.npmmirror.com/debug@4.3.4 + globals: registry.npmmirror.com/globals@11.12.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@babel/types/7.20.7: + registry.npmmirror.com/@babel/types@7.20.7: resolution: {integrity: sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/types/-/types-7.20.7.tgz} name: '@babel/types' version: 7.20.7 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 dev: true - registry.npmmirror.com/@cspotcode/source-map-consumer/0.8.0: + registry.npmmirror.com/@cspotcode/source-map-consumer@0.8.0: resolution: {integrity: sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz} name: '@cspotcode/source-map-consumer' version: 0.8.0 engines: {node: '>= 12'} dev: true - registry.npmmirror.com/@cspotcode/source-map-support/0.7.0: + registry.npmmirror.com/@cspotcode/source-map-support@0.7.0: resolution: {integrity: sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz} name: '@cspotcode/source-map-support' version: 0.7.0 engines: {node: '>=12'} dependencies: - '@cspotcode/source-map-consumer': registry.npmmirror.com/@cspotcode/source-map-consumer/0.8.0 + '@cspotcode/source-map-consumer': registry.npmmirror.com/@cspotcode/source-map-consumer@0.8.0 dev: true - registry.npmmirror.com/@csstools/postcss-color-function/1.1.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-color-function@1.1.0(postcss@8.4.13): resolution: {integrity: sha512-5D5ND/mZWcQoSfYnSPsXtuiFxhzmhxt6pcjrFLJyldj+p0ZN2vvRpYNX+lahFTtMhAYOa2WmkdGINr0yP0CvGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-color-function/-/postcss-color-function-1.1.0.tgz} id: registry.npmmirror.com/@csstools/postcss-color-function/1.1.0 name: '@csstools/postcss-color-function' @@ -1647,12 +1707,12 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.13 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.13) + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/@csstools/postcss-font-format-keywords/1.0.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-font-format-keywords@1.0.0(postcss@8.4.13): resolution: {integrity: sha512-oO0cZt8do8FdVBX8INftvIA4lUrKUSCcWUf9IwH9IPWOgKT22oAZFXeHLoDK7nhB2SmkNycp5brxfNMRLIhd6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.0.tgz} id: registry.npmmirror.com/@csstools/postcss-font-format-keywords/1.0.0 name: '@csstools/postcss-font-format-keywords' @@ -1661,11 +1721,11 @@ packages: peerDependencies: postcss: ^8.3 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/@csstools/postcss-hwb-function/1.0.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-hwb-function@1.0.0(postcss@8.4.13): resolution: {integrity: sha512-VSTd7hGjmde4rTj1rR30sokY3ONJph1reCBTUXqeW1fKwETPy1x4t/XIeaaqbMbC5Xg4SM/lyXZ2S8NELT2TaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.0.tgz} id: registry.npmmirror.com/@csstools/postcss-hwb-function/1.0.0 name: '@csstools/postcss-hwb-function' @@ -1674,11 +1734,11 @@ packages: peerDependencies: postcss: ^8.3 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/@csstools/postcss-ic-unit/1.0.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-ic-unit@1.0.0(postcss@8.4.13): resolution: {integrity: sha512-i4yps1mBp2ijrx7E96RXrQXQQHm6F4ym1TOD0D69/sjDjZvQ22tqiEvaNw7pFZTUO5b9vWRHzbHzP9+UKuw+bA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.0.tgz} id: registry.npmmirror.com/@csstools/postcss-ic-unit/1.0.0 name: '@csstools/postcss-ic-unit' @@ -1687,12 +1747,12 @@ packages: peerDependencies: postcss: ^8.3 dependencies: - '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.13 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.13) + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/@csstools/postcss-is-pseudo-class/2.0.2_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-is-pseudo-class@2.0.2(postcss@8.4.13): resolution: {integrity: sha512-L9h1yxXMj7KpgNzlMrw3isvHJYkikZgZE4ASwssTnGEH8tm50L6QsM9QQT5wR4/eO5mU0rN5axH7UzNxEYg5CA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.2.tgz} id: registry.npmmirror.com/@csstools/postcss-is-pseudo-class/2.0.2 name: '@csstools/postcss-is-pseudo-class' @@ -1701,11 +1761,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/@csstools/postcss-normalize-display-values/1.0.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-normalize-display-values@1.0.0(postcss@8.4.13): resolution: {integrity: sha512-bX+nx5V8XTJEmGtpWTO6kywdS725t71YSLlxWt78XoHUbELWgoCXeOFymRJmL3SU1TLlKSIi7v52EWqe60vJTQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.0.tgz} id: registry.npmmirror.com/@csstools/postcss-normalize-display-values/1.0.0 name: '@csstools/postcss-normalize-display-values' @@ -1714,11 +1774,11 @@ packages: peerDependencies: postcss: ^8.3 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/@csstools/postcss-oklab-function/1.1.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-oklab-function@1.1.0(postcss@8.4.13): resolution: {integrity: sha512-e/Q5HopQzmnQgqimG9v3w2IG4VRABsBq3itOcn4bnm+j4enTgQZ0nWsaH/m9GV2otWGQ0nwccYL5vmLKyvP1ww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.0.tgz} id: registry.npmmirror.com/@csstools/postcss-oklab-function/1.1.0 name: '@csstools/postcss-oklab-function' @@ -1727,12 +1787,12 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.13 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.13) + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.13): resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz} id: registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/1.3.0 name: '@csstools/postcss-progressive-custom-properties' @@ -1741,11 +1801,11 @@ packages: peerDependencies: postcss: ^8.3 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/@csstools/postcss-stepped-value-functions/1.0.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-stepped-value-functions@1.0.0(postcss@8.4.13): resolution: {integrity: sha512-q8c4bs1GumAiRenmFjASBcWSLKrbzHzWl6C2HcaAxAXIiL2rUlUWbqQZUjwVG5tied0rld19j/Mm90K3qI26vw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.0.tgz} id: registry.npmmirror.com/@csstools/postcss-stepped-value-functions/1.0.0 name: '@csstools/postcss-stepped-value-functions' @@ -1754,11 +1814,11 @@ packages: peerDependencies: postcss: ^8.3 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/@csstools/postcss-unset-value/1.0.0_postcss@8.4.13: + registry.npmmirror.com/@csstools/postcss-unset-value@1.0.0(postcss@8.4.13): resolution: {integrity: sha512-T5ZyNSw9G0x0UDFiXV40a7VjKw2b+l4G+S0sctKqxhx8cg9QtMUAGwJBVU9mHPDPoZEmwm0tEoukjl4zb9MU7Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.0.tgz} id: registry.npmmirror.com/@csstools/postcss-unset-value/1.0.0 name: '@csstools/postcss-unset-value' @@ -1767,416 +1827,416 @@ packages: peerDependencies: postcss: ^8.3 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/@discoveryjs/json-ext/0.5.7: + registry.npmmirror.com/@discoveryjs/json-ext@0.5.7: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz} name: '@discoveryjs/json-ext' version: 0.5.7 engines: {node: '>=10.0.0'} dev: true - registry.npmmirror.com/@eslint/eslintrc/0.4.3: + registry.npmmirror.com/@eslint/eslintrc@0.4.3: resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz} name: '@eslint/eslintrc' version: 0.4.3 engines: {node: ^10.12.0 || >=12.0.0} dependencies: - ajv: registry.npmmirror.com/ajv/6.12.6 - debug: registry.npmmirror.com/debug/4.3.4 - espree: registry.npmmirror.com/espree/7.3.1 - globals: registry.npmmirror.com/globals/13.13.0 - ignore: registry.npmmirror.com/ignore/4.0.6 - import-fresh: registry.npmmirror.com/import-fresh/3.3.0 - js-yaml: registry.npmmirror.com/js-yaml/3.14.1 - 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@7.3.1 + globals: registry.npmmirror.com/globals@13.13.0 + ignore: registry.npmmirror.com/ignore@4.0.6 + import-fresh: registry.npmmirror.com/import-fresh@3.3.0 + js-yaml: registry.npmmirror.com/js-yaml@3.14.1 + 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/@humanwhocodes/config-array/0.5.0: + registry.npmmirror.com/@humanwhocodes/config-array@0.5.0: resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz} name: '@humanwhocodes/config-array' version: 0.5.0 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/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/@jridgewell/gen-mapping/0.1.1: + registry.npmmirror.com/@jridgewell/gen-mapping@0.1.1: resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz} name: '@jridgewell/gen-mapping' version: 0.1.1 engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/set-array': registry.npmmirror.com/@jridgewell/set-array/1.1.1 - '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec/1.4.13 + '@jridgewell/set-array': registry.npmmirror.com/@jridgewell/set-array@1.1.1 + '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec@1.4.13 dev: true - registry.npmmirror.com/@jridgewell/gen-mapping/0.3.2: + registry.npmmirror.com/@jridgewell/gen-mapping@0.3.2: resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz} name: '@jridgewell/gen-mapping' version: 0.3.2 engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/set-array': registry.npmmirror.com/@jridgewell/set-array/1.1.1 - '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec/1.4.13 - '@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping/0.3.10 + '@jridgewell/set-array': registry.npmmirror.com/@jridgewell/set-array@1.1.1 + '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec@1.4.13 + '@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping@0.3.10 dev: true - registry.npmmirror.com/@jridgewell/resolve-uri/3.0.7: + registry.npmmirror.com/@jridgewell/resolve-uri@3.0.7: resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz} name: '@jridgewell/resolve-uri' version: 3.0.7 engines: {node: '>=6.0.0'} dev: true - registry.npmmirror.com/@jridgewell/set-array/1.1.1: + registry.npmmirror.com/@jridgewell/set-array@1.1.1: resolution: {integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.1.tgz} name: '@jridgewell/set-array' version: 1.1.1 engines: {node: '>=6.0.0'} dev: true - registry.npmmirror.com/@jridgewell/sourcemap-codec/1.4.13: + registry.npmmirror.com/@jridgewell/sourcemap-codec@1.4.13: resolution: {integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz} name: '@jridgewell/sourcemap-codec' version: 1.4.13 dev: true - registry.npmmirror.com/@jridgewell/trace-mapping/0.3.10: + registry.npmmirror.com/@jridgewell/trace-mapping@0.3.10: resolution: {integrity: sha512-Q0YbBd6OTsXm8Y21+YUSDXupHnodNC2M4O18jtd3iwJ3+vMZNdKGols0a9G6JOK0dcJ3IdUUHoh908ZI6qhk8Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.10.tgz} name: '@jridgewell/trace-mapping' version: 0.3.10 dependencies: - '@jridgewell/resolve-uri': registry.npmmirror.com/@jridgewell/resolve-uri/3.0.7 - '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec/1.4.13 + '@jridgewell/resolve-uri': registry.npmmirror.com/@jridgewell/resolve-uri@3.0.7 + '@jridgewell/sourcemap-codec': registry.npmmirror.com/@jridgewell/sourcemap-codec@1.4.13 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.13.0 + '@nodelib/fs.scandir': registry.npmmirror.com/@nodelib/fs.scandir@2.1.5 + fastq: registry.npmmirror.com/fastq@1.13.0 dev: true - registry.npmmirror.com/@polka/url/1.0.0-next.21: + registry.npmmirror.com/@polka/url@1.0.0-next.21: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.21.tgz} name: '@polka/url' version: 1.0.0-next.21 dev: true - registry.npmmirror.com/@popperjs/core/2.11.5: + registry.npmmirror.com/@popperjs/core@2.11.5: resolution: {integrity: sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@popperjs/core/-/core-2.11.5.tgz} name: '@popperjs/core' version: 2.11.5 dev: false - registry.npmmirror.com/@protobufjs/aspromise/1.1.2: + registry.npmmirror.com/@protobufjs/aspromise@1.1.2: resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz} name: '@protobufjs/aspromise' version: 1.1.2 dev: false - registry.npmmirror.com/@protobufjs/base64/1.1.2: + registry.npmmirror.com/@protobufjs/base64@1.1.2: resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/base64/-/base64-1.1.2.tgz} name: '@protobufjs/base64' version: 1.1.2 dev: false - registry.npmmirror.com/@protobufjs/codegen/2.0.4: + registry.npmmirror.com/@protobufjs/codegen@2.0.4: resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/codegen/-/codegen-2.0.4.tgz} name: '@protobufjs/codegen' version: 2.0.4 dev: false - registry.npmmirror.com/@protobufjs/eventemitter/1.1.0: + registry.npmmirror.com/@protobufjs/eventemitter@1.1.0: resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz} name: '@protobufjs/eventemitter' version: 1.1.0 dev: false - registry.npmmirror.com/@protobufjs/fetch/1.1.0: + registry.npmmirror.com/@protobufjs/fetch@1.1.0: resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/fetch/-/fetch-1.1.0.tgz} name: '@protobufjs/fetch' version: 1.1.0 dependencies: - '@protobufjs/aspromise': registry.npmmirror.com/@protobufjs/aspromise/1.1.2 - '@protobufjs/inquire': registry.npmmirror.com/@protobufjs/inquire/1.1.0 + '@protobufjs/aspromise': registry.npmmirror.com/@protobufjs/aspromise@1.1.2 + '@protobufjs/inquire': registry.npmmirror.com/@protobufjs/inquire@1.1.0 dev: false - registry.npmmirror.com/@protobufjs/float/1.0.2: + registry.npmmirror.com/@protobufjs/float@1.0.2: resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/float/-/float-1.0.2.tgz} name: '@protobufjs/float' version: 1.0.2 dev: false - registry.npmmirror.com/@protobufjs/inquire/1.1.0: + registry.npmmirror.com/@protobufjs/inquire@1.1.0: resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/inquire/-/inquire-1.1.0.tgz} name: '@protobufjs/inquire' version: 1.1.0 dev: false - registry.npmmirror.com/@protobufjs/path/1.1.2: + registry.npmmirror.com/@protobufjs/path@1.1.2: resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/path/-/path-1.1.2.tgz} name: '@protobufjs/path' version: 1.1.2 dev: false - registry.npmmirror.com/@protobufjs/pool/1.1.0: + registry.npmmirror.com/@protobufjs/pool@1.1.0: resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/pool/-/pool-1.1.0.tgz} name: '@protobufjs/pool' version: 1.1.0 dev: false - registry.npmmirror.com/@protobufjs/utf8/1.1.0: + registry.npmmirror.com/@protobufjs/utf8@1.1.0: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@protobufjs/utf8/-/utf8-1.1.0.tgz} name: '@protobufjs/utf8' version: 1.1.0 dev: false - registry.npmmirror.com/@tsconfig/node10/1.0.8: + registry.npmmirror.com/@tsconfig/node10@1.0.8: resolution: {integrity: sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@tsconfig/node10/-/node10-1.0.8.tgz} name: '@tsconfig/node10' version: 1.0.8 dev: true - registry.npmmirror.com/@tsconfig/node12/1.0.9: + registry.npmmirror.com/@tsconfig/node12@1.0.9: resolution: {integrity: sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@tsconfig/node12/-/node12-1.0.9.tgz} name: '@tsconfig/node12' version: 1.0.9 dev: true - registry.npmmirror.com/@tsconfig/node14/1.0.1: + registry.npmmirror.com/@tsconfig/node14@1.0.1: resolution: {integrity: sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@tsconfig/node14/-/node14-1.0.1.tgz} name: '@tsconfig/node14' version: 1.0.1 dev: true - registry.npmmirror.com/@tsconfig/node16/1.0.2: + registry.npmmirror.com/@tsconfig/node16@1.0.2: resolution: {integrity: sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@tsconfig/node16/-/node16-1.0.2.tgz} name: '@tsconfig/node16' version: 1.0.2 dev: true - registry.npmmirror.com/@types/async-exit-hook/2.0.0: + registry.npmmirror.com/@types/async-exit-hook@2.0.0: resolution: {integrity: sha512-RNjIyjnVZdcP5a1zeIPb5c0hq2nbJc/NOCLNKUAqeCw+J5z2zMcINISn9wybCWhczHnUu3VSUFy7ZCO6ir4ZRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/async-exit-hook/-/async-exit-hook-2.0.0.tgz} name: '@types/async-exit-hook' version: 2.0.0 dev: true - registry.npmmirror.com/@types/babel__core/7.20.0: + registry.npmmirror.com/@types/babel__core@7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.0.tgz} name: '@types/babel__core' version: 7.20.0 dependencies: - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.15 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 - '@types/babel__generator': registry.npmmirror.com/@types/babel__generator/7.6.4 - '@types/babel__template': registry.npmmirror.com/@types/babel__template/7.4.1 - '@types/babel__traverse': registry.npmmirror.com/@types/babel__traverse/7.17.1 + '@babel/parser': registry.npmmirror.com/@babel/parser@7.20.15 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 + '@types/babel__generator': registry.npmmirror.com/@types/babel__generator@7.6.4 + '@types/babel__template': registry.npmmirror.com/@types/babel__template@7.4.1 + '@types/babel__traverse': registry.npmmirror.com/@types/babel__traverse@7.17.1 dev: true - registry.npmmirror.com/@types/babel__generator/7.6.4: + registry.npmmirror.com/@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.6.4.tgz} name: '@types/babel__generator' version: 7.6.4 dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@types/babel__template/7.4.1: + registry.npmmirror.com/@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.1.tgz} name: '@types/babel__template' version: 7.4.1 dependencies: - '@babel/parser': registry.npmmirror.com/@babel/parser/7.20.15 - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/parser': registry.npmmirror.com/@babel/parser@7.20.15 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@types/babel__traverse/7.17.1: + registry.npmmirror.com/@types/babel__traverse@7.17.1: resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.17.1.tgz} name: '@types/babel__traverse' version: 7.17.1 dependencies: - '@babel/types': registry.npmmirror.com/@babel/types/7.20.7 + '@babel/types': registry.npmmirror.com/@babel/types@7.20.7 dev: true - registry.npmmirror.com/@types/color-convert/2.0.0: + registry.npmmirror.com/@types/color-convert@2.0.0: resolution: {integrity: sha512-m7GG7IKKGuJUXvkZ1qqG3ChccdIM/qBBo913z+Xft0nKCX4hAU/IxKwZBU4cpRZ7GS5kV4vOblUkILtSShCPXQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/color-convert/-/color-convert-2.0.0.tgz} name: '@types/color-convert' version: 2.0.0 dependencies: - '@types/color-name': registry.npmmirror.com/@types/color-name/1.1.1 + '@types/color-name': registry.npmmirror.com/@types/color-name@1.1.1 dev: true - registry.npmmirror.com/@types/color-name/1.1.1: + registry.npmmirror.com/@types/color-name@1.1.1: resolution: {integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/color-name/-/color-name-1.1.1.tgz} name: '@types/color-name' version: 1.1.1 dev: true - registry.npmmirror.com/@types/color/3.0.3: + registry.npmmirror.com/@types/color@3.0.3: resolution: {integrity: sha512-X//qzJ3d3Zj82J9sC/C18ZY5f43utPbAJ6PhYt/M7uG6etcF6MRpKdN880KBy43B0BMzSfeT96MzrsNjFI3GbA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/color/-/color-3.0.3.tgz} name: '@types/color' version: 3.0.3 dependencies: - '@types/color-convert': registry.npmmirror.com/@types/color-convert/2.0.0 + '@types/color-convert': registry.npmmirror.com/@types/color-convert@2.0.0 dev: true - registry.npmmirror.com/@types/eslint-scope/3.7.3: + registry.npmmirror.com/@types/eslint-scope@3.7.3: resolution: {integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/eslint-scope/-/eslint-scope-3.7.3.tgz} name: '@types/eslint-scope' version: 3.7.3 dependencies: - '@types/eslint': registry.npmmirror.com/@types/eslint/8.4.2 - '@types/estree': registry.npmmirror.com/@types/estree/0.0.51 + '@types/eslint': registry.npmmirror.com/@types/eslint@8.4.2 + '@types/estree': registry.npmmirror.com/@types/estree@0.0.51 dev: true - registry.npmmirror.com/@types/eslint/8.4.2: + registry.npmmirror.com/@types/eslint@8.4.2: resolution: {integrity: sha512-Z1nseZON+GEnFjJc04sv4NSALGjhFwy6K0HXt7qsn5ArfAKtb63dXNJHf+1YW6IpOIYRBGUbu3GwJdj8DGnCjA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/eslint/-/eslint-8.4.2.tgz} name: '@types/eslint' version: 8.4.2 dependencies: - '@types/estree': registry.npmmirror.com/@types/estree/0.0.51 - '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.11 + '@types/estree': registry.npmmirror.com/@types/estree@0.0.51 + '@types/json-schema': registry.npmmirror.com/@types/json-schema@7.0.11 dev: true - registry.npmmirror.com/@types/estree/0.0.51: + registry.npmmirror.com/@types/estree@0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/estree/-/estree-0.0.51.tgz} name: '@types/estree' version: 0.0.51 dev: true - registry.npmmirror.com/@types/glob/7.2.0: + registry.npmmirror.com/@types/glob@7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/glob/-/glob-7.2.0.tgz} name: '@types/glob' version: 7.2.0 dependencies: - '@types/minimatch': registry.npmmirror.com/@types/minimatch/3.0.5 - '@types/node': registry.npmmirror.com/@types/node/17.0.31 + '@types/minimatch': registry.npmmirror.com/@types/minimatch@3.0.5 + '@types/node': registry.npmmirror.com/@types/node@17.0.31 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/json5/0.0.29: + registry.npmmirror.com/@types/json5@0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/json5/-/json5-0.0.29.tgz} name: '@types/json5' version: 0.0.29 dev: true - registry.npmmirror.com/@types/lodash/4.14.182: + registry.npmmirror.com/@types/lodash@4.14.182: resolution: {integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.182.tgz} name: '@types/lodash' version: 4.14.182 dev: true - registry.npmmirror.com/@types/long/4.0.2: + registry.npmmirror.com/@types/long@4.0.2: resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/long/-/long-4.0.2.tgz} name: '@types/long' version: 4.0.2 dev: false - registry.npmmirror.com/@types/marked/1.2.2: + registry.npmmirror.com/@types/marked@1.2.2: resolution: {integrity: sha512-wLfw1hnuuDYrFz97IzJja0pdVsC0oedtS4QsKH1/inyW9qkLQbXgMUqEQT0MVtUBx3twjWeInUfjQbhBVLECXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/marked/-/marked-1.2.2.tgz} name: '@types/marked' version: 1.2.2 dev: true - registry.npmmirror.com/@types/minimatch/3.0.5: + registry.npmmirror.com/@types/minimatch@3.0.5: resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/minimatch/-/minimatch-3.0.5.tgz} name: '@types/minimatch' version: 3.0.5 dev: true - registry.npmmirror.com/@types/node/17.0.31: + registry.npmmirror.com/@types/node@17.0.31: resolution: {integrity: sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/node/-/node-17.0.31.tgz} name: '@types/node' version: 17.0.31 - registry.npmmirror.com/@types/parse-json/4.0.0: + registry.npmmirror.com/@types/parse-json@4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.0.tgz} name: '@types/parse-json' version: 4.0.0 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/serve-handler/6.1.1: + registry.npmmirror.com/@types/serve-handler@6.1.1: resolution: {integrity: sha512-bIwSmD+OV8w0t2e7EWsuQYlGoS1o5aEdVktgkXaa43Zm0qVWi21xaSRb3DQA1UXD+DJ5bRq1Rgu14ZczB+CjIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/serve-handler/-/serve-handler-6.1.1.tgz} name: '@types/serve-handler' version: 6.1.1 dependencies: - '@types/node': registry.npmmirror.com/@types/node/17.0.31 + '@types/node': registry.npmmirror.com/@types/node@17.0.31 dev: true - registry.npmmirror.com/@types/sortablejs/1.10.7: + registry.npmmirror.com/@types/sortablejs@1.10.7: resolution: {integrity: sha512-lGCwwgpj8zW/ZmaueoPVSP7nnc9t8VqVWXS+ASX3eoUUENmiazv0rlXyTRludXzuX9ALjPsMqBu85TgJNWbTOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/sortablejs/-/sortablejs-1.10.7.tgz} name: '@types/sortablejs' version: 1.10.7 dev: true - registry.npmmirror.com/@types/streamsaver/2.0.1: + registry.npmmirror.com/@types/streamsaver@2.0.1: resolution: {integrity: sha512-I49NtT8w6syBI3Zg3ixCyygTHoTVMY0z2TMRcTgccdIsVd2MwlKk7ITLHLsJtgchUHcOd7QEARG9h0ifcA6l2Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/streamsaver/-/streamsaver-2.0.1.tgz} name: '@types/streamsaver' version: 2.0.1 dev: true - registry.npmmirror.com/@types/webpack-env/1.16.4: + registry.npmmirror.com/@types/webpack-env@1.16.4: resolution: {integrity: sha512-llS8qveOUX3wxHnSykP5hlYFFuMfJ9p5JvIyCiBgp7WTfl6K5ZcyHj8r8JsN/J6QODkAsRRCLIcTuOCu8etkUw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/webpack-env/-/webpack-env-1.16.4.tgz} name: '@types/webpack-env' version: 1.16.4 dev: true - registry.npmmirror.com/@types/ws/8.2.3: + registry.npmmirror.com/@types/ws@8.2.3: resolution: {integrity: sha512-ahRJZquUYCdOZf/rCsWg88S0/+cb9wazUBHv6HZEe3XdYaBe2zr/slM8J28X07Hn88Pnm4ezo7N8/ofnOgrPVQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/ws/-/ws-8.2.3.tgz} name: '@types/ws' version: 8.2.3 dependencies: - '@types/node': registry.npmmirror.com/@types/node/17.0.31 + '@types/node': registry.npmmirror.com/@types/node@17.0.31 dev: true - registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.50.0_26f3njul6gntellyj5og7p3oly: + registry.npmmirror.com/@typescript-eslint/eslint-plugin@5.50.0(@typescript-eslint/parser@5.50.0)(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz} id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.50.0 name: '@typescript-eslint/eslint-plugin' @@ -2190,24 +2250,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.50.0 - '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe - debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/7.32.0 - grapheme-splitter: registry.npmmirror.com/grapheme-splitter/1.0.4 - ignore: registry.npmmirror.com/ignore/5.2.0 - 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.7 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.5 - typescript: registry.npmmirror.com/typescript/4.9.5 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser@5.50.0(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager@5.50.0 + '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils@5.50.0(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils@5.50.0(eslint@7.32.0)(typescript@4.9.5) + debug: registry.npmmirror.com/debug@4.3.4 + eslint: registry.npmmirror.com/eslint@7.32.0 + grapheme-splitter: registry.npmmirror.com/grapheme-splitter@1.0.4 + ignore: registry.npmmirror.com/ignore@5.2.0 + 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.7 + tsutils: registry.npmmirror.com/tsutils@3.21.0(typescript@4.9.5) + typescript: registry.npmmirror.com/typescript@4.9.5 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/parser/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe: + registry.npmmirror.com/@typescript-eslint/parser@5.50.0(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.50.0.tgz} id: registry.npmmirror.com/@typescript-eslint/parser/5.50.0 name: '@typescript-eslint/parser' @@ -2220,27 +2280,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.50.0 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.50.0 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.50.0_typescript@4.9.5 - debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/7.32.0 - typescript: registry.npmmirror.com/typescript/4.9.5 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager@5.50.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.50.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree@5.50.0(typescript@4.9.5) + debug: registry.npmmirror.com/debug@4.3.4 + eslint: registry.npmmirror.com/eslint@7.32.0 + typescript: registry.npmmirror.com/typescript@4.9.5 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/scope-manager/5.50.0: + registry.npmmirror.com/@typescript-eslint/scope-manager@5.50.0: resolution: {integrity: sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz} name: '@typescript-eslint/scope-manager' version: 5.50.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.50.0 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.50.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.50.0 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys@5.50.0 dev: true - registry.npmmirror.com/@typescript-eslint/type-utils/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe: + registry.npmmirror.com/@typescript-eslint/type-utils@5.50.0(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz} id: registry.npmmirror.com/@typescript-eslint/type-utils/5.50.0 name: '@typescript-eslint/type-utils' @@ -2253,24 +2313,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.50.0_typescript@4.9.5 - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe - debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/7.32.0 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.5 - typescript: registry.npmmirror.com/typescript/4.9.5 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree@5.50.0(typescript@4.9.5) + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils@5.50.0(eslint@7.32.0)(typescript@4.9.5) + debug: registry.npmmirror.com/debug@4.3.4 + eslint: registry.npmmirror.com/eslint@7.32.0 + tsutils: registry.npmmirror.com/tsutils@3.21.0(typescript@4.9.5) + typescript: registry.npmmirror.com/typescript@4.9.5 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/types/5.50.0: + registry.npmmirror.com/@typescript-eslint/types@5.50.0: resolution: {integrity: sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.50.0.tgz} name: '@typescript-eslint/types' version: 5.50.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - registry.npmmirror.com/@typescript-eslint/typescript-estree/5.50.0_typescript@4.9.5: + registry.npmmirror.com/@typescript-eslint/typescript-estree@5.50.0(typescript@4.9.5): resolution: {integrity: sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz} id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.50.0 name: '@typescript-eslint/typescript-estree' @@ -2282,19 +2342,19 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.50.0 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.50.0 - 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.7 - tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.9.5 - typescript: registry.npmmirror.com/typescript/4.9.5 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.50.0 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys@5.50.0 + 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.7 + tsutils: registry.npmmirror.com/tsutils@3.21.0(typescript@4.9.5) + typescript: registry.npmmirror.com/typescript@4.9.5 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/utils/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe: + registry.npmmirror.com/@typescript-eslint/utils@5.50.0(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.50.0.tgz} id: registry.npmmirror.com/@typescript-eslint/utils/5.50.0 name: '@typescript-eslint/utils' @@ -2303,46 +2363,46 @@ 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.50.0 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.50.0 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.50.0_typescript@4.9.5 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@7.32.0 - semver: registry.npmmirror.com/semver/7.3.7 + '@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.50.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.50.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree@5.50.0(typescript@4.9.5) + eslint: registry.npmmirror.com/eslint@7.32.0 + eslint-scope: registry.npmmirror.com/eslint-scope@5.1.1 + eslint-utils: registry.npmmirror.com/eslint-utils@3.0.0(eslint@7.32.0) + semver: registry.npmmirror.com/semver@7.3.7 transitivePeerDependencies: - supports-color - typescript dev: true - registry.npmmirror.com/@typescript-eslint/visitor-keys/5.50.0: + registry.npmmirror.com/@typescript-eslint/visitor-keys@5.50.0: resolution: {integrity: sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz} name: '@typescript-eslint/visitor-keys' version: 5.50.0 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.50.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.3.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@5.50.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@3.3.0 dev: true - registry.npmmirror.com/@vue/component-compiler-utils/3.3.0_lodash@4.17.21: + registry.npmmirror.com/@vue/component-compiler-utils@3.3.0(lodash@4.17.21): resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz} id: registry.npmmirror.com/@vue/component-compiler-utils/3.3.0 name: '@vue/component-compiler-utils' version: 3.3.0 dependencies: - consolidate: registry.npmmirror.com/consolidate/0.15.1_lodash@4.17.21 - hash-sum: registry.npmmirror.com/hash-sum/1.0.2 - lru-cache: registry.npmmirror.com/lru-cache/4.1.5 - merge-source-map: registry.npmmirror.com/merge-source-map/1.1.0 - postcss: registry.npmmirror.com/postcss/7.0.39 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 - source-map: registry.npmmirror.com/source-map/0.6.1 - vue-template-es2015-compiler: registry.npmmirror.com/vue-template-es2015-compiler/1.9.1 + consolidate: registry.npmmirror.com/consolidate@0.15.1(lodash@4.17.21) + hash-sum: registry.npmmirror.com/hash-sum@1.0.2 + lru-cache: registry.npmmirror.com/lru-cache@4.1.5 + merge-source-map: registry.npmmirror.com/merge-source-map@1.1.0 + postcss: registry.npmmirror.com/postcss@7.0.39 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 + source-map: registry.npmmirror.com/source-map@0.6.1 + vue-template-es2015-compiler: registry.npmmirror.com/vue-template-es2015-compiler@1.9.1 optionalDependencies: - prettier: registry.npmmirror.com/prettier/2.8.3 + prettier: registry.npmmirror.com/prettier@2.8.3 transitivePeerDependencies: - arc-templates - atpl @@ -2399,143 +2459,143 @@ packages: - whiskers dev: true - registry.npmmirror.com/@webassemblyjs/ast/1.11.1: + registry.npmmirror.com/@webassemblyjs/ast@1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.11.1.tgz} name: '@webassemblyjs/ast' version: 1.11.1 dependencies: - '@webassemblyjs/helper-numbers': registry.npmmirror.com/@webassemblyjs/helper-numbers/1.11.1 - '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/1.11.1 + '@webassemblyjs/helper-numbers': registry.npmmirror.com/@webassemblyjs/helper-numbers@1.11.1 + '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode@1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/1.11.1: + registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser@1.11.1: resolution: {integrity: sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz} name: '@webassemblyjs/floating-point-hex-parser' version: 1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/helper-api-error/1.11.1: + registry.npmmirror.com/@webassemblyjs/helper-api-error@1.11.1: resolution: {integrity: sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz} name: '@webassemblyjs/helper-api-error' version: 1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/helper-buffer/1.11.1: + registry.npmmirror.com/@webassemblyjs/helper-buffer@1.11.1: resolution: {integrity: sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz} name: '@webassemblyjs/helper-buffer' version: 1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/helper-numbers/1.11.1: + registry.npmmirror.com/@webassemblyjs/helper-numbers@1.11.1: resolution: {integrity: sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz} name: '@webassemblyjs/helper-numbers' version: 1.11.1 dependencies: - '@webassemblyjs/floating-point-hex-parser': registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/1.11.1 - '@webassemblyjs/helper-api-error': registry.npmmirror.com/@webassemblyjs/helper-api-error/1.11.1 - '@xtuc/long': registry.npmmirror.com/@xtuc/long/4.2.2 + '@webassemblyjs/floating-point-hex-parser': registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser@1.11.1 + '@webassemblyjs/helper-api-error': registry.npmmirror.com/@webassemblyjs/helper-api-error@1.11.1 + '@xtuc/long': registry.npmmirror.com/@xtuc/long@4.2.2 dev: true - registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/1.11.1: + registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode@1.11.1: resolution: {integrity: sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz} name: '@webassemblyjs/helper-wasm-bytecode' version: 1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/helper-wasm-section/1.11.1: + registry.npmmirror.com/@webassemblyjs/helper-wasm-section@1.11.1: resolution: {integrity: sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz} name: '@webassemblyjs/helper-wasm-section' version: 1.11.1 dependencies: - '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast/1.11.1 - '@webassemblyjs/helper-buffer': registry.npmmirror.com/@webassemblyjs/helper-buffer/1.11.1 - '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/1.11.1 - '@webassemblyjs/wasm-gen': registry.npmmirror.com/@webassemblyjs/wasm-gen/1.11.1 + '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast@1.11.1 + '@webassemblyjs/helper-buffer': registry.npmmirror.com/@webassemblyjs/helper-buffer@1.11.1 + '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode@1.11.1 + '@webassemblyjs/wasm-gen': registry.npmmirror.com/@webassemblyjs/wasm-gen@1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/ieee754/1.11.1: + registry.npmmirror.com/@webassemblyjs/ieee754@1.11.1: resolution: {integrity: sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz} name: '@webassemblyjs/ieee754' version: 1.11.1 dependencies: - '@xtuc/ieee754': registry.npmmirror.com/@xtuc/ieee754/1.2.0 + '@xtuc/ieee754': registry.npmmirror.com/@xtuc/ieee754@1.2.0 dev: true - registry.npmmirror.com/@webassemblyjs/leb128/1.11.1: + registry.npmmirror.com/@webassemblyjs/leb128@1.11.1: resolution: {integrity: sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz} name: '@webassemblyjs/leb128' version: 1.11.1 dependencies: - '@xtuc/long': registry.npmmirror.com/@xtuc/long/4.2.2 + '@xtuc/long': registry.npmmirror.com/@xtuc/long@4.2.2 dev: true - registry.npmmirror.com/@webassemblyjs/utf8/1.11.1: + registry.npmmirror.com/@webassemblyjs/utf8@1.11.1: resolution: {integrity: sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz} name: '@webassemblyjs/utf8' version: 1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/wasm-edit/1.11.1: + registry.npmmirror.com/@webassemblyjs/wasm-edit@1.11.1: resolution: {integrity: sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz} name: '@webassemblyjs/wasm-edit' version: 1.11.1 dependencies: - '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast/1.11.1 - '@webassemblyjs/helper-buffer': registry.npmmirror.com/@webassemblyjs/helper-buffer/1.11.1 - '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/1.11.1 - '@webassemblyjs/helper-wasm-section': registry.npmmirror.com/@webassemblyjs/helper-wasm-section/1.11.1 - '@webassemblyjs/wasm-gen': registry.npmmirror.com/@webassemblyjs/wasm-gen/1.11.1 - '@webassemblyjs/wasm-opt': registry.npmmirror.com/@webassemblyjs/wasm-opt/1.11.1 - '@webassemblyjs/wasm-parser': registry.npmmirror.com/@webassemblyjs/wasm-parser/1.11.1 - '@webassemblyjs/wast-printer': registry.npmmirror.com/@webassemblyjs/wast-printer/1.11.1 + '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast@1.11.1 + '@webassemblyjs/helper-buffer': registry.npmmirror.com/@webassemblyjs/helper-buffer@1.11.1 + '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode@1.11.1 + '@webassemblyjs/helper-wasm-section': registry.npmmirror.com/@webassemblyjs/helper-wasm-section@1.11.1 + '@webassemblyjs/wasm-gen': registry.npmmirror.com/@webassemblyjs/wasm-gen@1.11.1 + '@webassemblyjs/wasm-opt': registry.npmmirror.com/@webassemblyjs/wasm-opt@1.11.1 + '@webassemblyjs/wasm-parser': registry.npmmirror.com/@webassemblyjs/wasm-parser@1.11.1 + '@webassemblyjs/wast-printer': registry.npmmirror.com/@webassemblyjs/wast-printer@1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/wasm-gen/1.11.1: + registry.npmmirror.com/@webassemblyjs/wasm-gen@1.11.1: resolution: {integrity: sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz} name: '@webassemblyjs/wasm-gen' version: 1.11.1 dependencies: - '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast/1.11.1 - '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/1.11.1 - '@webassemblyjs/ieee754': registry.npmmirror.com/@webassemblyjs/ieee754/1.11.1 - '@webassemblyjs/leb128': registry.npmmirror.com/@webassemblyjs/leb128/1.11.1 - '@webassemblyjs/utf8': registry.npmmirror.com/@webassemblyjs/utf8/1.11.1 + '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast@1.11.1 + '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode@1.11.1 + '@webassemblyjs/ieee754': registry.npmmirror.com/@webassemblyjs/ieee754@1.11.1 + '@webassemblyjs/leb128': registry.npmmirror.com/@webassemblyjs/leb128@1.11.1 + '@webassemblyjs/utf8': registry.npmmirror.com/@webassemblyjs/utf8@1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/wasm-opt/1.11.1: + registry.npmmirror.com/@webassemblyjs/wasm-opt@1.11.1: resolution: {integrity: sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz} name: '@webassemblyjs/wasm-opt' version: 1.11.1 dependencies: - '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast/1.11.1 - '@webassemblyjs/helper-buffer': registry.npmmirror.com/@webassemblyjs/helper-buffer/1.11.1 - '@webassemblyjs/wasm-gen': registry.npmmirror.com/@webassemblyjs/wasm-gen/1.11.1 - '@webassemblyjs/wasm-parser': registry.npmmirror.com/@webassemblyjs/wasm-parser/1.11.1 + '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast@1.11.1 + '@webassemblyjs/helper-buffer': registry.npmmirror.com/@webassemblyjs/helper-buffer@1.11.1 + '@webassemblyjs/wasm-gen': registry.npmmirror.com/@webassemblyjs/wasm-gen@1.11.1 + '@webassemblyjs/wasm-parser': registry.npmmirror.com/@webassemblyjs/wasm-parser@1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/wasm-parser/1.11.1: + registry.npmmirror.com/@webassemblyjs/wasm-parser@1.11.1: resolution: {integrity: sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz} name: '@webassemblyjs/wasm-parser' version: 1.11.1 dependencies: - '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast/1.11.1 - '@webassemblyjs/helper-api-error': registry.npmmirror.com/@webassemblyjs/helper-api-error/1.11.1 - '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/1.11.1 - '@webassemblyjs/ieee754': registry.npmmirror.com/@webassemblyjs/ieee754/1.11.1 - '@webassemblyjs/leb128': registry.npmmirror.com/@webassemblyjs/leb128/1.11.1 - '@webassemblyjs/utf8': registry.npmmirror.com/@webassemblyjs/utf8/1.11.1 + '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast@1.11.1 + '@webassemblyjs/helper-api-error': registry.npmmirror.com/@webassemblyjs/helper-api-error@1.11.1 + '@webassemblyjs/helper-wasm-bytecode': registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode@1.11.1 + '@webassemblyjs/ieee754': registry.npmmirror.com/@webassemblyjs/ieee754@1.11.1 + '@webassemblyjs/leb128': registry.npmmirror.com/@webassemblyjs/leb128@1.11.1 + '@webassemblyjs/utf8': registry.npmmirror.com/@webassemblyjs/utf8@1.11.1 dev: true - registry.npmmirror.com/@webassemblyjs/wast-printer/1.11.1: + registry.npmmirror.com/@webassemblyjs/wast-printer@1.11.1: resolution: {integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz} name: '@webassemblyjs/wast-printer' version: 1.11.1 dependencies: - '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast/1.11.1 - '@xtuc/long': registry.npmmirror.com/@xtuc/long/4.2.2 + '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast@1.11.1 + '@xtuc/long': registry.npmmirror.com/@xtuc/long@4.2.2 dev: true - registry.npmmirror.com/@webpack-cli/configtest/1.1.1_q7qo2wgeiyigo3znjsjh7f36ue: + registry.npmmirror.com/@webpack-cli/configtest@1.1.1(webpack-cli@4.9.2)(webpack@5.72.0): resolution: {integrity: sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webpack-cli/configtest/-/configtest-1.1.1.tgz} id: registry.npmmirror.com/@webpack-cli/configtest/1.1.1 name: '@webpack-cli/configtest' @@ -2544,11 +2604,11 @@ packages: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 - webpack-cli: registry.npmmirror.com/webpack-cli/4.9.2_d44oamaeqptjhxq6msbgm4j2fi + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) + webpack-cli: registry.npmmirror.com/webpack-cli@4.9.2(webpack-bundle-analyzer@4.5.0)(webpack@5.72.0) dev: true - registry.npmmirror.com/@webpack-cli/info/1.4.1_webpack-cli@4.9.2: + registry.npmmirror.com/@webpack-cli/info@1.4.1(webpack-cli@4.9.2): resolution: {integrity: sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webpack-cli/info/-/info-1.4.1.tgz} id: registry.npmmirror.com/@webpack-cli/info/1.4.1 name: '@webpack-cli/info' @@ -2556,11 +2616,11 @@ packages: peerDependencies: webpack-cli: 4.x.x dependencies: - envinfo: registry.npmmirror.com/envinfo/7.8.1 - webpack-cli: registry.npmmirror.com/webpack-cli/4.9.2_d44oamaeqptjhxq6msbgm4j2fi + envinfo: registry.npmmirror.com/envinfo@7.8.1 + webpack-cli: registry.npmmirror.com/webpack-cli@4.9.2(webpack-bundle-analyzer@4.5.0)(webpack@5.72.0) dev: true - registry.npmmirror.com/@webpack-cli/serve/1.6.1_webpack-cli@4.9.2: + registry.npmmirror.com/@webpack-cli/serve@1.6.1(webpack-cli@4.9.2): resolution: {integrity: sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@webpack-cli/serve/-/serve-1.6.1.tgz} id: registry.npmmirror.com/@webpack-cli/serve/1.6.1 name: '@webpack-cli/serve' @@ -2572,38 +2632,38 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: registry.npmmirror.com/webpack-cli/4.9.2_d44oamaeqptjhxq6msbgm4j2fi + webpack-cli: registry.npmmirror.com/webpack-cli@4.9.2(webpack-bundle-analyzer@4.5.0)(webpack@5.72.0) dev: true - registry.npmmirror.com/@xtuc/ieee754/1.2.0: + registry.npmmirror.com/@xtuc/ieee754@1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz} name: '@xtuc/ieee754' version: 1.2.0 dev: true - registry.npmmirror.com/@xtuc/long/4.2.2: + registry.npmmirror.com/@xtuc/long@4.2.2: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz} name: '@xtuc/long' version: 4.2.2 dev: true - registry.npmmirror.com/@zeit/schemas/2.6.0: + registry.npmmirror.com/@zeit/schemas@2.6.0: resolution: {integrity: sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@zeit/schemas/-/schemas-2.6.0.tgz} name: '@zeit/schemas' version: 2.6.0 dev: true - registry.npmmirror.com/accepts/1.3.8: + registry.npmmirror.com/accepts@1.3.8: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz} name: accepts version: 1.3.8 engines: {node: '>= 0.6'} dependencies: - mime-types: registry.npmmirror.com/mime-types/2.1.35 - negotiator: registry.npmmirror.com/negotiator/0.6.3 + mime-types: registry.npmmirror.com/mime-types@2.1.35 + negotiator: registry.npmmirror.com/negotiator@0.6.3 dev: true - registry.npmmirror.com/acorn-import-assertions/1.8.0_acorn@8.7.1: + registry.npmmirror.com/acorn-import-assertions@1.8.0(acorn@8.7.1): resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz} id: registry.npmmirror.com/acorn-import-assertions/1.8.0 name: acorn-import-assertions @@ -2611,10 +2671,10 @@ packages: peerDependencies: acorn: ^8 dependencies: - acorn: registry.npmmirror.com/acorn/8.7.1 + acorn: registry.npmmirror.com/acorn@8.7.1 dev: true - registry.npmmirror.com/acorn-jsx/5.3.2_acorn@7.4.1: + registry.npmmirror.com/acorn-jsx@5.3.2(acorn@7.4.1): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz} id: registry.npmmirror.com/acorn-jsx/5.3.2 name: acorn-jsx @@ -2622,17 +2682,17 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: registry.npmmirror.com/acorn/7.4.1 + acorn: registry.npmmirror.com/acorn@7.4.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/7.4.1: + registry.npmmirror.com/acorn@7.4.1: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz} name: acorn version: 7.4.1 @@ -2640,7 +2700,7 @@ packages: hasBin: true dev: true - registry.npmmirror.com/acorn/8.7.1: + registry.npmmirror.com/acorn@8.7.1: resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/acorn/-/acorn-8.7.1.tgz} name: acorn version: 8.7.1 @@ -2648,7 +2708,7 @@ packages: hasBin: true dev: true - registry.npmmirror.com/ajv-keywords/3.5.2_ajv@6.12.6: + registry.npmmirror.com/ajv-keywords@3.5.2(ajv@6.12.6): resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz} id: registry.npmmirror.com/ajv-keywords/3.5.2 name: ajv-keywords @@ -2656,176 +2716,176 @@ packages: peerDependencies: ajv: ^6.9.1 dependencies: - ajv: registry.npmmirror.com/ajv/6.12.6 + ajv: registry.npmmirror.com/ajv@6.12.6 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/ajv/8.11.0: + registry.npmmirror.com/ajv@8.11.0: resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ajv/-/ajv-8.11.0.tgz} name: ajv version: 8.11.0 dependencies: - fast-deep-equal: registry.npmmirror.com/fast-deep-equal/3.1.3 - json-schema-traverse: registry.npmmirror.com/json-schema-traverse/1.0.0 - require-from-string: registry.npmmirror.com/require-from-string/2.0.2 - uri-js: registry.npmmirror.com/uri-js/4.4.1 + fast-deep-equal: registry.npmmirror.com/fast-deep-equal@3.1.3 + json-schema-traverse: registry.npmmirror.com/json-schema-traverse@1.0.0 + require-from-string: registry.npmmirror.com/require-from-string@2.0.2 + uri-js: registry.npmmirror.com/uri-js@4.4.1 dev: true - registry.npmmirror.com/ansi-align/3.0.1: + registry.npmmirror.com/ansi-align@3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-align/-/ansi-align-3.0.1.tgz} name: ansi-align version: 3.0.1 dependencies: - string-width: registry.npmmirror.com/string-width/4.2.3 + string-width: registry.npmmirror.com/string-width@4.2.3 dev: true - registry.npmmirror.com/ansi-colors/4.1.1: + registry.npmmirror.com/ansi-colors@4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.1.tgz} name: ansi-colors version: 4.1.1 engines: {node: '>=6'} dev: true - registry.npmmirror.com/ansi-regex/2.1.1: + registry.npmmirror.com/ansi-regex@2.1.1: resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz} name: ansi-regex version: 2.1.1 engines: {node: '>=0.10.0'} 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/2.2.1: + registry.npmmirror.com/ansi-styles@2.2.1: resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-styles/-/ansi-styles-2.2.1.tgz} name: ansi-styles version: 2.2.1 engines: {node: '>=0.10.0'} 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.2: + registry.npmmirror.com/anymatch@3.1.2: resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz} name: anymatch version: 3.1.2 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/arch/2.2.0: + registry.npmmirror.com/arch@2.2.0: resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/arch/-/arch-2.2.0.tgz} name: arch version: 2.2.0 dev: true - registry.npmmirror.com/arg/2.0.0: + registry.npmmirror.com/arg@2.0.0: resolution: {integrity: sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/arg/-/arg-2.0.0.tgz} name: arg version: 2.0.0 dev: true - registry.npmmirror.com/arg/4.1.3: + registry.npmmirror.com/arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/arg/-/arg-4.1.3.tgz} name: arg version: 4.1.3 dev: true - registry.npmmirror.com/argparse/1.0.10: + registry.npmmirror.com/argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/argparse/-/argparse-1.0.10.tgz} name: argparse version: 1.0.10 dependencies: - sprintf-js: registry.npmmirror.com/sprintf-js/1.0.3 + sprintf-js: registry.npmmirror.com/sprintf-js@1.0.3 dev: true - registry.npmmirror.com/array-includes/3.1.5: + registry.npmmirror.com/array-includes@3.1.5: resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/array-includes/-/array-includes-3.1.5.tgz} name: array-includes version: 3.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.0 - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.1 - is-string: registry.npmmirror.com/is-string/1.0.7 + 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.0 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.1 + is-string: registry.npmmirror.com/is-string@1.0.7 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/array.prototype.flat/1.3.0: + registry.npmmirror.com/array.prototype.flat@1.3.0: resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz} name: array.prototype.flat version: 1.3.0 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.0 - es-shim-unscopables: registry.npmmirror.com/es-shim-unscopables/1.0.0 + 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.0 + es-shim-unscopables: registry.npmmirror.com/es-shim-unscopables@1.0.0 dev: true - registry.npmmirror.com/astral-regex/2.0.0: + registry.npmmirror.com/astral-regex@2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/astral-regex/-/astral-regex-2.0.0.tgz} name: astral-regex version: 2.0.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/async-exit-hook/2.0.1: + registry.npmmirror.com/async-exit-hook@2.0.1: resolution: {integrity: sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz} name: async-exit-hook version: 2.0.1 engines: {node: '>=0.12.0'} dev: true - registry.npmmirror.com/async/2.6.4: + registry.npmmirror.com/async@2.6.4: resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/async/-/async-2.6.4.tgz} name: async version: 2.6.4 dependencies: - lodash: registry.npmmirror.com/lodash/4.17.21 + lodash: registry.npmmirror.com/lodash@4.17.21 dev: true - registry.npmmirror.com/autoprefixer/10.4.7_postcss@8.4.13: + registry.npmmirror.com/autoprefixer@10.4.7(postcss@8.4.13): resolution: {integrity: sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.7.tgz} id: registry.npmmirror.com/autoprefixer/10.4.7 name: autoprefixer @@ -2835,16 +2895,16 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: registry.npmmirror.com/browserslist/4.21.4 - caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001338 - fraction.js: registry.npmmirror.com/fraction.js/4.2.0 - normalize-range: registry.npmmirror.com/normalize-range/0.1.2 - picocolors: registry.npmmirror.com/picocolors/1.0.0 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + browserslist: registry.npmmirror.com/browserslist@4.21.4 + caniuse-lite: registry.npmmirror.com/caniuse-lite@1.0.30001338 + fraction.js: registry.npmmirror.com/fraction.js@4.2.0 + normalize-range: registry.npmmirror.com/normalize-range@0.1.2 + picocolors: registry.npmmirror.com/picocolors@1.0.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/babel-loader/8.2.5_xikclrripsnnfaia444gq7a2va: + registry.npmmirror.com/babel-loader@8.2.5(@babel/core@7.20.12)(webpack@5.72.0): resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/babel-loader/-/babel-loader-8.2.5.tgz} id: registry.npmmirror.com/babel-loader/8.2.5 name: babel-loader @@ -2854,15 +2914,15 @@ packages: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - find-cache-dir: registry.npmmirror.com/find-cache-dir/3.3.2 - loader-utils: registry.npmmirror.com/loader-utils/2.0.2 - make-dir: registry.npmmirror.com/make-dir/3.1.0 - schema-utils: registry.npmmirror.com/schema-utils/2.7.1 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + find-cache-dir: registry.npmmirror.com/find-cache-dir@3.3.2 + loader-utils: registry.npmmirror.com/loader-utils@2.0.2 + make-dir: registry.npmmirror.com/make-dir@3.1.0 + schema-utils: registry.npmmirror.com/schema-utils@2.7.1 + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) dev: true - registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.12: + registry.npmmirror.com/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.20.12): resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz} id: registry.npmmirror.com/babel-plugin-polyfill-corejs2/0.3.3 name: babel-plugin-polyfill-corejs2 @@ -2870,15 +2930,15 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': registry.npmmirror.com/@babel/compat-data/7.20.14 - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.12 - semver: registry.npmmirror.com/semver/6.3.0 + '@babel/compat-data': registry.npmmirror.com/@babel/compat-data@7.20.14 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.20.12) + semver: registry.npmmirror.com/semver@6.3.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.12: + registry.npmmirror.com/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.20.12): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz} id: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.6.0 name: babel-plugin-polyfill-corejs3 @@ -2886,14 +2946,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.12 - core-js-compat: registry.npmmirror.com/core-js-compat/3.27.2 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.20.12) + core-js-compat: registry.npmmirror.com/core-js-compat@3.27.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.12: + registry.npmmirror.com/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.20.12): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz} id: registry.npmmirror.com/babel-plugin-polyfill-regenerator/0.4.1 name: babel-plugin-polyfill-regenerator @@ -2901,353 +2961,353 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': registry.npmmirror.com/@babel/core/7.20.12 - '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.12 + '@babel/core': registry.npmmirror.com/@babel/core@7.20.12 + '@babel/helper-define-polyfill-provider': registry.npmmirror.com/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.20.12) transitivePeerDependencies: - supports-color dev: true - 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/big.js/5.2.2: + registry.npmmirror.com/big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz} name: big.js version: 5.2.2 dev: true - 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/boxen/5.1.2: + registry.npmmirror.com/boxen@5.1.2: resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/boxen/-/boxen-5.1.2.tgz} name: boxen version: 5.1.2 engines: {node: '>=10'} dependencies: - ansi-align: registry.npmmirror.com/ansi-align/3.0.1 - camelcase: registry.npmmirror.com/camelcase/6.3.0 - chalk: registry.npmmirror.com/chalk/4.1.2 - cli-boxes: registry.npmmirror.com/cli-boxes/2.2.1 - string-width: registry.npmmirror.com/string-width/4.2.3 - type-fest: registry.npmmirror.com/type-fest/0.20.2 - widest-line: registry.npmmirror.com/widest-line/3.1.0 - wrap-ansi: registry.npmmirror.com/wrap-ansi/7.0.0 + ansi-align: registry.npmmirror.com/ansi-align@3.0.1 + camelcase: registry.npmmirror.com/camelcase@6.3.0 + chalk: registry.npmmirror.com/chalk@4.1.2 + cli-boxes: registry.npmmirror.com/cli-boxes@2.2.1 + string-width: registry.npmmirror.com/string-width@4.2.3 + type-fest: registry.npmmirror.com/type-fest@0.20.2 + widest-line: registry.npmmirror.com/widest-line@3.1.0 + wrap-ansi: registry.npmmirror.com/wrap-ansi@7.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/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/browserslist/4.21.4: + registry.npmmirror.com/browserslist@4.21.4: resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/browserslist/-/browserslist-4.21.4.tgz} name: browserslist version: 4.21.4 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001430 - electron-to-chromium: registry.npmmirror.com/electron-to-chromium/1.4.284 - node-releases: registry.npmmirror.com/node-releases/2.0.6 - update-browserslist-db: registry.npmmirror.com/update-browserslist-db/1.0.10_browserslist@4.21.4 + caniuse-lite: registry.npmmirror.com/caniuse-lite@1.0.30001430 + electron-to-chromium: registry.npmmirror.com/electron-to-chromium@1.4.284 + node-releases: registry.npmmirror.com/node-releases@2.0.6 + update-browserslist-db: registry.npmmirror.com/update-browserslist-db@1.0.10(browserslist@4.21.4) 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/bytes/3.0.0: + registry.npmmirror.com/bytes@3.0.0: resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/bytes/-/bytes-3.0.0.tgz} name: bytes version: 3.0.0 engines: {node: '>= 0.8'} 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.1 + function-bind: registry.npmmirror.com/function-bind@1.1.1 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.1 dev: true - 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/camelcase/6.3.0: + registry.npmmirror.com/camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz} name: camelcase version: 6.3.0 engines: {node: '>=10'} dev: true - registry.npmmirror.com/caniuse-lite/1.0.30001338: + registry.npmmirror.com/caniuse-lite@1.0.30001338: resolution: {integrity: sha512-1gLHWyfVoRDsHieO+CaeYe7jSo/MT7D7lhaXUiwwbuR5BwQxORs0f1tAwUSQr3YbxRXJvxHM/PA5FfPQRnsPeQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001338.tgz} name: caniuse-lite version: 1.0.30001338 dev: true - registry.npmmirror.com/caniuse-lite/1.0.30001430: + registry.npmmirror.com/caniuse-lite@1.0.30001430: resolution: {integrity: sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz} name: caniuse-lite version: 1.0.30001430 dev: true - registry.npmmirror.com/chalk/1.1.3: + registry.npmmirror.com/chalk@1.1.3: resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chalk/-/chalk-1.1.3.tgz} name: chalk version: 1.1.3 engines: {node: '>=0.10.0'} dependencies: - ansi-styles: registry.npmmirror.com/ansi-styles/2.2.1 - escape-string-regexp: registry.npmmirror.com/escape-string-regexp/1.0.5 - has-ansi: registry.npmmirror.com/has-ansi/2.0.0 - strip-ansi: registry.npmmirror.com/strip-ansi/3.0.1 - supports-color: registry.npmmirror.com/supports-color/2.0.0 + ansi-styles: registry.npmmirror.com/ansi-styles@2.2.1 + escape-string-regexp: registry.npmmirror.com/escape-string-regexp@1.0.5 + has-ansi: registry.npmmirror.com/has-ansi@2.0.0 + strip-ansi: registry.npmmirror.com/strip-ansi@3.0.1 + supports-color: registry.npmmirror.com/supports-color@2.0.0 dev: true - registry.npmmirror.com/chalk/2.4.1: + registry.npmmirror.com/chalk@2.4.1: resolution: {integrity: sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chalk/-/chalk-2.4.1.tgz} name: chalk version: 2.4.1 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/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/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.2 - 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.2 + 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/chrome-trace-event/1.0.3: + registry.npmmirror.com/chrome-trace-event@1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz} name: chrome-trace-event version: 1.0.3 engines: {node: '>=6.0'} dev: true - registry.npmmirror.com/cli-boxes/2.2.1: + registry.npmmirror.com/cli-boxes@2.2.1: resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cli-boxes/-/cli-boxes-2.2.1.tgz} name: cli-boxes version: 2.2.1 engines: {node: '>=6'} dev: true - registry.npmmirror.com/cli-source-preview/1.1.0: + registry.npmmirror.com/cli-source-preview@1.1.0: resolution: {integrity: sha512-n5DpanHecShys8+nhrOrQoPJjvtISsKAaW9abQjbf53X73RMkPwq7JLny5zEAJDdW/PwYr3FehtsIJZhocUULw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cli-source-preview/-/cli-source-preview-1.1.0.tgz} name: cli-source-preview version: 1.1.0 dependencies: - chalk: registry.npmmirror.com/chalk/1.1.3 + chalk: registry.npmmirror.com/chalk@1.1.3 dev: true - registry.npmmirror.com/clipboardy/2.3.0: + registry.npmmirror.com/clipboardy@2.3.0: resolution: {integrity: sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/clipboardy/-/clipboardy-2.3.0.tgz} name: clipboardy version: 2.3.0 engines: {node: '>=8'} dependencies: - arch: registry.npmmirror.com/arch/2.2.0 - execa: registry.npmmirror.com/execa/1.0.0 - is-wsl: registry.npmmirror.com/is-wsl/2.2.0 + arch: registry.npmmirror.com/arch@2.2.0 + execa: registry.npmmirror.com/execa@1.0.0 + is-wsl: registry.npmmirror.com/is-wsl@2.2.0 dev: true - registry.npmmirror.com/clone-deep/4.0.1: + registry.npmmirror.com/clone-deep@4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/clone-deep/-/clone-deep-4.0.1.tgz} name: clone-deep version: 4.0.1 engines: {node: '>=6'} dependencies: - is-plain-object: registry.npmmirror.com/is-plain-object/2.0.4 - kind-of: registry.npmmirror.com/kind-of/6.0.3 - shallow-clone: registry.npmmirror.com/shallow-clone/3.0.1 + is-plain-object: registry.npmmirror.com/is-plain-object@2.0.4 + kind-of: registry.npmmirror.com/kind-of@6.0.3 + shallow-clone: registry.npmmirror.com/shallow-clone@3.0.1 dev: true - registry.npmmirror.com/co/4.6.0: + registry.npmmirror.com/co@4.6.0: resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/co/-/co-4.6.0.tgz} name: co version: 4.6.0 engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true - 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 - 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 - 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 - registry.npmmirror.com/color-string/1.9.1: + registry.npmmirror.com/color-string@1.9.1: resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz} name: color-string version: 1.9.1 dependencies: - color-name: registry.npmmirror.com/color-name/1.1.4 - simple-swizzle: registry.npmmirror.com/simple-swizzle/0.2.2 + color-name: registry.npmmirror.com/color-name@1.1.4 + simple-swizzle: registry.npmmirror.com/simple-swizzle@0.2.2 dev: false - registry.npmmirror.com/color/3.2.1: + registry.npmmirror.com/color@3.2.1: resolution: {integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/color/-/color-3.2.1.tgz} name: color version: 3.2.1 dependencies: - color-convert: registry.npmmirror.com/color-convert/1.9.3 - color-string: registry.npmmirror.com/color-string/1.9.1 + color-convert: registry.npmmirror.com/color-convert@1.9.3 + color-string: registry.npmmirror.com/color-string@1.9.1 dev: false - registry.npmmirror.com/colorette/2.0.16: + registry.npmmirror.com/colorette@2.0.16: resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/colorette/-/colorette-2.0.16.tgz} name: colorette version: 2.0.16 dev: true - registry.npmmirror.com/commander/2.20.3: + registry.npmmirror.com/commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz} name: commander version: 2.20.3 dev: true - registry.npmmirror.com/commander/7.2.0: + registry.npmmirror.com/commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz} name: commander version: 7.2.0 engines: {node: '>= 10'} dev: true - registry.npmmirror.com/commondir/1.0.1: + registry.npmmirror.com/commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz} name: commondir version: 1.0.1 dev: true - registry.npmmirror.com/compressible/2.0.18: + registry.npmmirror.com/compressible@2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz} name: compressible version: 2.0.18 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 dev: true - registry.npmmirror.com/compression/1.7.3: + registry.npmmirror.com/compression@1.7.3: resolution: {integrity: sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/compression/-/compression-1.7.3.tgz} name: compression version: 1.7.3 engines: {node: '>= 0.8.0'} dependencies: - accepts: registry.npmmirror.com/accepts/1.3.8 - bytes: registry.npmmirror.com/bytes/3.0.0 - compressible: registry.npmmirror.com/compressible/2.0.18 - debug: registry.npmmirror.com/debug/2.6.9 - on-headers: registry.npmmirror.com/on-headers/1.0.2 - safe-buffer: registry.npmmirror.com/safe-buffer/5.1.2 - vary: registry.npmmirror.com/vary/1.1.2 + accepts: registry.npmmirror.com/accepts@1.3.8 + bytes: registry.npmmirror.com/bytes@3.0.0 + compressible: registry.npmmirror.com/compressible@2.0.18 + debug: registry.npmmirror.com/debug@2.6.9 + on-headers: registry.npmmirror.com/on-headers@1.0.2 + safe-buffer: registry.npmmirror.com/safe-buffer@5.1.2 + vary: registry.npmmirror.com/vary@1.1.2 transitivePeerDependencies: - supports-color dev: true - 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/confusing-browser-globals/1.0.11: + registry.npmmirror.com/confusing-browser-globals@1.0.11: resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz} name: confusing-browser-globals version: 1.0.11 dev: true - registry.npmmirror.com/consolidate/0.15.1_lodash@4.17.21: + registry.npmmirror.com/consolidate@0.15.1(lodash@4.17.21): resolution: {integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/consolidate/-/consolidate-0.15.1.tgz} id: registry.npmmirror.com/consolidate/0.15.1 name: consolidate @@ -3415,83 +3475,83 @@ packages: whiskers: optional: true dependencies: - bluebird: registry.npmmirror.com/bluebird/3.7.2 - lodash: registry.npmmirror.com/lodash/4.17.21 + bluebird: registry.npmmirror.com/bluebird@3.7.2 + lodash: registry.npmmirror.com/lodash@4.17.21 dev: true - registry.npmmirror.com/content-disposition/0.5.2: + registry.npmmirror.com/content-disposition@0.5.2: resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.2.tgz} name: content-disposition version: 0.5.2 engines: {node: '>= 0.6'} dev: true - registry.npmmirror.com/convert-source-map/1.8.0: + registry.npmmirror.com/convert-source-map@1.8.0: resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.8.0.tgz} name: convert-source-map version: 1.8.0 dependencies: - safe-buffer: registry.npmmirror.com/safe-buffer/5.1.2 + safe-buffer: registry.npmmirror.com/safe-buffer@5.1.2 dev: true - registry.npmmirror.com/core-js-compat/3.27.2: + registry.npmmirror.com/core-js-compat@3.27.2: resolution: {integrity: sha512-welaYuF7ZtbYKGrIy7y3eb40d37rG1FvzEOfe7hSLd2iD6duMDqUhRfSvCGyC46HhR6Y8JXXdZ2lnRUMkPBpvg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.27.2.tgz} name: core-js-compat version: 3.27.2 dependencies: - browserslist: registry.npmmirror.com/browserslist/4.21.4 + browserslist: registry.npmmirror.com/browserslist@4.21.4 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/cosmiconfig/7.0.1: + registry.npmmirror.com/cosmiconfig@7.0.1: resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz} name: cosmiconfig version: 7.0.1 engines: {node: '>=10'} dependencies: - '@types/parse-json': registry.npmmirror.com/@types/parse-json/4.0.0 - import-fresh: registry.npmmirror.com/import-fresh/3.3.0 - parse-json: registry.npmmirror.com/parse-json/5.2.0 - path-type: registry.npmmirror.com/path-type/4.0.0 - yaml: registry.npmmirror.com/yaml/1.10.2 + '@types/parse-json': registry.npmmirror.com/@types/parse-json@4.0.0 + import-fresh: registry.npmmirror.com/import-fresh@3.3.0 + parse-json: registry.npmmirror.com/parse-json@5.2.0 + path-type: registry.npmmirror.com/path-type@4.0.0 + yaml: registry.npmmirror.com/yaml@1.10.2 dev: true - registry.npmmirror.com/create-require/1.1.1: + registry.npmmirror.com/create-require@1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz} name: create-require version: 1.1.1 dev: true - 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/css-blank-pseudo/3.0.3_postcss@8.4.13: + registry.npmmirror.com/css-blank-pseudo@3.0.3(postcss@8.4.13): resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz} id: registry.npmmirror.com/css-blank-pseudo/3.0.3 name: css-blank-pseudo @@ -3501,11 +3561,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/css-has-pseudo/3.0.4_postcss@8.4.13: + registry.npmmirror.com/css-has-pseudo@3.0.4(postcss@8.4.13): resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz} id: registry.npmmirror.com/css-has-pseudo/3.0.4 name: css-has-pseudo @@ -3515,11 +3575,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/css-loader/5.2.7_webpack@5.72.0: + registry.npmmirror.com/css-loader@5.2.7(webpack@5.72.0): resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/css-loader/-/css-loader-5.2.7.tgz} id: registry.npmmirror.com/css-loader/5.2.7 name: css-loader @@ -3528,20 +3588,20 @@ packages: peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: - icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.13 - loader-utils: registry.npmmirror.com/loader-utils/2.0.2 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-modules-extract-imports: registry.npmmirror.com/postcss-modules-extract-imports/3.0.0_postcss@8.4.13 - postcss-modules-local-by-default: registry.npmmirror.com/postcss-modules-local-by-default/4.0.0_postcss@8.4.13 - postcss-modules-scope: registry.npmmirror.com/postcss-modules-scope/3.0.0_postcss@8.4.13 - postcss-modules-values: registry.npmmirror.com/postcss-modules-values/4.0.0_postcss@8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 - schema-utils: registry.npmmirror.com/schema-utils/3.1.1 - semver: registry.npmmirror.com/semver/7.3.7 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 + icss-utils: registry.npmmirror.com/icss-utils@5.1.0(postcss@8.4.13) + loader-utils: registry.npmmirror.com/loader-utils@2.0.2 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-modules-extract-imports: registry.npmmirror.com/postcss-modules-extract-imports@3.0.0(postcss@8.4.13) + postcss-modules-local-by-default: registry.npmmirror.com/postcss-modules-local-by-default@4.0.0(postcss@8.4.13) + postcss-modules-scope: registry.npmmirror.com/postcss-modules-scope@3.0.0(postcss@8.4.13) + postcss-modules-values: registry.npmmirror.com/postcss-modules-values@4.0.0(postcss@8.4.13) + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 + schema-utils: registry.npmmirror.com/schema-utils@3.1.1 + semver: registry.npmmirror.com/semver@7.3.7 + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) dev: true - registry.npmmirror.com/css-prefers-color-scheme/6.0.3_postcss@8.4.13: + registry.npmmirror.com/css-prefers-color-scheme@6.0.3(postcss@8.4.13): resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz} id: registry.npmmirror.com/css-prefers-color-scheme/6.0.3 name: css-prefers-color-scheme @@ -3551,16 +3611,16 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/cssdb/6.6.1: + registry.npmmirror.com/cssdb@6.6.1: resolution: {integrity: sha512-0/nZEYfp8SFEzJkMud8NxZJsGfD7RHDJti6GRBLZptIwAzco6RTx1KgwFl4mGWsYS0ZNbCrsY9QryhQ4ldF3Mg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cssdb/-/cssdb-6.6.1.tgz} name: cssdb version: 6.6.1 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 @@ -3568,13 +3628,13 @@ packages: hasBin: true dev: true - 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 @@ -3584,10 +3644,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/3.2.7: + registry.npmmirror.com/debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz} name: debug version: 3.2.7 @@ -3597,10 +3657,10 @@ packages: supports-color: optional: true dependencies: - ms: registry.npmmirror.com/ms/2.1.3 + ms: registry.npmmirror.com/ms@2.1.3 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 @@ -3611,119 +3671,119 @@ packages: supports-color: optional: true dependencies: - ms: registry.npmmirror.com/ms/2.1.2 + ms: registry.npmmirror.com/ms@2.1.2 dev: true - registry.npmmirror.com/deep-extend/0.6.0: + registry.npmmirror.com/deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/deep-extend/-/deep-extend-0.6.0.tgz} name: deep-extend version: 0.6.0 engines: {node: '>=4.0.0'} 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/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/diff/4.0.2: + registry.npmmirror.com/diff@4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/diff/-/diff-4.0.2.tgz} name: diff version: 4.0.2 engines: {node: '>=0.3.1'} dev: true - 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/2.1.0: + registry.npmmirror.com/doctrine@2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/doctrine/-/doctrine-2.1.0.tgz} name: doctrine version: 2.1.0 engines: {node: '>=0.10.0'} dependencies: - esutils: registry.npmmirror.com/esutils/2.0.3 + esutils: registry.npmmirror.com/esutils@2.0.3 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/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/electron-to-chromium/1.4.284: + registry.npmmirror.com/electron-to-chromium@1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz} name: electron-to-chromium version: 1.4.284 dev: true - registry.npmmirror.com/emoji-regex/8.0.0: + registry.npmmirror.com/emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz} name: emoji-regex version: 8.0.0 dev: true - registry.npmmirror.com/emojis-list/3.0.0: + registry.npmmirror.com/emojis-list@3.0.0: resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz} name: emojis-list version: 3.0.0 engines: {node: '>= 4'} dev: true - registry.npmmirror.com/end-of-stream/1.4.4: + registry.npmmirror.com/end-of-stream@1.4.4: resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz} name: end-of-stream version: 1.4.4 dependencies: - once: registry.npmmirror.com/once/1.4.0 + once: registry.npmmirror.com/once@1.4.0 dev: true - registry.npmmirror.com/enhanced-resolve/5.9.3: + registry.npmmirror.com/enhanced-resolve@5.9.3: resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz} name: enhanced-resolve version: 5.9.3 engines: {node: '>=10.13.0'} dependencies: - graceful-fs: registry.npmmirror.com/graceful-fs/4.2.10 - tapable: registry.npmmirror.com/tapable/2.2.1 + graceful-fs: registry.npmmirror.com/graceful-fs@4.2.10 + tapable: registry.npmmirror.com/tapable@2.2.1 dev: true - registry.npmmirror.com/enquirer/2.3.6: + registry.npmmirror.com/enquirer@2.3.6: resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/enquirer/-/enquirer-2.3.6.tgz} name: enquirer version: 2.3.6 engines: {node: '>=8.6'} dependencies: - ansi-colors: registry.npmmirror.com/ansi-colors/4.1.1 + ansi-colors: registry.npmmirror.com/ansi-colors@4.1.1 dev: true - registry.npmmirror.com/envinfo/7.8.1: + registry.npmmirror.com/envinfo@7.8.1: resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/envinfo/-/envinfo-7.8.1.tgz} name: envinfo version: 7.8.1 @@ -3731,92 +3791,92 @@ packages: hasBin: true 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.0: + registry.npmmirror.com/es-abstract@1.20.0: resolution: {integrity: sha512-URbD8tgRthKD3YcC39vbvSDrX23upXnPcnGAjQfgxXF5ID75YcENawc9ZX/9iTP9ptUyfCLIxTTuMYoRfiOVKA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-abstract/-/es-abstract-1.20.0.tgz} name: es-abstract version: 1.20.0 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.1 - get-symbol-description: registry.npmmirror.com/get-symbol-description/1.0.0 - 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.3 - is-callable: registry.npmmirror.com/is-callable/1.2.4 - 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.0 - object-keys: registry.npmmirror.com/object-keys/1.1.1 - object.assign: registry.npmmirror.com/object.assign/4.1.2 - regexp.prototype.flags: registry.npmmirror.com/regexp.prototype.flags/1.4.3 - string.prototype.trimend: registry.npmmirror.com/string.prototype.trimend/1.0.5 - string.prototype.trimstart: registry.npmmirror.com/string.prototype.trimstart/1.0.5 - unbox-primitive: registry.npmmirror.com/unbox-primitive/1.0.2 + 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.1 + get-symbol-description: registry.npmmirror.com/get-symbol-description@1.0.0 + 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.3 + is-callable: registry.npmmirror.com/is-callable@1.2.4 + 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.0 + object-keys: registry.npmmirror.com/object-keys@1.1.1 + object.assign: registry.npmmirror.com/object.assign@4.1.2 + regexp.prototype.flags: registry.npmmirror.com/regexp.prototype.flags@1.4.3 + string.prototype.trimend: registry.npmmirror.com/string.prototype.trimend@1.0.5 + string.prototype.trimstart: registry.npmmirror.com/string.prototype.trimstart@1.0.5 + unbox-primitive: registry.npmmirror.com/unbox-primitive@1.0.2 dev: true - registry.npmmirror.com/es-module-lexer/0.9.3: + registry.npmmirror.com/es-module-lexer@0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz} name: es-module-lexer version: 0.9.3 dev: true - registry.npmmirror.com/es-shim-unscopables/1.0.0: + registry.npmmirror.com/es-shim-unscopables@1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz} name: es-shim-unscopables version: 1.0.0 dependencies: - has: registry.npmmirror.com/has/1.0.3 + has: registry.npmmirror.com/has@1.0.3 dev: true - registry.npmmirror.com/es-to-primitive/1.2.1: + 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.4 - 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.4 + 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/escalade/3.1.1: + registry.npmmirror.com/escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz} name: escalade version: 3.1.1 engines: {node: '>=6'} dev: true - 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/eslint-config-airbnb-base/14.2.1_hpmu7kn6tcn2vnxpfzvv33bxmy: + registry.npmmirror.com/eslint-config-airbnb-base@14.2.1(eslint-plugin-import@2.26.0)(eslint@7.32.0): resolution: {integrity: sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz} id: registry.npmmirror.com/eslint-config-airbnb-base/14.2.1 name: eslint-config-airbnb-base @@ -3826,14 +3886,14 @@ packages: eslint: ^5.16.0 || ^6.8.0 || ^7.2.0 eslint-plugin-import: ^2.22.1 dependencies: - confusing-browser-globals: registry.npmmirror.com/confusing-browser-globals/1.0.11 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import/2.26.0_i35iul5rhorb6bo22nznvrlqjq - object.assign: registry.npmmirror.com/object.assign/4.1.2 - object.entries: registry.npmmirror.com/object.entries/1.1.5 + confusing-browser-globals: registry.npmmirror.com/confusing-browser-globals@1.0.11 + eslint: registry.npmmirror.com/eslint@7.32.0 + eslint-plugin-import: registry.npmmirror.com/eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.50.0)(eslint@7.32.0) + object.assign: registry.npmmirror.com/object.assign@4.1.2 + object.entries: registry.npmmirror.com/object.entries@1.1.5 dev: true - registry.npmmirror.com/eslint-config-prettier/8.6.0_eslint@7.32.0: + registry.npmmirror.com/eslint-config-prettier@8.6.0(eslint@7.32.0): resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz} id: registry.npmmirror.com/eslint-config-prettier/8.6.0 name: eslint-config-prettier @@ -3842,21 +3902,21 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 + eslint: registry.npmmirror.com/eslint@7.32.0 dev: true - registry.npmmirror.com/eslint-import-resolver-node/0.3.6: + registry.npmmirror.com/eslint-import-resolver-node@0.3.6: resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz} name: eslint-import-resolver-node version: 0.3.6 dependencies: - debug: registry.npmmirror.com/debug/3.2.7 - resolve: registry.npmmirror.com/resolve/1.22.0 + debug: registry.npmmirror.com/debug@3.2.7 + resolve: registry.npmmirror.com/resolve@1.22.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/eslint-module-utils/2.7.3_jbxsit4uwgorte7sw4jrcuevoy: + registry.npmmirror.com/eslint-module-utils@2.7.3(@typescript-eslint/parser@5.50.0)(eslint-import-resolver-node@0.3.6): resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz} id: registry.npmmirror.com/eslint-module-utils/2.7.3 name: eslint-module-utils @@ -3877,15 +3937,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe - debug: registry.npmmirror.com/debug/3.2.7 - eslint-import-resolver-node: registry.npmmirror.com/eslint-import-resolver-node/0.3.6 - find-up: registry.npmmirror.com/find-up/2.1.0 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser@5.50.0(eslint@7.32.0)(typescript@4.9.5) + debug: registry.npmmirror.com/debug@3.2.7 + eslint-import-resolver-node: registry.npmmirror.com/eslint-import-resolver-node@0.3.6 + find-up: registry.npmmirror.com/find-up@2.1.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/eslint-plugin-import/2.26.0_i35iul5rhorb6bo22nznvrlqjq: + registry.npmmirror.com/eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.50.0)(eslint@7.32.0): resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz} id: registry.npmmirror.com/eslint-plugin-import/2.26.0 name: eslint-plugin-import @@ -3898,28 +3958,28 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.50.0_jofidmxrjzhj7l6vknpw5ecvfe - array-includes: registry.npmmirror.com/array-includes/3.1.5 - array.prototype.flat: registry.npmmirror.com/array.prototype.flat/1.3.0 - debug: registry.npmmirror.com/debug/2.6.9 - doctrine: registry.npmmirror.com/doctrine/2.1.0 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-import-resolver-node: registry.npmmirror.com/eslint-import-resolver-node/0.3.6 - eslint-module-utils: registry.npmmirror.com/eslint-module-utils/2.7.3_jbxsit4uwgorte7sw4jrcuevoy - has: registry.npmmirror.com/has/1.0.3 - is-core-module: registry.npmmirror.com/is-core-module/2.9.0 - is-glob: registry.npmmirror.com/is-glob/4.0.3 - minimatch: registry.npmmirror.com/minimatch/3.1.2 - object.values: registry.npmmirror.com/object.values/1.1.5 - resolve: registry.npmmirror.com/resolve/1.22.0 - tsconfig-paths: registry.npmmirror.com/tsconfig-paths/3.14.1 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser@5.50.0(eslint@7.32.0)(typescript@4.9.5) + array-includes: registry.npmmirror.com/array-includes@3.1.5 + array.prototype.flat: registry.npmmirror.com/array.prototype.flat@1.3.0 + debug: registry.npmmirror.com/debug@2.6.9 + doctrine: registry.npmmirror.com/doctrine@2.1.0 + eslint: registry.npmmirror.com/eslint@7.32.0 + eslint-import-resolver-node: registry.npmmirror.com/eslint-import-resolver-node@0.3.6 + eslint-module-utils: registry.npmmirror.com/eslint-module-utils@2.7.3(@typescript-eslint/parser@5.50.0)(eslint-import-resolver-node@0.3.6) + has: registry.npmmirror.com/has@1.0.3 + is-core-module: registry.npmmirror.com/is-core-module@2.9.0 + is-glob: registry.npmmirror.com/is-glob@4.0.3 + minimatch: registry.npmmirror.com/minimatch@3.1.2 + object.values: registry.npmmirror.com/object.values@1.1.5 + resolve: registry.npmmirror.com/resolve@1.22.0 + tsconfig-paths: registry.npmmirror.com/tsconfig-paths@3.14.1 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - registry.npmmirror.com/eslint-plugin-prettier/4.2.1_o6s4toj67ba3vratins5wgouge: + registry.npmmirror.com/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.6.0)(eslint@7.32.0)(prettier@2.8.3): 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 @@ -3933,13 +3993,13 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-config-prettier: registry.npmmirror.com/eslint-config-prettier/8.6.0_eslint@7.32.0 - prettier: registry.npmmirror.com/prettier/2.8.3 - prettier-linter-helpers: registry.npmmirror.com/prettier-linter-helpers/1.0.0 + eslint: registry.npmmirror.com/eslint@7.32.0 + eslint-config-prettier: registry.npmmirror.com/eslint-config-prettier@8.6.0(eslint@7.32.0) + prettier: registry.npmmirror.com/prettier@2.8.3 + prettier-linter-helpers: registry.npmmirror.com/prettier-linter-helpers@1.0.0 dev: true - registry.npmmirror.com/eslint-plugin-vue/7.1.0_eslint@7.32.0: + registry.npmmirror.com/eslint-plugin-vue@7.1.0(eslint@7.32.0): resolution: {integrity: sha512-9dW7kj8/d2IkDdgNpvIhJdJ3XzU3x4PThXYMzWt49taktYnGyrTY6/bXCYZ/VtQKU9kXPntPrZ41+8Pw0Nxblg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz} id: registry.npmmirror.com/eslint-plugin-vue/7.1.0 name: eslint-plugin-vue @@ -3948,35 +4008,35 @@ packages: peerDependencies: eslint: ^6.2.0 || ^7.0.0 dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-utils: registry.npmmirror.com/eslint-utils/2.1.0 - natural-compare: registry.npmmirror.com/natural-compare/1.4.0 - semver: registry.npmmirror.com/semver/7.3.7 - vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/7.11.0_eslint@7.32.0 + eslint: registry.npmmirror.com/eslint@7.32.0 + eslint-utils: registry.npmmirror.com/eslint-utils@2.1.0 + natural-compare: registry.npmmirror.com/natural-compare@1.4.0 + semver: registry.npmmirror.com/semver@7.3.7 + vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser@7.11.0(eslint@7.32.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-utils/2.1.0: + registry.npmmirror.com/eslint-utils@2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-utils/-/eslint-utils-2.1.0.tgz} name: eslint-utils version: 2.1.0 engines: {node: '>=6'} dependencies: - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@1.3.0 dev: true - registry.npmmirror.com/eslint-utils/3.0.0_eslint@7.32.0: + registry.npmmirror.com/eslint-utils@3.0.0(eslint@7.32.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 @@ -3985,105 +4045,105 @@ packages: peerDependencies: eslint: '>=5' dependencies: - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0 + eslint: registry.npmmirror.com/eslint@7.32.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@2.1.0 dev: true - registry.npmmirror.com/eslint-visitor-keys/1.3.0: + registry.npmmirror.com/eslint-visitor-keys@1.3.0: resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz} name: eslint-visitor-keys version: 1.3.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/eslint-visitor-keys/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/7.32.0: + registry.npmmirror.com/eslint@7.32.0: resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint/-/eslint-7.32.0.tgz} name: eslint version: 7.32.0 engines: {node: ^10.12.0 || >=12.0.0} hasBin: true dependencies: - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.12.11 - '@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc/0.4.3 - '@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array/0.5.0 - 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 - enquirer: registry.npmmirror.com/enquirer/2.3.6 - escape-string-regexp: registry.npmmirror.com/escape-string-regexp/4.0.0 - eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - eslint-utils: registry.npmmirror.com/eslint-utils/2.1.0 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/2.1.0 - espree: registry.npmmirror.com/espree/7.3.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 - functional-red-black-tree: registry.npmmirror.com/functional-red-black-tree/1.0.1 - glob-parent: registry.npmmirror.com/glob-parent/5.1.2 - globals: registry.npmmirror.com/globals/13.13.0 - ignore: registry.npmmirror.com/ignore/4.0.6 - 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 - js-yaml: registry.npmmirror.com/js-yaml/3.14.1 - 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 - progress: registry.npmmirror.com/progress/2.0.3 - regexpp: registry.npmmirror.com/regexpp/3.2.0 - semver: registry.npmmirror.com/semver/7.3.7 - strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 - strip-json-comments: registry.npmmirror.com/strip-json-comments/3.1.1 - table: registry.npmmirror.com/table/6.8.0 - text-table: registry.npmmirror.com/text-table/0.2.0 - v8-compile-cache: registry.npmmirror.com/v8-compile-cache/2.3.0 + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame@7.12.11 + '@eslint/eslintrc': registry.npmmirror.com/@eslint/eslintrc@0.4.3 + '@humanwhocodes/config-array': registry.npmmirror.com/@humanwhocodes/config-array@0.5.0 + 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 + enquirer: registry.npmmirror.com/enquirer@2.3.6 + escape-string-regexp: registry.npmmirror.com/escape-string-regexp@4.0.0 + eslint-scope: registry.npmmirror.com/eslint-scope@5.1.1 + eslint-utils: registry.npmmirror.com/eslint-utils@2.1.0 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@2.1.0 + espree: registry.npmmirror.com/espree@7.3.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 + functional-red-black-tree: registry.npmmirror.com/functional-red-black-tree@1.0.1 + glob-parent: registry.npmmirror.com/glob-parent@5.1.2 + globals: registry.npmmirror.com/globals@13.13.0 + ignore: registry.npmmirror.com/ignore@4.0.6 + 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 + js-yaml: registry.npmmirror.com/js-yaml@3.14.1 + 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 + progress: registry.npmmirror.com/progress@2.0.3 + regexpp: registry.npmmirror.com/regexpp@3.2.0 + semver: registry.npmmirror.com/semver@7.3.7 + strip-ansi: registry.npmmirror.com/strip-ansi@6.0.1 + strip-json-comments: registry.npmmirror.com/strip-json-comments@3.1.1 + table: registry.npmmirror.com/table@6.8.0 + text-table: registry.npmmirror.com/text-table@0.2.0 + v8-compile-cache: registry.npmmirror.com/v8-compile-cache@2.3.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/espree/6.2.1: + registry.npmmirror.com/espree@6.2.1: resolution: {integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/espree/-/espree-6.2.1.tgz} name: espree version: 6.2.1 engines: {node: '>=6.0.0'} dependencies: - acorn: registry.npmmirror.com/acorn/7.4.1 - acorn-jsx: registry.npmmirror.com/acorn-jsx/5.3.2_acorn@7.4.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 + acorn: registry.npmmirror.com/acorn@7.4.1 + acorn-jsx: registry.npmmirror.com/acorn-jsx@5.3.2(acorn@7.4.1) + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@1.3.0 dev: true - registry.npmmirror.com/espree/7.3.1: + registry.npmmirror.com/espree@7.3.1: resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/espree/-/espree-7.3.1.tgz} name: espree version: 7.3.1 engines: {node: ^10.12.0 || >=12.0.0} dependencies: - acorn: registry.npmmirror.com/acorn/7.4.1 - acorn-jsx: registry.npmmirror.com/acorn-jsx/5.3.2_acorn@7.4.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 + acorn: registry.npmmirror.com/acorn@7.4.1 + acorn-jsx: registry.npmmirror.com/acorn-jsx@5.3.2(acorn@7.4.1) + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@1.3.0 dev: true - registry.npmmirror.com/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 @@ -4091,122 +4151,122 @@ 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/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/events/3.3.0: + registry.npmmirror.com/events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/events/-/events-3.3.0.tgz} name: events version: 3.3.0 engines: {node: '>=0.8.x'} dev: true - registry.npmmirror.com/execa/1.0.0: + registry.npmmirror.com/execa@1.0.0: resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/execa/-/execa-1.0.0.tgz} name: execa version: 1.0.0 engines: {node: '>=6'} dependencies: - cross-spawn: registry.npmmirror.com/cross-spawn/6.0.5 - get-stream: registry.npmmirror.com/get-stream/4.1.0 - is-stream: registry.npmmirror.com/is-stream/1.1.0 - npm-run-path: registry.npmmirror.com/npm-run-path/2.0.2 - p-finally: registry.npmmirror.com/p-finally/1.0.0 - signal-exit: registry.npmmirror.com/signal-exit/3.0.7 - strip-eof: registry.npmmirror.com/strip-eof/1.0.0 + cross-spawn: registry.npmmirror.com/cross-spawn@6.0.5 + get-stream: registry.npmmirror.com/get-stream@4.1.0 + is-stream: registry.npmmirror.com/is-stream@1.1.0 + npm-run-path: registry.npmmirror.com/npm-run-path@2.0.2 + p-finally: registry.npmmirror.com/p-finally@1.0.0 + signal-exit: registry.npmmirror.com/signal-exit@3.0.7 + strip-eof: registry.npmmirror.com/strip-eof@1.0.0 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/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.11: + registry.npmmirror.com/fast-glob@3.2.11: resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.11.tgz} name: fast-glob version: 3.2.11 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/fast-sass-loader/2.0.1_sass@1.51.0+webpack@5.72.0: + registry.npmmirror.com/fast-sass-loader@2.0.1(sass@1.51.0)(webpack@5.72.0): resolution: {integrity: sha512-RGQNKA9d7OiF9dIa65QOabz4guGRZGg4CS2uXvLyWdmy5A6VLK8ZZEQKKlJ54ILmOpdFyaAq8u3Fj3oNkSmdug==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-sass-loader/-/fast-sass-loader-2.0.1.tgz} id: registry.npmmirror.com/fast-sass-loader/2.0.1 name: fast-sass-loader @@ -4215,124 +4275,124 @@ packages: sass: 1.x webpack: 1.x || 2.x || 3.x || 4.x || 5.x dependencies: - async: registry.npmmirror.com/async/2.6.4 - cli-source-preview: registry.npmmirror.com/cli-source-preview/1.1.0 - co: registry.npmmirror.com/co/4.6.0 - fs-extra: registry.npmmirror.com/fs-extra/3.0.1 - loader-utils: registry.npmmirror.com/loader-utils/1.4.0 - sass: registry.npmmirror.com/sass/1.51.0 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 + async: registry.npmmirror.com/async@2.6.4 + cli-source-preview: registry.npmmirror.com/cli-source-preview@1.1.0 + co: registry.npmmirror.com/co@4.6.0 + fs-extra: registry.npmmirror.com/fs-extra@3.0.1 + loader-utils: registry.npmmirror.com/loader-utils@1.4.0 + sass: registry.npmmirror.com/sass@1.51.0 + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) dev: true - registry.npmmirror.com/fast-url-parser/1.1.3: + registry.npmmirror.com/fast-url-parser@1.1.3: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz} name: fast-url-parser version: 1.1.3 dependencies: - punycode: registry.npmmirror.com/punycode/1.4.1 + punycode: registry.npmmirror.com/punycode@1.4.1 dev: true - registry.npmmirror.com/fastest-levenshtein/1.0.12: + registry.npmmirror.com/fastest-levenshtein@1.0.12: resolution: {integrity: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz} name: fastest-levenshtein version: 1.0.12 dev: true - registry.npmmirror.com/fastq/1.13.0: + registry.npmmirror.com/fastq@1.13.0: resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fastq/-/fastq-1.13.0.tgz} name: fastq version: 1.13.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/find-cache-dir/3.3.2: + registry.npmmirror.com/find-cache-dir@3.3.2: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz} name: find-cache-dir version: 3.3.2 engines: {node: '>=8'} dependencies: - commondir: registry.npmmirror.com/commondir/1.0.1 - make-dir: registry.npmmirror.com/make-dir/3.1.0 - pkg-dir: registry.npmmirror.com/pkg-dir/4.2.0 + commondir: registry.npmmirror.com/commondir@1.0.1 + make-dir: registry.npmmirror.com/make-dir@3.1.0 + pkg-dir: registry.npmmirror.com/pkg-dir@4.2.0 dev: true - registry.npmmirror.com/find-up/2.1.0: + registry.npmmirror.com/find-up@2.1.0: resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-up/-/find-up-2.1.0.tgz} name: find-up version: 2.1.0 engines: {node: '>=4'} dependencies: - locate-path: registry.npmmirror.com/locate-path/2.0.0 + locate-path: registry.npmmirror.com/locate-path@2.0.0 dev: true - registry.npmmirror.com/find-up/4.1.0: + registry.npmmirror.com/find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz} name: find-up version: 4.1.0 engines: {node: '>=8'} dependencies: - locate-path: registry.npmmirror.com/locate-path/5.0.0 - path-exists: registry.npmmirror.com/path-exists/4.0.0 + locate-path: registry.npmmirror.com/locate-path@5.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.5 - rimraf: registry.npmmirror.com/rimraf/3.0.2 + flatted: registry.npmmirror.com/flatted@3.2.5 + rimraf: registry.npmmirror.com/rimraf@3.0.2 dev: true - registry.npmmirror.com/flatted/3.2.5: + registry.npmmirror.com/flatted@3.2.5: resolution: {integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/flatted/-/flatted-3.2.5.tgz} name: flatted version: 3.2.5 dev: true - registry.npmmirror.com/fraction.js/4.2.0: + registry.npmmirror.com/fraction.js@4.2.0: resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fraction.js/-/fraction.js-4.2.0.tgz} name: fraction.js version: 4.2.0 dev: true - registry.npmmirror.com/fs-extra/3.0.1: + registry.npmmirror.com/fs-extra@3.0.1: resolution: {integrity: sha512-V3Z3WZWVUYd8hoCL5xfXJCaHWYzmtwW5XWYSlLgERi8PWd8bx1kUHUk8L1BT57e49oKnDDD180mjfrHc1yA9rg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fs-extra/-/fs-extra-3.0.1.tgz} name: fs-extra version: 3.0.1 dependencies: - graceful-fs: registry.npmmirror.com/graceful-fs/4.2.10 - jsonfile: registry.npmmirror.com/jsonfile/3.0.1 - universalify: registry.npmmirror.com/universalify/0.1.2 + graceful-fs: registry.npmmirror.com/graceful-fs@4.2.10 + jsonfile: registry.npmmirror.com/jsonfile@3.0.1 + universalify: registry.npmmirror.com/universalify@0.1.2 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 @@ -4342,248 +4402,248 @@ 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 dev: true - 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.0 - 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.0 + functions-have-names: registry.npmmirror.com/functions-have-names@1.2.3 dev: true - registry.npmmirror.com/functional-red-black-tree/1.0.1: + registry.npmmirror.com/functional-red-black-tree@1.0.1: resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz} name: functional-red-black-tree version: 1.0.1 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.1: + registry.npmmirror.com/fuse.js@6.6.1: resolution: {integrity: sha512-3PXxXYsdKm68JHY6o2I9gIY+z9LcPs/ROITSzwFZyo0McjShwPFJU2i81Iu4h4si5X7JrrgXtOLDkeiTjdnWFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/fuse.js/-/fuse.js-6.6.1.tgz} name: fuse.js version: 6.6.1 engines: {node: '>=10'} dev: false - registry.npmmirror.com/gensync/1.0.0-beta.2: + registry.npmmirror.com/gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz} name: gensync version: 1.0.0-beta.2 engines: {node: '>=6.9.0'} dev: true - registry.npmmirror.com/get-intrinsic/1.1.1: + registry.npmmirror.com/get-intrinsic@1.1.1: resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz} name: get-intrinsic version: 1.1.1 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 dev: true - registry.npmmirror.com/get-stream/4.1.0: + registry.npmmirror.com/get-stream@4.1.0: resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/get-stream/-/get-stream-4.1.0.tgz} name: get-stream version: 4.1.0 engines: {node: '>=6'} dependencies: - pump: registry.npmmirror.com/pump/3.0.0 + pump: registry.npmmirror.com/pump@3.0.0 dev: true - 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.1 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.1 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-to-regexp/0.4.1: + registry.npmmirror.com/glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz} name: glob-to-regexp version: 0.4.1 dev: true - registry.npmmirror.com/glob/7.2.0: + registry.npmmirror.com/glob@7.2.0: resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob/-/glob-7.2.0.tgz} name: glob version: 7.2.0 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.13.0: + registry.npmmirror.com/globals@13.13.0: resolution: {integrity: sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/globals/-/globals-13.13.0.tgz} name: globals version: 13.13.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.11 - ignore: registry.npmmirror.com/ignore/5.2.0 - 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.11 + ignore: registry.npmmirror.com/ignore@5.2.0 + merge2: registry.npmmirror.com/merge2@1.4.1 + slash: registry.npmmirror.com/slash@3.0.0 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/gzip-size/6.0.0: + registry.npmmirror.com/gzip-size@6.0.0: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz} name: gzip-size version: 6.0.0 engines: {node: '>=10'} dependencies: - duplexer: registry.npmmirror.com/duplexer/0.1.2 + duplexer: registry.npmmirror.com/duplexer@0.1.2 dev: true - registry.npmmirror.com/has-ansi/2.0.0: + registry.npmmirror.com/has-ansi@2.0.0: resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/has-ansi/-/has-ansi-2.0.0.tgz} name: has-ansi version: 2.0.0 engines: {node: '>=0.10.0'} dependencies: - ansi-regex: registry.npmmirror.com/ansi-regex/2.1.1 + ansi-regex: registry.npmmirror.com/ansi-regex@2.1.1 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.1 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.1 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'} dev: true - 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 dev: true - registry.npmmirror.com/hash-sum/1.0.2: + registry.npmmirror.com/hash-sum@1.0.2: resolution: {integrity: sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz} name: hash-sum version: 1.0.2 dev: true - 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/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/icss-utils/5.1.0_postcss@8.4.13: + registry.npmmirror.com/icss-utils@5.1.0(postcss@8.4.13): resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz} id: registry.npmmirror.com/icss-utils/5.1.0 name: icss-utils @@ -4592,165 +4652,165 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/ignore/4.0.6: + registry.npmmirror.com/ignore@4.0.6: resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ignore/-/ignore-4.0.6.tgz} name: ignore version: 4.0.6 engines: {node: '>= 4'} dev: true - registry.npmmirror.com/ignore/5.2.0: + registry.npmmirror.com/ignore@5.2.0: resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ignore/-/ignore-5.2.0.tgz} name: ignore version: 5.2.0 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/immutable/4.0.0: + registry.npmmirror.com/immutable@4.0.0: resolution: {integrity: sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/immutable/-/immutable-4.0.0.tgz} name: immutable version: 4.0.0 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/import-local/3.1.0: + registry.npmmirror.com/import-local@3.1.0: resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/import-local/-/import-local-3.1.0.tgz} name: import-local version: 3.1.0 engines: {node: '>=8'} hasBin: true dependencies: - pkg-dir: registry.npmmirror.com/pkg-dir/4.2.0 - resolve-cwd: registry.npmmirror.com/resolve-cwd/3.0.0 + pkg-dir: registry.npmmirror.com/pkg-dir@4.2.0 + resolve-cwd: registry.npmmirror.com/resolve-cwd@3.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/ini/1.3.8: + registry.npmmirror.com/ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz} name: ini version: 1.3.8 dev: true - registry.npmmirror.com/internal-slot/1.0.3: + registry.npmmirror.com/internal-slot@1.0.3: resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/internal-slot/-/internal-slot-1.0.3.tgz} name: internal-slot version: 1.0.3 engines: {node: '>= 0.4'} dependencies: - get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.1 - 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.1 + has: registry.npmmirror.com/has@1.0.3 + side-channel: registry.npmmirror.com/side-channel@1.0.4 dev: true - registry.npmmirror.com/interpret/2.2.0: + registry.npmmirror.com/interpret@2.2.0: resolution: {integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/interpret/-/interpret-2.2.0.tgz} name: interpret version: 2.2.0 engines: {node: '>= 0.10'} 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-arrayish/0.3.2: + registry.npmmirror.com/is-arrayish@0.3.2: resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz} name: is-arrayish version: 0.3.2 dev: false - 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-callable/1.2.4: + registry.npmmirror.com/is-callable@1.2.4: resolution: {integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-callable/-/is-callable-1.2.4.tgz} name: is-callable version: 1.2.4 engines: {node: '>= 0.4'} dev: true - registry.npmmirror.com/is-core-module/2.9.0: + registry.npmmirror.com/is-core-module@2.9.0: resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-core-module/-/is-core-module-2.9.0.tgz} name: is-core-module version: 2.9.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-docker/2.2.1: + registry.npmmirror.com/is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz} name: is-docker version: 2.2.1 @@ -4758,182 +4818,182 @@ packages: hasBin: true 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-fullwidth-code-point/3.0.0: + registry.npmmirror.com/is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz} name: is-fullwidth-code-point version: 3.0.0 engines: {node: '>=8'} 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-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-plain-object/2.0.4: + registry.npmmirror.com/is-plain-object@2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz} name: is-plain-object version: 2.0.4 engines: {node: '>=0.10.0'} dependencies: - isobject: registry.npmmirror.com/isobject/3.0.1 + isobject: registry.npmmirror.com/isobject@3.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/1.1.0: + registry.npmmirror.com/is-stream@1.1.0: resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz} name: is-stream version: 1.1.0 engines: {node: '>=0.10.0'} 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-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/is-wsl/2.2.0: + registry.npmmirror.com/is-wsl@2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz} name: is-wsl version: 2.2.0 engines: {node: '>=8'} dependencies: - is-docker: registry.npmmirror.com/is-docker/2.2.1 + is-docker: registry.npmmirror.com/is-docker@2.2.1 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/isobject/3.0.1: + registry.npmmirror.com/isobject@3.0.1: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz} name: isobject version: 3.0.1 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/jest-worker/27.5.1: + registry.npmmirror.com/jest-worker@27.5.1: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz} name: jest-worker version: 27.5.1 engines: {node: '>= 10.13.0'} dependencies: - '@types/node': registry.npmmirror.com/@types/node/17.0.31 - merge-stream: registry.npmmirror.com/merge-stream/2.0.0 - supports-color: registry.npmmirror.com/supports-color/8.1.1 + '@types/node': registry.npmmirror.com/@types/node@17.0.31 + merge-stream: registry.npmmirror.com/merge-stream@2.0.0 + supports-color: registry.npmmirror.com/supports-color@8.1.1 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/3.14.1: + registry.npmmirror.com/js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz} name: js-yaml version: 3.14.1 hasBin: true dependencies: - argparse: registry.npmmirror.com/argparse/1.0.10 - esprima: registry.npmmirror.com/esprima/4.0.1 + argparse: registry.npmmirror.com/argparse@1.0.10 + esprima: registry.npmmirror.com/esprima@4.0.1 dev: true - registry.npmmirror.com/jsesc/0.5.0: + registry.npmmirror.com/jsesc@0.5.0: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz} name: jsesc version: 0.5.0 hasBin: true dev: true - registry.npmmirror.com/jsesc/2.5.2: + registry.npmmirror.com/jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz} name: jsesc version: 2.5.2 @@ -4941,46 +5001,46 @@ packages: hasBin: true dev: true - registry.npmmirror.com/json-parse-better-errors/1.0.2: + 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-parse-even-better-errors/2.3.1: + registry.npmmirror.com/json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz} name: json-parse-even-better-errors version: 2.3.1 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-schema-traverse/1.0.0: + registry.npmmirror.com/json-schema-traverse@1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz} name: json-schema-traverse version: 1.0.0 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/json5/1.0.1: + registry.npmmirror.com/json5@1.0.1: resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json5/-/json5-1.0.1.tgz} name: json5 version: 1.0.1 hasBin: true dependencies: - minimist: registry.npmmirror.com/minimist/1.2.6 + minimist: registry.npmmirror.com/minimist@1.2.6 dev: true - registry.npmmirror.com/json5/2.2.3: + registry.npmmirror.com/json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz} name: json5 version: 2.2.3 @@ -4988,188 +5048,188 @@ packages: hasBin: true dev: true - registry.npmmirror.com/jsonfile/3.0.1: + registry.npmmirror.com/jsonfile@3.0.1: resolution: {integrity: sha512-oBko6ZHlubVB5mRFkur5vgYR1UyqX+S6Y/oCfLhqNdcc2fYFlDpIoNc7AfKS1KOGcnNAkvsr0grLck9ANM815w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jsonfile/-/jsonfile-3.0.1.tgz} name: jsonfile version: 3.0.1 optionalDependencies: - graceful-fs: registry.npmmirror.com/graceful-fs/4.2.10 + graceful-fs: registry.npmmirror.com/graceful-fs@4.2.10 dev: true - registry.npmmirror.com/jszip/3.9.1: + registry.npmmirror.com/jszip@3.9.1: resolution: {integrity: sha512-H9A60xPqJ1CuC4Ka6qxzXZeU8aNmgOeP5IFqwJbQQwtu2EUYxota3LdsiZWplF7Wgd9tkAd0mdu36nceSaPuYw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/jszip/-/jszip-3.9.1.tgz} name: jszip version: 3.9.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 - set-immediate-shim: registry.npmmirror.com/set-immediate-shim/1.0.1 + 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 + set-immediate-shim: registry.npmmirror.com/set-immediate-shim@1.0.1 dev: false - registry.npmmirror.com/kind-of/6.0.3: + registry.npmmirror.com/kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz} name: kind-of version: 6.0.3 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/klona/2.0.5: + registry.npmmirror.com/klona@2.0.5: resolution: {integrity: sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/klona/-/klona-2.0.5.tgz} name: klona version: 2.0.5 engines: {node: '>= 8'} 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/lines-and-columns/1.2.4: + registry.npmmirror.com/lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz} name: lines-and-columns version: 1.2.4 dev: true - registry.npmmirror.com/loader-runner/4.3.0: + registry.npmmirror.com/loader-runner@4.3.0: resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.0.tgz} name: loader-runner version: 4.3.0 engines: {node: '>=6.11.5'} dev: true - registry.npmmirror.com/loader-utils/1.4.0: + registry.npmmirror.com/loader-utils@1.4.0: resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.0.tgz} name: loader-utils version: 1.4.0 engines: {node: '>=4.0.0'} dependencies: - big.js: registry.npmmirror.com/big.js/5.2.2 - emojis-list: registry.npmmirror.com/emojis-list/3.0.0 - json5: registry.npmmirror.com/json5/1.0.1 + big.js: registry.npmmirror.com/big.js@5.2.2 + emojis-list: registry.npmmirror.com/emojis-list@3.0.0 + json5: registry.npmmirror.com/json5@1.0.1 dev: true - registry.npmmirror.com/loader-utils/2.0.2: + registry.npmmirror.com/loader-utils@2.0.2: resolution: {integrity: sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.2.tgz} name: loader-utils version: 2.0.2 engines: {node: '>=8.9.0'} dependencies: - big.js: registry.npmmirror.com/big.js/5.2.2 - emojis-list: registry.npmmirror.com/emojis-list/3.0.0 - json5: registry.npmmirror.com/json5/2.2.3 + big.js: registry.npmmirror.com/big.js@5.2.2 + emojis-list: registry.npmmirror.com/emojis-list@3.0.0 + json5: registry.npmmirror.com/json5@2.2.3 dev: true - registry.npmmirror.com/locate-path/2.0.0: + registry.npmmirror.com/locate-path@2.0.0: resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/locate-path/-/locate-path-2.0.0.tgz} name: locate-path version: 2.0.0 engines: {node: '>=4'} dependencies: - p-locate: registry.npmmirror.com/p-locate/2.0.0 - path-exists: registry.npmmirror.com/path-exists/3.0.0 + p-locate: registry.npmmirror.com/p-locate@2.0.0 + path-exists: registry.npmmirror.com/path-exists@3.0.0 dev: true - registry.npmmirror.com/locate-path/5.0.0: + registry.npmmirror.com/locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz} name: locate-path version: 5.0.0 engines: {node: '>=8'} dependencies: - p-locate: registry.npmmirror.com/p-locate/4.1.0 + p-locate: registry.npmmirror.com/p-locate@4.1.0 dev: true - 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 dev: true - registry.npmmirror.com/lodash.merge/4.6.2: + registry.npmmirror.com/lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz} name: lodash.merge version: 4.6.2 dev: true - registry.npmmirror.com/lodash.sortby/4.7.0: + registry.npmmirror.com/lodash.sortby@4.7.0: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz} name: lodash.sortby version: 4.7.0 dev: true - registry.npmmirror.com/lodash.truncate/4.4.2: + registry.npmmirror.com/lodash.truncate@4.4.2: resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz} name: lodash.truncate version: 4.4.2 dev: true - registry.npmmirror.com/lodash/4.17.21: + registry.npmmirror.com/lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz} name: lodash version: 4.17.21 - registry.npmmirror.com/long/4.0.0: + registry.npmmirror.com/long@4.0.0: resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/long/-/long-4.0.0.tgz} name: long version: 4.0.0 dev: false - registry.npmmirror.com/lru-cache/4.1.5: + registry.npmmirror.com/lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lru-cache/-/lru-cache-4.1.5.tgz} name: lru-cache version: 4.1.5 dependencies: - pseudomap: registry.npmmirror.com/pseudomap/1.0.2 - yallist: registry.npmmirror.com/yallist/2.1.2 + pseudomap: registry.npmmirror.com/pseudomap@1.0.2 + yallist: registry.npmmirror.com/yallist@2.1.2 dev: true - registry.npmmirror.com/lru-cache/5.1.1: + registry.npmmirror.com/lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz} name: lru-cache version: 5.1.1 dependencies: - yallist: registry.npmmirror.com/yallist/3.1.1 + yallist: registry.npmmirror.com/yallist@3.1.1 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/make-dir/3.1.0: + registry.npmmirror.com/make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz} name: make-dir version: 3.1.0 engines: {node: '>=8'} dependencies: - semver: registry.npmmirror.com/semver/6.3.0 + semver: registry.npmmirror.com/semver@6.3.0 dev: true - registry.npmmirror.com/make-error/1.3.6: + registry.npmmirror.com/make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/make-error/-/make-error-1.3.6.tgz} name: make-error version: 1.3.6 dev: true - registry.npmmirror.com/marked/1.2.9: + registry.npmmirror.com/marked@1.2.9: resolution: {integrity: sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/marked/-/marked-1.2.9.tgz} name: marked version: 1.2.9 @@ -5177,124 +5237,124 @@ packages: hasBin: true dev: false - registry.npmmirror.com/merge-source-map/1.1.0: + registry.npmmirror.com/merge-source-map@1.1.0: resolution: {integrity: sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/merge-source-map/-/merge-source-map-1.1.0.tgz} name: merge-source-map version: 1.1.0 dependencies: - 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/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.33.0: + registry.npmmirror.com/mime-db@1.33.0: resolution: {integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mime-db/-/mime-db-1.33.0.tgz} name: mime-db version: 1.33.0 engines: {node: '>= 0.6'} 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'} dev: true - registry.npmmirror.com/mime-types/2.1.18: + registry.npmmirror.com/mime-types@2.1.18: resolution: {integrity: sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mime-types/-/mime-types-2.1.18.tgz} name: mime-types version: 2.1.18 engines: {node: '>= 0.6'} dependencies: - mime-db: registry.npmmirror.com/mime-db/1.33.0 + mime-db: registry.npmmirror.com/mime-db@1.33.0 dev: true - 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 dev: true - 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.0.4: + registry.npmmirror.com/minimatch@3.0.4: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-3.0.4.tgz} name: minimatch version: 3.0.4 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/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/minimist/1.2.6: + registry.npmmirror.com/minimist@1.2.6: resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimist/-/minimist-1.2.6.tgz} name: minimist version: 1.2.6 dev: true - registry.npmmirror.com/mrmime/1.0.0: + registry.npmmirror.com/mrmime@1.0.0: resolution: {integrity: sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mrmime/-/mrmime-1.0.0.tgz} name: mrmime version: 1.0.0 engines: {node: '>=10'} dev: true - 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/ms/2.1.3: + registry.npmmirror.com/ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz} name: ms version: 2.1.3 dev: true - 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 @@ -5302,340 +5362,340 @@ packages: hasBin: true dev: 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/negotiator/0.6.3: + registry.npmmirror.com/negotiator@0.6.3: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz} name: negotiator version: 0.6.3 engines: {node: '>= 0.6'} dev: true - registry.npmmirror.com/neo-async/2.6.2: + registry.npmmirror.com/neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz} name: neo-async version: 2.6.2 dev: true - 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/node-releases/2.0.6: + registry.npmmirror.com/node-releases@2.0.6: resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/node-releases/-/node-releases-2.0.6.tgz} name: node-releases version: 2.0.6 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-range/0.1.2: + registry.npmmirror.com/normalize-range@0.1.2: resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz} name: normalize-range version: 0.1.2 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/npm-run-path/2.0.2: + registry.npmmirror.com/npm-run-path@2.0.2: resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/npm-run-path/-/npm-run-path-2.0.2.tgz} name: npm-run-path version: 2.0.2 engines: {node: '>=4'} dependencies: - path-key: registry.npmmirror.com/path-key/2.0.1 + path-key: registry.npmmirror.com/path-key@2.0.1 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/object-inspect/1.12.0: + registry.npmmirror.com/object-inspect@1.12.0: resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.0.tgz} name: object-inspect version: 1.12.0 dev: true - 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.2: + registry.npmmirror.com/object.assign@4.1.2: resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object.assign/-/object.assign-4.1.2.tgz} name: object.assign version: 4.1.2 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/object.entries/1.1.5: + registry.npmmirror.com/object.entries@1.1.5: resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object.entries/-/object.entries-1.1.5.tgz} name: object.entries 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.0 + 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.0 dev: true - registry.npmmirror.com/object.values/1.1.5: + registry.npmmirror.com/object.values@1.1.5: resolution: {integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object.values/-/object.values-1.1.5.tgz} name: object.values 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.0 + 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.0 dev: true - registry.npmmirror.com/on-headers/1.0.2: + registry.npmmirror.com/on-headers@1.0.2: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz} name: on-headers version: 1.0.2 engines: {node: '>= 0.8'} 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/opener/1.5.2: + registry.npmmirror.com/opener@1.5.2: resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/opener/-/opener-1.5.2.tgz} name: opener version: 1.5.2 hasBin: true 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-finally/1.0.0: + registry.npmmirror.com/p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz} name: p-finally version: 1.0.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/p-limit/1.3.0: + registry.npmmirror.com/p-limit@1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-limit/-/p-limit-1.3.0.tgz} name: p-limit version: 1.3.0 engines: {node: '>=4'} dependencies: - p-try: registry.npmmirror.com/p-try/1.0.0 + p-try: registry.npmmirror.com/p-try@1.0.0 dev: true - registry.npmmirror.com/p-limit/2.3.0: + registry.npmmirror.com/p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz} name: p-limit version: 2.3.0 engines: {node: '>=6'} dependencies: - p-try: registry.npmmirror.com/p-try/2.2.0 + p-try: registry.npmmirror.com/p-try@2.2.0 dev: true - registry.npmmirror.com/p-locate/2.0.0: + registry.npmmirror.com/p-locate@2.0.0: resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-locate/-/p-locate-2.0.0.tgz} name: p-locate version: 2.0.0 engines: {node: '>=4'} dependencies: - p-limit: registry.npmmirror.com/p-limit/1.3.0 + p-limit: registry.npmmirror.com/p-limit@1.3.0 dev: true - registry.npmmirror.com/p-locate/4.1.0: + registry.npmmirror.com/p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz} name: p-locate version: 4.1.0 engines: {node: '>=8'} dependencies: - p-limit: registry.npmmirror.com/p-limit/2.3.0 + p-limit: registry.npmmirror.com/p-limit@2.3.0 dev: true - registry.npmmirror.com/p-try/1.0.0: + registry.npmmirror.com/p-try@1.0.0: resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-try/-/p-try-1.0.0.tgz} name: p-try version: 1.0.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/p-try/2.2.0: + registry.npmmirror.com/p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz} name: p-try version: 2.2.0 engines: {node: '>=6'} 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/5.2.0: + registry.npmmirror.com/parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz} name: parse-json version: 5.2.0 engines: {node: '>=8'} dependencies: - '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.18.6 - error-ex: registry.npmmirror.com/error-ex/1.3.2 - json-parse-even-better-errors: registry.npmmirror.com/json-parse-even-better-errors/2.3.1 - lines-and-columns: registry.npmmirror.com/lines-and-columns/1.2.4 + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame@7.18.6 + error-ex: registry.npmmirror.com/error-ex@1.3.2 + json-parse-even-better-errors: registry.npmmirror.com/json-parse-even-better-errors@2.3.1 + lines-and-columns: registry.npmmirror.com/lines-and-columns@1.2.4 dev: true - registry.npmmirror.com/path-exists/3.0.0: + registry.npmmirror.com/path-exists@3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz} name: path-exists version: 3.0.0 engines: {node: '>=4'} 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-is-inside/1.0.2: + registry.npmmirror.com/path-is-inside@1.0.2: resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-is-inside/-/path-is-inside-1.0.2.tgz} name: path-is-inside version: 1.0.2 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/2.2.1: + registry.npmmirror.com/path-to-regexp@2.2.1: resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz} name: path-to-regexp version: 2.2.1 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/picocolors/0.2.1: + registry.npmmirror.com/picocolors@0.2.1: resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz} name: picocolors version: 0.2.1 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 dev: true - 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/pkg-dir/4.2.0: + registry.npmmirror.com/pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz} name: pkg-dir version: 4.2.0 engines: {node: '>=8'} dependencies: - find-up: registry.npmmirror.com/find-up/4.1.0 + find-up: registry.npmmirror.com/find-up@4.1.0 dev: true - registry.npmmirror.com/postcss-attribute-case-insensitive/5.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-attribute-case-insensitive@5.0.0(postcss@8.4.13): resolution: {integrity: sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz} id: registry.npmmirror.com/postcss-attribute-case-insensitive/5.0.0 name: postcss-attribute-case-insensitive @@ -5643,11 +5703,11 @@ packages: peerDependencies: postcss: ^8.0.2 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/postcss-clamp/4.1.0_postcss@8.4.13: + registry.npmmirror.com/postcss-clamp@4.1.0(postcss@8.4.13): resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-clamp/-/postcss-clamp-4.1.0.tgz} id: registry.npmmirror.com/postcss-clamp/4.1.0 name: postcss-clamp @@ -5656,11 +5716,11 @@ packages: peerDependencies: postcss: ^8.4.6 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-color-functional-notation/4.2.2_postcss@8.4.13: + registry.npmmirror.com/postcss-color-functional-notation@4.2.2(postcss@8.4.13): resolution: {integrity: sha512-DXVtwUhIk4f49KK5EGuEdgx4Gnyj6+t2jBSEmxvpIK9QI40tWrpS2Pua8Q7iIZWBrki2QOaeUdEaLPPa91K0RQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.2.tgz} id: registry.npmmirror.com/postcss-color-functional-notation/4.2.2 name: postcss-color-functional-notation @@ -5669,11 +5729,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-color-hex-alpha/8.0.3_postcss@8.4.13: + registry.npmmirror.com/postcss-color-hex-alpha@8.0.3(postcss@8.4.13): resolution: {integrity: sha512-fESawWJCrBV035DcbKRPAVmy21LpoyiXdPTuHUfWJ14ZRjY7Y7PA6P4g8z6LQGYhU1WAxkTxjIjurXzoe68Glw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.3.tgz} id: registry.npmmirror.com/postcss-color-hex-alpha/8.0.3 name: postcss-color-hex-alpha @@ -5682,11 +5742,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-color-rebeccapurple/7.0.2_postcss@8.4.13: + registry.npmmirror.com/postcss-color-rebeccapurple@7.0.2(postcss@8.4.13): resolution: {integrity: sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz} id: registry.npmmirror.com/postcss-color-rebeccapurple/7.0.2 name: postcss-color-rebeccapurple @@ -5695,11 +5755,11 @@ packages: peerDependencies: postcss: ^8.3 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-custom-media/8.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-custom-media@8.0.0(postcss@8.4.13): resolution: {integrity: sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz} id: registry.npmmirror.com/postcss-custom-media/8.0.0 name: postcss-custom-media @@ -5708,10 +5768,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-custom-properties/12.1.7_postcss@8.4.13: + registry.npmmirror.com/postcss-custom-properties@12.1.7(postcss@8.4.13): resolution: {integrity: sha512-N/hYP5gSoFhaqxi2DPCmvto/ZcRDVjE3T1LiAMzc/bg53hvhcHOLpXOHb526LzBBp5ZlAUhkuot/bfpmpgStJg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-custom-properties/-/postcss-custom-properties-12.1.7.tgz} id: registry.npmmirror.com/postcss-custom-properties/12.1.7 name: postcss-custom-properties @@ -5720,11 +5780,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-custom-selectors/6.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-custom-selectors@6.0.0(postcss@8.4.13): resolution: {integrity: sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz} id: registry.npmmirror.com/postcss-custom-selectors/6.0.0 name: postcss-custom-selectors @@ -5733,11 +5793,11 @@ packages: peerDependencies: postcss: ^8.1.2 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/postcss-dir-pseudo-class/6.0.4_postcss@8.4.13: + registry.npmmirror.com/postcss-dir-pseudo-class@6.0.4(postcss@8.4.13): resolution: {integrity: sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz} id: registry.npmmirror.com/postcss-dir-pseudo-class/6.0.4 name: postcss-dir-pseudo-class @@ -5746,11 +5806,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/postcss-double-position-gradients/3.1.1_postcss@8.4.13: + registry.npmmirror.com/postcss-double-position-gradients@3.1.1(postcss@8.4.13): resolution: {integrity: sha512-jM+CGkTs4FcG53sMPjrrGE0rIvLDdCrqMzgDC5fLI7JHDO7o6QG8C5TQBtExb13hdBdoH9C2QVbG4jo2y9lErQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.1.tgz} id: registry.npmmirror.com/postcss-double-position-gradients/3.1.1 name: postcss-double-position-gradients @@ -5759,12 +5819,12 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.13 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.13) + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-env-function/4.0.6_postcss@8.4.13: + registry.npmmirror.com/postcss-env-function@4.0.6(postcss@8.4.13): resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-env-function/-/postcss-env-function-4.0.6.tgz} id: registry.npmmirror.com/postcss-env-function/4.0.6 name: postcss-env-function @@ -5773,11 +5833,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-focus-visible/6.0.4_postcss@8.4.13: + registry.npmmirror.com/postcss-focus-visible@6.0.4(postcss@8.4.13): resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz} id: registry.npmmirror.com/postcss-focus-visible/6.0.4 name: postcss-focus-visible @@ -5786,11 +5846,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/postcss-focus-within/5.0.4_postcss@8.4.13: + registry.npmmirror.com/postcss-focus-within@5.0.4(postcss@8.4.13): resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz} id: registry.npmmirror.com/postcss-focus-within/5.0.4 name: postcss-focus-within @@ -5799,11 +5859,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/postcss-font-variant/5.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-font-variant@5.0.0(postcss@8.4.13): resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz} id: registry.npmmirror.com/postcss-font-variant/5.0.0 name: postcss-font-variant @@ -5811,10 +5871,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-gap-properties/3.0.3_postcss@8.4.13: + registry.npmmirror.com/postcss-gap-properties@3.0.3(postcss@8.4.13): resolution: {integrity: sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz} id: registry.npmmirror.com/postcss-gap-properties/3.0.3 name: postcss-gap-properties @@ -5823,10 +5883,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-image-set-function/4.0.6_postcss@8.4.13: + registry.npmmirror.com/postcss-image-set-function@4.0.6(postcss@8.4.13): resolution: {integrity: sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz} id: registry.npmmirror.com/postcss-image-set-function/4.0.6 name: postcss-image-set-function @@ -5835,11 +5895,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-initial/4.0.1_postcss@8.4.13: + registry.npmmirror.com/postcss-initial@4.0.1(postcss@8.4.13): resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-initial/-/postcss-initial-4.0.1.tgz} id: registry.npmmirror.com/postcss-initial/4.0.1 name: postcss-initial @@ -5847,10 +5907,10 @@ packages: peerDependencies: postcss: ^8.0.0 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-lab-function/4.2.0_postcss@8.4.13: + registry.npmmirror.com/postcss-lab-function@4.2.0(postcss@8.4.13): resolution: {integrity: sha512-Zb1EO9DGYfa3CP8LhINHCcTTCTLI+R3t7AX2mKsDzdgVQ/GkCpHOTgOr6HBHslP7XDdVbqgHW5vvRPMdVANQ8w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-lab-function/-/postcss-lab-function-4.2.0.tgz} id: registry.npmmirror.com/postcss-lab-function/4.2.0 name: postcss-lab-function @@ -5859,12 +5919,12 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.13 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.13) + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-loader/4.3.0_g4najheu5gwop3kphiif6aqpde: + registry.npmmirror.com/postcss-loader@4.3.0(postcss@8.4.13)(webpack@5.72.0): resolution: {integrity: sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-loader/-/postcss-loader-4.3.0.tgz} id: registry.npmmirror.com/postcss-loader/4.3.0 name: postcss-loader @@ -5874,16 +5934,16 @@ packages: postcss: ^7.0.0 || ^8.0.1 webpack: ^4.0.0 || ^5.0.0 dependencies: - cosmiconfig: registry.npmmirror.com/cosmiconfig/7.0.1 - klona: registry.npmmirror.com/klona/2.0.5 - loader-utils: registry.npmmirror.com/loader-utils/2.0.2 - postcss: registry.npmmirror.com/postcss/8.4.13 - schema-utils: registry.npmmirror.com/schema-utils/3.1.1 - semver: registry.npmmirror.com/semver/7.3.7 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 + cosmiconfig: registry.npmmirror.com/cosmiconfig@7.0.1 + klona: registry.npmmirror.com/klona@2.0.5 + loader-utils: registry.npmmirror.com/loader-utils@2.0.2 + postcss: registry.npmmirror.com/postcss@8.4.13 + schema-utils: registry.npmmirror.com/schema-utils@3.1.1 + semver: registry.npmmirror.com/semver@7.3.7 + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) dev: true - registry.npmmirror.com/postcss-logical/5.0.4_postcss@8.4.13: + registry.npmmirror.com/postcss-logical@5.0.4(postcss@8.4.13): resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-logical/-/postcss-logical-5.0.4.tgz} id: registry.npmmirror.com/postcss-logical/5.0.4 name: postcss-logical @@ -5892,10 +5952,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-media-minmax/5.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-media-minmax@5.0.0(postcss@8.4.13): resolution: {integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz} id: registry.npmmirror.com/postcss-media-minmax/5.0.0 name: postcss-media-minmax @@ -5904,10 +5964,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-modules-extract-imports/3.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-modules-extract-imports@3.0.0(postcss@8.4.13): resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz} id: registry.npmmirror.com/postcss-modules-extract-imports/3.0.0 name: postcss-modules-extract-imports @@ -5916,10 +5976,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-modules-local-by-default/4.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-modules-local-by-default@4.0.0(postcss@8.4.13): resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz} id: registry.npmmirror.com/postcss-modules-local-by-default/4.0.0 name: postcss-modules-local-by-default @@ -5928,13 +5988,13 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.13 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + icss-utils: registry.npmmirror.com/icss-utils@5.1.0(postcss@8.4.13) + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-modules-scope/3.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-modules-scope@3.0.0(postcss@8.4.13): resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz} id: registry.npmmirror.com/postcss-modules-scope/3.0.0 name: postcss-modules-scope @@ -5943,11 +6003,11 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/postcss-modules-values/4.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-modules-values@4.0.0(postcss@8.4.13): resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz} id: registry.npmmirror.com/postcss-modules-values/4.0.0 name: postcss-modules-values @@ -5956,11 +6016,11 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: registry.npmmirror.com/icss-utils/5.1.0_postcss@8.4.13 - postcss: registry.npmmirror.com/postcss/8.4.13 + icss-utils: registry.npmmirror.com/icss-utils@5.1.0(postcss@8.4.13) + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-nesting/10.1.4_postcss@8.4.13: + registry.npmmirror.com/postcss-nesting@10.1.4(postcss@8.4.13): resolution: {integrity: sha512-2ixdQ59ik/Gt1+oPHiI1kHdwEI8lLKEmui9B1nl6163ANLC+GewQn7fXMxJF2JSb4i2MKL96GU8fIiQztK4TTA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-nesting/-/postcss-nesting-10.1.4.tgz} id: registry.npmmirror.com/postcss-nesting/10.1.4 name: postcss-nesting @@ -5969,18 +6029,18 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/postcss-opacity-percentage/1.1.2: + registry.npmmirror.com/postcss-opacity-percentage@1.1.2: resolution: {integrity: sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz} name: postcss-opacity-percentage version: 1.1.2 engines: {node: ^12 || ^14 || >=16} dev: true - registry.npmmirror.com/postcss-overflow-shorthand/3.0.3_postcss@8.4.13: + registry.npmmirror.com/postcss-overflow-shorthand@3.0.3(postcss@8.4.13): resolution: {integrity: sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz} id: registry.npmmirror.com/postcss-overflow-shorthand/3.0.3 name: postcss-overflow-shorthand @@ -5989,10 +6049,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-page-break/3.0.4_postcss@8.4.13: + registry.npmmirror.com/postcss-page-break@3.0.4(postcss@8.4.13): resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz} id: registry.npmmirror.com/postcss-page-break/3.0.4 name: postcss-page-break @@ -6000,10 +6060,10 @@ packages: peerDependencies: postcss: ^8 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-place/7.0.4_postcss@8.4.13: + registry.npmmirror.com/postcss-place@7.0.4(postcss@8.4.13): resolution: {integrity: sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-place/-/postcss-place-7.0.4.tgz} id: registry.npmmirror.com/postcss-place/7.0.4 name: postcss-place @@ -6012,11 +6072,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-preset-env/7.5.0_postcss@8.4.13: + registry.npmmirror.com/postcss-preset-env@7.5.0(postcss@8.4.13): resolution: {integrity: sha512-0BJzWEfCdTtK2R3EiKKSdkE51/DI/BwnhlnicSW482Ym6/DGHud8K0wGLcdjip1epVX0HKo4c8zzTeV/SkiejQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-preset-env/-/postcss-preset-env-7.5.0.tgz} id: registry.npmmirror.com/postcss-preset-env/7.5.0 name: postcss-preset-env @@ -6025,55 +6085,55 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-color-function': registry.npmmirror.com/@csstools/postcss-color-function/1.1.0_postcss@8.4.13 - '@csstools/postcss-font-format-keywords': registry.npmmirror.com/@csstools/postcss-font-format-keywords/1.0.0_postcss@8.4.13 - '@csstools/postcss-hwb-function': registry.npmmirror.com/@csstools/postcss-hwb-function/1.0.0_postcss@8.4.13 - '@csstools/postcss-ic-unit': registry.npmmirror.com/@csstools/postcss-ic-unit/1.0.0_postcss@8.4.13 - '@csstools/postcss-is-pseudo-class': registry.npmmirror.com/@csstools/postcss-is-pseudo-class/2.0.2_postcss@8.4.13 - '@csstools/postcss-normalize-display-values': registry.npmmirror.com/@csstools/postcss-normalize-display-values/1.0.0_postcss@8.4.13 - '@csstools/postcss-oklab-function': registry.npmmirror.com/@csstools/postcss-oklab-function/1.1.0_postcss@8.4.13 - '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.13 - '@csstools/postcss-stepped-value-functions': registry.npmmirror.com/@csstools/postcss-stepped-value-functions/1.0.0_postcss@8.4.13 - '@csstools/postcss-unset-value': registry.npmmirror.com/@csstools/postcss-unset-value/1.0.0_postcss@8.4.13 - autoprefixer: registry.npmmirror.com/autoprefixer/10.4.7_postcss@8.4.13 - browserslist: registry.npmmirror.com/browserslist/4.21.4 - css-blank-pseudo: registry.npmmirror.com/css-blank-pseudo/3.0.3_postcss@8.4.13 - css-has-pseudo: registry.npmmirror.com/css-has-pseudo/3.0.4_postcss@8.4.13 - css-prefers-color-scheme: registry.npmmirror.com/css-prefers-color-scheme/6.0.3_postcss@8.4.13 - cssdb: registry.npmmirror.com/cssdb/6.6.1 - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-attribute-case-insensitive: registry.npmmirror.com/postcss-attribute-case-insensitive/5.0.0_postcss@8.4.13 - postcss-clamp: registry.npmmirror.com/postcss-clamp/4.1.0_postcss@8.4.13 - postcss-color-functional-notation: registry.npmmirror.com/postcss-color-functional-notation/4.2.2_postcss@8.4.13 - postcss-color-hex-alpha: registry.npmmirror.com/postcss-color-hex-alpha/8.0.3_postcss@8.4.13 - postcss-color-rebeccapurple: registry.npmmirror.com/postcss-color-rebeccapurple/7.0.2_postcss@8.4.13 - postcss-custom-media: registry.npmmirror.com/postcss-custom-media/8.0.0_postcss@8.4.13 - postcss-custom-properties: registry.npmmirror.com/postcss-custom-properties/12.1.7_postcss@8.4.13 - postcss-custom-selectors: registry.npmmirror.com/postcss-custom-selectors/6.0.0_postcss@8.4.13 - postcss-dir-pseudo-class: registry.npmmirror.com/postcss-dir-pseudo-class/6.0.4_postcss@8.4.13 - postcss-double-position-gradients: registry.npmmirror.com/postcss-double-position-gradients/3.1.1_postcss@8.4.13 - postcss-env-function: registry.npmmirror.com/postcss-env-function/4.0.6_postcss@8.4.13 - postcss-focus-visible: registry.npmmirror.com/postcss-focus-visible/6.0.4_postcss@8.4.13 - postcss-focus-within: registry.npmmirror.com/postcss-focus-within/5.0.4_postcss@8.4.13 - postcss-font-variant: registry.npmmirror.com/postcss-font-variant/5.0.0_postcss@8.4.13 - postcss-gap-properties: registry.npmmirror.com/postcss-gap-properties/3.0.3_postcss@8.4.13 - postcss-image-set-function: registry.npmmirror.com/postcss-image-set-function/4.0.6_postcss@8.4.13 - postcss-initial: registry.npmmirror.com/postcss-initial/4.0.1_postcss@8.4.13 - postcss-lab-function: registry.npmmirror.com/postcss-lab-function/4.2.0_postcss@8.4.13 - postcss-logical: registry.npmmirror.com/postcss-logical/5.0.4_postcss@8.4.13 - postcss-media-minmax: registry.npmmirror.com/postcss-media-minmax/5.0.0_postcss@8.4.13 - postcss-nesting: registry.npmmirror.com/postcss-nesting/10.1.4_postcss@8.4.13 - postcss-opacity-percentage: registry.npmmirror.com/postcss-opacity-percentage/1.1.2 - postcss-overflow-shorthand: registry.npmmirror.com/postcss-overflow-shorthand/3.0.3_postcss@8.4.13 - postcss-page-break: registry.npmmirror.com/postcss-page-break/3.0.4_postcss@8.4.13 - postcss-place: registry.npmmirror.com/postcss-place/7.0.4_postcss@8.4.13 - postcss-pseudo-class-any-link: registry.npmmirror.com/postcss-pseudo-class-any-link/7.1.3_postcss@8.4.13 - postcss-replace-overflow-wrap: registry.npmmirror.com/postcss-replace-overflow-wrap/4.0.0_postcss@8.4.13 - postcss-selector-not: registry.npmmirror.com/postcss-selector-not/5.0.0_postcss@8.4.13 - postcss-value-parser: registry.npmmirror.com/postcss-value-parser/4.2.0 + '@csstools/postcss-color-function': registry.npmmirror.com/@csstools/postcss-color-function@1.1.0(postcss@8.4.13) + '@csstools/postcss-font-format-keywords': registry.npmmirror.com/@csstools/postcss-font-format-keywords@1.0.0(postcss@8.4.13) + '@csstools/postcss-hwb-function': registry.npmmirror.com/@csstools/postcss-hwb-function@1.0.0(postcss@8.4.13) + '@csstools/postcss-ic-unit': registry.npmmirror.com/@csstools/postcss-ic-unit@1.0.0(postcss@8.4.13) + '@csstools/postcss-is-pseudo-class': registry.npmmirror.com/@csstools/postcss-is-pseudo-class@2.0.2(postcss@8.4.13) + '@csstools/postcss-normalize-display-values': registry.npmmirror.com/@csstools/postcss-normalize-display-values@1.0.0(postcss@8.4.13) + '@csstools/postcss-oklab-function': registry.npmmirror.com/@csstools/postcss-oklab-function@1.1.0(postcss@8.4.13) + '@csstools/postcss-progressive-custom-properties': registry.npmmirror.com/@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.13) + '@csstools/postcss-stepped-value-functions': registry.npmmirror.com/@csstools/postcss-stepped-value-functions@1.0.0(postcss@8.4.13) + '@csstools/postcss-unset-value': registry.npmmirror.com/@csstools/postcss-unset-value@1.0.0(postcss@8.4.13) + autoprefixer: registry.npmmirror.com/autoprefixer@10.4.7(postcss@8.4.13) + browserslist: registry.npmmirror.com/browserslist@4.21.4 + css-blank-pseudo: registry.npmmirror.com/css-blank-pseudo@3.0.3(postcss@8.4.13) + css-has-pseudo: registry.npmmirror.com/css-has-pseudo@3.0.4(postcss@8.4.13) + css-prefers-color-scheme: registry.npmmirror.com/css-prefers-color-scheme@6.0.3(postcss@8.4.13) + cssdb: registry.npmmirror.com/cssdb@6.6.1 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-attribute-case-insensitive: registry.npmmirror.com/postcss-attribute-case-insensitive@5.0.0(postcss@8.4.13) + postcss-clamp: registry.npmmirror.com/postcss-clamp@4.1.0(postcss@8.4.13) + postcss-color-functional-notation: registry.npmmirror.com/postcss-color-functional-notation@4.2.2(postcss@8.4.13) + postcss-color-hex-alpha: registry.npmmirror.com/postcss-color-hex-alpha@8.0.3(postcss@8.4.13) + postcss-color-rebeccapurple: registry.npmmirror.com/postcss-color-rebeccapurple@7.0.2(postcss@8.4.13) + postcss-custom-media: registry.npmmirror.com/postcss-custom-media@8.0.0(postcss@8.4.13) + postcss-custom-properties: registry.npmmirror.com/postcss-custom-properties@12.1.7(postcss@8.4.13) + postcss-custom-selectors: registry.npmmirror.com/postcss-custom-selectors@6.0.0(postcss@8.4.13) + postcss-dir-pseudo-class: registry.npmmirror.com/postcss-dir-pseudo-class@6.0.4(postcss@8.4.13) + postcss-double-position-gradients: registry.npmmirror.com/postcss-double-position-gradients@3.1.1(postcss@8.4.13) + postcss-env-function: registry.npmmirror.com/postcss-env-function@4.0.6(postcss@8.4.13) + postcss-focus-visible: registry.npmmirror.com/postcss-focus-visible@6.0.4(postcss@8.4.13) + postcss-focus-within: registry.npmmirror.com/postcss-focus-within@5.0.4(postcss@8.4.13) + postcss-font-variant: registry.npmmirror.com/postcss-font-variant@5.0.0(postcss@8.4.13) + postcss-gap-properties: registry.npmmirror.com/postcss-gap-properties@3.0.3(postcss@8.4.13) + postcss-image-set-function: registry.npmmirror.com/postcss-image-set-function@4.0.6(postcss@8.4.13) + postcss-initial: registry.npmmirror.com/postcss-initial@4.0.1(postcss@8.4.13) + postcss-lab-function: registry.npmmirror.com/postcss-lab-function@4.2.0(postcss@8.4.13) + postcss-logical: registry.npmmirror.com/postcss-logical@5.0.4(postcss@8.4.13) + postcss-media-minmax: registry.npmmirror.com/postcss-media-minmax@5.0.0(postcss@8.4.13) + postcss-nesting: registry.npmmirror.com/postcss-nesting@10.1.4(postcss@8.4.13) + postcss-opacity-percentage: registry.npmmirror.com/postcss-opacity-percentage@1.1.2 + postcss-overflow-shorthand: registry.npmmirror.com/postcss-overflow-shorthand@3.0.3(postcss@8.4.13) + postcss-page-break: registry.npmmirror.com/postcss-page-break@3.0.4(postcss@8.4.13) + postcss-place: registry.npmmirror.com/postcss-place@7.0.4(postcss@8.4.13) + postcss-pseudo-class-any-link: registry.npmmirror.com/postcss-pseudo-class-any-link@7.1.3(postcss@8.4.13) + postcss-replace-overflow-wrap: registry.npmmirror.com/postcss-replace-overflow-wrap@4.0.0(postcss@8.4.13) + postcss-selector-not: registry.npmmirror.com/postcss-selector-not@5.0.0(postcss@8.4.13) + postcss-value-parser: registry.npmmirror.com/postcss-value-parser@4.2.0 dev: true - registry.npmmirror.com/postcss-pseudo-class-any-link/7.1.3_postcss@8.4.13: + registry.npmmirror.com/postcss-pseudo-class-any-link@7.1.3(postcss@8.4.13): resolution: {integrity: sha512-I9Yp1VV2r8xFwg/JrnAlPCcKmutv6f6Ig6/CHFPqGJiDgYXM9C+0kgLfK4KOXbKNw+63QYl4agRUB0Wi9ftUIg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.3.tgz} id: registry.npmmirror.com/postcss-pseudo-class-any-link/7.1.3 name: postcss-pseudo-class-any-link @@ -6082,11 +6142,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 - postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser/6.0.10 + postcss: registry.npmmirror.com/postcss@8.4.13 + postcss-selector-parser: registry.npmmirror.com/postcss-selector-parser@6.0.10 dev: true - registry.npmmirror.com/postcss-replace-overflow-wrap/4.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-replace-overflow-wrap@4.0.0(postcss@8.4.13): resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz} id: registry.npmmirror.com/postcss-replace-overflow-wrap/4.0.0 name: postcss-replace-overflow-wrap @@ -6094,10 +6154,10 @@ packages: peerDependencies: postcss: ^8.0.3 dependencies: - postcss: registry.npmmirror.com/postcss/8.4.13 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-selector-not/5.0.0_postcss@8.4.13: + registry.npmmirror.com/postcss-selector-not@5.0.0(postcss@8.4.13): resolution: {integrity: sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz} id: registry.npmmirror.com/postcss-selector-not/5.0.0 name: postcss-selector-not @@ -6105,64 +6165,64 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - balanced-match: registry.npmmirror.com/balanced-match/1.0.2 - postcss: registry.npmmirror.com/postcss/8.4.13 + balanced-match: registry.npmmirror.com/balanced-match@1.0.2 + postcss: registry.npmmirror.com/postcss@8.4.13 dev: true - registry.npmmirror.com/postcss-selector-parser/6.0.10: + registry.npmmirror.com/postcss-selector-parser@6.0.10: resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz} name: postcss-selector-parser version: 6.0.10 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-value-parser/4.2.0: + registry.npmmirror.com/postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz} name: postcss-value-parser version: 4.2.0 dev: true - registry.npmmirror.com/postcss/7.0.39: + registry.npmmirror.com/postcss@7.0.39: resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz} name: postcss version: 7.0.39 engines: {node: '>=6.0.0'} dependencies: - picocolors: registry.npmmirror.com/picocolors/0.2.1 - source-map: registry.npmmirror.com/source-map/0.6.1 + picocolors: registry.npmmirror.com/picocolors@0.2.1 + source-map: registry.npmmirror.com/source-map@0.6.1 dev: true - registry.npmmirror.com/postcss/8.4.13: + registry.npmmirror.com/postcss@8.4.13: resolution: {integrity: sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss/-/postcss-8.4.13.tgz} name: postcss version: 8.4.13 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 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.3: + registry.npmmirror.com/prettier@2.8.3: resolution: {integrity: sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/prettier/-/prettier-2.8.3.tgz} name: prettier version: 2.8.3 @@ -6170,642 +6230,642 @@ packages: hasBin: true dev: true - 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/progress/2.0.3: + registry.npmmirror.com/progress@2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz} name: progress version: 2.0.3 engines: {node: '>=0.4.0'} dev: true - registry.npmmirror.com/protobufjs/6.11.2: + registry.npmmirror.com/protobufjs@6.11.2: resolution: {integrity: sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/protobufjs/-/protobufjs-6.11.2.tgz} name: protobufjs version: 6.11.2 hasBin: true requiresBuild: true dependencies: - '@protobufjs/aspromise': registry.npmmirror.com/@protobufjs/aspromise/1.1.2 - '@protobufjs/base64': registry.npmmirror.com/@protobufjs/base64/1.1.2 - '@protobufjs/codegen': registry.npmmirror.com/@protobufjs/codegen/2.0.4 - '@protobufjs/eventemitter': registry.npmmirror.com/@protobufjs/eventemitter/1.1.0 - '@protobufjs/fetch': registry.npmmirror.com/@protobufjs/fetch/1.1.0 - '@protobufjs/float': registry.npmmirror.com/@protobufjs/float/1.0.2 - '@protobufjs/inquire': registry.npmmirror.com/@protobufjs/inquire/1.1.0 - '@protobufjs/path': registry.npmmirror.com/@protobufjs/path/1.1.2 - '@protobufjs/pool': registry.npmmirror.com/@protobufjs/pool/1.1.0 - '@protobufjs/utf8': registry.npmmirror.com/@protobufjs/utf8/1.1.0 - '@types/long': registry.npmmirror.com/@types/long/4.0.2 - '@types/node': registry.npmmirror.com/@types/node/17.0.31 - long: registry.npmmirror.com/long/4.0.0 + '@protobufjs/aspromise': registry.npmmirror.com/@protobufjs/aspromise@1.1.2 + '@protobufjs/base64': registry.npmmirror.com/@protobufjs/base64@1.1.2 + '@protobufjs/codegen': registry.npmmirror.com/@protobufjs/codegen@2.0.4 + '@protobufjs/eventemitter': registry.npmmirror.com/@protobufjs/eventemitter@1.1.0 + '@protobufjs/fetch': registry.npmmirror.com/@protobufjs/fetch@1.1.0 + '@protobufjs/float': registry.npmmirror.com/@protobufjs/float@1.0.2 + '@protobufjs/inquire': registry.npmmirror.com/@protobufjs/inquire@1.1.0 + '@protobufjs/path': registry.npmmirror.com/@protobufjs/path@1.1.2 + '@protobufjs/pool': registry.npmmirror.com/@protobufjs/pool@1.1.0 + '@protobufjs/utf8': registry.npmmirror.com/@protobufjs/utf8@1.1.0 + '@types/long': registry.npmmirror.com/@types/long@4.0.2 + '@types/node': registry.npmmirror.com/@types/node@17.0.31 + long: registry.npmmirror.com/long@4.0.0 dev: false - registry.npmmirror.com/pseudomap/1.0.2: + registry.npmmirror.com/pseudomap@1.0.2: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pseudomap/-/pseudomap-1.0.2.tgz} name: pseudomap version: 1.0.2 dev: true - registry.npmmirror.com/pump/3.0.0: + registry.npmmirror.com/pump@3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pump/-/pump-3.0.0.tgz} name: pump version: 3.0.0 dependencies: - end-of-stream: registry.npmmirror.com/end-of-stream/1.4.4 - once: registry.npmmirror.com/once/1.4.0 + end-of-stream: registry.npmmirror.com/end-of-stream@1.4.4 + once: registry.npmmirror.com/once@1.4.0 dev: true - registry.npmmirror.com/punycode/1.4.1: + registry.npmmirror.com/punycode@1.4.1: resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/punycode/-/punycode-1.4.1.tgz} name: punycode version: 1.4.1 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/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/randombytes/2.1.0: + registry.npmmirror.com/randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz} name: randombytes version: 2.1.0 dependencies: - safe-buffer: registry.npmmirror.com/safe-buffer/5.2.1 + safe-buffer: registry.npmmirror.com/safe-buffer@5.2.1 dev: true - registry.npmmirror.com/range-parser/1.2.0: + registry.npmmirror.com/range-parser@1.2.0: resolution: {integrity: sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/range-parser/-/range-parser-1.2.0.tgz} name: range-parser version: 1.2.0 engines: {node: '>= 0.6'} dev: true - registry.npmmirror.com/rc/1.2.8: + registry.npmmirror.com/rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rc/-/rc-1.2.8.tgz} name: rc version: 1.2.8 hasBin: true dependencies: - deep-extend: registry.npmmirror.com/deep-extend/0.6.0 - ini: registry.npmmirror.com/ini/1.3.8 - minimist: registry.npmmirror.com/minimist/1.2.6 - strip-json-comments: registry.npmmirror.com/strip-json-comments/2.0.1 + deep-extend: registry.npmmirror.com/deep-extend@0.6.0 + ini: registry.npmmirror.com/ini@1.3.8 + minimist: registry.npmmirror.com/minimist@1.2.6 + strip-json-comments: registry.npmmirror.com/strip-json-comments@2.0.1 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/rechoir/0.7.1: + registry.npmmirror.com/rechoir@0.7.1: resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/rechoir/-/rechoir-0.7.1.tgz} name: rechoir version: 0.7.1 engines: {node: '>= 0.10'} dependencies: - resolve: registry.npmmirror.com/resolve/1.22.0 + resolve: registry.npmmirror.com/resolve@1.22.0 dev: true - registry.npmmirror.com/regenerate-unicode-properties/10.1.0: + registry.npmmirror.com/regenerate-unicode-properties@10.1.0: resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz} name: regenerate-unicode-properties version: 10.1.0 engines: {node: '>=4'} dependencies: - regenerate: registry.npmmirror.com/regenerate/1.4.2 + regenerate: registry.npmmirror.com/regenerate@1.4.2 dev: true - registry.npmmirror.com/regenerate/1.4.2: + registry.npmmirror.com/regenerate@1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz} name: regenerate version: 1.4.2 dev: true - registry.npmmirror.com/regenerator-runtime/0.13.9: + registry.npmmirror.com/regenerator-runtime@0.13.9: resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz} name: regenerator-runtime version: 0.13.9 dev: true - registry.npmmirror.com/regenerator-transform/0.15.1: + registry.npmmirror.com/regenerator-transform@0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz} name: regenerator-transform version: 0.15.1 dependencies: - '@babel/runtime': registry.npmmirror.com/@babel/runtime/7.17.9 + '@babel/runtime': registry.npmmirror.com/@babel/runtime@7.17.9 dev: true - 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/regexpu-core/5.2.2: + registry.npmmirror.com/regexpu-core@5.2.2: resolution: {integrity: sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.2.2.tgz} name: regexpu-core version: 5.2.2 engines: {node: '>=4'} dependencies: - regenerate: registry.npmmirror.com/regenerate/1.4.2 - regenerate-unicode-properties: registry.npmmirror.com/regenerate-unicode-properties/10.1.0 - regjsgen: registry.npmmirror.com/regjsgen/0.7.1 - regjsparser: registry.npmmirror.com/regjsparser/0.9.1 - unicode-match-property-ecmascript: registry.npmmirror.com/unicode-match-property-ecmascript/2.0.0 - unicode-match-property-value-ecmascript: registry.npmmirror.com/unicode-match-property-value-ecmascript/2.1.0 + regenerate: registry.npmmirror.com/regenerate@1.4.2 + regenerate-unicode-properties: registry.npmmirror.com/regenerate-unicode-properties@10.1.0 + regjsgen: registry.npmmirror.com/regjsgen@0.7.1 + regjsparser: registry.npmmirror.com/regjsparser@0.9.1 + unicode-match-property-ecmascript: registry.npmmirror.com/unicode-match-property-ecmascript@2.0.0 + unicode-match-property-value-ecmascript: registry.npmmirror.com/unicode-match-property-value-ecmascript@2.1.0 dev: true - registry.npmmirror.com/registry-auth-token/3.3.2: + registry.npmmirror.com/registry-auth-token@3.3.2: resolution: {integrity: sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz} name: registry-auth-token version: 3.3.2 dependencies: - rc: registry.npmmirror.com/rc/1.2.8 - safe-buffer: registry.npmmirror.com/safe-buffer/5.2.1 + rc: registry.npmmirror.com/rc@1.2.8 + safe-buffer: registry.npmmirror.com/safe-buffer@5.2.1 dev: true - registry.npmmirror.com/registry-url/3.1.0: + registry.npmmirror.com/registry-url@3.1.0: resolution: {integrity: sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/registry-url/-/registry-url-3.1.0.tgz} name: registry-url version: 3.1.0 engines: {node: '>=0.10.0'} dependencies: - rc: registry.npmmirror.com/rc/1.2.8 + rc: registry.npmmirror.com/rc@1.2.8 dev: true - registry.npmmirror.com/regjsgen/0.7.1: + registry.npmmirror.com/regjsgen@0.7.1: resolution: {integrity: sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regjsgen/-/regjsgen-0.7.1.tgz} name: regjsgen version: 0.7.1 dev: true - registry.npmmirror.com/regjsparser/0.9.1: + registry.npmmirror.com/regjsparser@0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regjsparser/-/regjsparser-0.9.1.tgz} name: regjsparser version: 0.9.1 hasBin: true dependencies: - jsesc: registry.npmmirror.com/jsesc/0.5.0 + jsesc: registry.npmmirror.com/jsesc@0.5.0 dev: true - registry.npmmirror.com/require-from-string/2.0.2: + registry.npmmirror.com/require-from-string@2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz} name: require-from-string version: 2.0.2 engines: {node: '>=0.10.0'} dev: true - registry.npmmirror.com/resolve-cwd/3.0.0: + registry.npmmirror.com/resolve-cwd@3.0.0: resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz} name: resolve-cwd version: 3.0.0 engines: {node: '>=8'} dependencies: - resolve-from: registry.npmmirror.com/resolve-from/5.0.0 + resolve-from: registry.npmmirror.com/resolve-from@5.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-from/5.0.0: + registry.npmmirror.com/resolve-from@5.0.0: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz} name: resolve-from version: 5.0.0 engines: {node: '>=8'} dev: true - registry.npmmirror.com/resolve/1.22.0: + registry.npmmirror.com/resolve@1.22.0: resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/resolve/-/resolve-1.22.0.tgz} name: resolve version: 1.22.0 hasBin: true dependencies: - is-core-module: registry.npmmirror.com/is-core-module/2.9.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.9.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.0 + glob: registry.npmmirror.com/glob@7.2.0 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/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 - registry.npmmirror.com/safe-buffer/5.2.1: + registry.npmmirror.com/safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz} name: safe-buffer version: 5.2.1 dev: true - registry.npmmirror.com/sass/1.51.0: + registry.npmmirror.com/sass@1.51.0: resolution: {integrity: sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sass/-/sass-1.51.0.tgz} name: sass version: 1.51.0 engines: {node: '>=12.0.0'} hasBin: true dependencies: - chokidar: registry.npmmirror.com/chokidar/3.5.3 - immutable: registry.npmmirror.com/immutable/4.0.0 - 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.0.0 + source-map-js: registry.npmmirror.com/source-map-js@1.0.2 dev: true - registry.npmmirror.com/schema-utils/2.7.1: + registry.npmmirror.com/schema-utils@2.7.1: resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/schema-utils/-/schema-utils-2.7.1.tgz} name: schema-utils version: 2.7.1 engines: {node: '>= 8.9.0'} dependencies: - '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.11 - ajv: registry.npmmirror.com/ajv/6.12.6 - ajv-keywords: registry.npmmirror.com/ajv-keywords/3.5.2_ajv@6.12.6 + '@types/json-schema': registry.npmmirror.com/@types/json-schema@7.0.11 + ajv: registry.npmmirror.com/ajv@6.12.6 + ajv-keywords: registry.npmmirror.com/ajv-keywords@3.5.2(ajv@6.12.6) dev: true - registry.npmmirror.com/schema-utils/3.1.1: + registry.npmmirror.com/schema-utils@3.1.1: resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz} name: schema-utils version: 3.1.1 engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.11 - ajv: registry.npmmirror.com/ajv/6.12.6 - ajv-keywords: registry.npmmirror.com/ajv-keywords/3.5.2_ajv@6.12.6 + '@types/json-schema': registry.npmmirror.com/@types/json-schema@7.0.11 + ajv: registry.npmmirror.com/ajv@6.12.6 + ajv-keywords: registry.npmmirror.com/ajv-keywords@3.5.2(ajv@6.12.6) dev: true - 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/6.3.0: + registry.npmmirror.com/semver@6.3.0: resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz} name: semver version: 6.3.0 hasBin: true dev: true - registry.npmmirror.com/semver/7.3.7: + registry.npmmirror.com/semver@7.3.7: resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/semver/-/semver-7.3.7.tgz} name: semver version: 7.3.7 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/serialize-javascript/6.0.0: + registry.npmmirror.com/serialize-javascript@6.0.0: resolution: {integrity: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz} name: serialize-javascript version: 6.0.0 dependencies: - randombytes: registry.npmmirror.com/randombytes/2.1.0 + randombytes: registry.npmmirror.com/randombytes@2.1.0 dev: true - registry.npmmirror.com/serve-handler/6.1.3: + registry.npmmirror.com/serve-handler@6.1.3: resolution: {integrity: sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/serve-handler/-/serve-handler-6.1.3.tgz} name: serve-handler version: 6.1.3 dependencies: - bytes: registry.npmmirror.com/bytes/3.0.0 - content-disposition: registry.npmmirror.com/content-disposition/0.5.2 - fast-url-parser: registry.npmmirror.com/fast-url-parser/1.1.3 - mime-types: registry.npmmirror.com/mime-types/2.1.18 - minimatch: registry.npmmirror.com/minimatch/3.0.4 - path-is-inside: registry.npmmirror.com/path-is-inside/1.0.2 - path-to-regexp: registry.npmmirror.com/path-to-regexp/2.2.1 - range-parser: registry.npmmirror.com/range-parser/1.2.0 + bytes: registry.npmmirror.com/bytes@3.0.0 + content-disposition: registry.npmmirror.com/content-disposition@0.5.2 + fast-url-parser: registry.npmmirror.com/fast-url-parser@1.1.3 + mime-types: registry.npmmirror.com/mime-types@2.1.18 + minimatch: registry.npmmirror.com/minimatch@3.0.4 + path-is-inside: registry.npmmirror.com/path-is-inside@1.0.2 + path-to-regexp: registry.npmmirror.com/path-to-regexp@2.2.1 + range-parser: registry.npmmirror.com/range-parser@1.2.0 dev: true - registry.npmmirror.com/serve/13.0.2: + registry.npmmirror.com/serve@13.0.2: resolution: {integrity: sha512-71R6fKvNgKrqARAag6lYJNnxDzpH7DCNrMuvPY5PLVaC2PDhJsGTj/34o4o4tPWhTuLgEXqvgnAWbATQ9zGZTQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/serve/-/serve-13.0.2.tgz} name: serve version: 13.0.2 hasBin: true dependencies: - '@zeit/schemas': registry.npmmirror.com/@zeit/schemas/2.6.0 - ajv: registry.npmmirror.com/ajv/6.12.6 - arg: registry.npmmirror.com/arg/2.0.0 - boxen: registry.npmmirror.com/boxen/5.1.2 - chalk: registry.npmmirror.com/chalk/2.4.1 - clipboardy: registry.npmmirror.com/clipboardy/2.3.0 - compression: registry.npmmirror.com/compression/1.7.3 - serve-handler: registry.npmmirror.com/serve-handler/6.1.3 - update-check: registry.npmmirror.com/update-check/1.5.2 + '@zeit/schemas': registry.npmmirror.com/@zeit/schemas@2.6.0 + ajv: registry.npmmirror.com/ajv@6.12.6 + arg: registry.npmmirror.com/arg@2.0.0 + boxen: registry.npmmirror.com/boxen@5.1.2 + chalk: registry.npmmirror.com/chalk@2.4.1 + clipboardy: registry.npmmirror.com/clipboardy@2.3.0 + compression: registry.npmmirror.com/compression@1.7.3 + serve-handler: registry.npmmirror.com/serve-handler@6.1.3 + update-check: registry.npmmirror.com/update-check@1.5.2 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/set-immediate-shim/1.0.1: + registry.npmmirror.com/set-immediate-shim@1.0.1: resolution: {integrity: sha512-Li5AOqrZWCVA2n5kryzEmqai6bKSIvpz5oUJHPVj6+dsbD3X1ixtsY5tEnsaNpH3pFAHmG8eIHUrtEtohrg+UQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz} name: set-immediate-shim version: 1.0.1 engines: {node: '>=0.10.0'} dev: false - registry.npmmirror.com/shallow-clone/3.0.1: + registry.npmmirror.com/shallow-clone@3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz} name: shallow-clone version: 3.0.1 engines: {node: '>=8'} dependencies: - kind-of: registry.npmmirror.com/kind-of/6.0.3 + kind-of: registry.npmmirror.com/kind-of@6.0.3 dev: true - 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/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.1 - object-inspect: registry.npmmirror.com/object-inspect/1.12.0 + call-bind: registry.npmmirror.com/call-bind@1.0.2 + get-intrinsic: registry.npmmirror.com/get-intrinsic@1.1.1 + object-inspect: registry.npmmirror.com/object-inspect@1.12.0 dev: true - 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/simple-swizzle/0.2.2: + registry.npmmirror.com/simple-swizzle@0.2.2: resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz} name: simple-swizzle version: 0.2.2 dependencies: - is-arrayish: registry.npmmirror.com/is-arrayish/0.3.2 + is-arrayish: registry.npmmirror.com/is-arrayish@0.3.2 dev: false - registry.npmmirror.com/sirv/1.0.19: + registry.npmmirror.com/sirv@1.0.19: resolution: {integrity: sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sirv/-/sirv-1.0.19.tgz} name: sirv version: 1.0.19 engines: {node: '>= 10'} dependencies: - '@polka/url': registry.npmmirror.com/@polka/url/1.0.0-next.21 - mrmime: registry.npmmirror.com/mrmime/1.0.0 - totalist: registry.npmmirror.com/totalist/1.1.0 + '@polka/url': registry.npmmirror.com/@polka/url@1.0.0-next.21 + mrmime: registry.npmmirror.com/mrmime@1.0.0 + totalist: registry.npmmirror.com/totalist@1.1.0 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/slice-ansi/4.0.0: + registry.npmmirror.com/slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/slice-ansi/-/slice-ansi-4.0.0.tgz} name: slice-ansi version: 4.0.0 engines: {node: '>=10'} dependencies: - ansi-styles: registry.npmmirror.com/ansi-styles/4.3.0 - astral-regex: registry.npmmirror.com/astral-regex/2.0.0 - is-fullwidth-code-point: registry.npmmirror.com/is-fullwidth-code-point/3.0.0 + ansi-styles: registry.npmmirror.com/ansi-styles@4.3.0 + astral-regex: registry.npmmirror.com/astral-regex@2.0.0 + is-fullwidth-code-point: registry.npmmirror.com/is-fullwidth-code-point@3.0.0 dev: true - 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'} dev: true - 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'} dev: true - registry.npmmirror.com/source-map/0.8.0-beta.0: + registry.npmmirror.com/source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/source-map/-/source-map-0.8.0-beta.0.tgz} name: source-map version: 0.8.0-beta.0 engines: {node: '>= 8'} dependencies: - whatwg-url: registry.npmmirror.com/whatwg-url/7.1.0 + whatwg-url: registry.npmmirror.com/whatwg-url@7.1.0 dev: true - registry.npmmirror.com/sprintf-js/1.0.3: + registry.npmmirror.com/sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz} name: sprintf-js version: 1.0.3 dev: true - registry.npmmirror.com/streamsaver/2.0.6: + registry.npmmirror.com/streamsaver@2.0.6: resolution: {integrity: sha512-LK4e7TfCV8HzuM0PKXuVUfKyCB1FtT9L0EGxsFk5Up8njj0bXK8pJM9+Wq2Nya7/jslmCQwRK39LFm55h7NBTw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/streamsaver/-/streamsaver-2.0.6.tgz} name: streamsaver version: 2.0.6 dev: false - registry.npmmirror.com/string-width/4.2.3: + registry.npmmirror.com/string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz} name: string-width version: 4.2.3 engines: {node: '>=8'} dependencies: - emoji-regex: registry.npmmirror.com/emoji-regex/8.0.0 - is-fullwidth-code-point: registry.npmmirror.com/is-fullwidth-code-point/3.0.0 - strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 + emoji-regex: registry.npmmirror.com/emoji-regex@8.0.0 + is-fullwidth-code-point: registry.npmmirror.com/is-fullwidth-code-point@3.0.0 + strip-ansi: registry.npmmirror.com/strip-ansi@6.0.1 dev: true - registry.npmmirror.com/string.prototype.trimend/1.0.5: + registry.npmmirror.com/string.prototype.trimend@1.0.5: resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz} name: string.prototype.trimend version: 1.0.5 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.0 + 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.0 dev: true - registry.npmmirror.com/string.prototype.trimstart/1.0.5: + registry.npmmirror.com/string.prototype.trimstart@1.0.5: resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz} name: string.prototype.trimstart version: 1.0.5 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.0 + 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.0 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/3.0.1: + registry.npmmirror.com/strip-ansi@3.0.1: resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz} name: strip-ansi version: 3.0.1 engines: {node: '>=0.10.0'} dependencies: - ansi-regex: registry.npmmirror.com/ansi-regex/2.1.1 + ansi-regex: registry.npmmirror.com/ansi-regex@2.1.1 dev: true - 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-eof/1.0.0: + registry.npmmirror.com/strip-eof@1.0.0: resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-eof/-/strip-eof-1.0.0.tgz} name: strip-eof version: 1.0.0 engines: {node: '>=0.10.0'} 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/2.0.1: + registry.npmmirror.com/strip-json-comments@2.0.1: resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz} name: strip-json-comments version: 2.0.1 engines: {node: '>=0.10.0'} 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/style-loader/2.0.0_webpack@5.72.0: + registry.npmmirror.com/style-loader@2.0.0(webpack@5.72.0): resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/style-loader/-/style-loader-2.0.0.tgz} id: registry.npmmirror.com/style-loader/2.0.0 name: style-loader @@ -6814,73 +6874,73 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: registry.npmmirror.com/loader-utils/2.0.2 - schema-utils: registry.npmmirror.com/schema-utils/3.1.1 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 + loader-utils: registry.npmmirror.com/loader-utils@2.0.2 + schema-utils: registry.npmmirror.com/schema-utils@3.1.1 + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) dev: true - registry.npmmirror.com/supports-color/2.0.0: + registry.npmmirror.com/supports-color@2.0.0: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/supports-color/-/supports-color-2.0.0.tgz} name: supports-color version: 2.0.0 engines: {node: '>=0.8.0'} 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-color/8.1.1: + registry.npmmirror.com/supports-color@8.1.1: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz} name: supports-color version: 8.1.1 engines: {node: '>=10'} 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/table/6.8.0: + registry.npmmirror.com/table@6.8.0: resolution: {integrity: sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/table/-/table-6.8.0.tgz} name: table version: 6.8.0 engines: {node: '>=10.0.0'} dependencies: - ajv: registry.npmmirror.com/ajv/8.11.0 - lodash.truncate: registry.npmmirror.com/lodash.truncate/4.4.2 - slice-ansi: registry.npmmirror.com/slice-ansi/4.0.0 - string-width: registry.npmmirror.com/string-width/4.2.3 - strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 + ajv: registry.npmmirror.com/ajv@8.11.0 + lodash.truncate: registry.npmmirror.com/lodash.truncate@4.4.2 + slice-ansi: registry.npmmirror.com/slice-ansi@4.0.0 + string-width: registry.npmmirror.com/string-width@4.2.3 + strip-ansi: registry.npmmirror.com/strip-ansi@6.0.1 dev: true - registry.npmmirror.com/tapable/2.2.1: + registry.npmmirror.com/tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz} name: tapable version: 2.2.1 engines: {node: '>=6'} dev: true - registry.npmmirror.com/terser-webpack-plugin/5.3.1_webpack@5.72.0: + registry.npmmirror.com/terser-webpack-plugin@5.3.1(webpack@5.72.0): resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz} id: registry.npmmirror.com/terser-webpack-plugin/5.3.1 name: terser-webpack-plugin @@ -6899,81 +6959,81 @@ packages: uglify-js: optional: true dependencies: - jest-worker: registry.npmmirror.com/jest-worker/27.5.1 - schema-utils: registry.npmmirror.com/schema-utils/3.1.1 - serialize-javascript: registry.npmmirror.com/serialize-javascript/6.0.0 - source-map: registry.npmmirror.com/source-map/0.6.1 - terser: registry.npmmirror.com/terser/5.13.1 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 + jest-worker: registry.npmmirror.com/jest-worker@27.5.1 + schema-utils: registry.npmmirror.com/schema-utils@3.1.1 + serialize-javascript: registry.npmmirror.com/serialize-javascript@6.0.0 + source-map: registry.npmmirror.com/source-map@0.6.1 + terser: registry.npmmirror.com/terser@5.13.1 + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) dev: true - registry.npmmirror.com/terser/5.13.1: + registry.npmmirror.com/terser@5.13.1: resolution: {integrity: sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/terser/-/terser-5.13.1.tgz} name: terser version: 5.13.1 engines: {node: '>=10'} hasBin: true dependencies: - acorn: registry.npmmirror.com/acorn/8.7.1 - commander: registry.npmmirror.com/commander/2.20.3 - source-map: registry.npmmirror.com/source-map/0.8.0-beta.0 - source-map-support: registry.npmmirror.com/source-map-support/0.5.21 + acorn: registry.npmmirror.com/acorn@8.7.1 + commander: registry.npmmirror.com/commander@2.20.3 + source-map: registry.npmmirror.com/source-map@0.8.0-beta.0 + source-map-support: registry.npmmirror.com/source-map-support@0.5.21 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/tippy.js/6.3.7: + registry.npmmirror.com/tippy.js@6.3.7: resolution: {integrity: sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tippy.js/-/tippy.js-6.3.7.tgz} name: tippy.js version: 6.3.7 dependencies: - '@popperjs/core': registry.npmmirror.com/@popperjs/core/2.11.5 + '@popperjs/core': registry.npmmirror.com/@popperjs/core@2.11.5 dev: false - 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'} dev: true - 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/to-string-loader/1.2.0: + registry.npmmirror.com/to-string-loader@1.2.0: resolution: {integrity: sha512-KsWUL8FccgBW9FPFm4vYoQbOOcO5m6hKOGYoXjbseD9/4Ft+ravXN5jolQ9kTKYcK4zPt1j+khx97GPGnVoi6A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/to-string-loader/-/to-string-loader-1.2.0.tgz} name: to-string-loader version: 1.2.0 dependencies: - loader-utils: registry.npmmirror.com/loader-utils/1.4.0 + loader-utils: registry.npmmirror.com/loader-utils@1.4.0 dev: true - registry.npmmirror.com/totalist/1.1.0: + registry.npmmirror.com/totalist@1.1.0: resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/totalist/-/totalist-1.1.0.tgz} name: totalist version: 1.1.0 engines: {node: '>=6'} dev: true - registry.npmmirror.com/tr46/1.0.1: + registry.npmmirror.com/tr46@1.0.1: resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tr46/-/tr46-1.0.1.tgz} name: tr46 version: 1.0.1 dependencies: - punycode: registry.npmmirror.com/punycode/2.1.1 + punycode: registry.npmmirror.com/punycode@2.1.1 dev: true - registry.npmmirror.com/ts-node/10.7.0_mexvogqykbbq6jmfbkf4i2paku: + registry.npmmirror.com/ts-node@10.7.0(@types/node@17.0.31)(typescript@4.9.5): resolution: {integrity: sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ts-node/-/ts-node-10.7.0.tgz} id: registry.npmmirror.com/ts-node/10.7.0 name: ts-node @@ -6990,41 +7050,41 @@ packages: '@swc/wasm': optional: true dependencies: - '@cspotcode/source-map-support': registry.npmmirror.com/@cspotcode/source-map-support/0.7.0 - '@tsconfig/node10': registry.npmmirror.com/@tsconfig/node10/1.0.8 - '@tsconfig/node12': registry.npmmirror.com/@tsconfig/node12/1.0.9 - '@tsconfig/node14': registry.npmmirror.com/@tsconfig/node14/1.0.1 - '@tsconfig/node16': registry.npmmirror.com/@tsconfig/node16/1.0.2 - '@types/node': registry.npmmirror.com/@types/node/17.0.31 - acorn: registry.npmmirror.com/acorn/8.7.1 - acorn-walk: registry.npmmirror.com/acorn-walk/8.2.0 - arg: registry.npmmirror.com/arg/4.1.3 - create-require: registry.npmmirror.com/create-require/1.1.1 - diff: registry.npmmirror.com/diff/4.0.2 - make-error: registry.npmmirror.com/make-error/1.3.6 - typescript: registry.npmmirror.com/typescript/4.9.5 - v8-compile-cache-lib: registry.npmmirror.com/v8-compile-cache-lib/3.0.1 - yn: registry.npmmirror.com/yn/3.1.1 + '@cspotcode/source-map-support': registry.npmmirror.com/@cspotcode/source-map-support@0.7.0 + '@tsconfig/node10': registry.npmmirror.com/@tsconfig/node10@1.0.8 + '@tsconfig/node12': registry.npmmirror.com/@tsconfig/node12@1.0.9 + '@tsconfig/node14': registry.npmmirror.com/@tsconfig/node14@1.0.1 + '@tsconfig/node16': registry.npmmirror.com/@tsconfig/node16@1.0.2 + '@types/node': registry.npmmirror.com/@types/node@17.0.31 + acorn: registry.npmmirror.com/acorn@8.7.1 + acorn-walk: registry.npmmirror.com/acorn-walk@8.2.0 + arg: registry.npmmirror.com/arg@4.1.3 + create-require: registry.npmmirror.com/create-require@1.1.1 + diff: registry.npmmirror.com/diff@4.0.2 + make-error: registry.npmmirror.com/make-error@1.3.6 + typescript: registry.npmmirror.com/typescript@4.9.5 + v8-compile-cache-lib: registry.npmmirror.com/v8-compile-cache-lib@3.0.1 + yn: registry.npmmirror.com/yn@3.1.1 dev: true - registry.npmmirror.com/tsconfig-paths/3.14.1: + registry.npmmirror.com/tsconfig-paths@3.14.1: resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz} name: tsconfig-paths version: 3.14.1 dependencies: - '@types/json5': registry.npmmirror.com/@types/json5/0.0.29 - json5: registry.npmmirror.com/json5/1.0.1 - minimist: registry.npmmirror.com/minimist/1.2.6 - strip-bom: registry.npmmirror.com/strip-bom/3.0.0 + '@types/json5': registry.npmmirror.com/@types/json5@0.0.29 + json5: registry.npmmirror.com/json5@1.0.1 + minimist: registry.npmmirror.com/minimist@1.2.6 + strip-bom: registry.npmmirror.com/strip-bom@3.0.0 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/tsutils/3.21.0_typescript@4.9.5: + registry.npmmirror.com/tsutils@3.21.0(typescript@4.9.5): 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 @@ -7033,27 +7093,27 @@ 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.5 + tslib: registry.npmmirror.com/tslib@1.14.1 + typescript: registry.npmmirror.com/typescript@4.9.5 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-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/typescript/4.9.5: + registry.npmmirror.com/typescript@4.9.5: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz} name: typescript version: 4.9.5 @@ -7061,56 +7121,56 @@ packages: hasBin: true 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/unicode-canonical-property-names-ecmascript/2.0.0: + registry.npmmirror.com/unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz} name: unicode-canonical-property-names-ecmascript version: 2.0.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/unicode-match-property-ecmascript/2.0.0: + registry.npmmirror.com/unicode-match-property-ecmascript@2.0.0: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz} name: unicode-match-property-ecmascript version: 2.0.0 engines: {node: '>=4'} dependencies: - unicode-canonical-property-names-ecmascript: registry.npmmirror.com/unicode-canonical-property-names-ecmascript/2.0.0 - unicode-property-aliases-ecmascript: registry.npmmirror.com/unicode-property-aliases-ecmascript/2.0.0 + unicode-canonical-property-names-ecmascript: registry.npmmirror.com/unicode-canonical-property-names-ecmascript@2.0.0 + unicode-property-aliases-ecmascript: registry.npmmirror.com/unicode-property-aliases-ecmascript@2.0.0 dev: true - registry.npmmirror.com/unicode-match-property-value-ecmascript/2.1.0: + registry.npmmirror.com/unicode-match-property-value-ecmascript@2.1.0: resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz} name: unicode-match-property-value-ecmascript version: 2.1.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/unicode-property-aliases-ecmascript/2.0.0: + registry.npmmirror.com/unicode-property-aliases-ecmascript@2.0.0: resolution: {integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz} name: unicode-property-aliases-ecmascript version: 2.0.0 engines: {node: '>=4'} dev: true - registry.npmmirror.com/universalify/0.1.2: + registry.npmmirror.com/universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/universalify/-/universalify-0.1.2.tgz} name: universalify version: 0.1.2 engines: {node: '>= 4.0.0'} dev: true - registry.npmmirror.com/update-browserslist-db/1.0.10_browserslist@4.21.4: + registry.npmmirror.com/update-browserslist-db@1.0.10(browserslist@4.21.4): resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz} id: registry.npmmirror.com/update-browserslist-db/1.0.10 name: update-browserslist-db @@ -7119,53 +7179,53 @@ packages: peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: registry.npmmirror.com/browserslist/4.21.4 - escalade: registry.npmmirror.com/escalade/3.1.1 - picocolors: registry.npmmirror.com/picocolors/1.0.0 + browserslist: registry.npmmirror.com/browserslist@4.21.4 + escalade: registry.npmmirror.com/escalade@3.1.1 + picocolors: registry.npmmirror.com/picocolors@1.0.0 dev: true - registry.npmmirror.com/update-check/1.5.2: + registry.npmmirror.com/update-check@1.5.2: resolution: {integrity: sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/update-check/-/update-check-1.5.2.tgz} name: update-check version: 1.5.2 dependencies: - registry-auth-token: registry.npmmirror.com/registry-auth-token/3.3.2 - registry-url: registry.npmmirror.com/registry-url/3.1.0 + registry-auth-token: registry.npmmirror.com/registry-auth-token@3.3.2 + registry-url: registry.npmmirror.com/registry-url@3.1.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/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/v8-compile-cache-lib/3.0.1: + registry.npmmirror.com/v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz} name: v8-compile-cache-lib version: 3.0.1 dev: true - registry.npmmirror.com/v8-compile-cache/2.3.0: + registry.npmmirror.com/v8-compile-cache@2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz} name: v8-compile-cache version: 2.3.0 dev: true - registry.npmmirror.com/vary/1.1.2: + registry.npmmirror.com/vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz} name: vary version: 1.1.2 engines: {node: '>= 0.8'} dev: true - registry.npmmirror.com/vue-eslint-parser/7.11.0_eslint@7.32.0: + registry.npmmirror.com/vue-eslint-parser@7.11.0(eslint@7.32.0): resolution: {integrity: sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz} id: registry.npmmirror.com/vue-eslint-parser/7.11.0 name: vue-eslint-parser @@ -7174,19 +7234,19 @@ packages: peerDependencies: eslint: '>=5.0.0' dependencies: - debug: registry.npmmirror.com/debug/4.3.4 - eslint: registry.npmmirror.com/eslint/7.32.0 - eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/1.3.0 - espree: registry.npmmirror.com/espree/6.2.1 - esquery: registry.npmmirror.com/esquery/1.4.0 - lodash: registry.npmmirror.com/lodash/4.17.21 - semver: registry.npmmirror.com/semver/6.3.0 + debug: registry.npmmirror.com/debug@4.3.4 + eslint: registry.npmmirror.com/eslint@7.32.0 + eslint-scope: registry.npmmirror.com/eslint-scope@5.1.1 + eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@1.3.0 + espree: registry.npmmirror.com/espree@6.2.1 + esquery: registry.npmmirror.com/esquery@1.4.0 + lodash: registry.npmmirror.com/lodash@4.17.21 + semver: registry.npmmirror.com/semver@6.3.0 transitivePeerDependencies: - supports-color dev: true - registry.npmmirror.com/vue-fragment/1.5.2_vue@2.6.14: + registry.npmmirror.com/vue-fragment@1.5.2(vue@2.6.14): resolution: {integrity: sha512-KEW0gkeNOLJjtXN4jqJhTazez5jtrwimHkE5Few/VxblH4F9EcvJiEsahrV5kg5uKd5U8du4ORKS6QjGE0piYA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-fragment/-/vue-fragment-1.5.2.tgz} id: registry.npmmirror.com/vue-fragment/1.5.2 name: vue-fragment @@ -7194,16 +7254,16 @@ packages: peerDependencies: vue: ^2.5.16 dependencies: - vue: registry.npmmirror.com/vue/2.6.14 + vue: registry.npmmirror.com/vue@2.6.14 dev: false - registry.npmmirror.com/vue-hot-reload-api/2.3.4: + registry.npmmirror.com/vue-hot-reload-api@2.3.4: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz} name: vue-hot-reload-api version: 2.3.4 dev: true - registry.npmmirror.com/vue-loader/15.9.8_ffwzdgtqke25ahxrxm6chzu3e4: + registry.npmmirror.com/vue-loader@15.9.8(css-loader@5.2.7)(lodash@4.17.21)(vue-template-compiler@2.6.14)(webpack@5.72.0): resolution: {integrity: sha512-GwSkxPrihfLR69/dSV3+5CdMQ0D+jXg8Ma1S4nQXKJAznYFX14vHdc/NetQc34Dw+rBbIJyP7JOuVb9Fhprvog==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-loader/-/vue-loader-15.9.8.tgz} id: registry.npmmirror.com/vue-loader/15.9.8 name: vue-loader @@ -7222,14 +7282,14 @@ packages: vue-template-compiler: optional: true dependencies: - '@vue/component-compiler-utils': registry.npmmirror.com/@vue/component-compiler-utils/3.3.0_lodash@4.17.21 - css-loader: registry.npmmirror.com/css-loader/5.2.7_webpack@5.72.0 - hash-sum: registry.npmmirror.com/hash-sum/1.0.2 - loader-utils: registry.npmmirror.com/loader-utils/1.4.0 - vue-hot-reload-api: registry.npmmirror.com/vue-hot-reload-api/2.3.4 - vue-style-loader: registry.npmmirror.com/vue-style-loader/4.1.3 - vue-template-compiler: registry.npmmirror.com/vue-template-compiler/2.6.14 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 + '@vue/component-compiler-utils': registry.npmmirror.com/@vue/component-compiler-utils@3.3.0(lodash@4.17.21) + css-loader: registry.npmmirror.com/css-loader@5.2.7(webpack@5.72.0) + hash-sum: registry.npmmirror.com/hash-sum@1.0.2 + loader-utils: registry.npmmirror.com/loader-utils@1.4.0 + vue-hot-reload-api: registry.npmmirror.com/vue-hot-reload-api@2.3.4 + vue-style-loader: registry.npmmirror.com/vue-style-loader@4.1.3 + vue-template-compiler: registry.npmmirror.com/vue-template-compiler@2.6.14 + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) transitivePeerDependencies: - arc-templates - atpl @@ -7286,74 +7346,74 @@ packages: - whiskers dev: true - registry.npmmirror.com/vue-style-loader/4.1.3: + registry.npmmirror.com/vue-style-loader@4.1.3: resolution: {integrity: sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz} name: vue-style-loader version: 4.1.3 dependencies: - hash-sum: registry.npmmirror.com/hash-sum/1.0.2 - loader-utils: registry.npmmirror.com/loader-utils/1.4.0 + hash-sum: registry.npmmirror.com/hash-sum@1.0.2 + loader-utils: registry.npmmirror.com/loader-utils@1.4.0 dev: true - registry.npmmirror.com/vue-template-compiler/2.6.14: + registry.npmmirror.com/vue-template-compiler@2.6.14: resolution: {integrity: sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz} name: vue-template-compiler version: 2.6.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-template-es2015-compiler/1.9.1: + registry.npmmirror.com/vue-template-es2015-compiler@1.9.1: resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz} name: vue-template-es2015-compiler version: 1.9.1 dev: true - registry.npmmirror.com/vue/2.6.14: + registry.npmmirror.com/vue@2.6.14: resolution: {integrity: sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue/-/vue-2.6.14.tgz} name: vue version: 2.6.14 dev: false - registry.npmmirror.com/watchpack/2.3.1: + registry.npmmirror.com/watchpack@2.3.1: resolution: {integrity: sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/watchpack/-/watchpack-2.3.1.tgz} name: watchpack version: 2.3.1 engines: {node: '>=10.13.0'} dependencies: - glob-to-regexp: registry.npmmirror.com/glob-to-regexp/0.4.1 - graceful-fs: registry.npmmirror.com/graceful-fs/4.2.10 + glob-to-regexp: registry.npmmirror.com/glob-to-regexp@0.4.1 + graceful-fs: registry.npmmirror.com/graceful-fs@4.2.10 dev: true - registry.npmmirror.com/webidl-conversions/4.0.2: + registry.npmmirror.com/webidl-conversions@4.0.2: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz} name: webidl-conversions version: 4.0.2 dev: true - registry.npmmirror.com/webpack-bundle-analyzer/4.5.0: + registry.npmmirror.com/webpack-bundle-analyzer@4.5.0: resolution: {integrity: sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz} name: webpack-bundle-analyzer version: 4.5.0 engines: {node: '>= 10.13.0'} hasBin: true dependencies: - acorn: registry.npmmirror.com/acorn/8.7.1 - acorn-walk: registry.npmmirror.com/acorn-walk/8.2.0 - chalk: registry.npmmirror.com/chalk/4.1.2 - commander: registry.npmmirror.com/commander/7.2.0 - gzip-size: registry.npmmirror.com/gzip-size/6.0.0 - lodash: registry.npmmirror.com/lodash/4.17.21 - opener: registry.npmmirror.com/opener/1.5.2 - sirv: registry.npmmirror.com/sirv/1.0.19 - ws: registry.npmmirror.com/ws/7.5.7 + acorn: registry.npmmirror.com/acorn@8.7.1 + acorn-walk: registry.npmmirror.com/acorn-walk@8.2.0 + chalk: registry.npmmirror.com/chalk@4.1.2 + commander: registry.npmmirror.com/commander@7.2.0 + gzip-size: registry.npmmirror.com/gzip-size@6.0.0 + lodash: registry.npmmirror.com/lodash@4.17.21 + opener: registry.npmmirror.com/opener@1.5.2 + sirv: registry.npmmirror.com/sirv@1.0.19 + ws: registry.npmmirror.com/ws@7.5.7 transitivePeerDependencies: - bufferutil - utf-8-validate dev: true - registry.npmmirror.com/webpack-cli/4.9.2_d44oamaeqptjhxq6msbgm4j2fi: + registry.npmmirror.com/webpack-cli@4.9.2(webpack-bundle-analyzer@4.5.0)(webpack@5.72.0): resolution: {integrity: sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack-cli/-/webpack-cli-4.9.2.tgz} id: registry.npmmirror.com/webpack-cli/4.9.2 name: webpack-cli @@ -7376,40 +7436,40 @@ packages: webpack-dev-server: optional: true dependencies: - '@discoveryjs/json-ext': registry.npmmirror.com/@discoveryjs/json-ext/0.5.7 - '@webpack-cli/configtest': registry.npmmirror.com/@webpack-cli/configtest/1.1.1_q7qo2wgeiyigo3znjsjh7f36ue - '@webpack-cli/info': registry.npmmirror.com/@webpack-cli/info/1.4.1_webpack-cli@4.9.2 - '@webpack-cli/serve': registry.npmmirror.com/@webpack-cli/serve/1.6.1_webpack-cli@4.9.2 - colorette: registry.npmmirror.com/colorette/2.0.16 - commander: registry.npmmirror.com/commander/7.2.0 - execa: registry.npmmirror.com/execa/5.1.1 - fastest-levenshtein: registry.npmmirror.com/fastest-levenshtein/1.0.12 - import-local: registry.npmmirror.com/import-local/3.1.0 - interpret: registry.npmmirror.com/interpret/2.2.0 - rechoir: registry.npmmirror.com/rechoir/0.7.1 - webpack: registry.npmmirror.com/webpack/5.72.0_webpack-cli@4.9.2 - webpack-bundle-analyzer: registry.npmmirror.com/webpack-bundle-analyzer/4.5.0 - webpack-merge: registry.npmmirror.com/webpack-merge/5.8.0 + '@discoveryjs/json-ext': registry.npmmirror.com/@discoveryjs/json-ext@0.5.7 + '@webpack-cli/configtest': registry.npmmirror.com/@webpack-cli/configtest@1.1.1(webpack-cli@4.9.2)(webpack@5.72.0) + '@webpack-cli/info': registry.npmmirror.com/@webpack-cli/info@1.4.1(webpack-cli@4.9.2) + '@webpack-cli/serve': registry.npmmirror.com/@webpack-cli/serve@1.6.1(webpack-cli@4.9.2) + colorette: registry.npmmirror.com/colorette@2.0.16 + commander: registry.npmmirror.com/commander@7.2.0 + execa: registry.npmmirror.com/execa@5.1.1 + fastest-levenshtein: registry.npmmirror.com/fastest-levenshtein@1.0.12 + import-local: registry.npmmirror.com/import-local@3.1.0 + interpret: registry.npmmirror.com/interpret@2.2.0 + rechoir: registry.npmmirror.com/rechoir@0.7.1 + webpack: registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2) + webpack-bundle-analyzer: registry.npmmirror.com/webpack-bundle-analyzer@4.5.0 + webpack-merge: registry.npmmirror.com/webpack-merge@5.8.0 dev: true - registry.npmmirror.com/webpack-merge/5.8.0: + registry.npmmirror.com/webpack-merge@5.8.0: resolution: {integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack-merge/-/webpack-merge-5.8.0.tgz} name: webpack-merge version: 5.8.0 engines: {node: '>=10.0.0'} dependencies: - clone-deep: registry.npmmirror.com/clone-deep/4.0.1 - wildcard: registry.npmmirror.com/wildcard/2.0.0 + clone-deep: registry.npmmirror.com/clone-deep@4.0.1 + wildcard: registry.npmmirror.com/wildcard@2.0.0 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/5.72.0_webpack-cli@4.9.2: + registry.npmmirror.com/webpack@5.72.0(webpack-cli@4.9.2): resolution: {integrity: sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack/-/webpack-5.72.0.tgz} id: registry.npmmirror.com/webpack/5.72.0 name: webpack @@ -7422,118 +7482,118 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': registry.npmmirror.com/@types/eslint-scope/3.7.3 - '@types/estree': registry.npmmirror.com/@types/estree/0.0.51 - '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast/1.11.1 - '@webassemblyjs/wasm-edit': registry.npmmirror.com/@webassemblyjs/wasm-edit/1.11.1 - '@webassemblyjs/wasm-parser': registry.npmmirror.com/@webassemblyjs/wasm-parser/1.11.1 - acorn: registry.npmmirror.com/acorn/8.7.1 - acorn-import-assertions: registry.npmmirror.com/acorn-import-assertions/1.8.0_acorn@8.7.1 - browserslist: registry.npmmirror.com/browserslist/4.21.4 - chrome-trace-event: registry.npmmirror.com/chrome-trace-event/1.0.3 - enhanced-resolve: registry.npmmirror.com/enhanced-resolve/5.9.3 - es-module-lexer: registry.npmmirror.com/es-module-lexer/0.9.3 - eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 - events: registry.npmmirror.com/events/3.3.0 - glob-to-regexp: registry.npmmirror.com/glob-to-regexp/0.4.1 - graceful-fs: registry.npmmirror.com/graceful-fs/4.2.10 - json-parse-better-errors: registry.npmmirror.com/json-parse-better-errors/1.0.2 - loader-runner: registry.npmmirror.com/loader-runner/4.3.0 - mime-types: registry.npmmirror.com/mime-types/2.1.35 - neo-async: registry.npmmirror.com/neo-async/2.6.2 - schema-utils: registry.npmmirror.com/schema-utils/3.1.1 - tapable: registry.npmmirror.com/tapable/2.2.1 - terser-webpack-plugin: registry.npmmirror.com/terser-webpack-plugin/5.3.1_webpack@5.72.0 - watchpack: registry.npmmirror.com/watchpack/2.3.1 - webpack-cli: registry.npmmirror.com/webpack-cli/4.9.2_d44oamaeqptjhxq6msbgm4j2fi - webpack-sources: registry.npmmirror.com/webpack-sources/3.2.3 + '@types/eslint-scope': registry.npmmirror.com/@types/eslint-scope@3.7.3 + '@types/estree': registry.npmmirror.com/@types/estree@0.0.51 + '@webassemblyjs/ast': registry.npmmirror.com/@webassemblyjs/ast@1.11.1 + '@webassemblyjs/wasm-edit': registry.npmmirror.com/@webassemblyjs/wasm-edit@1.11.1 + '@webassemblyjs/wasm-parser': registry.npmmirror.com/@webassemblyjs/wasm-parser@1.11.1 + acorn: registry.npmmirror.com/acorn@8.7.1 + acorn-import-assertions: registry.npmmirror.com/acorn-import-assertions@1.8.0(acorn@8.7.1) + browserslist: registry.npmmirror.com/browserslist@4.21.4 + chrome-trace-event: registry.npmmirror.com/chrome-trace-event@1.0.3 + enhanced-resolve: registry.npmmirror.com/enhanced-resolve@5.9.3 + es-module-lexer: registry.npmmirror.com/es-module-lexer@0.9.3 + eslint-scope: registry.npmmirror.com/eslint-scope@5.1.1 + events: registry.npmmirror.com/events@3.3.0 + glob-to-regexp: registry.npmmirror.com/glob-to-regexp@0.4.1 + graceful-fs: registry.npmmirror.com/graceful-fs@4.2.10 + json-parse-better-errors: registry.npmmirror.com/json-parse-better-errors@1.0.2 + loader-runner: registry.npmmirror.com/loader-runner@4.3.0 + mime-types: registry.npmmirror.com/mime-types@2.1.35 + neo-async: registry.npmmirror.com/neo-async@2.6.2 + schema-utils: registry.npmmirror.com/schema-utils@3.1.1 + tapable: registry.npmmirror.com/tapable@2.2.1 + terser-webpack-plugin: registry.npmmirror.com/terser-webpack-plugin@5.3.1(webpack@5.72.0) + watchpack: registry.npmmirror.com/watchpack@2.3.1 + webpack-cli: registry.npmmirror.com/webpack-cli@4.9.2(webpack-bundle-analyzer@4.5.0)(webpack@5.72.0) + webpack-sources: registry.npmmirror.com/webpack-sources@3.2.3 transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js dev: true - registry.npmmirror.com/whatwg-url/7.1.0: + registry.npmmirror.com/whatwg-url@7.1.0: resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/whatwg-url/-/whatwg-url-7.1.0.tgz} name: whatwg-url version: 7.1.0 dependencies: - lodash.sortby: registry.npmmirror.com/lodash.sortby/4.7.0 - tr46: registry.npmmirror.com/tr46/1.0.1 - webidl-conversions: registry.npmmirror.com/webidl-conversions/4.0.2 + lodash.sortby: registry.npmmirror.com/lodash.sortby@4.7.0 + tr46: registry.npmmirror.com/tr46@1.0.1 + webidl-conversions: registry.npmmirror.com/webidl-conversions@4.0.2 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/widest-line/3.1.0: + registry.npmmirror.com/widest-line@3.1.0: resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/widest-line/-/widest-line-3.1.0.tgz} name: widest-line version: 3.1.0 engines: {node: '>=8'} dependencies: - string-width: registry.npmmirror.com/string-width/4.2.3 + string-width: registry.npmmirror.com/string-width@4.2.3 dev: true - registry.npmmirror.com/wildcard/2.0.0: + registry.npmmirror.com/wildcard@2.0.0: resolution: {integrity: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/wildcard/-/wildcard-2.0.0.tgz} name: wildcard version: 2.0.0 dev: true - 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/wrap-ansi/7.0.0: + registry.npmmirror.com/wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz} name: wrap-ansi version: 7.0.0 engines: {node: '>=10'} dependencies: - ansi-styles: registry.npmmirror.com/ansi-styles/4.3.0 - string-width: registry.npmmirror.com/string-width/4.2.3 - strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 + ansi-styles: registry.npmmirror.com/ansi-styles@4.3.0 + string-width: registry.npmmirror.com/string-width@4.2.3 + strip-ansi: registry.npmmirror.com/strip-ansi@6.0.1 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/7.5.7: + registry.npmmirror.com/ws@7.5.7: resolution: {integrity: sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ws/-/ws-7.5.7.tgz} name: ws version: 7.5.7 @@ -7548,7 +7608,7 @@ packages: optional: true dev: true - registry.npmmirror.com/ws/8.5.0: + registry.npmmirror.com/ws@8.5.0: resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ws/-/ws-8.5.0.tgz} name: ws version: 8.5.0 @@ -7563,32 +7623,32 @@ packages: optional: true dev: true - registry.npmmirror.com/yallist/2.1.2: + registry.npmmirror.com/yallist@2.1.2: resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz} name: yallist version: 2.1.2 dev: true - registry.npmmirror.com/yallist/3.1.1: + registry.npmmirror.com/yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz} name: yallist version: 3.1.1 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/yaml/1.10.2: + registry.npmmirror.com/yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz} name: yaml version: 1.10.2 engines: {node: '>= 6'} dev: true - registry.npmmirror.com/yn/3.1.1: + registry.npmmirror.com/yn@3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yn/-/yn-3.1.1.tgz} name: yn version: 3.1.1 diff --git a/registry/pnpm-lock.yaml b/registry/pnpm-lock.yaml index 3ab488c5e..9d0cdbece 100644 --- a/registry/pnpm-lock.yaml +++ b/registry/pnpm-lock.yaml @@ -1,118 +1,119 @@ -lockfileVersion: 5.4 - -specifiers: - '@types/sortablejs': ^1.10.7 - enquirer: ^2.3.6 - glob: ^7.1.7 +lockfileVersion: '6.0' devDependencies: - '@types/sortablejs': registry.npmmirror.com/@types/sortablejs/1.10.7 - enquirer: registry.npmmirror.com/enquirer/2.3.6 - glob: registry.npmmirror.com/glob/7.1.7 + '@types/sortablejs': + specifier: ^1.10.7 + version: registry.npmmirror.com/@types/sortablejs@1.10.7 + enquirer: + specifier: ^2.3.6 + version: registry.npmmirror.com/enquirer@2.3.6 + glob: + specifier: ^7.1.7 + version: registry.npmmirror.com/glob@7.1.7 packages: - registry.npmmirror.com/@types/sortablejs/1.10.7: + registry.npmmirror.com/@types/sortablejs@1.10.7: resolution: {integrity: sha512-lGCwwgpj8zW/ZmaueoPVSP7nnc9t8VqVWXS+ASX3eoUUENmiazv0rlXyTRludXzuX9ALjPsMqBu85TgJNWbTOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/sortablejs/-/sortablejs-1.10.7.tgz} name: '@types/sortablejs' version: 1.10.7 dev: true - registry.npmmirror.com/ansi-colors/4.1.1: + registry.npmmirror.com/ansi-colors@4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.1.tgz} name: ansi-colors version: 4.1.1 engines: {node: '>=6'} dev: true - 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/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/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/enquirer/2.3.6: + registry.npmmirror.com/enquirer@2.3.6: resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/enquirer/-/enquirer-2.3.6.tgz} name: enquirer version: 2.3.6 engines: {node: '>=8.6'} dependencies: - ansi-colors: registry.npmmirror.com/ansi-colors/4.1.1 + ansi-colors: registry.npmmirror.com/ansi-colors@4.1.1 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/glob/7.1.7: + registry.npmmirror.com/glob@7.1.7: resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob/-/glob-7.1.7.tgz} name: glob version: 7.1.7 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.0.4 - 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.0.4 + 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/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 dev: true - registry.npmmirror.com/minimatch/3.0.4: + registry.npmmirror.com/minimatch@3.0.4: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/minimatch/-/minimatch-3.0.4.tgz} name: minimatch version: 3.0.4 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/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/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/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