diff --git a/docs/docs/.vuepress/config.js b/docs/docs/.vuepress/config.js index 8b1fe93..85fadb3 100644 --- a/docs/docs/.vuepress/config.js +++ b/docs/docs/.vuepress/config.js @@ -1,7 +1,7 @@ module.exports = { title: 'Rubick', description: '你的开源桌面插件应用', - base: '/rubick/', + base: '/', themeConfig: { themeColor: { blue: "#2196f3", @@ -13,7 +13,7 @@ module.exports = { nav: [ { text: '使用文档', link: '/guide/' }, { text: '开发者', link: '/dev/' }, - { text: 'ChangeLog', link: 'https://github.com/clouDr-f2e/rubick/blob/master/CHANGELOG.md' }, + { text: 'ChangeLog', link: 'https://github.com/rubickCenter/rubick/blob/master/CHANGELOG.md' }, ], sidebar: [ { @@ -44,7 +44,7 @@ module.exports = { }, ], // 假定是 GitHub. 同时也可以是一个完整的 GitLab URL - repo: 'https://github.com/clouDr-f2e/rubick', + repo: 'https://github.com/rubickCenter/rubick', // 自定义仓库链接文字。默认从 `themeConfig.repo` 中自动推断为 // "GitHub"/"GitLab"/"Bitbucket" 其中之一,或是 "Source"。 repoLabel: 'Github', diff --git a/docs/docs/dev/README.md b/docs/docs/dev/README.md index c13acac..ade0ff2 100644 --- a/docs/docs/dev/README.md +++ b/docs/docs/dev/README.md @@ -66,7 +66,7 @@ window.showNotification = function () { rubick.showNotification('HI, rubick') } ``` -rubick 更多支持 API 能力参考:[rubick 全局API](https://github.com/clouDr-f2e/rubick/blob/master/static/preload.js#L49) +rubick 更多支持 API 能力参考:[rubick 全局API](https://github.com/rubickCenter/rubick/blob/master/static/preload.js#L49) ### logo.png 当前插件的logo图标,建议是 200 x 200 方形图标 @@ -75,7 +75,7 @@ rubick 更多支持 API 能力参考:[rubick 全局API](https://github.com/clo 复制 `plugin.json` 文件,在 `rubick` 主窗口执行 `ctrl/command + v` 即可唤起安装插件的功能,选择`新建rubick插件`,进入插件主界面, 开启插件后,在插件主窗口即可通过命令打开插件: -![](/rubick/images/5.gif) +![](/images/5.gif) 本小节所有代码:[rubcik-plugin-demo](https://github.com/clouDr-f2e/rubick-plugin-demo) diff --git a/docs/docs/guide/README.md b/docs/docs/guide/README.md index 33025ce..4e6a6e9 100644 --- a/docs/docs/guide/README.md +++ b/docs/docs/guide/README.md @@ -1,9 +1,9 @@ ## 下载 rubick -[rubick 下载安装地址](https://github.com/clouDr-f2e/rubick/releases) +[rubick 下载安装地址](https://github.com/rubickCenter/rubick/releases) 安装完成后打开 rubick 即可看到主搜索界面: -![](/rubick/images/1.png) +![](/images/1.png) 目前支持 windows 和 macos。linux 小伙伴正在开发中 @@ -21,9 +21,9 @@ ``` 也就是说只要当前系统软件安装到这些目录才会被检索到。支持中文搜索和拼音、拼音首字母搜索: -![](/rubick/images/2.gif) +![](/images/2.gif) -`Windows` 内由于安装目录太多不确定,有的在 C盘,有的在D盘,还有的在自定义其他位置,所以该功能还在设计中,如果您有好的方案也欢迎提供:[issues](https://github.com/clouDr-f2e/rubick/issues) +`Windows` 内由于安装目录太多不确定,有的在 C盘,有的在D盘,还有的在自定义其他位置,所以该功能还在设计中,如果您有好的方案也欢迎提供:[issues](https://github.com/rubickCenter/rubick/issues) ### 2. rubick 内置功能 @@ -42,13 +42,13 @@ 点击搜索框右侧 rubick 图标,进入插件市场,选择所需插件,点击下载按钮即可下载,下载完成后在已安装 tab 下可以找到安装插件。 安装完成后,输入插件呼起命令即可使用对应插件: -![](/rubick/images/3.gif) +![](/images/3.gif) ### 4. 右击增强 通常我们需要使用鼠标右击来对桌面属性进行拓展,`Rubick` 支持对右击属性进行增强功能,长按鼠标右键即可呼起。如果安装的插件支持 特殊类型的文件操作,还可以在右键中唤起插件: -![](/rubick/images/4.gif) +![](/images/4.gif) ### 更多功能 如果您还需要更多功能,欢迎来这里给我们提建议:[issues](https://github.com/clouDr-f2e/rubick/issues/20) diff --git a/docs/docs/qs/README.md b/docs/docs/qs/README.md index af2b852..6524287 100644 --- a/docs/docs/qs/README.md +++ b/docs/docs/qs/README.md @@ -69,7 +69,7 @@ $ npm install --global --production windows-build-tools 可以去一下 `C:\Users\you username\.windows-build-tools` 找一下看看应该会有一个 `vs_BuildTools` 文件 双击后,会出现以下弹窗: -![](/rubick/images/6.png) +![](/images/6.png) 点击启动,如果一切正常那么可以方向关掉你的命令行了,此时 vs 已经安装成功,接下来要配置一下编译工具: ```shell @@ -91,7 +91,7 @@ $npm run rebuild ``` ## 最后 -如果您在启动过程中还有其他的问题,欢迎随时给我们反馈,我们会在第一时间回复:[issues](https://github.com/clouDr-f2e/rubick/issues/20) +如果您在启动过程中还有其他的问题,欢迎随时给我们反馈,我们会在第一时间回复:[issues](https://github.com/rubickCenter/rubick/issues/20) diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml new file mode 100644 index 0000000..bc7340d --- /dev/null +++ b/docs/pnpm-lock.yaml @@ -0,0 +1,10220 @@ +lockfileVersion: 5.3 + +specifiers: + vuepress: ^1.8.2 + +devDependencies: + vuepress: registry.npmmirror.com/vuepress/1.8.2 + +packages: + + /verror/1.10.0: + resolution: {integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=, tarball: verror/download/verror-1.10.0.tgz} + engines: {'0': node >=0.6.0} + dependencies: + assert-plus: registry.nlark.com/assert-plus/1.0.0 + core-util-is: registry.nlark.com/core-util-is/1.0.2 + extsprintf: registry.nlark.com/extsprintf/1.3.0 + dev: true + + registry.nlark.com/@babel/compat-data/7.15.0: + resolution: {integrity: sha1-Lbr4uFM0eWyvuw9Xk6kKL8AQsXY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/compat-data/download/@babel/compat-data-7.15.0.tgz} + name: '@babel/compat-data' + version: 7.15.0 + engines: {node: '>=6.9.0'} + dev: true + + registry.nlark.com/@babel/helper-annotate-as-pure/7.15.4: + resolution: {integrity: sha1-PQ5DsAxeSf22xX5CFgGnpljV+DU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.15.4.tgz} + name: '@babel/helper-annotate-as-pure' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-builder-binary-assignment-operator-visitor/7.15.4: + resolution: {integrity: sha1-Ia2BX2CbhO4OMFhnbDPPbRZwUl8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz} + name: '@babel/helper-builder-binary-assignment-operator-visitor' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-explode-assignable-expression': registry.nlark.com/@babel/helper-explode-assignable-expression/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-z22U8w++/BORI+J91rAvZa7tt7k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.15.4.tgz} + id: registry.nlark.com/@babel/helper-compilation-targets/7.15.4 + name: '@babel/helper-compilation-targets' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': registry.nlark.com/@babel/compat-data/7.15.0 + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-validator-option': registry.nlark.com/@babel/helper-validator-option/7.14.5 + browserslist: registry.npmmirror.com/browserslist/4.17.3 + semver: registry.nlark.com/semver/6.3.0 + dev: true + + registry.nlark.com/@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-f5d8F70SpfujY8sZvqCQOUvzfS4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.15.4.tgz} + id: registry.nlark.com/@babel/helper-create-class-features-plugin/7.15.4 + name: '@babel/helper-create-class-features-plugin' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-annotate-as-pure': registry.nlark.com/@babel/helper-annotate-as-pure/7.15.4 + '@babel/helper-function-name': registry.nlark.com/@babel/helper-function-name/7.15.4 + '@babel/helper-member-expression-to-functions': registry.nlark.com/@babel/helper-member-expression-to-functions/7.15.4 + '@babel/helper-optimise-call-expression': registry.nlark.com/@babel/helper-optimise-call-expression/7.15.4 + '@babel/helper-replace-supers': registry.nlark.com/@babel/helper-replace-supers/7.15.4 + '@babel/helper-split-export-declaration': registry.nlark.com/@babel/helper-split-export-declaration/7.15.4 + dev: true + + registry.nlark.com/@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-x9WsXpz2IcJgV3Ivt6ikxYiTWMQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.14.5.tgz} + id: registry.nlark.com/@babel/helper-create-regexp-features-plugin/7.14.5 + name: '@babel/helper-create-regexp-features-plugin' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-annotate-as-pure': registry.nlark.com/@babel/helper-annotate-as-pure/7.15.4 + regexpu-core: registry.nlark.com/regexpu-core/4.8.0 + dev: true + + registry.nlark.com/@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.8: + resolution: {integrity: sha1-BSXt7FCUZTooJojTTYRuTHXpwLY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.2.3.tgz} + id: registry.nlark.com/@babel/helper-define-polyfill-provider/0.2.3 + name: '@babel/helper-define-polyfill-provider' + version: 0.2.3 + peerDependencies: + '@babel/core': ^7.4.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-compilation-targets': registry.nlark.com/@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8 + '@babel/helper-module-imports': registry.nlark.com/@babel/helper-module-imports/7.15.4 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/traverse': registry.nlark.com/@babel/traverse/7.15.4 + debug: registry.nlark.com/debug/4.3.2 + lodash.debounce: registry.nlark.com/lodash.debounce/4.0.8 + resolve: registry.nlark.com/resolve/1.20.0 + semver: registry.nlark.com/semver/6.3.0 + dev: true + + registry.nlark.com/@babel/helper-explode-assignable-expression/7.15.4: + resolution: {integrity: sha1-+a7J0hnycer5K59WFZjKayaCYAw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.15.4.tgz} + name: '@babel/helper-explode-assignable-expression' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-function-name/7.15.4: + resolution: {integrity: sha1-hFdE2vxDgaSl+2r6bD02+Yp4frw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-function-name/download/@babel/helper-function-name-7.15.4.tgz} + name: '@babel/helper-function-name' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-get-function-arity': registry.nlark.com/@babel/helper-get-function-arity/7.15.4 + '@babel/template': registry.nlark.com/@babel/template/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-get-function-arity/7.15.4: + resolution: {integrity: sha1-CYgYk0oTf854tTaj4BWGS+Hih5s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.15.4.tgz} + name: '@babel/helper-get-function-arity' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-hoist-variables/7.15.4: + resolution: {integrity: sha1-CZk6MlnA6Rj5nRBCYd/fwDPxeN8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.15.4.tgz} + name: '@babel/helper-hoist-variables' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-member-expression-to-functions/7.15.4: + resolution: {integrity: sha1-v9NNybupgkpGWLAxfsL9VxpR5u8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.15.4.tgz} + name: '@babel/helper-member-expression-to-functions' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-module-imports/7.15.4: + resolution: {integrity: sha1-4YAH0jBjLeoZtHhTuYRHbntOED8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.15.4.tgz} + name: '@babel/helper-module-imports' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-optimise-call-expression/7.15.4: + resolution: {integrity: sha1-8xClEho7nMUtmrGRIr1ymCLe4XE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.15.4.tgz} + name: '@babel/helper-optimise-call-expression' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-plugin-utils/7.14.5: + resolution: {integrity: sha1-WsgizpfuxGdBq3ClF5ceRDpwxak=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.14.5.tgz} + name: '@babel/helper-plugin-utils' + version: 7.14.5 + engines: {node: '>=6.9.0'} + dev: true + + registry.nlark.com/@babel/helper-remap-async-to-generator/7.15.4: + resolution: {integrity: sha1-JjfAcx5MkPv1isWLULK1oZL8lw8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.15.4.tgz} + name: '@babel/helper-remap-async-to-generator' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-annotate-as-pure': registry.nlark.com/@babel/helper-annotate-as-pure/7.15.4 + '@babel/helper-wrap-function': registry.nlark.com/@babel/helper-wrap-function/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-replace-supers/7.15.4: + resolution: {integrity: sha1-UqirJrqRjH9t7ihiiwcHGse3NHo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.15.4.tgz} + name: '@babel/helper-replace-supers' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-member-expression-to-functions': registry.nlark.com/@babel/helper-member-expression-to-functions/7.15.4 + '@babel/helper-optimise-call-expression': registry.nlark.com/@babel/helper-optimise-call-expression/7.15.4 + '@babel/traverse': registry.nlark.com/@babel/traverse/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-simple-access/7.15.4: + resolution: {integrity: sha1-rDaJBavx3o6XgUNLY12PhnS8wTs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.15.4.tgz} + name: '@babel/helper-simple-access' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-skip-transparent-expression-wrappers/7.15.4: + resolution: {integrity: sha1-cH29uh9K0Po0+RFPyBl67H1dous=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.15.4.tgz} + name: '@babel/helper-skip-transparent-expression-wrappers' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-split-export-declaration/7.15.4: + resolution: {integrity: sha1-rsq5Lc2+9qEKo7YqsgSwhfd24lc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.15.4.tgz} + name: '@babel/helper-split-export-declaration' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helper-validator-identifier/7.15.7: + resolution: {integrity: sha1-Ig35k7/pBKSmsCq08zhaXr9uI4k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.15.7.tgz} + name: '@babel/helper-validator-identifier' + version: 7.15.7 + engines: {node: '>=6.9.0'} + dev: true + + registry.nlark.com/@babel/helper-validator-option/7.14.5: + resolution: {integrity: sha1-bnKh//GNXfy4eOHmLxoCHEty1aM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.14.5.tgz} + name: '@babel/helper-validator-option' + version: 7.14.5 + engines: {node: '>=6.9.0'} + dev: true + + registry.nlark.com/@babel/helper-wrap-function/7.15.4: + resolution: {integrity: sha1-b3VLJEbPrz1hJSPmq415wnw6Pec=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.15.4.tgz} + name: '@babel/helper-wrap-function' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': registry.nlark.com/@babel/helper-function-name/7.15.4 + '@babel/template': registry.nlark.com/@babel/template/7.15.4 + '@babel/traverse': registry.nlark.com/@babel/traverse/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/helpers/7.15.4: + resolution: {integrity: sha1-X0DwIFCjAnEho89I1JfAXFVer0M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/helpers/download/@babel/helpers-7.15.4.tgz} + name: '@babel/helpers' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': registry.nlark.com/@babel/template/7.15.4 + '@babel/traverse': registry.nlark.com/@babel/traverse/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/highlight/7.14.5: + resolution: {integrity: sha1-aGGlLwOWZAUAH2qlNKAaJNmejNk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/highlight/download/@babel/highlight-7.14.5.tgz} + name: '@babel/highlight' + version: 7.14.5 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': registry.nlark.com/@babel/helper-validator-identifier/7.15.7 + chalk: registry.nlark.com/chalk/2.4.2 + js-tokens: registry.nlark.com/js-tokens/4.0.0 + dev: true + + registry.nlark.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-296rsegPYi2fC1g++ymZYF4KVn4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/download/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz} + id: registry.nlark.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4 + name: '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-skip-transparent-expression-wrappers': registry.nlark.com/@babel/helper-skip-transparent-expression-wrappers/7.15.4 + '@babel/plugin-proposal-optional-chaining': registry.nlark.com/@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-QNHuFAxbHjGjUPT17tlFCWVZtC4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.14.5.tgz?cache=0&sync_timestamp=1631600354359&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-class-properties%2Fdownload%2F%40babel%2Fplugin-proposal-class-properties-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-class-properties/7.14.5 + name: '@babel/plugin-proposal-class-properties' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-create-class-features-plugin': registry.nlark.com/@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-PnymEoRTwInotHepn5cMY/wcuNc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-class-static-block/download/@babel/plugin-proposal-class-static-block-7.15.4.tgz} + id: registry.nlark.com/@babel/plugin-proposal-class-static-block/7.15.4 + name: '@babel/plugin-proposal-class-static-block' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-create-class-features-plugin': registry.nlark.com/@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-class-static-block': registry.nlark.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-DGYX30YcDB+P/ztHzVl3I2AQHSw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-dynamic-import/7.14.5 + name: '@babel/plugin-proposal-dynamic-import' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-dynamic-import': registry.nlark.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-260kQxDObM0IMHIWfYzqg6Uvr3Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-export-namespace-from/7.14.5 + name: '@babel/plugin-proposal-export-namespace-from' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-export-namespace-from': registry.nlark.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-ON5g2zYug6PYyUSshY3fnwwiOes=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-json-strings/7.14.5 + name: '@babel/plugin-proposal-json-strings' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-json-strings': registry.nlark.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-bmIpwqmbAqspFfglceDMZGpAxzg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-logical-assignment-operators/7.14.5 + name: '@babel/plugin-proposal-logical-assignment-operators' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-logical-assignment-operators': registry.nlark.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-7jhYnOAOLMWbKZ7D6kBvzToP2vY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-nullish-coalescing-operator/7.14.5 + name: '@babel/plugin-proposal-nullish-coalescing-operator' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-nullish-coalescing-operator': registry.nlark.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-g2Mb8z2aUd8YTCECoGmsDFjAXxg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-numeric-separator/7.14.5 + name: '@babel/plugin-proposal-numeric-separator' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-numeric-separator': registry.nlark.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.8: + resolution: {integrity: sha1-72gFDIcD0Hslr0AsuWz380po7RE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.15.6.tgz?cache=0&sync_timestamp=1631600354585&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-object-rest-spread%2Fdownload%2F%40babel%2Fplugin-proposal-object-rest-spread-7.15.6.tgz} + id: registry.nlark.com/@babel/plugin-proposal-object-rest-spread/7.15.6 + name: '@babel/plugin-proposal-object-rest-spread' + version: 7.15.6 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': registry.nlark.com/@babel/compat-data/7.15.0 + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-compilation-targets': registry.nlark.com/@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-object-rest-spread': registry.nlark.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.8 + '@babel/plugin-transform-parameters': registry.nlark.com/@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-k53W7d7/Omf997PwRLU0cmJZjDw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-optional-catch-binding/7.14.5 + name: '@babel/plugin-proposal-optional-catch-binding' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-optional-catch-binding': registry.nlark.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-+oNlHmCjYOPxN5fu8AuNUZaVtgM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-optional-chaining/7.14.5 + name: '@babel/plugin-proposal-optional-chaining' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-skip-transparent-expression-wrappers': registry.nlark.com/@babel/helper-skip-transparent-expression-wrappers/7.15.4 + '@babel/plugin-syntax-optional-chaining': registry.nlark.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-N0RklZlrKUXzD1vltg1eKqT1eS0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-private-methods/7.14.5 + name: '@babel/plugin-proposal-private-methods' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-create-class-features-plugin': registry.nlark.com/@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-VcXjtNAmH9RP5jfj9iTPsPSE4+U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-private-property-in-object/download/@babel/plugin-proposal-private-property-in-object-7.15.4.tgz} + id: registry.nlark.com/@babel/plugin-proposal-private-property-in-object/7.15.4 + name: '@babel/plugin-proposal-private-property-in-object' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-annotate-as-pure': registry.nlark.com/@babel/helper-annotate-as-pure/7.15.4 + '@babel/helper-create-class-features-plugin': registry.nlark.com/@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-private-property-in-object': registry.nlark.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-D5XuDnV6XWR/N42qDsp+k/qou+g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-proposal-unicode-property-regex/7.14.5 + name: '@babel/plugin-proposal-unicode-property-regex' + version: 7.14.5 + engines: {node: '>=4'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-create-regexp-features-plugin': registry.nlark.com/@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.8: + resolution: {integrity: sha1-qYP7Gusuw/btBCohD2QOkOeG/g0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz} + id: registry.nlark.com/@babel/plugin-syntax-async-generators/7.8.4 + name: '@babel/plugin-syntax-async-generators' + version: 7.8.4 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.8: + resolution: {integrity: sha1-tcmHJ0xKOoK4lxR5aTGmtTVErhA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz} + id: registry.nlark.com/@babel/plugin-syntax-class-properties/7.12.13 + name: '@babel/plugin-syntax-class-properties' + version: 7.12.13 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-GV34mxRrS3izv4l/16JXyEZZ1AY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-class-static-block/download/@babel/plugin-syntax-class-static-block-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-syntax-class-static-block/7.14.5 + name: '@babel/plugin-syntax-class-static-block' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-decorators/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-6vucDL4JyK/rlkujp7vWOUWnLyA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-decorators/download/@babel/plugin-syntax-decorators-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-syntax-decorators/7.14.5 + name: '@babel/plugin-syntax-decorators' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.8: + resolution: {integrity: sha1-Yr+Ysto80h1iYVT8lu5bPLaOrLM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz} + id: registry.nlark.com/@babel/plugin-syntax-dynamic-import/7.8.3 + name: '@babel/plugin-syntax-dynamic-import' + version: 7.8.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.8: + resolution: {integrity: sha1-AolkqbqA28CUyRXEh618TnpmRlo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz} + id: registry.nlark.com/@babel/plugin-syntax-export-namespace-from/7.8.3 + name: '@babel/plugin-syntax-export-namespace-from' + version: 7.8.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.8: + resolution: {integrity: sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz} + id: registry.nlark.com/@babel/plugin-syntax-json-strings/7.8.3 + name: '@babel/plugin-syntax-json-strings' + version: 7.8.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-AA4uJdhnPM5JMAUXo+2kTCY+QgE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5 + name: '@babel/plugin-syntax-jsx' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.8: + resolution: {integrity: sha1-ypHvRjA1MESLkGZSusLp/plB9pk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz} + id: registry.nlark.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4 + name: '@babel/plugin-syntax-logical-assignment-operators' + version: 7.10.4 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.8: + resolution: {integrity: sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz} + id: registry.nlark.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3 + name: '@babel/plugin-syntax-nullish-coalescing-operator' + version: 7.8.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.8: + resolution: {integrity: sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz} + id: registry.nlark.com/@babel/plugin-syntax-numeric-separator/7.10.4 + name: '@babel/plugin-syntax-numeric-separator' + version: 7.10.4 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.8: + resolution: {integrity: sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz} + id: registry.nlark.com/@babel/plugin-syntax-object-rest-spread/7.8.3 + name: '@babel/plugin-syntax-object-rest-spread' + version: 7.8.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.8: + resolution: {integrity: sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz} + id: registry.nlark.com/@babel/plugin-syntax-optional-catch-binding/7.8.3 + name: '@babel/plugin-syntax-optional-catch-binding' + version: 7.8.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.8: + resolution: {integrity: sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz} + id: registry.nlark.com/@babel/plugin-syntax-optional-chaining/7.8.3 + name: '@babel/plugin-syntax-optional-chaining' + version: 7.8.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-DcZnHsDqIrbpShEU+FeXDNOd4a0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-private-property-in-object/download/@babel/plugin-syntax-private-property-in-object-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-syntax-private-property-in-object/7.14.5 + name: '@babel/plugin-syntax-private-property-in-object' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-wc/a3DWmRiQAAfBhOCR7dBw02Uw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-syntax-top-level-await/7.14.5 + name: '@babel/plugin-syntax-top-level-await' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-9xh9lYinaN0IC/TJ/+EX6mL3hio=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-arrow-functions/7.14.5 + name: '@babel/plugin-transform-arrow-functions' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-cseJCE2PIJSsuUVjOUPvhEPTnmc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-async-to-generator/7.14.5 + name: '@babel/plugin-transform-async-to-generator' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-module-imports': registry.nlark.com/@babel/helper-module-imports/7.15.4 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-remap-async-to-generator': registry.nlark.com/@babel/helper-remap-async-to-generator/7.15.4 + dev: true + + registry.nlark.com/@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-5IZB2ZnUvBV6Z+8zautUvET9OtQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-block-scoped-functions/7.14.5 + name: '@babel/plugin-transform-block-scoped-functions' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.8: + resolution: {integrity: sha1-lMgabi/CMLzObvU3rJah5NKzr68=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.15.3.tgz} + id: registry.nlark.com/@babel/plugin-transform-block-scoping/7.15.3 + name: '@babel/plugin-transform-block-scoping' + version: 7.15.3 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-UK7heq9/MyrkTjvOTC4QU01dO/E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.15.4.tgz?cache=0&sync_timestamp=1631600354815&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-classes%2Fdownload%2F%40babel%2Fplugin-transform-classes-7.15.4.tgz} + id: registry.nlark.com/@babel/plugin-transform-classes/7.15.4 + name: '@babel/plugin-transform-classes' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-annotate-as-pure': registry.nlark.com/@babel/helper-annotate-as-pure/7.15.4 + '@babel/helper-function-name': registry.nlark.com/@babel/helper-function-name/7.15.4 + '@babel/helper-optimise-call-expression': registry.nlark.com/@babel/helper-optimise-call-expression/7.15.4 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-replace-supers': registry.nlark.com/@babel/helper-replace-supers/7.15.4 + '@babel/helper-split-export-declaration': registry.nlark.com/@babel/helper-split-export-declaration/7.15.4 + globals: registry.nlark.com/globals/11.12.0 + dev: true + + registry.nlark.com/@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-G514mHQg0RIj1BGVRhzEO5dLIE8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-computed-properties/7.14.5 + name: '@babel/plugin-transform-computed-properties' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.8: + resolution: {integrity: sha1-CtWO034j4iCE0QnxhSYINeVVdXY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.14.7.tgz} + id: registry.nlark.com/@babel/plugin-transform-destructuring/7.14.7 + name: '@babel/plugin-transform-destructuring' + version: 7.14.7 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-L2v3bka9+AQ7Tn4WzyRTJim6DHo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-dotall-regex/7.14.5 + name: '@babel/plugin-transform-dotall-regex' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-create-regexp-features-plugin': registry.nlark.com/@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-NlpIRIgb3xUB46nwJw5/D5EXeVQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-duplicate-keys/7.14.5 + name: '@babel/plugin-transform-duplicate-keys' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-UVS43Wo9/m2Qkj1hckvT3uuQtJM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-exponentiation-operator/7.14.5 + name: '@babel/plugin-transform-exponentiation-operator' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-builder-binary-assignment-operator-visitor': registry.nlark.com/@babel/helper-builder-binary-assignment-operator-visitor/7.15.4 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-JcYszicYz7KXFfQW511SY/s2qMI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.15.4.tgz} + id: registry.nlark.com/@babel/plugin-transform-for-of/7.15.4 + name: '@babel/plugin-transform-for-of' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-6Bxl7LkAdG1/MYAva+0fUtkV1vI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-function-name/7.14.5 + name: '@babel/plugin-transform-function-name' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-function-name': registry.nlark.com/@babel/helper-function-name/7.15.4 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-QdBsf/XU0J489Fh70+zzkwxzD3g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-literals/7.14.5 + name: '@babel/plugin-transform-literals' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-s5zVISor8jWmF9Mg7CtIvMCRuKc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-member-expression-literals/7.14.5 + name: '@babel/plugin-transform-member-expression-literals' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-T9nOfjQRy4uDhISAtwQdgwBIWPc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-modules-amd/7.14.5 + name: '@babel/plugin-transform-modules-amd' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + babel-plugin-dynamic-import-node: registry.nlark.com/babel-plugin-dynamic-import-node/2.3.3 + dev: true + + registry.nlark.com/@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-ggEQEkDqu1p2wI72GylU92e2tME=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.15.4.tgz} + id: registry.nlark.com/@babel/plugin-transform-modules-commonjs/7.15.4 + name: '@babel/plugin-transform-modules-commonjs' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-simple-access': registry.nlark.com/@babel/helper-simple-access/7.15.4 + babel-plugin-dynamic-import-node: registry.nlark.com/babel-plugin-dynamic-import-node/2.3.3 + dev: true + + registry.nlark.com/@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-tCiQxzSaeMgncZ8dLQzTjH0mgTI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.15.4.tgz} + id: registry.nlark.com/@babel/plugin-transform-modules-systemjs/7.15.4 + name: '@babel/plugin-transform-modules-systemjs' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-hoist-variables': registry.nlark.com/@babel/helper-hoist-variables/7.15.4 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-validator-identifier': registry.nlark.com/@babel/helper-validator-identifier/7.15.7 + babel-plugin-dynamic-import-node: registry.nlark.com/babel-plugin-dynamic-import-node/2.3.3 + dev: true + + registry.nlark.com/@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-+2Yt/uaXzOJ0p82lJRkKeQlqpuA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-modules-umd/7.14.5 + name: '@babel/plugin-transform-modules-umd' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.8: + resolution: {integrity: sha1-xo9cXRLS66ujdi5XwsT2NHpG57I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.14.9.tgz} + id: registry.nlark.com/@babel/plugin-transform-named-capturing-groups-regex/7.14.9 + name: '@babel/plugin-transform-named-capturing-groups-regex' + version: 7.14.9 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-create-regexp-features-plugin': registry.nlark.com/@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-Mb2ui5JdyEB26/zSqZQBQ67X2/g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-new-target/7.14.5 + name: '@babel/plugin-transform-new-target' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-0LX66snphZehYanPeMUn7ZNM3EU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-object-super/7.14.5 + name: '@babel/plugin-transform-object-super' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-replace-supers': registry.nlark.com/@babel/helper-replace-supers/7.15.4 + dev: true + + registry.nlark.com/@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.8: + resolution: {integrity: sha1-XyKFzDFgv0jIUCQycWtIUE0p7WI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.15.4.tgz} + id: registry.nlark.com/@babel/plugin-transform-parameters/7.15.4 + name: '@babel/plugin-transform-parameters' + version: 7.15.4 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-DduqH4PbNgbxzfSEb6HftHNFizQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-property-literals/7.14.5 + name: '@babel/plugin-transform-property-literals' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-lnb9VwftKPUicnxbPAqoVERAsE8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-regenerator/7.14.5 + name: '@babel/plugin-transform-regenerator' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + regenerator-transform: registry.nlark.com/regenerator-transform/0.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-xEWJtmHP2++NQwDcx0ad/6kvgwQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-reserved-words/7.14.5 + name: '@babel/plugin-transform-reserved-words' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-l/E4VfFAkzjYyty6ymcK154JGlg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-shorthand-properties/7.14.5 + name: '@babel/plugin-transform-shorthand-properties' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-W2F1Qmdei3dhKUOB88KMYz9Arrk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-sticky-regex/7.14.5 + name: '@babel/plugin-transform-sticky-regex' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-pfK8Izk32EU4hdxza92Nn/q/PZM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-template-literals/7.14.5 + name: '@babel/plugin-transform-template-literals' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-Oa8nOemJor0pG/a1PxaYFCPUV9Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-typeof-symbol/7.14.5 + name: '@babel/plugin-transform-typeof-symbol' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-nUvSpoHjxdes9PV/qeURddkdDGs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-unicode-escapes/7.14.5 + name: '@babel/plugin-transform-unicode-escapes' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.8: + resolution: {integrity: sha1-TNCbbIQl3YElXHzrP7GDbnQUOC4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.14.5.tgz} + id: registry.nlark.com/@babel/plugin-transform-unicode-regex/7.14.5 + name: '@babel/plugin-transform-unicode-regex' + version: 7.14.5 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-create-regexp-features-plugin': registry.nlark.com/@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + dev: true + + registry.nlark.com/@babel/preset-modules/0.1.4_@babel+core@7.15.8: + resolution: {integrity: sha1-Ni8raMZihClw/bXiVP/I/BwuQV4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz} + id: registry.nlark.com/@babel/preset-modules/0.1.4 + name: '@babel/preset-modules' + version: 0.1.4 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-proposal-unicode-property-regex': registry.nlark.com/@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-dotall-regex': registry.nlark.com/@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.8 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + esutils: registry.nlark.com/esutils/2.0.3 + dev: true + + registry.nlark.com/@babel/runtime/7.15.4: + resolution: {integrity: sha1-/RfRa/34eObdAtGXU6OfqKjZyEo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/runtime/download/@babel/runtime-7.15.4.tgz} + name: '@babel/runtime' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: registry.nlark.com/regenerator-runtime/0.13.9 + dev: true + + registry.nlark.com/@babel/template/7.15.4: + resolution: {integrity: sha1-UYmNNdzz+qZwxO5q/P1RfuE58ZQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/template/download/@babel/template-7.15.4.tgz} + name: '@babel/template' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.15.8 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.15.8 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.nlark.com/@babel/traverse/7.15.4: + resolution: {integrity: sha1-/4UQNnoUS/v/VS2eGOKPPiiJwi0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/traverse/download/@babel/traverse-7.15.4.tgz} + name: '@babel/traverse' + version: 7.15.4 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.15.8 + '@babel/generator': registry.npmmirror.com/@babel/generator/7.15.8 + '@babel/helper-function-name': registry.nlark.com/@babel/helper-function-name/7.15.4 + '@babel/helper-hoist-variables': registry.nlark.com/@babel/helper-hoist-variables/7.15.4 + '@babel/helper-split-export-declaration': registry.nlark.com/@babel/helper-split-export-declaration/7.15.4 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.15.8 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + debug: registry.nlark.com/debug/4.3.2 + globals: registry.nlark.com/globals/11.12.0 + dev: true + + registry.nlark.com/@babel/types/7.15.6: + resolution: {integrity: sha1-mavcSCGLKIHAWN0KerBbmcm+dY8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@babel/types/download/@babel/types-7.15.6.tgz?cache=0&sync_timestamp=1631600343628&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.15.6.tgz} + name: '@babel/types' + version: 7.15.6 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': registry.nlark.com/@babel/helper-validator-identifier/7.15.7 + to-fast-properties: registry.nlark.com/to-fast-properties/2.0.0 + dev: true + + registry.nlark.com/@mrmlnc/readdir-enhanced/2.2.1: + resolution: {integrity: sha1-UkryQNGjYFJ7cwR17PoTRKpUDd4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@mrmlnc/readdir-enhanced/download/@mrmlnc/readdir-enhanced-2.2.1.tgz} + name: '@mrmlnc/readdir-enhanced' + version: 2.2.1 + engines: {node: '>=4'} + dependencies: + call-me-maybe: registry.nlark.com/call-me-maybe/1.0.1 + glob-to-regexp: registry.nlark.com/glob-to-regexp/0.3.0 + dev: true + + registry.nlark.com/@nodelib/fs.stat/1.1.3: + resolution: {integrity: sha1-K1o6s/kYzKSKjHVMCBaOPwPrphs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz} + name: '@nodelib/fs.stat' + version: 1.1.3 + engines: {node: '>= 6'} + dev: true + + registry.nlark.com/@sindresorhus/is/0.14.0: + resolution: {integrity: sha1-n7OjzzEyMoFR81PeRjLgHlIQK+o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@sindresorhus/is/download/@sindresorhus/is-0.14.0.tgz} + name: '@sindresorhus/is' + version: 0.14.0 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/@szmarczak/http-timer/1.1.2: + resolution: {integrity: sha1-sWZeLEYaLNkvTBu/UNVFTeDUtCE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@szmarczak/http-timer/download/@szmarczak/http-timer-1.1.2.tgz} + name: '@szmarczak/http-timer' + version: 1.1.2 + engines: {node: '>=6'} + dependencies: + defer-to-connect: registry.nlark.com/defer-to-connect/1.1.3 + dev: true + + registry.nlark.com/@types/glob/7.1.4: + resolution: {integrity: sha1-6lniHS7lxReRTLS8jkFTuZ5WZnI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/glob/download/@types/glob-7.1.4.tgz?cache=0&sync_timestamp=1631600321350&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fglob%2Fdownload%2F%40types%2Fglob-7.1.4.tgz} + name: '@types/glob' + version: 7.1.4 + dependencies: + '@types/minimatch': registry.nlark.com/@types/minimatch/3.0.5 + '@types/node': registry.npmmirror.com/@types/node/16.10.3 + dev: true + + registry.nlark.com/@types/json-schema/7.0.9: + resolution: {integrity: sha1-l+3JA36gw4WFMgsolk3eOznkZg0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/json-schema/download/@types/json-schema-7.0.9.tgz} + name: '@types/json-schema' + version: 7.0.9 + dev: true + + registry.nlark.com/@types/minimatch/3.0.5: + resolution: {integrity: sha1-EAHMXmo3BLg8I2An538vWOoBD0A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/minimatch/download/@types/minimatch-3.0.5.tgz} + name: '@types/minimatch' + version: 3.0.5 + dev: true + + registry.nlark.com/@types/q/1.5.5: + resolution: {integrity: sha1-daKo59irSyMEFFBdkjNdHctTpt8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@types/q/download/@types/q-1.5.5.tgz} + name: '@types/q' + version: 1.5.5 + dev: true + + registry.nlark.com/@vue/babel-helper-vue-jsx-merge-props/1.2.1: + resolution: {integrity: sha1-MWJKelBfsU2h1YAjclpMXycOaoE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-helper-vue-jsx-merge-props/download/@vue/babel-helper-vue-jsx-merge-props-1.2.1.tgz} + name: '@vue/babel-helper-vue-jsx-merge-props' + version: 1.2.1 + dev: true + + registry.nlark.com/@vue/babel-helper-vue-transform-on/1.0.2: + resolution: {integrity: sha1-m5xpHNBvyFUiGiR1w8yDHXdLx9w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-helper-vue-transform-on/download/@vue/babel-helper-vue-transform-on-1.0.2.tgz} + name: '@vue/babel-helper-vue-transform-on' + version: 1.0.2 + dev: true + + registry.nlark.com/@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.15.8: + resolution: {integrity: sha1-ZGBGxlLC8CQnJ/NFGdkXsGQEHtc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-plugin-transform-vue-jsx/download/@vue/babel-plugin-transform-vue-jsx-1.2.1.tgz} + id: registry.nlark.com/@vue/babel-plugin-transform-vue-jsx/1.2.1 + name: '@vue/babel-plugin-transform-vue-jsx' + version: 1.2.1 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-module-imports': registry.nlark.com/@babel/helper-module-imports/7.15.4 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + '@vue/babel-helper-vue-jsx-merge-props': registry.nlark.com/@vue/babel-helper-vue-jsx-merge-props/1.2.1 + html-tags: registry.nlark.com/html-tags/2.0.0 + lodash.kebabcase: registry.nlark.com/lodash.kebabcase/4.1.1 + svg-tags: registry.nlark.com/svg-tags/1.0.0 + dev: true + + registry.nlark.com/@vue/babel-preset-app/4.5.13_vue@2.6.14: + resolution: {integrity: sha1-y0dTIeTHP38RDawppIwqnLgK/rY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.13.tgz} + id: registry.nlark.com/@vue/babel-preset-app/4.5.13 + name: '@vue/babel-preset-app' + version: 4.5.13 + peerDependencies: + vue: ^2 || ^3.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-compilation-targets': registry.nlark.com/@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8 + '@babel/helper-module-imports': registry.nlark.com/@babel/helper-module-imports/7.15.4 + '@babel/plugin-proposal-class-properties': registry.nlark.com/@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-decorators': registry.npmmirror.com/@babel/plugin-proposal-decorators/7.15.8_@babel+core@7.15.8 + '@babel/plugin-syntax-dynamic-import': registry.nlark.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-runtime': registry.npmmirror.com/@babel/plugin-transform-runtime/7.15.8_@babel+core@7.15.8 + '@babel/preset-env': registry.npmmirror.com/@babel/preset-env/7.15.8_@babel+core@7.15.8 + '@babel/runtime': registry.nlark.com/@babel/runtime/7.15.4 + '@vue/babel-plugin-jsx': registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.0_@babel+core@7.15.8 + '@vue/babel-preset-jsx': registry.nlark.com/@vue/babel-preset-jsx/1.2.4_@babel+core@7.15.8 + babel-plugin-dynamic-import-node: registry.nlark.com/babel-plugin-dynamic-import-node/2.3.3 + core-js: registry.npmmirror.com/core-js/3.18.2 + core-js-compat: registry.npmmirror.com/core-js-compat/3.18.2 + semver: registry.nlark.com/semver/6.3.0 + vue: registry.npmmirror.com/vue/2.6.14 + dev: true + + registry.nlark.com/@vue/babel-preset-jsx/1.2.4_@babel+core@7.15.8: + resolution: {integrity: sha1-kv6nnbbxOwHoDToAmeKSS9y+Toc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-preset-jsx/download/@vue/babel-preset-jsx-1.2.4.tgz} + id: registry.nlark.com/@vue/babel-preset-jsx/1.2.4 + name: '@vue/babel-preset-jsx' + version: 1.2.4 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@vue/babel-helper-vue-jsx-merge-props': registry.nlark.com/@vue/babel-helper-vue-jsx-merge-props/1.2.1 + '@vue/babel-plugin-transform-vue-jsx': registry.nlark.com/@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.15.8 + '@vue/babel-sugar-composition-api-inject-h': registry.nlark.com/@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.15.8 + '@vue/babel-sugar-composition-api-render-instance': registry.nlark.com/@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.15.8 + '@vue/babel-sugar-functional-vue': registry.nlark.com/@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.15.8 + '@vue/babel-sugar-inject-h': registry.nlark.com/@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.15.8 + '@vue/babel-sugar-v-model': registry.nlark.com/@vue/babel-sugar-v-model/1.2.3_@babel+core@7.15.8 + '@vue/babel-sugar-v-on': registry.nlark.com/@vue/babel-sugar-v-on/1.2.3_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.15.8: + resolution: {integrity: sha1-BdbgxDJxDjdYKyvppgSbaJtvA+s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-sugar-composition-api-inject-h/download/@vue/babel-sugar-composition-api-inject-h-1.2.1.tgz} + id: registry.nlark.com/@vue/babel-sugar-composition-api-inject-h/1.2.1 + name: '@vue/babel-sugar-composition-api-inject-h' + version: 1.2.1 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.15.8: + resolution: {integrity: sha1-5MvGmXw0T6wnF4WteikyXFHWjRk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-sugar-composition-api-render-instance/download/@vue/babel-sugar-composition-api-render-instance-1.2.4.tgz} + id: registry.nlark.com/@vue/babel-sugar-composition-api-render-instance/1.2.4 + name: '@vue/babel-sugar-composition-api-render-instance' + version: 1.2.4 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.15.8: + resolution: {integrity: sha1-JnqayNeHyW7b8Dzj85LEnam9Jlg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-sugar-functional-vue/download/@vue/babel-sugar-functional-vue-1.2.2.tgz} + id: registry.nlark.com/@vue/babel-sugar-functional-vue/1.2.2 + name: '@vue/babel-sugar-functional-vue' + version: 1.2.2 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.15.8: + resolution: {integrity: sha1-1zjTyJM2fshJHcu2abAAkZKT46o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-sugar-inject-h/download/@vue/babel-sugar-inject-h-1.2.2.tgz} + id: registry.nlark.com/@vue/babel-sugar-inject-h/1.2.2 + name: '@vue/babel-sugar-inject-h' + version: 1.2.2 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + dev: true + + registry.nlark.com/@vue/babel-sugar-v-model/1.2.3_@babel+core@7.15.8: + resolution: {integrity: sha1-+h8pulHr8KoabDX6ZtU5vEWaGPI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-sugar-v-model/download/@vue/babel-sugar-v-model-1.2.3.tgz} + id: registry.nlark.com/@vue/babel-sugar-v-model/1.2.3 + name: '@vue/babel-sugar-v-model' + version: 1.2.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + '@vue/babel-helper-vue-jsx-merge-props': registry.nlark.com/@vue/babel-helper-vue-jsx-merge-props/1.2.1 + '@vue/babel-plugin-transform-vue-jsx': registry.nlark.com/@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.15.8 + camelcase: registry.nlark.com/camelcase/5.3.1 + html-tags: registry.nlark.com/html-tags/2.0.0 + svg-tags: registry.nlark.com/svg-tags/1.0.0 + dev: true + + registry.nlark.com/@vue/babel-sugar-v-on/1.2.3_@babel+core@7.15.8: + resolution: {integrity: sha1-NCNnF4WGpp85LwS/ujICHQKROto=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/babel-sugar-v-on/download/@vue/babel-sugar-v-on-1.2.3.tgz} + id: registry.nlark.com/@vue/babel-sugar-v-on/1.2.3 + name: '@vue/babel-sugar-v-on' + version: 1.2.3 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + '@vue/babel-plugin-transform-vue-jsx': registry.nlark.com/@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.15.8 + camelcase: registry.nlark.com/camelcase/5.3.1 + dev: true + + registry.nlark.com/@vue/component-compiler-utils/3.2.2: + resolution: {integrity: sha1-L37V/u2C/38ChKzBHVJe5+/yJGA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@vue/component-compiler-utils/download/@vue/component-compiler-utils-3.2.2.tgz} + name: '@vue/component-compiler-utils' + version: 3.2.2 + dependencies: + consolidate: registry.nlark.com/consolidate/0.15.1 + hash-sum: registry.nlark.com/hash-sum/1.0.2 + lru-cache: registry.nlark.com/lru-cache/4.1.5 + merge-source-map: registry.nlark.com/merge-source-map/1.1.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6 + source-map: registry.nlark.com/source-map/0.6.1 + vue-template-es2015-compiler: registry.nlark.com/vue-template-es2015-compiler/1.9.1 + optionalDependencies: + prettier: registry.nlark.com/prettier/1.19.1 + dev: true + + registry.nlark.com/@webassemblyjs/ast/1.9.0: + resolution: {integrity: sha1-vYUGBLQEJFmlpBzX0zjL7Wle2WQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz} + name: '@webassemblyjs/ast' + version: 1.9.0 + dependencies: + '@webassemblyjs/helper-module-context': registry.nlark.com/@webassemblyjs/helper-module-context/1.9.0 + '@webassemblyjs/helper-wasm-bytecode': registry.nlark.com/@webassemblyjs/helper-wasm-bytecode/1.9.0 + '@webassemblyjs/wast-parser': registry.nlark.com/@webassemblyjs/wast-parser/1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/floating-point-hex-parser/1.9.0: + resolution: {integrity: sha1-PD07Jxvd/ITesA9xNEQ4MR1S/7Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.9.0.tgz} + name: '@webassemblyjs/floating-point-hex-parser' + version: 1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/helper-api-error/1.9.0: + resolution: {integrity: sha1-ID9nbjM7lsnaLuqzzO8zxFkotqI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz} + name: '@webassemblyjs/helper-api-error' + version: 1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/helper-buffer/1.9.0: + resolution: {integrity: sha1-oUQtJpxf6yP8vJ73WdrDVH8p3gA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz} + name: '@webassemblyjs/helper-buffer' + version: 1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/helper-code-frame/1.9.0: + resolution: {integrity: sha1-ZH+Iks0gQ6gqwMjF51w28dkVnyc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/helper-code-frame/download/@webassemblyjs/helper-code-frame-1.9.0.tgz} + name: '@webassemblyjs/helper-code-frame' + version: 1.9.0 + dependencies: + '@webassemblyjs/wast-printer': registry.nlark.com/@webassemblyjs/wast-printer/1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/helper-fsm/1.9.0: + resolution: {integrity: sha1-wFJWtxJEIUZx9LCOwQitY7cO3bg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/helper-fsm/download/@webassemblyjs/helper-fsm-1.9.0.tgz} + name: '@webassemblyjs/helper-fsm' + version: 1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/helper-module-context/1.9.0: + resolution: {integrity: sha1-JdiIS3aDmHGgimxvgGw5ee9xLwc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz} + name: '@webassemblyjs/helper-module-context' + version: 1.9.0 + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/helper-wasm-bytecode/1.9.0: + resolution: {integrity: sha1-T+2L6sm4wU+MWLcNEk1UndH+V5A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz} + name: '@webassemblyjs/helper-wasm-bytecode' + version: 1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/helper-wasm-section/1.9.0: + resolution: {integrity: sha1-WkE41aYpK6GLBMWuSXF+QWeWU0Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/helper-wasm-section/download/@webassemblyjs/helper-wasm-section-1.9.0.tgz} + name: '@webassemblyjs/helper-wasm-section' + version: 1.9.0 + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + '@webassemblyjs/helper-buffer': registry.nlark.com/@webassemblyjs/helper-buffer/1.9.0 + '@webassemblyjs/helper-wasm-bytecode': registry.nlark.com/@webassemblyjs/helper-wasm-bytecode/1.9.0 + '@webassemblyjs/wasm-gen': registry.nlark.com/@webassemblyjs/wasm-gen/1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/ieee754/1.9.0: + resolution: {integrity: sha1-Fceg+6roP7JhQ7us9tbfFwKtOeQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz} + name: '@webassemblyjs/ieee754' + version: 1.9.0 + dependencies: + '@xtuc/ieee754': registry.nlark.com/@xtuc/ieee754/1.2.0 + dev: true + + registry.nlark.com/@webassemblyjs/leb128/1.9.0: + resolution: {integrity: sha1-8Zygt2ptxVYjoJz/p2noOPoeHJU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz} + name: '@webassemblyjs/leb128' + version: 1.9.0 + dependencies: + '@xtuc/long': registry.nlark.com/@xtuc/long/4.2.2 + dev: true + + registry.nlark.com/@webassemblyjs/utf8/1.9.0: + resolution: {integrity: sha1-BNM7Y2945qaBMifoJAL3Y3tiKas=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz} + name: '@webassemblyjs/utf8' + version: 1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/wasm-edit/1.9.0: + resolution: {integrity: sha1-P+bXnT8PkiGDqoYALELdJWz+6c8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz} + name: '@webassemblyjs/wasm-edit' + version: 1.9.0 + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + '@webassemblyjs/helper-buffer': registry.nlark.com/@webassemblyjs/helper-buffer/1.9.0 + '@webassemblyjs/helper-wasm-bytecode': registry.nlark.com/@webassemblyjs/helper-wasm-bytecode/1.9.0 + '@webassemblyjs/helper-wasm-section': registry.nlark.com/@webassemblyjs/helper-wasm-section/1.9.0 + '@webassemblyjs/wasm-gen': registry.nlark.com/@webassemblyjs/wasm-gen/1.9.0 + '@webassemblyjs/wasm-opt': registry.nlark.com/@webassemblyjs/wasm-opt/1.9.0 + '@webassemblyjs/wasm-parser': registry.nlark.com/@webassemblyjs/wasm-parser/1.9.0 + '@webassemblyjs/wast-printer': registry.nlark.com/@webassemblyjs/wast-printer/1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/wasm-gen/1.9.0: + resolution: {integrity: sha1-ULxw7Gje2OJ2OwGhQYv0NJGnpJw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz} + name: '@webassemblyjs/wasm-gen' + version: 1.9.0 + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + '@webassemblyjs/helper-wasm-bytecode': registry.nlark.com/@webassemblyjs/helper-wasm-bytecode/1.9.0 + '@webassemblyjs/ieee754': registry.nlark.com/@webassemblyjs/ieee754/1.9.0 + '@webassemblyjs/leb128': registry.nlark.com/@webassemblyjs/leb128/1.9.0 + '@webassemblyjs/utf8': registry.nlark.com/@webassemblyjs/utf8/1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/wasm-opt/1.9.0: + resolution: {integrity: sha1-IhEYHlsxMmRDzIES658LkChyGmE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/wasm-opt/download/@webassemblyjs/wasm-opt-1.9.0.tgz} + name: '@webassemblyjs/wasm-opt' + version: 1.9.0 + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + '@webassemblyjs/helper-buffer': registry.nlark.com/@webassemblyjs/helper-buffer/1.9.0 + '@webassemblyjs/wasm-gen': registry.nlark.com/@webassemblyjs/wasm-gen/1.9.0 + '@webassemblyjs/wasm-parser': registry.nlark.com/@webassemblyjs/wasm-parser/1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/wasm-parser/1.9.0: + resolution: {integrity: sha1-nUjkSCbfSmWYKUqmyHRp1kL/9l4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz} + name: '@webassemblyjs/wasm-parser' + version: 1.9.0 + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + '@webassemblyjs/helper-api-error': registry.nlark.com/@webassemblyjs/helper-api-error/1.9.0 + '@webassemblyjs/helper-wasm-bytecode': registry.nlark.com/@webassemblyjs/helper-wasm-bytecode/1.9.0 + '@webassemblyjs/ieee754': registry.nlark.com/@webassemblyjs/ieee754/1.9.0 + '@webassemblyjs/leb128': registry.nlark.com/@webassemblyjs/leb128/1.9.0 + '@webassemblyjs/utf8': registry.nlark.com/@webassemblyjs/utf8/1.9.0 + dev: true + + registry.nlark.com/@webassemblyjs/wast-parser/1.9.0: + resolution: {integrity: sha1-MDERXXmsW9JhVWzsw/qQo+9FGRQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz} + name: '@webassemblyjs/wast-parser' + version: 1.9.0 + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + '@webassemblyjs/floating-point-hex-parser': registry.nlark.com/@webassemblyjs/floating-point-hex-parser/1.9.0 + '@webassemblyjs/helper-api-error': registry.nlark.com/@webassemblyjs/helper-api-error/1.9.0 + '@webassemblyjs/helper-code-frame': registry.nlark.com/@webassemblyjs/helper-code-frame/1.9.0 + '@webassemblyjs/helper-fsm': registry.nlark.com/@webassemblyjs/helper-fsm/1.9.0 + '@xtuc/long': registry.nlark.com/@xtuc/long/4.2.2 + dev: true + + registry.nlark.com/@webassemblyjs/wast-printer/1.9.0: + resolution: {integrity: sha1-STXVTIX+9jewDOn1I3dFHQDUeJk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.9.0.tgz} + name: '@webassemblyjs/wast-printer' + version: 1.9.0 + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + '@webassemblyjs/wast-parser': registry.nlark.com/@webassemblyjs/wast-parser/1.9.0 + '@xtuc/long': registry.nlark.com/@xtuc/long/4.2.2 + dev: true + + registry.nlark.com/@xtuc/ieee754/1.2.0: + resolution: {integrity: sha1-7vAUoxRa5Hehy8AM0eVSM23Ot5A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz} + name: '@xtuc/ieee754' + version: 1.2.0 + dev: true + + registry.nlark.com/@xtuc/long/4.2.2: + resolution: {integrity: sha1-0pHGpOl5ibXGHZrPOWrk/hM6cY0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz} + name: '@xtuc/long' + version: 4.2.2 + dev: true + + registry.nlark.com/abbrev/1.1.1: + resolution: {integrity: sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/abbrev/download/abbrev-1.1.1.tgz} + name: abbrev + version: 1.1.1 + dev: true + + registry.nlark.com/accepts/1.3.7: + resolution: {integrity: sha1-UxvHJlF6OytB+FACHGzBXqq1B80=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/accepts/download/accepts-1.3.7.tgz} + name: accepts + version: 1.3.7 + engines: {node: '>= 0.6'} + dependencies: + mime-types: registry.npmmirror.com/mime-types/2.1.33 + negotiator: registry.nlark.com/negotiator/0.6.2 + dev: true + + registry.nlark.com/acorn/6.4.2: + resolution: {integrity: sha1-NYZv1xBSjpLeEM8GAWSY5H454eY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/acorn/download/acorn-6.4.2.tgz?cache=0&sync_timestamp=1631600248170&other_urls=https%3A%2F%2Fregistry.nlark.com%2Facorn%2Fdownload%2Facorn-6.4.2.tgz} + name: acorn + version: 6.4.2 + engines: {node: '>=0.4.0'} + hasBin: true + dev: true + + registry.nlark.com/ajv-errors/1.0.1_ajv@6.12.6: + resolution: {integrity: sha1-81mGrOuRr63sQQL72FAUlQzvpk0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ajv-errors/download/ajv-errors-1.0.1.tgz} + id: registry.nlark.com/ajv-errors/1.0.1 + name: ajv-errors + version: 1.0.1 + peerDependencies: + ajv: '>=5.0.0' + dependencies: + ajv: registry.nlark.com/ajv/6.12.6 + dev: true + + registry.nlark.com/ajv-keywords/3.5.2_ajv@6.12.6: + resolution: {integrity: sha1-MfKdpatuANHC0yms97WSlhTVAU0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz} + id: registry.nlark.com/ajv-keywords/3.5.2 + name: ajv-keywords + version: 3.5.2 + peerDependencies: + ajv: ^6.9.1 + dependencies: + ajv: registry.nlark.com/ajv/6.12.6 + dev: true + + registry.nlark.com/ajv/6.12.6: + resolution: {integrity: sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ajv/download/ajv-6.12.6.tgz} + name: ajv + version: 6.12.6 + dependencies: + fast-deep-equal: registry.nlark.com/fast-deep-equal/3.1.3 + fast-json-stable-stringify: registry.nlark.com/fast-json-stable-stringify/2.1.0 + json-schema-traverse: registry.nlark.com/json-schema-traverse/0.4.1 + uri-js: registry.nlark.com/uri-js/4.4.1 + dev: true + + registry.nlark.com/alphanum-sort/1.0.2: + resolution: {integrity: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz} + name: alphanum-sort + version: 1.0.2 + dev: true + + registry.nlark.com/ansi-colors/3.2.4: + resolution: {integrity: sha1-46PaS/uubIapwoViXeEkojQCb78=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-colors/download/ansi-colors-3.2.4.tgz} + name: ansi-colors + version: 3.2.4 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/ansi-escapes/4.3.2: + resolution: {integrity: sha1-ayKR0dt9mLZSHV8e+kLQ86n+tl4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-escapes/download/ansi-escapes-4.3.2.tgz} + name: ansi-escapes + version: 4.3.2 + engines: {node: '>=8'} + dependencies: + type-fest: registry.nlark.com/type-fest/0.21.3 + dev: true + + registry.nlark.com/ansi-html/0.0.7: + resolution: {integrity: sha1-gTWEAhliqenm/QOflA0S9WynhZ4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-html/download/ansi-html-0.0.7.tgz} + name: ansi-html + version: 0.0.7 + engines: {'0': node >= 0.8.0} + hasBin: true + dev: true + + registry.nlark.com/ansi-regex/2.1.1: + resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-regex/download/ansi-regex-2.1.1.tgz} + name: ansi-regex + version: 2.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/ansi-regex/4.1.0: + resolution: {integrity: sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-regex/download/ansi-regex-4.1.0.tgz} + name: ansi-regex + version: 4.1.0 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/ansi-regex/5.0.1: + resolution: {integrity: sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-regex/download/ansi-regex-5.0.1.tgz} + name: ansi-regex + version: 5.0.1 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/ansi-styles/2.2.1: + resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-styles/download/ansi-styles-2.2.1.tgz} + name: ansi-styles + version: 2.2.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/ansi-styles/3.2.1: + resolution: {integrity: sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-styles/download/ansi-styles-3.2.1.tgz} + name: ansi-styles + version: 3.2.1 + engines: {node: '>=4'} + dependencies: + color-convert: registry.nlark.com/color-convert/1.9.3 + dev: true + + registry.nlark.com/ansi-styles/4.3.0: + resolution: {integrity: sha1-7dgDYornHATIWuegkG7a00tkiTc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ansi-styles/download/ansi-styles-4.3.0.tgz} + name: ansi-styles + version: 4.3.0 + engines: {node: '>=8'} + dependencies: + color-convert: registry.nlark.com/color-convert/2.0.1 + dev: true + + registry.nlark.com/anymatch/2.0.0: + resolution: {integrity: sha1-vLJLTzeTTZqnrBe0ra+J58du8us=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/anymatch/download/anymatch-2.0.0.tgz} + name: anymatch + version: 2.0.0 + dependencies: + micromatch: registry.nlark.com/micromatch/3.1.10 + normalize-path: registry.nlark.com/normalize-path/2.1.1 + dev: true + + registry.nlark.com/anymatch/3.1.2: + resolution: {integrity: sha1-wFV8CWrzLxBhmPT04qODU343hxY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/anymatch/download/anymatch-3.1.2.tgz} + name: anymatch + version: 3.1.2 + engines: {node: '>= 8'} + dependencies: + normalize-path: registry.nlark.com/normalize-path/3.0.0 + picomatch: registry.nlark.com/picomatch/2.3.0 + dev: true + optional: true + + registry.nlark.com/aproba/1.2.0: + resolution: {integrity: sha1-aALmJk79GMeQobDVF/DyYnvyyUo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/aproba/download/aproba-1.2.0.tgz} + name: aproba + version: 1.2.0 + dev: true + + registry.nlark.com/argparse/1.0.10: + resolution: {integrity: sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/argparse/download/argparse-1.0.10.tgz} + name: argparse + version: 1.0.10 + dependencies: + sprintf-js: registry.nlark.com/sprintf-js/1.0.3 + dev: true + + registry.nlark.com/arr-diff/4.0.0: + resolution: {integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/arr-diff/download/arr-diff-4.0.0.tgz} + name: arr-diff + version: 4.0.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/arr-flatten/1.1.0: + resolution: {integrity: sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/arr-flatten/download/arr-flatten-1.1.0.tgz} + name: arr-flatten + version: 1.1.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/arr-union/3.1.0: + resolution: {integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/arr-union/download/arr-union-3.1.0.tgz} + name: arr-union + version: 3.1.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/array-flatten/1.1.1: + resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-flatten/download/array-flatten-1.1.1.tgz} + name: array-flatten + version: 1.1.1 + dev: true + + registry.nlark.com/array-flatten/2.1.2: + resolution: {integrity: sha1-JO+AoowaiTYX4hSbDG0NeIKTsJk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-flatten/download/array-flatten-2.1.2.tgz} + name: array-flatten + version: 2.1.2 + dev: true + + registry.nlark.com/array-union/1.0.2: + resolution: {integrity: sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-union/download/array-union-1.0.2.tgz} + name: array-union + version: 1.0.2 + engines: {node: '>=0.10.0'} + dependencies: + array-uniq: registry.nlark.com/array-uniq/1.0.3 + dev: true + + registry.nlark.com/array-uniq/1.0.3: + resolution: {integrity: sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-uniq/download/array-uniq-1.0.3.tgz} + name: array-uniq + version: 1.0.3 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/array-unique/0.3.2: + resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/array-unique/download/array-unique-0.3.2.tgz} + name: array-unique + version: 0.3.2 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/asn1.js/5.4.1: + resolution: {integrity: sha1-EamAuE67kXgc41sP3C7ilON4Pwc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/asn1.js/download/asn1.js-5.4.1.tgz} + name: asn1.js + version: 5.4.1 + dependencies: + bn.js: registry.nlark.com/bn.js/4.12.0 + inherits: registry.nlark.com/inherits/2.0.4 + minimalistic-assert: registry.nlark.com/minimalistic-assert/1.0.1 + safer-buffer: registry.nlark.com/safer-buffer/2.1.2 + dev: true + + registry.nlark.com/asn1/0.2.4: + resolution: {integrity: sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/asn1/download/asn1-0.2.4.tgz} + name: asn1 + version: 0.2.4 + dependencies: + safer-buffer: registry.nlark.com/safer-buffer/2.1.2 + dev: true + + registry.nlark.com/assert-plus/1.0.0: + resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/assert-plus/download/assert-plus-1.0.0.tgz} + name: assert-plus + version: 1.0.0 + engines: {node: '>=0.8'} + dev: true + + registry.nlark.com/assert/1.5.0: + resolution: {integrity: sha1-VcEJqvbgrv2z3EtxJAxwv1dLGOs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/assert/download/assert-1.5.0.tgz} + name: assert + version: 1.5.0 + dependencies: + object-assign: registry.nlark.com/object-assign/4.1.1 + util: registry.nlark.com/util/0.10.3 + dev: true + + registry.nlark.com/assign-symbols/1.0.0: + resolution: {integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/assign-symbols/download/assign-symbols-1.0.0.tgz} + name: assign-symbols + version: 1.0.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/async-each/1.0.3: + resolution: {integrity: sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/async-each/download/async-each-1.0.3.tgz} + name: async-each + version: 1.0.3 + dev: true + + registry.nlark.com/async-limiter/1.0.1: + resolution: {integrity: sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/async-limiter/download/async-limiter-1.0.1.tgz} + name: async-limiter + version: 1.0.1 + dev: true + + registry.nlark.com/async/2.6.3: + resolution: {integrity: sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/async/download/async-2.6.3.tgz} + name: async + version: 2.6.3 + dependencies: + lodash: registry.nlark.com/lodash/4.17.21 + dev: true + + registry.nlark.com/asynckit/0.4.0: + resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/asynckit/download/asynckit-0.4.0.tgz} + name: asynckit + version: 0.4.0 + dev: true + + registry.nlark.com/atob/2.1.2: + resolution: {integrity: sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/atob/download/atob-2.1.2.tgz} + name: atob + version: 2.1.2 + engines: {node: '>= 4.5.0'} + hasBin: true + dev: true + + registry.nlark.com/aws-sign2/0.7.0: + resolution: {integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/aws-sign2/download/aws-sign2-0.7.0.tgz} + name: aws-sign2 + version: 0.7.0 + dev: true + + registry.nlark.com/aws4/1.11.0: + resolution: {integrity: sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/aws4/download/aws4-1.11.0.tgz} + name: aws4 + version: 1.11.0 + dev: true + + registry.nlark.com/babel-loader/8.2.2_7f185b6b63b1b293762538aa414d8c1b: + resolution: {integrity: sha1-k2POhMEMmkDmx1N0jhRBtgyKC4E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/babel-loader/download/babel-loader-8.2.2.tgz} + id: registry.nlark.com/babel-loader/8.2.2 + name: babel-loader + version: 8.2.2 + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + find-cache-dir: registry.nlark.com/find-cache-dir/3.3.2 + loader-utils: registry.nlark.com/loader-utils/1.4.0 + make-dir: registry.nlark.com/make-dir/3.1.0 + schema-utils: registry.nlark.com/schema-utils/2.7.1 + webpack: registry.npmmirror.com/webpack/4.46.0 + dev: true + + registry.nlark.com/babel-plugin-dynamic-import-node/2.3.3: + resolution: {integrity: sha1-hP2hnJduxcbe/vV/lCez3vZuF6M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz} + name: babel-plugin-dynamic-import-node + version: 2.3.3 + dependencies: + object.assign: registry.nlark.com/object.assign/4.1.2 + dev: true + + registry.nlark.com/babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.8: + resolution: {integrity: sha1-6RJHheb9lPlLYYp5VOVpMFO/Uyc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.2.2.tgz} + id: registry.nlark.com/babel-plugin-polyfill-corejs2/0.2.2 + name: babel-plugin-polyfill-corejs2 + version: 0.2.2 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': registry.nlark.com/@babel/compat-data/7.15.0 + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-define-polyfill-provider': registry.nlark.com/@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.8 + semver: registry.nlark.com/semver/6.3.0 + dev: true + + registry.nlark.com/babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.8: + resolution: {integrity: sha1-sxDI1kKsraNIwfo7Pmzg6FG+4Hc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.2.2.tgz} + id: registry.nlark.com/babel-plugin-polyfill-regenerator/0.2.2 + name: babel-plugin-polyfill-regenerator + version: 0.2.2 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-define-polyfill-provider': registry.nlark.com/@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.8 + dev: true + + registry.nlark.com/balanced-match/1.0.2: + resolution: {integrity: sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/balanced-match/download/balanced-match-1.0.2.tgz} + name: balanced-match + version: 1.0.2 + dev: true + + registry.nlark.com/base/0.11.2: + resolution: {integrity: sha1-e95c7RRbbVUakNuH+DxVi060io8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/base/download/base-0.11.2.tgz} + name: base + version: 0.11.2 + engines: {node: '>=0.10.0'} + dependencies: + cache-base: registry.nlark.com/cache-base/1.0.1 + class-utils: registry.nlark.com/class-utils/0.3.6 + component-emitter: registry.nlark.com/component-emitter/1.3.0 + define-property: registry.nlark.com/define-property/1.0.0 + isobject: registry.nlark.com/isobject/3.0.1 + mixin-deep: registry.nlark.com/mixin-deep/1.3.2 + pascalcase: registry.nlark.com/pascalcase/0.1.1 + dev: true + + registry.nlark.com/base64-js/1.5.1: + resolution: {integrity: sha1-GxtEAWClv3rUC2UPCVljSBkDkwo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/base64-js/download/base64-js-1.5.1.tgz} + name: base64-js + version: 1.5.1 + dev: true + + registry.nlark.com/batch/0.6.1: + resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/batch/download/batch-0.6.1.tgz} + name: batch + version: 0.6.1 + dev: true + + registry.nlark.com/bcrypt-pbkdf/1.0.2: + resolution: {integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.2.tgz} + name: bcrypt-pbkdf + version: 1.0.2 + dependencies: + tweetnacl: registry.nlark.com/tweetnacl/0.14.5 + dev: true + + registry.nlark.com/big.js/3.2.0: + resolution: {integrity: sha1-pfwpi4G54Nyi5FiCR4S2XFK6WI4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/big.js/download/big.js-3.2.0.tgz} + name: big.js + version: 3.2.0 + dev: true + + registry.nlark.com/big.js/5.2.2: + resolution: {integrity: sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/big.js/download/big.js-5.2.2.tgz} + name: big.js + version: 5.2.2 + dev: true + + registry.nlark.com/binary-extensions/1.13.1: + resolution: {integrity: sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/binary-extensions/download/binary-extensions-1.13.1.tgz} + name: binary-extensions + version: 1.13.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/binary-extensions/2.2.0: + resolution: {integrity: sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/binary-extensions/download/binary-extensions-2.2.0.tgz} + name: binary-extensions + version: 2.2.0 + engines: {node: '>=8'} + dev: true + optional: true + + registry.nlark.com/bindings/1.5.0: + resolution: {integrity: sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bindings/download/bindings-1.5.0.tgz} + name: bindings + version: 1.5.0 + dependencies: + file-uri-to-path: registry.nlark.com/file-uri-to-path/1.0.0 + dev: true + optional: true + + registry.nlark.com/bluebird/3.7.2: + resolution: {integrity: sha1-nyKcFb4nJFT/qXOs4NvueaGww28=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bluebird/download/bluebird-3.7.2.tgz?cache=0&sync_timestamp=1631600318107&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbluebird%2Fdownload%2Fbluebird-3.7.2.tgz} + name: bluebird + version: 3.7.2 + dev: true + + registry.nlark.com/bn.js/4.12.0: + resolution: {integrity: sha1-d1s/J477uXGO7HNh9IP7Nvu/6og=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bn.js/download/bn.js-4.12.0.tgz} + name: bn.js + version: 4.12.0 + dev: true + + registry.nlark.com/bn.js/5.2.0: + resolution: {integrity: sha1-NYhgZ0OWxpl3canQUfzBtX1K4AI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bn.js/download/bn.js-5.2.0.tgz} + name: bn.js + version: 5.2.0 + dev: true + + registry.nlark.com/body-parser/1.19.0: + resolution: {integrity: sha1-lrJwnlfJxOCab9Zqj9l5hE9p8Io=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/body-parser/download/body-parser-1.19.0.tgz} + name: body-parser + version: 1.19.0 + engines: {node: '>= 0.8'} + dependencies: + bytes: registry.nlark.com/bytes/3.1.0 + content-type: registry.nlark.com/content-type/1.0.4 + debug: registry.nlark.com/debug/2.6.9 + depd: registry.nlark.com/depd/1.1.2 + http-errors: registry.nlark.com/http-errors/1.7.2 + iconv-lite: registry.nlark.com/iconv-lite/0.4.24 + on-finished: registry.nlark.com/on-finished/2.3.0 + qs: registry.nlark.com/qs/6.7.0 + raw-body: registry.nlark.com/raw-body/2.4.0 + type-is: registry.nlark.com/type-is/1.6.18 + dev: true + + registry.nlark.com/bonjour/3.5.0: + resolution: {integrity: sha1-jokKGD2O6aI5OzhExpGkK897yfU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bonjour/download/bonjour-3.5.0.tgz} + name: bonjour + version: 3.5.0 + dependencies: + array-flatten: registry.nlark.com/array-flatten/2.1.2 + deep-equal: registry.nlark.com/deep-equal/1.1.1 + dns-equal: registry.nlark.com/dns-equal/1.0.0 + dns-txt: registry.nlark.com/dns-txt/2.0.2 + multicast-dns: registry.npmmirror.com/multicast-dns/6.2.3 + multicast-dns-service-types: registry.nlark.com/multicast-dns-service-types/1.1.0 + dev: true + + registry.nlark.com/boolbase/1.0.0: + resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/boolbase/download/boolbase-1.0.0.tgz} + name: boolbase + version: 1.0.0 + dev: true + + registry.nlark.com/brace-expansion/1.1.11: + resolution: {integrity: sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/brace-expansion/download/brace-expansion-1.1.11.tgz} + name: brace-expansion + version: 1.1.11 + dependencies: + balanced-match: registry.nlark.com/balanced-match/1.0.2 + concat-map: registry.nlark.com/concat-map/0.0.1 + dev: true + + registry.nlark.com/braces/2.3.2: + resolution: {integrity: sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/braces/download/braces-2.3.2.tgz} + name: braces + version: 2.3.2 + engines: {node: '>=0.10.0'} + dependencies: + arr-flatten: registry.nlark.com/arr-flatten/1.1.0 + array-unique: registry.nlark.com/array-unique/0.3.2 + extend-shallow: registry.nlark.com/extend-shallow/2.0.1 + fill-range: registry.nlark.com/fill-range/4.0.0 + isobject: registry.nlark.com/isobject/3.0.1 + repeat-element: registry.nlark.com/repeat-element/1.1.4 + snapdragon: registry.nlark.com/snapdragon/0.8.2 + snapdragon-node: registry.nlark.com/snapdragon-node/2.1.1 + split-string: registry.nlark.com/split-string/3.1.0 + to-regex: registry.nlark.com/to-regex/3.0.2 + dev: true + + registry.nlark.com/braces/3.0.2: + resolution: {integrity: sha1-NFThpGLujVmeI23zNs2epPiv4Qc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/braces/download/braces-3.0.2.tgz} + name: braces + version: 3.0.2 + engines: {node: '>=8'} + dependencies: + fill-range: registry.nlark.com/fill-range/7.0.1 + dev: true + optional: true + + registry.nlark.com/brorand/1.1.0: + resolution: {integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/brorand/download/brorand-1.1.0.tgz} + name: brorand + version: 1.1.0 + dev: true + + registry.nlark.com/browserify-aes/1.2.0: + resolution: {integrity: sha1-Mmc0ZC9APavDADIJhTu3CtQo70g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/browserify-aes/download/browserify-aes-1.2.0.tgz} + name: browserify-aes + version: 1.2.0 + dependencies: + buffer-xor: registry.nlark.com/buffer-xor/1.0.3 + cipher-base: registry.nlark.com/cipher-base/1.0.4 + create-hash: registry.nlark.com/create-hash/1.2.0 + evp_bytestokey: registry.nlark.com/evp_bytestokey/1.0.3 + inherits: registry.nlark.com/inherits/2.0.4 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/browserify-cipher/1.0.1: + resolution: {integrity: sha1-jWR0wbhwv9q807z8wZNKEOlPFfA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz} + name: browserify-cipher + version: 1.0.1 + dependencies: + browserify-aes: registry.nlark.com/browserify-aes/1.2.0 + browserify-des: registry.nlark.com/browserify-des/1.0.2 + evp_bytestokey: registry.nlark.com/evp_bytestokey/1.0.3 + dev: true + + registry.nlark.com/browserify-des/1.0.2: + resolution: {integrity: sha1-OvTx9Zg5QDVy8cZiBDdfen9wPpw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/browserify-des/download/browserify-des-1.0.2.tgz} + name: browserify-des + version: 1.0.2 + dependencies: + cipher-base: registry.nlark.com/cipher-base/1.0.4 + des.js: registry.nlark.com/des.js/1.0.1 + inherits: registry.nlark.com/inherits/2.0.4 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/browserify-rsa/4.1.0: + resolution: {integrity: sha1-sv0Gtbda4pf3zi3GUfkY9b4VjI0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz} + name: browserify-rsa + version: 4.1.0 + dependencies: + bn.js: registry.nlark.com/bn.js/5.2.0 + randombytes: registry.nlark.com/randombytes/2.1.0 + dev: true + + registry.nlark.com/browserify-sign/4.2.1: + resolution: {integrity: sha1-6vSt1G3VS+O7OzbAzxWrvrp5VsM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/browserify-sign/download/browserify-sign-4.2.1.tgz} + name: browserify-sign + version: 4.2.1 + dependencies: + bn.js: registry.nlark.com/bn.js/5.2.0 + browserify-rsa: registry.nlark.com/browserify-rsa/4.1.0 + create-hash: registry.nlark.com/create-hash/1.2.0 + create-hmac: registry.nlark.com/create-hmac/1.1.7 + elliptic: registry.nlark.com/elliptic/6.5.4 + inherits: registry.nlark.com/inherits/2.0.4 + parse-asn1: registry.nlark.com/parse-asn1/5.1.6 + readable-stream: registry.nlark.com/readable-stream/3.6.0 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/browserify-zlib/0.2.0: + resolution: {integrity: sha1-KGlFnZqjviRf6P4sofRuLn9U1z8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/browserify-zlib/download/browserify-zlib-0.2.0.tgz} + name: browserify-zlib + version: 0.2.0 + dependencies: + pako: registry.nlark.com/pako/1.0.11 + dev: true + + registry.nlark.com/buffer-from/1.1.2: + resolution: {integrity: sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/buffer-from/download/buffer-from-1.1.2.tgz} + name: buffer-from + version: 1.1.2 + dev: true + + registry.nlark.com/buffer-indexof/1.1.1: + resolution: {integrity: sha1-Uvq8xqYG0aADAoAmSO9o9jnaJow=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/buffer-indexof/download/buffer-indexof-1.1.1.tgz} + name: buffer-indexof + version: 1.1.1 + dev: true + + registry.nlark.com/buffer-json/2.0.0: + resolution: {integrity: sha1-9z4TseQvGW/i/WfQAcfXEH7dfCM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/buffer-json/download/buffer-json-2.0.0.tgz} + name: buffer-json + version: 2.0.0 + dev: true + + registry.nlark.com/buffer-xor/1.0.3: + resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/buffer-xor/download/buffer-xor-1.0.3.tgz} + name: buffer-xor + version: 1.0.3 + dev: true + + registry.nlark.com/buffer/4.9.2: + resolution: {integrity: sha1-Iw6tNEACmIZEhBqwJEr4xEu+Pvg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/buffer/download/buffer-4.9.2.tgz} + name: buffer + version: 4.9.2 + dependencies: + base64-js: registry.nlark.com/base64-js/1.5.1 + ieee754: registry.nlark.com/ieee754/1.2.1 + isarray: registry.nlark.com/isarray/1.0.0 + dev: true + + registry.nlark.com/builtin-status-codes/3.0.0: + resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz} + name: builtin-status-codes + version: 3.0.0 + dev: true + + registry.nlark.com/bytes/3.0.0: + resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bytes/download/bytes-3.0.0.tgz} + name: bytes + version: 3.0.0 + engines: {node: '>= 0.8'} + dev: true + + registry.nlark.com/bytes/3.1.0: + resolution: {integrity: sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/bytes/download/bytes-3.1.0.tgz} + name: bytes + version: 3.1.0 + engines: {node: '>= 0.8'} + dev: true + + registry.nlark.com/cacache/12.0.4: + resolution: {integrity: sha1-ZovL0QWutfHZL+JVcOyVJcj6pAw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cacache/download/cacache-12.0.4.tgz} + name: cacache + version: 12.0.4 + dependencies: + bluebird: registry.nlark.com/bluebird/3.7.2 + chownr: registry.nlark.com/chownr/1.1.4 + figgy-pudding: registry.nlark.com/figgy-pudding/3.5.2 + glob: registry.npmmirror.com/glob/7.2.0 + graceful-fs: registry.nlark.com/graceful-fs/4.2.8 + infer-owner: registry.nlark.com/infer-owner/1.0.4 + lru-cache: registry.nlark.com/lru-cache/5.1.1 + mississippi: registry.nlark.com/mississippi/3.0.0 + mkdirp: registry.nlark.com/mkdirp/0.5.5 + move-concurrently: registry.nlark.com/move-concurrently/1.0.1 + promise-inflight: registry.nlark.com/promise-inflight/1.0.1 + rimraf: registry.nlark.com/rimraf/2.7.1 + ssri: registry.nlark.com/ssri/6.0.2 + unique-filename: registry.nlark.com/unique-filename/1.1.1 + y18n: registry.nlark.com/y18n/4.0.3 + dev: true + + registry.nlark.com/cache-base/1.0.1: + resolution: {integrity: sha1-Cn9GQWgxyLZi7jb+TnxZ129marI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cache-base/download/cache-base-1.0.1.tgz} + name: cache-base + version: 1.0.1 + engines: {node: '>=0.10.0'} + dependencies: + collection-visit: registry.nlark.com/collection-visit/1.0.0 + component-emitter: registry.nlark.com/component-emitter/1.3.0 + get-value: registry.nlark.com/get-value/2.0.6 + has-value: registry.nlark.com/has-value/1.0.0 + isobject: registry.nlark.com/isobject/3.0.1 + set-value: registry.nlark.com/set-value/2.0.1 + to-object-path: registry.nlark.com/to-object-path/0.3.0 + union-value: registry.nlark.com/union-value/1.0.1 + unset-value: registry.nlark.com/unset-value/1.0.0 + dev: true + + registry.nlark.com/cache-loader/3.0.1_webpack@4.46.0: + resolution: {integrity: sha1-zubPSzzcfGEJBbJrrWwvxDnIIa8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cache-loader/download/cache-loader-3.0.1.tgz} + id: registry.nlark.com/cache-loader/3.0.1 + name: cache-loader + version: 3.0.1 + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^4.0.0 + dependencies: + buffer-json: registry.nlark.com/buffer-json/2.0.0 + find-cache-dir: registry.nlark.com/find-cache-dir/2.1.0 + loader-utils: registry.nlark.com/loader-utils/1.4.0 + mkdirp: registry.nlark.com/mkdirp/0.5.5 + neo-async: registry.nlark.com/neo-async/2.6.2 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + dev: true + + registry.nlark.com/cacheable-request/6.1.0: + resolution: {integrity: sha1-IP+4vRYrpL4R6VZ9gj22UQUsqRI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cacheable-request/download/cacheable-request-6.1.0.tgz} + name: cacheable-request + version: 6.1.0 + engines: {node: '>=8'} + dependencies: + clone-response: registry.nlark.com/clone-response/1.0.2 + get-stream: registry.nlark.com/get-stream/5.2.0 + http-cache-semantics: registry.nlark.com/http-cache-semantics/4.1.0 + keyv: registry.nlark.com/keyv/3.1.0 + lowercase-keys: registry.nlark.com/lowercase-keys/2.0.0 + normalize-url: registry.nlark.com/normalize-url/4.5.1 + responselike: registry.nlark.com/responselike/1.0.2 + dev: true + + registry.nlark.com/call-bind/1.0.2: + resolution: {integrity: sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/call-bind/download/call-bind-1.0.2.tgz} + name: call-bind + version: 1.0.2 + dependencies: + function-bind: registry.nlark.com/function-bind/1.1.1 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + dev: true + + registry.nlark.com/call-me-maybe/1.0.1: + resolution: {integrity: sha1-JtII6onje1y95gJQoV8DHBak1ms=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/call-me-maybe/download/call-me-maybe-1.0.1.tgz} + name: call-me-maybe + version: 1.0.1 + dev: true + + registry.nlark.com/callsites/2.0.0: + resolution: {integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/callsites/download/callsites-2.0.0.tgz} + name: callsites + version: 2.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/camel-case/3.0.0: + resolution: {integrity: sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/camel-case/download/camel-case-3.0.0.tgz} + name: camel-case + version: 3.0.0 + dependencies: + no-case: registry.nlark.com/no-case/2.3.2 + upper-case: registry.nlark.com/upper-case/1.1.3 + dev: true + + registry.nlark.com/camelcase/5.3.1: + resolution: {integrity: sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/camelcase/download/camelcase-5.3.1.tgz} + name: camelcase + version: 5.3.1 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/camelcase/6.2.0: + resolution: {integrity: sha1-kkr4gcnVJaydh/QNlk5c6pgqGAk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/camelcase/download/camelcase-6.2.0.tgz} + name: camelcase + version: 6.2.0 + engines: {node: '>=10'} + dev: true + + registry.nlark.com/caniuse-api/3.0.0: + resolution: {integrity: sha1-Xk2Q4idJYdRikZl99Znj7QCO5MA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/caniuse-api/download/caniuse-api-3.0.0.tgz} + name: caniuse-api + version: 3.0.0 + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.17.3 + caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001265 + lodash.memoize: registry.nlark.com/lodash.memoize/4.1.2 + lodash.uniq: registry.nlark.com/lodash.uniq/4.5.0 + dev: true + + registry.nlark.com/caseless/0.12.0: + resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/caseless/download/caseless-0.12.0.tgz} + name: caseless + version: 0.12.0 + dev: true + + registry.nlark.com/chalk/1.1.3: + resolution: {integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chalk/download/chalk-1.1.3.tgz} + name: chalk + version: 1.1.3 + engines: {node: '>=0.10.0'} + dependencies: + ansi-styles: registry.nlark.com/ansi-styles/2.2.1 + escape-string-regexp: registry.nlark.com/escape-string-regexp/1.0.5 + has-ansi: registry.nlark.com/has-ansi/2.0.0 + strip-ansi: registry.npmmirror.com/strip-ansi/3.0.1 + supports-color: registry.nlark.com/supports-color/2.0.0 + dev: true + + registry.nlark.com/chalk/2.4.2: + resolution: {integrity: sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chalk/download/chalk-2.4.2.tgz} + name: chalk + version: 2.4.2 + engines: {node: '>=4'} + dependencies: + ansi-styles: registry.nlark.com/ansi-styles/3.2.1 + escape-string-regexp: registry.nlark.com/escape-string-regexp/1.0.5 + supports-color: registry.nlark.com/supports-color/5.5.0 + dev: true + + registry.nlark.com/chalk/3.0.0: + resolution: {integrity: sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chalk/download/chalk-3.0.0.tgz} + name: chalk + version: 3.0.0 + engines: {node: '>=8'} + dependencies: + ansi-styles: registry.nlark.com/ansi-styles/4.3.0 + supports-color: registry.nlark.com/supports-color/7.2.0 + dev: true + + registry.nlark.com/chokidar/2.1.8: + resolution: {integrity: sha1-gEs6e2qZNYw8XGHnHYco8EHP+Rc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chokidar/download/chokidar-2.1.8.tgz} + name: chokidar + version: 2.1.8 + deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. + dependencies: + anymatch: registry.nlark.com/anymatch/2.0.0 + async-each: registry.nlark.com/async-each/1.0.3 + braces: registry.nlark.com/braces/2.3.2 + glob-parent: registry.npmmirror.com/glob-parent/3.1.0 + inherits: registry.nlark.com/inherits/2.0.4 + is-binary-path: registry.nlark.com/is-binary-path/1.0.1 + is-glob: registry.npmmirror.com/is-glob/4.0.3 + normalize-path: registry.nlark.com/normalize-path/3.0.0 + path-is-absolute: registry.nlark.com/path-is-absolute/1.0.1 + readdirp: registry.nlark.com/readdirp/2.2.1 + upath: registry.nlark.com/upath/1.2.0 + optionalDependencies: + fsevents: registry.nlark.com/fsevents/1.2.13 + dev: true + + registry.nlark.com/chokidar/3.5.2: + resolution: {integrity: sha1-26OXb8rbAW9m/TZQIdkWANAcHnU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chokidar/download/chokidar-3.5.2.tgz} + name: chokidar + version: 3.5.2 + engines: {node: '>= 8.10.0'} + requiresBuild: true + dependencies: + anymatch: registry.nlark.com/anymatch/3.1.2 + braces: registry.nlark.com/braces/3.0.2 + glob-parent: registry.npmmirror.com/glob-parent/5.1.2 + is-binary-path: registry.nlark.com/is-binary-path/2.1.0 + is-glob: registry.npmmirror.com/is-glob/4.0.3 + normalize-path: registry.nlark.com/normalize-path/3.0.0 + readdirp: registry.nlark.com/readdirp/3.6.0 + optionalDependencies: + fsevents: registry.nlark.com/fsevents/2.3.2 + dev: true + optional: true + + registry.nlark.com/chownr/1.1.4: + resolution: {integrity: sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chownr/download/chownr-1.1.4.tgz} + name: chownr + version: 1.1.4 + dev: true + + registry.nlark.com/chrome-trace-event/1.0.3: + resolution: {integrity: sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/chrome-trace-event/download/chrome-trace-event-1.0.3.tgz} + name: chrome-trace-event + version: 1.0.3 + engines: {node: '>=6.0'} + dev: true + + registry.nlark.com/ci-info/2.0.0: + resolution: {integrity: sha1-Z6npZL4xpR4V5QENWObxKDQAL0Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ci-info/download/ci-info-2.0.0.tgz} + name: ci-info + version: 2.0.0 + dev: true + + registry.nlark.com/ci-info/3.2.0: + resolution: {integrity: sha1-KHbLlIpJh5e1I28AlbwFfQ3KOLY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ci-info/download/ci-info-3.2.0.tgz} + name: ci-info + version: 3.2.0 + dev: true + + registry.nlark.com/cipher-base/1.0.4: + resolution: {integrity: sha1-h2Dk7MJy9MNjUy+SbYdKriwTl94=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cipher-base/download/cipher-base-1.0.4.tgz} + name: cipher-base + version: 1.0.4 + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/class-utils/0.3.6: + resolution: {integrity: sha1-+TNprouafOAv1B+q0MqDAzGQxGM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/class-utils/download/class-utils-0.3.6.tgz} + name: class-utils + version: 0.3.6 + engines: {node: '>=0.10.0'} + dependencies: + arr-union: registry.nlark.com/arr-union/3.1.0 + define-property: registry.nlark.com/define-property/0.2.5 + isobject: registry.nlark.com/isobject/3.0.1 + static-extend: registry.nlark.com/static-extend/0.1.2 + dev: true + + registry.nlark.com/cli-boxes/2.2.1: + resolution: {integrity: sha1-3dUDXSUJT84iDpyrQKRYQKRAMY8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cli-boxes/download/cli-boxes-2.2.1.tgz} + name: cli-boxes + version: 2.2.1 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/cliui/5.0.0: + resolution: {integrity: sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cliui/download/cliui-5.0.0.tgz} + name: cliui + version: 5.0.0 + dependencies: + string-width: registry.npmmirror.com/string-width/3.1.0 + strip-ansi: registry.npmmirror.com/strip-ansi/5.2.0 + wrap-ansi: registry.nlark.com/wrap-ansi/5.1.0 + dev: true + + registry.nlark.com/clone-response/1.0.2: + resolution: {integrity: sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/clone-response/download/clone-response-1.0.2.tgz} + name: clone-response + version: 1.0.2 + dependencies: + mimic-response: registry.nlark.com/mimic-response/1.0.1 + dev: true + + registry.nlark.com/coa/2.0.2: + resolution: {integrity: sha1-Q/bCEVG07yv1cYfbDXPeIp4+fsM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/coa/download/coa-2.0.2.tgz} + name: coa + version: 2.0.2 + engines: {node: '>= 4.0'} + dependencies: + '@types/q': registry.nlark.com/@types/q/1.5.5 + chalk: registry.nlark.com/chalk/2.4.2 + q: registry.nlark.com/q/1.5.1 + dev: true + + registry.nlark.com/collection-visit/1.0.0: + resolution: {integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/collection-visit/download/collection-visit-1.0.0.tgz} + name: collection-visit + version: 1.0.0 + engines: {node: '>=0.10.0'} + dependencies: + map-visit: registry.nlark.com/map-visit/1.0.0 + object-visit: registry.nlark.com/object-visit/1.0.1 + dev: true + + registry.nlark.com/color-convert/1.9.3: + resolution: {integrity: sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-convert/download/color-convert-1.9.3.tgz} + name: color-convert + version: 1.9.3 + dependencies: + color-name: registry.nlark.com/color-name/1.1.3 + dev: true + + registry.nlark.com/color-convert/2.0.1: + resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-convert/download/color-convert-2.0.1.tgz} + name: color-convert + version: 2.0.1 + engines: {node: '>=7.0.0'} + dependencies: + color-name: registry.nlark.com/color-name/1.1.4 + dev: true + + registry.nlark.com/color-name/1.1.3: + resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-name/download/color-name-1.1.3.tgz} + name: color-name + version: 1.1.3 + dev: true + + registry.nlark.com/color-name/1.1.4: + resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-name/download/color-name-1.1.4.tgz} + name: color-name + version: 1.1.4 + dev: true + + registry.nlark.com/color-string/1.6.0: + resolution: {integrity: sha1-w5FfYf4mdnLLfh4GTJ1pIhn2wxI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color-string/download/color-string-1.6.0.tgz} + name: color-string + version: 1.6.0 + dependencies: + color-name: registry.nlark.com/color-name/1.1.4 + simple-swizzle: registry.nlark.com/simple-swizzle/0.2.2 + dev: true + + registry.nlark.com/color/3.2.1: + resolution: {integrity: sha1-NUTcGYyvRJDD7MmnkLVP6f9F4WQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/color/download/color-3.2.1.tgz} + name: color + version: 3.2.1 + dependencies: + color-convert: registry.nlark.com/color-convert/1.9.3 + color-string: registry.nlark.com/color-string/1.6.0 + dev: true + + registry.nlark.com/combined-stream/1.0.8: + resolution: {integrity: sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/combined-stream/download/combined-stream-1.0.8.tgz} + name: combined-stream + version: 1.0.8 + engines: {node: '>= 0.8'} + dependencies: + delayed-stream: registry.nlark.com/delayed-stream/1.0.0 + dev: true + + registry.nlark.com/commander/2.17.1: + resolution: {integrity: sha1-vXerfebelCBc6sxy8XFtKfIKd78=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/commander/download/commander-2.17.1.tgz} + name: commander + version: 2.17.1 + dev: true + + registry.nlark.com/commander/2.19.0: + resolution: {integrity: sha1-9hmKqE5bg8RgVLlN3tv+1e6f8So=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/commander/download/commander-2.19.0.tgz} + name: commander + version: 2.19.0 + dev: true + + registry.nlark.com/commander/2.20.3: + resolution: {integrity: sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/commander/download/commander-2.20.3.tgz} + name: commander + version: 2.20.3 + dev: true + + registry.nlark.com/commondir/1.0.1: + resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/commondir/download/commondir-1.0.1.tgz} + name: commondir + version: 1.0.1 + dev: true + + registry.nlark.com/component-emitter/1.3.0: + resolution: {integrity: sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/component-emitter/download/component-emitter-1.3.0.tgz} + name: component-emitter + version: 1.3.0 + dev: true + + registry.nlark.com/compressible/2.0.18: + resolution: {integrity: sha1-r1PMprBw1MPAdQ+9dyhqbXzEb7o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/compressible/download/compressible-2.0.18.tgz} + name: compressible + version: 2.0.18 + engines: {node: '>= 0.6'} + dependencies: + mime-db: registry.nlark.com/mime-db/1.50.0 + dev: true + + registry.nlark.com/compression/1.7.4: + resolution: {integrity: sha1-lVI+/xcMpXwpoMpB5v4TH0Hlu48=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/compression/download/compression-1.7.4.tgz} + name: compression + version: 1.7.4 + engines: {node: '>= 0.8.0'} + dependencies: + accepts: registry.nlark.com/accepts/1.3.7 + bytes: registry.nlark.com/bytes/3.0.0 + compressible: registry.nlark.com/compressible/2.0.18 + debug: registry.nlark.com/debug/2.6.9 + on-headers: registry.nlark.com/on-headers/1.0.2 + safe-buffer: registry.nlark.com/safe-buffer/5.1.2 + vary: registry.nlark.com/vary/1.1.2 + dev: true + + registry.nlark.com/concat-map/0.0.1: + resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/concat-map/download/concat-map-0.0.1.tgz} + name: concat-map + version: 0.0.1 + dev: true + + registry.nlark.com/concat-stream/1.6.2: + resolution: {integrity: sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/concat-stream/download/concat-stream-1.6.2.tgz} + name: concat-stream + version: 1.6.2 + engines: {'0': node >= 0.8} + dependencies: + buffer-from: registry.nlark.com/buffer-from/1.1.2 + inherits: registry.nlark.com/inherits/2.0.4 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + typedarray: registry.nlark.com/typedarray/0.0.6 + dev: true + + registry.nlark.com/configstore/5.0.1: + resolution: {integrity: sha1-02UCG130uYzdGH1qOw4/anzF7ZY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/configstore/download/configstore-5.0.1.tgz} + name: configstore + version: 5.0.1 + engines: {node: '>=8'} + dependencies: + dot-prop: registry.nlark.com/dot-prop/5.3.0 + graceful-fs: registry.nlark.com/graceful-fs/4.2.8 + make-dir: registry.nlark.com/make-dir/3.1.0 + unique-string: registry.nlark.com/unique-string/2.0.0 + write-file-atomic: registry.nlark.com/write-file-atomic/3.0.3 + xdg-basedir: registry.nlark.com/xdg-basedir/4.0.0 + dev: true + + registry.nlark.com/connect-history-api-fallback/1.6.0: + resolution: {integrity: sha1-izIIk1kwjRERFdgcrT/Oq4iPl7w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/connect-history-api-fallback/download/connect-history-api-fallback-1.6.0.tgz} + name: connect-history-api-fallback + version: 1.6.0 + engines: {node: '>=0.8'} + dev: true + + registry.nlark.com/console-browserify/1.2.0: + resolution: {integrity: sha1-ZwY871fOts9Jk6KrOlWECujEkzY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/console-browserify/download/console-browserify-1.2.0.tgz} + name: console-browserify + version: 1.2.0 + dev: true + + registry.nlark.com/consolidate/0.15.1: + resolution: {integrity: sha1-IasEMjXHGgfUXZqtmFk7DbpWurc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/consolidate/download/consolidate-0.15.1.tgz} + name: consolidate + version: 0.15.1 + engines: {node: '>= 0.10.0'} + dependencies: + bluebird: registry.nlark.com/bluebird/3.7.2 + dev: true + + registry.nlark.com/constants-browserify/1.0.0: + resolution: {integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/constants-browserify/download/constants-browserify-1.0.0.tgz} + name: constants-browserify + version: 1.0.0 + dev: true + + registry.nlark.com/content-disposition/0.5.3: + resolution: {integrity: sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/content-disposition/download/content-disposition-0.5.3.tgz} + name: content-disposition + version: 0.5.3 + engines: {node: '>= 0.6'} + dependencies: + safe-buffer: registry.nlark.com/safe-buffer/5.1.2 + dev: true + + registry.nlark.com/content-type/1.0.4: + resolution: {integrity: sha1-4TjMdeBAxyexlm/l5fjJruJW/js=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/content-type/download/content-type-1.0.4.tgz} + name: content-type + version: 1.0.4 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/convert-source-map/1.8.0: + resolution: {integrity: sha1-8zc8MtIbTXgN2ABFFGhPt5HKQ2k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/convert-source-map/download/convert-source-map-1.8.0.tgz} + name: convert-source-map + version: 1.8.0 + dependencies: + safe-buffer: registry.nlark.com/safe-buffer/5.1.2 + dev: true + + registry.nlark.com/cookie-signature/1.0.6: + resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cookie-signature/download/cookie-signature-1.0.6.tgz} + name: cookie-signature + version: 1.0.6 + dev: true + + registry.nlark.com/cookie/0.4.0: + resolution: {integrity: sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cookie/download/cookie-0.4.0.tgz} + name: cookie + version: 0.4.0 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/copy-concurrently/1.0.5: + resolution: {integrity: sha1-kilzmMrjSTf8r9bsgTnBgFHwteA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/copy-concurrently/download/copy-concurrently-1.0.5.tgz} + name: copy-concurrently + version: 1.0.5 + dependencies: + aproba: registry.nlark.com/aproba/1.2.0 + fs-write-stream-atomic: registry.nlark.com/fs-write-stream-atomic/1.0.10 + iferr: registry.nlark.com/iferr/0.1.5 + mkdirp: registry.nlark.com/mkdirp/0.5.5 + rimraf: registry.nlark.com/rimraf/2.7.1 + run-queue: registry.nlark.com/run-queue/1.0.3 + dev: true + + registry.nlark.com/copy-descriptor/0.1.1: + resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/copy-descriptor/download/copy-descriptor-0.1.1.tgz} + name: copy-descriptor + version: 0.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/copy-webpack-plugin/5.1.2_webpack@4.46.0: + resolution: {integrity: sha1-ioieHcr6bJHGzUvhrRWPHTgjuuI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz} + id: registry.nlark.com/copy-webpack-plugin/5.1.2 + name: copy-webpack-plugin + version: 5.1.2 + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + cacache: registry.nlark.com/cacache/12.0.4 + find-cache-dir: registry.nlark.com/find-cache-dir/2.1.0 + glob-parent: registry.npmmirror.com/glob-parent/3.1.0 + globby: registry.nlark.com/globby/7.1.1 + is-glob: registry.npmmirror.com/is-glob/4.0.3 + loader-utils: registry.nlark.com/loader-utils/1.4.0 + minimatch: registry.nlark.com/minimatch/3.0.4 + normalize-path: registry.nlark.com/normalize-path/3.0.0 + p-limit: registry.nlark.com/p-limit/2.3.0 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + serialize-javascript: registry.nlark.com/serialize-javascript/4.0.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + webpack-log: registry.nlark.com/webpack-log/2.0.0 + dev: true + + registry.nlark.com/core-util-is/1.0.2: + resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/core-util-is/download/core-util-is-1.0.2.tgz} + name: core-util-is + version: 1.0.2 + dev: true + + registry.nlark.com/core-util-is/1.0.3: + resolution: {integrity: sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/core-util-is/download/core-util-is-1.0.3.tgz} + name: core-util-is + version: 1.0.3 + dev: true + + registry.nlark.com/cosmiconfig/5.2.1: + resolution: {integrity: sha1-BA9yaAnFked6F8CjYmykW08Wixo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz} + name: cosmiconfig + version: 5.2.1 + engines: {node: '>=4'} + dependencies: + import-fresh: registry.nlark.com/import-fresh/2.0.0 + is-directory: registry.nlark.com/is-directory/0.3.1 + js-yaml: registry.nlark.com/js-yaml/3.14.1 + parse-json: registry.nlark.com/parse-json/4.0.0 + dev: true + + registry.nlark.com/create-ecdh/4.0.4: + resolution: {integrity: sha1-1uf0v/pmc2CFoHYv06YyaE2rzE4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/create-ecdh/download/create-ecdh-4.0.4.tgz} + name: create-ecdh + version: 4.0.4 + dependencies: + bn.js: registry.nlark.com/bn.js/4.12.0 + elliptic: registry.nlark.com/elliptic/6.5.4 + dev: true + + registry.nlark.com/create-hash/1.2.0: + resolution: {integrity: sha1-iJB4rxGmN1a8+1m9IhmWvjqe8ZY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/create-hash/download/create-hash-1.2.0.tgz} + name: create-hash + version: 1.2.0 + dependencies: + cipher-base: registry.nlark.com/cipher-base/1.0.4 + inherits: registry.nlark.com/inherits/2.0.4 + md5.js: registry.nlark.com/md5.js/1.3.5 + ripemd160: registry.nlark.com/ripemd160/2.0.2 + sha.js: registry.nlark.com/sha.js/2.4.11 + dev: true + + registry.nlark.com/create-hmac/1.1.7: + resolution: {integrity: sha1-aRcMeLOrlXFHsriwRXLkfq0iQ/8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/create-hmac/download/create-hmac-1.1.7.tgz} + name: create-hmac + version: 1.1.7 + dependencies: + cipher-base: registry.nlark.com/cipher-base/1.0.4 + create-hash: registry.nlark.com/create-hash/1.2.0 + inherits: registry.nlark.com/inherits/2.0.4 + ripemd160: registry.nlark.com/ripemd160/2.0.2 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + sha.js: registry.nlark.com/sha.js/2.4.11 + dev: true + + registry.nlark.com/cross-spawn/6.0.5: + resolution: {integrity: sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cross-spawn/download/cross-spawn-6.0.5.tgz} + name: cross-spawn + version: 6.0.5 + engines: {node: '>=4.8'} + dependencies: + nice-try: registry.nlark.com/nice-try/1.0.5 + path-key: registry.nlark.com/path-key/2.0.1 + semver: registry.nlark.com/semver/5.7.1 + shebang-command: registry.nlark.com/shebang-command/1.2.0 + which: registry.nlark.com/which/1.3.1 + dev: true + + registry.nlark.com/crypto-browserify/3.12.0: + resolution: {integrity: sha1-OWz58xN/A+S45TLFj2mCVOAPgOw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/crypto-browserify/download/crypto-browserify-3.12.0.tgz} + name: crypto-browserify + version: 3.12.0 + dependencies: + browserify-cipher: registry.nlark.com/browserify-cipher/1.0.1 + browserify-sign: registry.nlark.com/browserify-sign/4.2.1 + create-ecdh: registry.nlark.com/create-ecdh/4.0.4 + create-hash: registry.nlark.com/create-hash/1.2.0 + create-hmac: registry.nlark.com/create-hmac/1.1.7 + diffie-hellman: registry.nlark.com/diffie-hellman/5.0.3 + inherits: registry.nlark.com/inherits/2.0.4 + pbkdf2: registry.nlark.com/pbkdf2/3.1.2 + public-encrypt: registry.nlark.com/public-encrypt/4.0.3 + randombytes: registry.nlark.com/randombytes/2.1.0 + randomfill: registry.nlark.com/randomfill/1.0.4 + dev: true + + registry.nlark.com/crypto-random-string/2.0.0: + resolution: {integrity: sha1-7yp6lm7BEIM4g2m6oC6+rSKbMNU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/crypto-random-string/download/crypto-random-string-2.0.0.tgz} + name: crypto-random-string + version: 2.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/css-color-names/0.0.4: + resolution: {integrity: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-color-names/download/css-color-names-0.0.4.tgz} + name: css-color-names + version: 0.0.4 + dev: true + + registry.nlark.com/css-declaration-sorter/4.0.1: + resolution: {integrity: sha1-wZiUD2OnbX42wecQGLABchBUyyI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz} + name: css-declaration-sorter + version: 4.0.1 + engines: {node: '>4'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + timsort: registry.nlark.com/timsort/0.3.0 + dev: true + + registry.nlark.com/css-loader/2.1.1_webpack@4.46.0: + resolution: {integrity: sha1-2CVPcuQSuyI4u0TdZ0/770lzM+o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-loader/download/css-loader-2.1.1.tgz} + id: registry.nlark.com/css-loader/2.1.1 + name: css-loader + version: 2.1.1 + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^4.0.0 + dependencies: + camelcase: registry.nlark.com/camelcase/5.3.1 + icss-utils: registry.nlark.com/icss-utils/4.1.1 + loader-utils: registry.nlark.com/loader-utils/1.4.0 + normalize-path: registry.nlark.com/normalize-path/3.0.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-modules-extract-imports: registry.nlark.com/postcss-modules-extract-imports/2.0.0 + postcss-modules-local-by-default: registry.nlark.com/postcss-modules-local-by-default/2.0.6 + postcss-modules-scope: registry.nlark.com/postcss-modules-scope/2.2.0 + postcss-modules-values: registry.nlark.com/postcss-modules-values/2.0.0 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + dev: true + + registry.nlark.com/css-parse/2.0.0: + resolution: {integrity: sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-parse/download/css-parse-2.0.0.tgz} + name: css-parse + version: 2.0.0 + dependencies: + css: registry.nlark.com/css/2.2.4 + dev: true + + registry.nlark.com/css-select-base-adapter/0.1.1: + resolution: {integrity: sha1-Oy/0lyzDYquIVhUHqVQIoUMhNdc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz} + name: css-select-base-adapter + version: 0.1.1 + dev: true + + registry.nlark.com/css-select/2.1.0: + resolution: {integrity: sha1-ajRlM1ZjWTSoG6ymjQJVQyEF2+8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-select/download/css-select-2.1.0.tgz} + name: css-select + version: 2.1.0 + dependencies: + boolbase: registry.nlark.com/boolbase/1.0.0 + css-what: registry.nlark.com/css-what/3.4.2 + domutils: registry.nlark.com/domutils/1.7.0 + nth-check: registry.nlark.com/nth-check/1.0.2 + dev: true + + registry.nlark.com/css-select/4.1.3: + resolution: {integrity: sha1-pwRA9wMX8maRGK10/xBeZYSccGc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-select/download/css-select-4.1.3.tgz} + name: css-select + version: 4.1.3 + dependencies: + boolbase: registry.nlark.com/boolbase/1.0.0 + css-what: registry.nlark.com/css-what/5.0.1 + domhandler: registry.nlark.com/domhandler/4.2.2 + domutils: registry.nlark.com/domutils/2.8.0 + nth-check: registry.nlark.com/nth-check/2.0.1 + dev: true + + registry.nlark.com/css-tree/1.0.0-alpha.37: + resolution: {integrity: sha1-mL69YsTB2flg7DQM+fdSLjBwmiI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz} + name: css-tree + version: 1.0.0-alpha.37 + engines: {node: '>=8.0.0'} + dependencies: + mdn-data: registry.nlark.com/mdn-data/2.0.4 + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + + registry.nlark.com/css-tree/1.1.3: + resolution: {integrity: sha1-60hw+2/XcHMn7JXC/yqwm16NuR0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-tree/download/css-tree-1.1.3.tgz} + name: css-tree + version: 1.1.3 + engines: {node: '>=8.0.0'} + dependencies: + mdn-data: registry.nlark.com/mdn-data/2.0.14 + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + + registry.nlark.com/css-what/3.4.2: + resolution: {integrity: sha1-6nAm/LAXd+295SEk4h8yfnrpUOQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-what/download/css-what-3.4.2.tgz} + name: css-what + version: 3.4.2 + engines: {node: '>= 6'} + dev: true + + registry.nlark.com/css-what/5.0.1: + resolution: {integrity: sha1-PvqCATH0ZpqKwkCPnDLnx96fTK0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css-what/download/css-what-5.0.1.tgz} + name: css-what + version: 5.0.1 + engines: {node: '>= 6'} + dev: true + + registry.nlark.com/css/2.2.4: + resolution: {integrity: sha1-xkZ1XHOXHyu6amAeLPL9cbEpiSk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/css/download/css-2.2.4.tgz} + name: css + version: 2.2.4 + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + source-map: registry.nlark.com/source-map/0.6.1 + source-map-resolve: registry.nlark.com/source-map-resolve/0.5.3 + urix: registry.nlark.com/urix/0.1.0 + dev: true + + registry.nlark.com/cssesc/3.0.0: + resolution: {integrity: sha1-N3QZGZA7hoVl4cCep0dEXNGJg+4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cssesc/download/cssesc-3.0.0.tgz} + name: cssesc + version: 3.0.0 + engines: {node: '>=4'} + hasBin: true + dev: true + + registry.nlark.com/cssnano-preset-default/4.0.8: + resolution: {integrity: sha1-kgYisfwelaNOiDggPxOXpQTy0/8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cssnano-preset-default/download/cssnano-preset-default-4.0.8.tgz} + name: cssnano-preset-default + version: 4.0.8 + engines: {node: '>=6.9.0'} + dependencies: + css-declaration-sorter: registry.nlark.com/css-declaration-sorter/4.0.1 + cssnano-util-raw-cache: registry.nlark.com/cssnano-util-raw-cache/4.0.1 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-calc: registry.nlark.com/postcss-calc/7.0.5 + postcss-colormin: registry.nlark.com/postcss-colormin/4.0.3 + postcss-convert-values: registry.nlark.com/postcss-convert-values/4.0.1 + postcss-discard-comments: registry.nlark.com/postcss-discard-comments/4.0.2 + postcss-discard-duplicates: registry.nlark.com/postcss-discard-duplicates/4.0.2 + postcss-discard-empty: registry.nlark.com/postcss-discard-empty/4.0.1 + postcss-discard-overridden: registry.nlark.com/postcss-discard-overridden/4.0.1 + postcss-merge-longhand: registry.nlark.com/postcss-merge-longhand/4.0.11 + postcss-merge-rules: registry.nlark.com/postcss-merge-rules/4.0.3 + postcss-minify-font-values: registry.nlark.com/postcss-minify-font-values/4.0.2 + postcss-minify-gradients: registry.nlark.com/postcss-minify-gradients/4.0.2 + postcss-minify-params: registry.nlark.com/postcss-minify-params/4.0.2 + postcss-minify-selectors: registry.nlark.com/postcss-minify-selectors/4.0.2 + postcss-normalize-charset: registry.nlark.com/postcss-normalize-charset/4.0.1 + postcss-normalize-display-values: registry.nlark.com/postcss-normalize-display-values/4.0.2 + postcss-normalize-positions: registry.nlark.com/postcss-normalize-positions/4.0.2 + postcss-normalize-repeat-style: registry.nlark.com/postcss-normalize-repeat-style/4.0.2 + postcss-normalize-string: registry.nlark.com/postcss-normalize-string/4.0.2 + postcss-normalize-timing-functions: registry.nlark.com/postcss-normalize-timing-functions/4.0.2 + postcss-normalize-unicode: registry.nlark.com/postcss-normalize-unicode/4.0.1 + postcss-normalize-url: registry.nlark.com/postcss-normalize-url/4.0.1 + postcss-normalize-whitespace: registry.nlark.com/postcss-normalize-whitespace/4.0.2 + postcss-ordered-values: registry.nlark.com/postcss-ordered-values/4.1.2 + postcss-reduce-initial: registry.nlark.com/postcss-reduce-initial/4.0.3 + postcss-reduce-transforms: registry.nlark.com/postcss-reduce-transforms/4.0.2 + postcss-svgo: registry.nlark.com/postcss-svgo/4.0.3 + postcss-unique-selectors: registry.nlark.com/postcss-unique-selectors/4.0.1 + dev: true + + registry.nlark.com/cssnano-util-get-arguments/4.0.0: + resolution: {integrity: sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz} + name: cssnano-util-get-arguments + version: 4.0.0 + engines: {node: '>=6.9.0'} + dev: true + + registry.nlark.com/cssnano-util-get-match/4.0.0: + resolution: {integrity: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz} + name: cssnano-util-get-match + version: 4.0.0 + engines: {node: '>=6.9.0'} + dev: true + + registry.nlark.com/cssnano-util-raw-cache/4.0.1: + resolution: {integrity: sha1-sm1f1fcqEd/np4RvtMZyYPlr8oI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cssnano-util-raw-cache/download/cssnano-util-raw-cache-4.0.1.tgz} + name: cssnano-util-raw-cache + version: 4.0.1 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/cssnano-util-same-parent/4.0.1: + resolution: {integrity: sha1-V0CC+yhZ0ttDOFWDXZqEVuoYu/M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cssnano-util-same-parent/download/cssnano-util-same-parent-4.0.1.tgz} + name: cssnano-util-same-parent + version: 4.0.1 + engines: {node: '>=6.9.0'} + dev: true + + registry.nlark.com/cssnano/4.1.11: + resolution: {integrity: sha1-x7X1uB2iacsf2YLLlgwSAJEMmpk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cssnano/download/cssnano-4.1.11.tgz} + name: cssnano + version: 4.1.11 + engines: {node: '>=6.9.0'} + dependencies: + cosmiconfig: registry.nlark.com/cosmiconfig/5.2.1 + cssnano-preset-default: registry.nlark.com/cssnano-preset-default/4.0.8 + is-resolvable: registry.nlark.com/is-resolvable/1.1.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/csso/4.2.0: + resolution: {integrity: sha1-6jpWE0bo3J9UbW/r7dUBh884lSk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/csso/download/csso-4.2.0.tgz} + name: csso + version: 4.2.0 + engines: {node: '>=8.0.0'} + dependencies: + css-tree: registry.nlark.com/css-tree/1.1.3 + dev: true + + registry.nlark.com/cyclist/1.0.1: + resolution: {integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/cyclist/download/cyclist-1.0.1.tgz} + name: cyclist + version: 1.0.1 + dev: true + + registry.nlark.com/dashdash/1.14.1: + resolution: {integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dashdash/download/dashdash-1.14.1.tgz} + name: dashdash + version: 1.14.1 + engines: {node: '>=0.10'} + dependencies: + assert-plus: registry.nlark.com/assert-plus/1.0.0 + dev: true + + registry.nlark.com/de-indent/1.0.2: + resolution: {integrity: sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/de-indent/download/de-indent-1.0.2.tgz} + name: de-indent + version: 1.0.2 + dev: true + + registry.nlark.com/debug/2.6.9: + resolution: {integrity: sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1631600344119&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz} + name: debug + version: 2.6.9 + dependencies: + ms: registry.npmmirror.com/ms/2.0.0 + dev: true + + registry.nlark.com/debug/3.1.0: + resolution: {integrity: sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-3.1.0.tgz?cache=0&sync_timestamp=1631600344119&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdebug%2Fdownload%2Fdebug-3.1.0.tgz} + name: debug + version: 3.1.0 + dependencies: + ms: registry.npmmirror.com/ms/2.0.0 + dev: true + + registry.nlark.com/debug/3.2.7: + resolution: {integrity: sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-3.2.7.tgz?cache=0&sync_timestamp=1631600344119&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdebug%2Fdownload%2Fdebug-3.2.7.tgz} + name: debug + version: 3.2.7 + dependencies: + ms: registry.npmmirror.com/ms/2.1.3 + dev: true + + registry.nlark.com/debug/4.3.2: + resolution: {integrity: sha1-8KScGKyHeeMdSgxgKd+3aHPHQos=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/debug/download/debug-4.3.2.tgz?cache=0&sync_timestamp=1631600344119&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdebug%2Fdownload%2Fdebug-4.3.2.tgz} + name: debug + version: 4.3.2 + engines: {node: '>=6.0'} + dependencies: + ms: registry.npmmirror.com/ms/2.1.2 + dev: true + + registry.nlark.com/decode-uri-component/0.2.0: + resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/decode-uri-component/download/decode-uri-component-0.2.0.tgz} + name: decode-uri-component + version: 0.2.0 + engines: {node: '>=0.10'} + dev: true + + registry.nlark.com/decompress-response/3.3.0: + resolution: {integrity: sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/decompress-response/download/decompress-response-3.3.0.tgz} + name: decompress-response + version: 3.3.0 + engines: {node: '>=4'} + dependencies: + mimic-response: registry.nlark.com/mimic-response/1.0.1 + dev: true + + registry.nlark.com/deep-equal/1.1.1: + resolution: {integrity: sha1-tcmMlCzv+vfLBR4k4UNKJaLmB2o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/deep-equal/download/deep-equal-1.1.1.tgz} + name: deep-equal + version: 1.1.1 + dependencies: + is-arguments: registry.nlark.com/is-arguments/1.1.1 + is-date-object: registry.nlark.com/is-date-object/1.0.5 + is-regex: registry.nlark.com/is-regex/1.1.4 + object-is: registry.nlark.com/object-is/1.1.5 + object-keys: registry.nlark.com/object-keys/1.1.1 + regexp.prototype.flags: registry.nlark.com/regexp.prototype.flags/1.3.1 + dev: true + + registry.nlark.com/deep-extend/0.6.0: + resolution: {integrity: sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/deep-extend/download/deep-extend-0.6.0.tgz} + name: deep-extend + version: 0.6.0 + engines: {node: '>=4.0.0'} + dev: true + + registry.nlark.com/deepmerge/1.5.2: + resolution: {integrity: sha1-EEmdhohEza1P7ghC34x/bwyVp1M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/deepmerge/download/deepmerge-1.5.2.tgz} + name: deepmerge + version: 1.5.2 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/default-gateway/4.2.0: + resolution: {integrity: sha1-FnEEx1AMIRX23WmwpTa7jtcgVSs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/default-gateway/download/default-gateway-4.2.0.tgz} + name: default-gateway + version: 4.2.0 + engines: {node: '>=6'} + dependencies: + execa: registry.nlark.com/execa/1.0.0 + ip-regex: registry.nlark.com/ip-regex/2.1.0 + dev: true + + registry.nlark.com/defer-to-connect/1.1.3: + resolution: {integrity: sha1-MxrgUMCNz3ifjIOnuB8O2U9KxZE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/defer-to-connect/download/defer-to-connect-1.1.3.tgz} + name: defer-to-connect + version: 1.1.3 + dev: true + + registry.nlark.com/define-properties/1.1.3: + resolution: {integrity: sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/define-properties/download/define-properties-1.1.3.tgz} + name: define-properties + version: 1.1.3 + engines: {node: '>= 0.4'} + dependencies: + object-keys: registry.nlark.com/object-keys/1.1.1 + dev: true + + registry.nlark.com/define-property/0.2.5: + resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/define-property/download/define-property-0.2.5.tgz} + name: define-property + version: 0.2.5 + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: registry.nlark.com/is-descriptor/0.1.6 + dev: true + + registry.nlark.com/define-property/1.0.0: + resolution: {integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/define-property/download/define-property-1.0.0.tgz} + name: define-property + version: 1.0.0 + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: registry.nlark.com/is-descriptor/1.0.2 + dev: true + + registry.nlark.com/define-property/2.0.2: + resolution: {integrity: sha1-1Flono1lS6d+AqgX+HENcCyxbp0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/define-property/download/define-property-2.0.2.tgz} + name: define-property + version: 2.0.2 + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: registry.nlark.com/is-descriptor/1.0.2 + isobject: registry.nlark.com/isobject/3.0.1 + dev: true + + registry.nlark.com/del/4.1.1: + resolution: {integrity: sha1-no8RciLqRKMf86FWwEm5kFKp8LQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/del/download/del-4.1.1.tgz} + name: del + version: 4.1.1 + engines: {node: '>=6'} + dependencies: + '@types/glob': registry.nlark.com/@types/glob/7.1.4 + globby: registry.nlark.com/globby/6.1.0 + is-path-cwd: registry.nlark.com/is-path-cwd/2.2.0 + is-path-in-cwd: registry.nlark.com/is-path-in-cwd/2.1.0 + p-map: registry.nlark.com/p-map/2.1.0 + pify: registry.nlark.com/pify/4.0.1 + rimraf: registry.nlark.com/rimraf/2.7.1 + dev: true + + registry.nlark.com/delayed-stream/1.0.0: + resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/delayed-stream/download/delayed-stream-1.0.0.tgz} + name: delayed-stream + version: 1.0.0 + engines: {node: '>=0.4.0'} + dev: true + + registry.nlark.com/depd/1.1.2: + resolution: {integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/depd/download/depd-1.1.2.tgz} + name: depd + version: 1.1.2 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/des.js/1.0.1: + resolution: {integrity: sha1-U4IULhvcU/hdhtU+X0qn3rkeCEM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/des.js/download/des.js-1.0.1.tgz} + name: des.js + version: 1.0.1 + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + minimalistic-assert: registry.nlark.com/minimalistic-assert/1.0.1 + dev: true + + registry.nlark.com/destroy/1.0.4: + resolution: {integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/destroy/download/destroy-1.0.4.tgz} + name: destroy + version: 1.0.4 + dev: true + + registry.nlark.com/detect-node/2.1.0: + resolution: {integrity: sha1-yccHdaScPQO8LAbZpzvlUPl4+LE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/detect-node/download/detect-node-2.1.0.tgz} + name: detect-node + version: 2.1.0 + dev: true + + registry.nlark.com/diffie-hellman/5.0.3: + resolution: {integrity: sha1-QOjumPVaIUlgcUaSHGPhrl89KHU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/diffie-hellman/download/diffie-hellman-5.0.3.tgz} + name: diffie-hellman + version: 5.0.3 + dependencies: + bn.js: registry.nlark.com/bn.js/4.12.0 + miller-rabin: registry.nlark.com/miller-rabin/4.0.1 + randombytes: registry.nlark.com/randombytes/2.1.0 + dev: true + + registry.nlark.com/dir-glob/2.2.2: + resolution: {integrity: sha1-+gnwaUFTyJGLGLoN6vrpR2n8UMQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dir-glob/download/dir-glob-2.2.2.tgz} + name: dir-glob + version: 2.2.2 + engines: {node: '>=4'} + dependencies: + path-type: registry.nlark.com/path-type/3.0.0 + dev: true + + registry.nlark.com/dns-equal/1.0.0: + resolution: {integrity: sha1-s55/HabrCnW6nBcySzR1PEfgZU0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dns-equal/download/dns-equal-1.0.0.tgz} + name: dns-equal + version: 1.0.0 + dev: true + + registry.nlark.com/dns-packet/1.3.4: + resolution: {integrity: sha1-40VQZYJKJQe6iGxVqJljuxB97G8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dns-packet/download/dns-packet-1.3.4.tgz} + name: dns-packet + version: 1.3.4 + dependencies: + ip: registry.nlark.com/ip/1.1.5 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/dns-txt/2.0.2: + resolution: {integrity: sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dns-txt/download/dns-txt-2.0.2.tgz} + name: dns-txt + version: 2.0.2 + dependencies: + buffer-indexof: registry.nlark.com/buffer-indexof/1.1.1 + dev: true + + registry.nlark.com/dom-converter/0.2.0: + resolution: {integrity: sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dom-converter/download/dom-converter-0.2.0.tgz} + name: dom-converter + version: 0.2.0 + dependencies: + utila: registry.nlark.com/utila/0.4.0 + dev: true + + registry.nlark.com/dom-serializer/0.2.2: + resolution: {integrity: sha1-GvuB9TNxcXXUeGVd68XjMtn5u1E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dom-serializer/download/dom-serializer-0.2.2.tgz} + name: dom-serializer + version: 0.2.2 + dependencies: + domelementtype: registry.nlark.com/domelementtype/2.2.0 + entities: registry.nlark.com/entities/2.2.0 + dev: true + + registry.nlark.com/dom-serializer/1.3.2: + resolution: {integrity: sha1-YgZDfTLO767HFhgDIwx6ILwbTZE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dom-serializer/download/dom-serializer-1.3.2.tgz} + name: dom-serializer + version: 1.3.2 + dependencies: + domelementtype: registry.nlark.com/domelementtype/2.2.0 + domhandler: registry.nlark.com/domhandler/4.2.2 + entities: registry.nlark.com/entities/2.2.0 + dev: true + + registry.nlark.com/dom-walk/0.1.2: + resolution: {integrity: sha1-DFSL7wSPTR8qlySQAiNgYNqj/YQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dom-walk/download/dom-walk-0.1.2.tgz} + name: dom-walk + version: 0.1.2 + dev: true + + registry.nlark.com/domain-browser/1.2.0: + resolution: {integrity: sha1-PTH1AZGmdJ3RN1p/Ui6CPULlTto=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/domain-browser/download/domain-browser-1.2.0.tgz} + name: domain-browser + version: 1.2.0 + engines: {node: '>=0.4', npm: '>=1.2'} + dev: true + + registry.nlark.com/domelementtype/1.3.1: + resolution: {integrity: sha1-0EjESzew0Qp/Kj1f7j9DM9eQSB8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/domelementtype/download/domelementtype-1.3.1.tgz} + name: domelementtype + version: 1.3.1 + dev: true + + registry.nlark.com/domelementtype/2.2.0: + resolution: {integrity: sha1-mgtsJ4LtahxzI9QiZxg9+b2LHVc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/domelementtype/download/domelementtype-2.2.0.tgz} + name: domelementtype + version: 2.2.0 + dev: true + + registry.nlark.com/domhandler/4.2.2: + resolution: {integrity: sha1-6CXXIdGahrjCAaNSZOImxnjudV8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/domhandler/download/domhandler-4.2.2.tgz} + name: domhandler + version: 4.2.2 + engines: {node: '>= 4'} + dependencies: + domelementtype: registry.nlark.com/domelementtype/2.2.0 + dev: true + + registry.nlark.com/domutils/1.7.0: + resolution: {integrity: sha1-Vuo0HoNOBuZ0ivehyyXaZ+qfjCo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/domutils/download/domutils-1.7.0.tgz} + name: domutils + version: 1.7.0 + dependencies: + dom-serializer: registry.nlark.com/dom-serializer/0.2.2 + domelementtype: registry.nlark.com/domelementtype/1.3.1 + dev: true + + registry.nlark.com/domutils/2.8.0: + resolution: {integrity: sha1-RDfe9dtuLR9dbuhZvZXKfQIEgTU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/domutils/download/domutils-2.8.0.tgz} + name: domutils + version: 2.8.0 + dependencies: + dom-serializer: registry.nlark.com/dom-serializer/1.3.2 + domelementtype: registry.nlark.com/domelementtype/2.2.0 + domhandler: registry.nlark.com/domhandler/4.2.2 + dev: true + + registry.nlark.com/dot-prop/5.3.0: + resolution: {integrity: sha1-kMzOcIzZzYLMTcjD3dmr3VWyDog=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/dot-prop/download/dot-prop-5.3.0.tgz} + name: dot-prop + version: 5.3.0 + engines: {node: '>=8'} + dependencies: + is-obj: registry.nlark.com/is-obj/2.0.0 + dev: true + + registry.nlark.com/duplexer3/0.1.4: + resolution: {integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/duplexer3/download/duplexer3-0.1.4.tgz} + name: duplexer3 + version: 0.1.4 + dev: true + + registry.nlark.com/duplexify/3.7.1: + resolution: {integrity: sha1-Kk31MX9sz9kfhtb9JdjYoQO4gwk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/duplexify/download/duplexify-3.7.1.tgz} + name: duplexify + version: 3.7.1 + dependencies: + end-of-stream: registry.nlark.com/end-of-stream/1.4.4 + inherits: registry.nlark.com/inherits/2.0.4 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + stream-shift: registry.nlark.com/stream-shift/1.0.1 + dev: true + + registry.nlark.com/ecc-jsbn/0.1.2: + resolution: {integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ecc-jsbn/download/ecc-jsbn-0.1.2.tgz} + name: ecc-jsbn + version: 0.1.2 + dependencies: + jsbn: registry.nlark.com/jsbn/0.1.1 + safer-buffer: registry.nlark.com/safer-buffer/2.1.2 + dev: true + + registry.nlark.com/ee-first/1.1.1: + resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ee-first/download/ee-first-1.1.1.tgz} + name: ee-first + version: 1.1.1 + dev: true + + registry.nlark.com/elliptic/6.5.4: + resolution: {integrity: sha1-2jfOvTHnmhNn6UG1ku0fvr1Yq7s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/elliptic/download/elliptic-6.5.4.tgz} + name: elliptic + version: 6.5.4 + dependencies: + bn.js: registry.nlark.com/bn.js/4.12.0 + brorand: registry.nlark.com/brorand/1.1.0 + hash.js: registry.nlark.com/hash.js/1.1.7 + hmac-drbg: registry.nlark.com/hmac-drbg/1.0.1 + inherits: registry.nlark.com/inherits/2.0.4 + minimalistic-assert: registry.nlark.com/minimalistic-assert/1.0.1 + minimalistic-crypto-utils: registry.nlark.com/minimalistic-crypto-utils/1.0.1 + dev: true + + registry.nlark.com/emojis-list/2.1.0: + resolution: {integrity: sha1-TapNnbAPmBmIDHn6RXrlsJof04k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/emojis-list/download/emojis-list-2.1.0.tgz} + name: emojis-list + version: 2.1.0 + engines: {node: '>= 0.10'} + dev: true + + registry.nlark.com/emojis-list/3.0.0: + resolution: {integrity: sha1-VXBmIEatKeLpFucariYKvf9Pang=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/emojis-list/download/emojis-list-3.0.0.tgz} + name: emojis-list + version: 3.0.0 + engines: {node: '>= 4'} + dev: true + + registry.nlark.com/encodeurl/1.0.2: + resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/encodeurl/download/encodeurl-1.0.2.tgz} + name: encodeurl + version: 1.0.2 + engines: {node: '>= 0.8'} + dev: true + + registry.nlark.com/end-of-stream/1.4.4: + resolution: {integrity: sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/end-of-stream/download/end-of-stream-1.4.4.tgz} + name: end-of-stream + version: 1.4.4 + dependencies: + once: registry.nlark.com/once/1.4.0 + dev: true + + registry.nlark.com/enhanced-resolve/4.5.0: + resolution: {integrity: sha1-Lzz9hNvjtIfxjy2y7x4GSlccpew=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz} + name: enhanced-resolve + version: 4.5.0 + engines: {node: '>=6.9.0'} + dependencies: + graceful-fs: registry.nlark.com/graceful-fs/4.2.8 + memory-fs: registry.nlark.com/memory-fs/0.5.0 + tapable: registry.nlark.com/tapable/1.1.3 + dev: true + + registry.nlark.com/entities/1.1.2: + resolution: {integrity: sha1-vfpzUplmTfr9NFKe1PhSKidf6lY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/entities/download/entities-1.1.2.tgz} + name: entities + version: 1.1.2 + dev: true + + registry.nlark.com/entities/2.2.0: + resolution: {integrity: sha1-CY3JDruD2N/6CJ1VJWs1HTTE2lU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/entities/download/entities-2.2.0.tgz} + name: entities + version: 2.2.0 + dev: true + + registry.nlark.com/envinfo/7.8.1: + resolution: {integrity: sha1-Bjd+Pl9NN5/qesWS1a2JJ+DE1HU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/envinfo/download/envinfo-7.8.1.tgz} + name: envinfo + version: 7.8.1 + engines: {node: '>=4'} + hasBin: true + dev: true + + registry.nlark.com/errno/0.1.8: + resolution: {integrity: sha1-i7Ppx9Rjvkl2/4iPdrSAnrwugR8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/errno/download/errno-0.1.8.tgz} + name: errno + version: 0.1.8 + hasBin: true + dependencies: + prr: registry.nlark.com/prr/1.0.1 + dev: true + + registry.nlark.com/error-ex/1.3.2: + resolution: {integrity: sha1-tKxAZIEH/c3PriQvQovqihTU8b8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/error-ex/download/error-ex-1.3.2.tgz} + name: error-ex + version: 1.3.2 + dependencies: + is-arrayish: registry.nlark.com/is-arrayish/0.2.1 + dev: true + + registry.nlark.com/es-to-primitive/1.2.1: + resolution: {integrity: sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz} + name: es-to-primitive + version: 1.2.1 + engines: {node: '>= 0.4'} + dependencies: + is-callable: registry.nlark.com/is-callable/1.2.4 + is-date-object: registry.nlark.com/is-date-object/1.0.5 + is-symbol: registry.nlark.com/is-symbol/1.0.4 + dev: true + + registry.nlark.com/escalade/3.1.1: + resolution: {integrity: sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/escalade/download/escalade-3.1.1.tgz} + name: escalade + version: 3.1.1 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/escape-goat/2.1.1: + resolution: {integrity: sha1-Gy3HcANnbEV+x2Cy3GjttkgYhnU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/escape-goat/download/escape-goat-2.1.1.tgz} + name: escape-goat + version: 2.1.1 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/escape-html/1.0.3: + resolution: {integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/escape-html/download/escape-html-1.0.3.tgz} + name: escape-html + version: 1.0.3 + dev: true + + registry.nlark.com/escape-string-regexp/1.0.5: + resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz} + name: escape-string-regexp + version: 1.0.5 + engines: {node: '>=0.8.0'} + dev: true + + registry.nlark.com/escape-string-regexp/2.0.0: + resolution: {integrity: sha1-owME6Z2qMuI7L9IPUbq9B8/8o0Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz} + name: escape-string-regexp + version: 2.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/eslint-scope/4.0.3: + resolution: {integrity: sha1-ygODMxD2iJoyZHgaqC5j65z+eEg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eslint-scope/download/eslint-scope-4.0.3.tgz} + name: eslint-scope + version: 4.0.3 + engines: {node: '>=4.0.0'} + dependencies: + esrecurse: registry.nlark.com/esrecurse/4.3.0 + estraverse: registry.nlark.com/estraverse/4.3.0 + dev: true + + registry.nlark.com/esprima/4.0.1: + resolution: {integrity: sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/esprima/download/esprima-4.0.1.tgz} + name: esprima + version: 4.0.1 + engines: {node: '>=4'} + hasBin: true + dev: true + + registry.nlark.com/esrecurse/4.3.0: + resolution: {integrity: sha1-eteWTWeauyi+5yzsY3WLHF0smSE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/esrecurse/download/esrecurse-4.3.0.tgz} + name: esrecurse + version: 4.3.0 + engines: {node: '>=4.0'} + dependencies: + estraverse: registry.nlark.com/estraverse/5.2.0 + dev: true + + registry.nlark.com/estraverse/4.3.0: + resolution: {integrity: sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/estraverse/download/estraverse-4.3.0.tgz} + name: estraverse + version: 4.3.0 + engines: {node: '>=4.0'} + dev: true + + registry.nlark.com/estraverse/5.2.0: + resolution: {integrity: sha1-MH30JUfmzHMk088DwVXVzbjFOIA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/estraverse/download/estraverse-5.2.0.tgz} + name: estraverse + version: 5.2.0 + engines: {node: '>=4.0'} + dev: true + + registry.nlark.com/esutils/2.0.3: + resolution: {integrity: sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/esutils/download/esutils-2.0.3.tgz} + name: esutils + version: 2.0.3 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/etag/1.8.1: + resolution: {integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/etag/download/etag-1.8.1.tgz} + name: etag + version: 1.8.1 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/eventemitter3/4.0.7: + resolution: {integrity: sha1-Lem2j2Uo1WRO9cWVJqG0oHMGFp8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eventemitter3/download/eventemitter3-4.0.7.tgz} + name: eventemitter3 + version: 4.0.7 + dev: true + + registry.nlark.com/events/1.1.1: + resolution: {integrity: sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/events/download/events-1.1.1.tgz} + name: events + version: 1.1.1 + engines: {node: '>=0.4.x'} + dev: true + + registry.nlark.com/events/3.3.0: + resolution: {integrity: sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/events/download/events-3.3.0.tgz} + name: events + version: 3.3.0 + engines: {node: '>=0.8.x'} + dev: true + + registry.nlark.com/eventsource/1.1.0: + resolution: {integrity: sha1-AOjKfJIQnpSw3fMtrGd9hBAoz68=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/eventsource/download/eventsource-1.1.0.tgz} + name: eventsource + version: 1.1.0 + engines: {node: '>=0.12.0'} + dependencies: + original: registry.nlark.com/original/1.0.2 + dev: true + + registry.nlark.com/evp_bytestokey/1.0.3: + resolution: {integrity: sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz} + name: evp_bytestokey + version: 1.0.3 + dependencies: + md5.js: registry.nlark.com/md5.js/1.3.5 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/execa/1.0.0: + resolution: {integrity: sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/execa/download/execa-1.0.0.tgz} + name: execa + version: 1.0.0 + engines: {node: '>=6'} + dependencies: + cross-spawn: registry.nlark.com/cross-spawn/6.0.5 + get-stream: registry.nlark.com/get-stream/4.1.0 + is-stream: registry.nlark.com/is-stream/1.1.0 + npm-run-path: registry.npmmirror.com/npm-run-path/2.0.2 + p-finally: registry.nlark.com/p-finally/1.0.0 + signal-exit: registry.npmmirror.com/signal-exit/3.0.5 + strip-eof: registry.nlark.com/strip-eof/1.0.0 + dev: true + + registry.nlark.com/expand-brackets/2.1.4: + resolution: {integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/expand-brackets/download/expand-brackets-2.1.4.tgz} + name: expand-brackets + version: 2.1.4 + engines: {node: '>=0.10.0'} + dependencies: + debug: registry.nlark.com/debug/2.6.9 + define-property: registry.nlark.com/define-property/0.2.5 + extend-shallow: registry.nlark.com/extend-shallow/2.0.1 + posix-character-classes: registry.nlark.com/posix-character-classes/0.1.1 + regex-not: registry.nlark.com/regex-not/1.0.2 + snapdragon: registry.nlark.com/snapdragon/0.8.2 + to-regex: registry.nlark.com/to-regex/3.0.2 + dev: true + + registry.nlark.com/express/4.17.1: + resolution: {integrity: sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/express/download/express-4.17.1.tgz} + name: express + version: 4.17.1 + engines: {node: '>= 0.10.0'} + dependencies: + accepts: registry.nlark.com/accepts/1.3.7 + array-flatten: registry.nlark.com/array-flatten/1.1.1 + body-parser: registry.nlark.com/body-parser/1.19.0 + content-disposition: registry.nlark.com/content-disposition/0.5.3 + content-type: registry.nlark.com/content-type/1.0.4 + cookie: registry.nlark.com/cookie/0.4.0 + cookie-signature: registry.nlark.com/cookie-signature/1.0.6 + debug: registry.nlark.com/debug/2.6.9 + depd: registry.nlark.com/depd/1.1.2 + encodeurl: registry.nlark.com/encodeurl/1.0.2 + escape-html: registry.nlark.com/escape-html/1.0.3 + etag: registry.nlark.com/etag/1.8.1 + finalhandler: registry.nlark.com/finalhandler/1.1.2 + fresh: registry.nlark.com/fresh/0.5.2 + merge-descriptors: registry.nlark.com/merge-descriptors/1.0.1 + methods: registry.nlark.com/methods/1.1.2 + on-finished: registry.nlark.com/on-finished/2.3.0 + parseurl: registry.nlark.com/parseurl/1.3.3 + path-to-regexp: registry.nlark.com/path-to-regexp/0.1.7 + proxy-addr: registry.nlark.com/proxy-addr/2.0.7 + qs: registry.nlark.com/qs/6.7.0 + range-parser: registry.nlark.com/range-parser/1.2.1 + safe-buffer: registry.nlark.com/safe-buffer/5.1.2 + send: registry.nlark.com/send/0.17.1 + serve-static: registry.nlark.com/serve-static/1.14.1 + setprototypeof: registry.nlark.com/setprototypeof/1.1.1 + statuses: registry.nlark.com/statuses/1.5.0 + type-is: registry.nlark.com/type-is/1.6.18 + utils-merge: registry.nlark.com/utils-merge/1.0.1 + vary: registry.nlark.com/vary/1.1.2 + dev: true + + registry.nlark.com/extend-shallow/2.0.1: + resolution: {integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/extend-shallow/download/extend-shallow-2.0.1.tgz} + name: extend-shallow + version: 2.0.1 + engines: {node: '>=0.10.0'} + dependencies: + is-extendable: registry.nlark.com/is-extendable/0.1.1 + dev: true + + registry.nlark.com/extend-shallow/3.0.2: + resolution: {integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/extend-shallow/download/extend-shallow-3.0.2.tgz} + name: extend-shallow + version: 3.0.2 + engines: {node: '>=0.10.0'} + dependencies: + assign-symbols: registry.nlark.com/assign-symbols/1.0.0 + is-extendable: registry.nlark.com/is-extendable/1.0.1 + dev: true + + registry.nlark.com/extend/3.0.2: + resolution: {integrity: sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/extend/download/extend-3.0.2.tgz} + name: extend + version: 3.0.2 + dev: true + + registry.nlark.com/extglob/2.0.4: + resolution: {integrity: sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/extglob/download/extglob-2.0.4.tgz} + name: extglob + version: 2.0.4 + engines: {node: '>=0.10.0'} + dependencies: + array-unique: registry.nlark.com/array-unique/0.3.2 + define-property: registry.nlark.com/define-property/1.0.0 + expand-brackets: registry.nlark.com/expand-brackets/2.1.4 + extend-shallow: registry.nlark.com/extend-shallow/2.0.1 + fragment-cache: registry.nlark.com/fragment-cache/0.2.1 + regex-not: registry.nlark.com/regex-not/1.0.2 + snapdragon: registry.nlark.com/snapdragon/0.8.2 + to-regex: registry.nlark.com/to-regex/3.0.2 + dev: true + + registry.nlark.com/extsprintf/1.3.0: + resolution: {integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/extsprintf/download/extsprintf-1.3.0.tgz} + name: extsprintf + version: 1.3.0 + engines: {'0': node >=0.6.0} + dev: true + + registry.nlark.com/fast-deep-equal/3.1.3: + resolution: {integrity: sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz} + name: fast-deep-equal + version: 3.1.3 + dev: true + + registry.nlark.com/fast-glob/2.2.7: + resolution: {integrity: sha1-aVOFfDr6R1//ku5gFdUtpwpM050=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fast-glob/download/fast-glob-2.2.7.tgz} + name: fast-glob + version: 2.2.7 + engines: {node: '>=4.0.0'} + dependencies: + '@mrmlnc/readdir-enhanced': registry.nlark.com/@mrmlnc/readdir-enhanced/2.2.1 + '@nodelib/fs.stat': registry.nlark.com/@nodelib/fs.stat/1.1.3 + glob-parent: registry.npmmirror.com/glob-parent/3.1.0 + is-glob: registry.npmmirror.com/is-glob/4.0.3 + merge2: registry.nlark.com/merge2/1.4.1 + micromatch: registry.nlark.com/micromatch/3.1.10 + dev: true + + registry.nlark.com/fast-json-stable-stringify/2.1.0: + resolution: {integrity: sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz} + name: fast-json-stable-stringify + version: 2.1.0 + dev: true + + registry.nlark.com/faye-websocket/0.11.4: + resolution: {integrity: sha1-fw2Sdc/dhqHJY9yLZfzEUe3Lsdo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/faye-websocket/download/faye-websocket-0.11.4.tgz} + name: faye-websocket + version: 0.11.4 + engines: {node: '>=0.8.0'} + dependencies: + websocket-driver: registry.nlark.com/websocket-driver/0.7.4 + dev: true + + registry.nlark.com/figgy-pudding/3.5.2: + resolution: {integrity: sha1-tO7oFIq7Adzx0aw0Nn1Z4S+mHW4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz} + name: figgy-pudding + version: 3.5.2 + dev: true + + registry.nlark.com/figures/3.2.0: + resolution: {integrity: sha1-YlwYvSk8YE3EqN2y/r8MiDQXRq8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/figures/download/figures-3.2.0.tgz} + name: figures + version: 3.2.0 + engines: {node: '>=8'} + dependencies: + escape-string-regexp: registry.nlark.com/escape-string-regexp/1.0.5 + dev: true + + registry.nlark.com/file-loader/3.0.1_webpack@4.46.0: + resolution: {integrity: sha1-+OC6C1mZGLUa3+RdZtHnca1WD6o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/file-loader/download/file-loader-3.0.1.tgz} + id: registry.nlark.com/file-loader/3.0.1 + name: file-loader + version: 3.0.1 + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^4.0.0 + dependencies: + loader-utils: registry.nlark.com/loader-utils/1.4.0 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + dev: true + + registry.nlark.com/file-uri-to-path/1.0.0: + resolution: {integrity: sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz} + name: file-uri-to-path + version: 1.0.0 + dev: true + optional: true + + registry.nlark.com/fill-range/4.0.0: + resolution: {integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fill-range/download/fill-range-4.0.0.tgz} + name: fill-range + version: 4.0.0 + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: registry.nlark.com/extend-shallow/2.0.1 + is-number: registry.nlark.com/is-number/3.0.0 + repeat-string: registry.nlark.com/repeat-string/1.6.1 + to-regex-range: registry.nlark.com/to-regex-range/2.1.1 + dev: true + + registry.nlark.com/fill-range/7.0.1: + resolution: {integrity: sha1-GRmmp8df44ssfHflGYU12prN2kA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fill-range/download/fill-range-7.0.1.tgz} + name: fill-range + version: 7.0.1 + engines: {node: '>=8'} + dependencies: + to-regex-range: registry.nlark.com/to-regex-range/5.0.1 + dev: true + optional: true + + registry.nlark.com/finalhandler/1.1.2: + resolution: {integrity: sha1-t+fQAP/RGTjQ/bBTUG9uur6fWH0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/finalhandler/download/finalhandler-1.1.2.tgz} + name: finalhandler + version: 1.1.2 + engines: {node: '>= 0.8'} + dependencies: + debug: registry.nlark.com/debug/2.6.9 + encodeurl: registry.nlark.com/encodeurl/1.0.2 + escape-html: registry.nlark.com/escape-html/1.0.3 + on-finished: registry.nlark.com/on-finished/2.3.0 + parseurl: registry.nlark.com/parseurl/1.3.3 + statuses: registry.nlark.com/statuses/1.5.0 + unpipe: registry.nlark.com/unpipe/1.0.0 + dev: true + + registry.nlark.com/find-cache-dir/2.1.0: + resolution: {integrity: sha1-jQ+UzRP+Q8bHwmGg2GEVypGMBfc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz} + name: find-cache-dir + version: 2.1.0 + engines: {node: '>=6'} + dependencies: + commondir: registry.nlark.com/commondir/1.0.1 + make-dir: registry.nlark.com/make-dir/2.1.0 + pkg-dir: registry.npmmirror.com/pkg-dir/3.0.0 + dev: true + + registry.nlark.com/find-cache-dir/3.3.2: + resolution: {integrity: sha1-swxbbv8HMHMa6pu9nb7L2AJW1ks=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/find-cache-dir/download/find-cache-dir-3.3.2.tgz} + name: find-cache-dir + version: 3.3.2 + engines: {node: '>=8'} + dependencies: + commondir: registry.nlark.com/commondir/1.0.1 + make-dir: registry.nlark.com/make-dir/3.1.0 + pkg-dir: registry.npmmirror.com/pkg-dir/4.2.0 + dev: true + + registry.nlark.com/flush-write-stream/1.1.1: + resolution: {integrity: sha1-jdfYc6G6vCB9lOrQwuDkQnbr8ug=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz} + name: flush-write-stream + version: 1.1.1 + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + dev: true + + registry.nlark.com/follow-redirects/1.14.4: + resolution: {integrity: sha1-g4/fSKi73XnlLuUfsclOPtmLk3k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/follow-redirects/download/follow-redirects-1.14.4.tgz} + name: follow-redirects + version: 1.14.4 + engines: {node: '>=4.0'} + dev: true + + registry.nlark.com/for-in/1.0.2: + resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/for-in/download/for-in-1.0.2.tgz} + name: for-in + version: 1.0.2 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/foreach/2.0.5: + resolution: {integrity: sha1-C+4AUBiusmDQo6865ljdATbsG5k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/foreach/download/foreach-2.0.5.tgz} + name: foreach + version: 2.0.5 + dev: true + + registry.nlark.com/forever-agent/0.6.1: + resolution: {integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/forever-agent/download/forever-agent-0.6.1.tgz} + name: forever-agent + version: 0.6.1 + dev: true + + registry.nlark.com/form-data/2.3.3: + resolution: {integrity: sha1-3M5SwF9kTymManq5Nr1yTO/786Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/form-data/download/form-data-2.3.3.tgz?cache=0&sync_timestamp=1631600338131&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fform-data%2Fdownload%2Fform-data-2.3.3.tgz} + name: form-data + version: 2.3.3 + engines: {node: '>= 0.12'} + dependencies: + asynckit: registry.nlark.com/asynckit/0.4.0 + combined-stream: registry.nlark.com/combined-stream/1.0.8 + mime-types: registry.npmmirror.com/mime-types/2.1.33 + dev: true + + registry.nlark.com/forwarded/0.2.0: + resolution: {integrity: sha1-ImmTZCiq1MFcfr6XeahL8LKoGBE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/forwarded/download/forwarded-0.2.0.tgz} + name: forwarded + version: 0.2.0 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/fragment-cache/0.2.1: + resolution: {integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fragment-cache/download/fragment-cache-0.2.1.tgz} + name: fragment-cache + version: 0.2.1 + engines: {node: '>=0.10.0'} + dependencies: + map-cache: registry.nlark.com/map-cache/0.2.2 + dev: true + + registry.nlark.com/fresh/0.5.2: + resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fresh/download/fresh-0.5.2.tgz} + name: fresh + version: 0.5.2 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/from2/2.3.0: + resolution: {integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/from2/download/from2-2.3.0.tgz} + name: from2 + version: 2.3.0 + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + dev: true + + registry.nlark.com/fs-extra/7.0.1: + resolution: {integrity: sha1-TxicRKoSO4lfcigE9V6iPq3DSOk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fs-extra/download/fs-extra-7.0.1.tgz} + name: fs-extra + version: 7.0.1 + engines: {node: '>=6 <7 || >=8'} + dependencies: + graceful-fs: registry.nlark.com/graceful-fs/4.2.8 + jsonfile: registry.nlark.com/jsonfile/4.0.0 + universalify: registry.nlark.com/universalify/0.1.2 + dev: true + + registry.nlark.com/fs-write-stream-atomic/1.0.10: + resolution: {integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz} + name: fs-write-stream-atomic + version: 1.0.10 + dependencies: + graceful-fs: registry.nlark.com/graceful-fs/4.2.8 + iferr: registry.nlark.com/iferr/0.1.5 + imurmurhash: registry.nlark.com/imurmurhash/0.1.4 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + dev: true + + registry.nlark.com/fs.realpath/1.0.0: + resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fs.realpath/download/fs.realpath-1.0.0.tgz} + name: fs.realpath + version: 1.0.0 + dev: true + + registry.nlark.com/fsevents/1.2.13: + resolution: {integrity: sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fsevents/download/fsevents-1.2.13.tgz} + name: fsevents + version: 1.2.13 + engines: {node: '>= 4.0'} + deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. + requiresBuild: true + dependencies: + bindings: registry.nlark.com/bindings/1.5.0 + nan: registry.nlark.com/nan/2.15.0 + dev: true + optional: true + + registry.nlark.com/fsevents/2.3.2: + resolution: {integrity: sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/fsevents/download/fsevents-2.3.2.tgz} + name: fsevents + version: 2.3.2 + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + requiresBuild: true + dev: true + optional: true + + registry.nlark.com/function-bind/1.1.1: + resolution: {integrity: sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/function-bind/download/function-bind-1.1.1.tgz} + name: function-bind + version: 1.1.1 + dev: true + + registry.nlark.com/gensync/1.0.0-beta.2: + resolution: {integrity: sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/gensync/download/gensync-1.0.0-beta.2.tgz} + name: gensync + version: 1.0.0-beta.2 + engines: {node: '>=6.9.0'} + dev: true + + registry.nlark.com/get-caller-file/2.0.5: + resolution: {integrity: sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/get-caller-file/download/get-caller-file-2.0.5.tgz} + name: get-caller-file + version: 2.0.5 + engines: {node: 6.* || 8.* || >= 10.*} + dev: true + + registry.nlark.com/get-intrinsic/1.1.1: + resolution: {integrity: sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz} + name: get-intrinsic + version: 1.1.1 + dependencies: + function-bind: registry.nlark.com/function-bind/1.1.1 + has: registry.nlark.com/has/1.0.3 + has-symbols: registry.nlark.com/has-symbols/1.0.2 + dev: true + + registry.nlark.com/get-stream/4.1.0: + resolution: {integrity: sha1-wbJVV189wh1Zv8ec09K0axw6VLU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/get-stream/download/get-stream-4.1.0.tgz} + name: get-stream + version: 4.1.0 + engines: {node: '>=6'} + dependencies: + pump: registry.nlark.com/pump/3.0.0 + dev: true + + registry.nlark.com/get-stream/5.2.0: + resolution: {integrity: sha1-SWaheV7lrOZecGxLe+txJX1uItM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/get-stream/download/get-stream-5.2.0.tgz} + name: get-stream + version: 5.2.0 + engines: {node: '>=8'} + dependencies: + pump: registry.nlark.com/pump/3.0.0 + dev: true + + registry.nlark.com/get-symbol-description/1.0.0: + resolution: {integrity: sha1-f9uByQAQH71WTdXxowr1qtweWNY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/get-symbol-description/download/get-symbol-description-1.0.0.tgz} + name: get-symbol-description + version: 1.0.0 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + dev: true + + registry.nlark.com/get-value/2.0.6: + resolution: {integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/get-value/download/get-value-2.0.6.tgz} + name: get-value + version: 2.0.6 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/getpass/0.1.7: + resolution: {integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/getpass/download/getpass-0.1.7.tgz} + name: getpass + version: 0.1.7 + dependencies: + assert-plus: registry.nlark.com/assert-plus/1.0.0 + dev: true + + registry.nlark.com/glob-to-regexp/0.3.0: + resolution: {integrity: sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/glob-to-regexp/download/glob-to-regexp-0.3.0.tgz} + name: glob-to-regexp + version: 0.3.0 + dev: true + + registry.nlark.com/global-dirs/2.1.0: + resolution: {integrity: sha1-6QRqScgG/wTWwYJeGWyPAJHo300=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/global-dirs/download/global-dirs-2.1.0.tgz} + name: global-dirs + version: 2.1.0 + engines: {node: '>=8'} + dependencies: + ini: registry.nlark.com/ini/1.3.7 + dev: true + + registry.nlark.com/globals/11.12.0: + resolution: {integrity: sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/globals/download/globals-11.12.0.tgz} + name: globals + version: 11.12.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/globby/6.1.0: + resolution: {integrity: sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/globby/download/globby-6.1.0.tgz} + name: globby + version: 6.1.0 + engines: {node: '>=0.10.0'} + dependencies: + array-union: registry.nlark.com/array-union/1.0.2 + glob: registry.npmmirror.com/glob/7.2.0 + object-assign: registry.nlark.com/object-assign/4.1.1 + pify: registry.nlark.com/pify/2.3.0 + pinkie-promise: registry.nlark.com/pinkie-promise/2.0.1 + dev: true + + registry.nlark.com/globby/7.1.1: + resolution: {integrity: sha1-+yzP+UAfhgCUXfral0QMypcrhoA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/globby/download/globby-7.1.1.tgz} + name: globby + version: 7.1.1 + engines: {node: '>=4'} + dependencies: + array-union: registry.nlark.com/array-union/1.0.2 + dir-glob: registry.nlark.com/dir-glob/2.2.2 + glob: registry.npmmirror.com/glob/7.2.0 + ignore: registry.nlark.com/ignore/3.3.10 + pify: registry.nlark.com/pify/3.0.0 + slash: registry.nlark.com/slash/1.0.0 + dev: true + + registry.nlark.com/globby/9.2.0: + resolution: {integrity: sha1-/QKacGxwPSm90XD0tts6P3p8tj0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/globby/download/globby-9.2.0.tgz} + name: globby + version: 9.2.0 + engines: {node: '>=6'} + dependencies: + '@types/glob': registry.nlark.com/@types/glob/7.1.4 + array-union: registry.nlark.com/array-union/1.0.2 + dir-glob: registry.nlark.com/dir-glob/2.2.2 + fast-glob: registry.nlark.com/fast-glob/2.2.7 + glob: registry.npmmirror.com/glob/7.2.0 + ignore: registry.nlark.com/ignore/4.0.6 + pify: registry.nlark.com/pify/4.0.1 + slash: registry.nlark.com/slash/2.0.0 + dev: true + + registry.nlark.com/got/9.6.0: + resolution: {integrity: sha1-7fRefWf5lUVwXeH3u+7rEhdl7YU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/got/download/got-9.6.0.tgz} + name: got + version: 9.6.0 + engines: {node: '>=8.6'} + dependencies: + '@sindresorhus/is': registry.nlark.com/@sindresorhus/is/0.14.0 + '@szmarczak/http-timer': registry.nlark.com/@szmarczak/http-timer/1.1.2 + cacheable-request: registry.nlark.com/cacheable-request/6.1.0 + decompress-response: registry.nlark.com/decompress-response/3.3.0 + duplexer3: registry.nlark.com/duplexer3/0.1.4 + get-stream: registry.nlark.com/get-stream/4.1.0 + lowercase-keys: registry.nlark.com/lowercase-keys/1.0.1 + mimic-response: registry.nlark.com/mimic-response/1.0.1 + p-cancelable: registry.nlark.com/p-cancelable/1.1.0 + to-readable-stream: registry.nlark.com/to-readable-stream/1.0.0 + url-parse-lax: registry.nlark.com/url-parse-lax/3.0.0 + dev: true + + registry.nlark.com/graceful-fs/4.2.8: + resolution: {integrity: sha1-5BK40z9eAGWTy9PO5t+fLOu+gCo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/graceful-fs/download/graceful-fs-4.2.8.tgz} + name: graceful-fs + version: 4.2.8 + dev: true + + registry.nlark.com/gray-matter/4.0.3: + resolution: {integrity: sha1-6JPAZIJd5z6h9ffYjHqfcnQoh5g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/gray-matter/download/gray-matter-4.0.3.tgz?cache=0&sync_timestamp=1631618299538&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fgray-matter%2Fdownload%2Fgray-matter-4.0.3.tgz} + name: gray-matter + version: 4.0.3 + engines: {node: '>=6.0'} + dependencies: + js-yaml: registry.nlark.com/js-yaml/3.14.1 + kind-of: registry.nlark.com/kind-of/6.0.3 + section-matter: registry.npmmirror.com/section-matter/1.0.0 + strip-bom-string: registry.npmmirror.com/strip-bom-string/1.0.0 + dev: true + + registry.nlark.com/handle-thing/2.0.1: + resolution: {integrity: sha1-hX95zjWVgMNA1DCBzGSJcNC7I04=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/handle-thing/download/handle-thing-2.0.1.tgz} + name: handle-thing + version: 2.0.1 + dev: true + + registry.nlark.com/har-schema/2.0.0: + resolution: {integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/har-schema/download/har-schema-2.0.0.tgz} + name: har-schema + version: 2.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/har-validator/5.1.5: + resolution: {integrity: sha1-HwgDufjLIMD6E4It8ezds2veHv0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/har-validator/download/har-validator-5.1.5.tgz} + name: har-validator + version: 5.1.5 + engines: {node: '>=6'} + deprecated: this library is no longer supported + dependencies: + ajv: registry.nlark.com/ajv/6.12.6 + har-schema: registry.nlark.com/har-schema/2.0.0 + dev: true + + registry.nlark.com/has-ansi/2.0.0: + resolution: {integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-ansi/download/has-ansi-2.0.0.tgz} + name: has-ansi + version: 2.0.0 + engines: {node: '>=0.10.0'} + dependencies: + ansi-regex: registry.nlark.com/ansi-regex/2.1.1 + dev: true + + registry.nlark.com/has-bigints/1.0.1: + resolution: {integrity: sha1-ZP5qywIGc+O3jbA1pa9pqp0HsRM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-bigints/download/has-bigints-1.0.1.tgz} + name: has-bigints + version: 1.0.1 + dev: true + + registry.nlark.com/has-flag/3.0.0: + resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-flag/download/has-flag-3.0.0.tgz} + name: has-flag + version: 3.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/has-flag/4.0.0: + resolution: {integrity: sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-flag/download/has-flag-4.0.0.tgz} + name: has-flag + version: 4.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/has-symbols/1.0.2: + resolution: {integrity: sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-symbols/download/has-symbols-1.0.2.tgz} + name: has-symbols + version: 1.0.2 + engines: {node: '>= 0.4'} + dev: true + + registry.nlark.com/has-tostringtag/1.0.0: + resolution: {integrity: sha1-fhM4GKfTlHNPlB5zw9P5KR5liyU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-tostringtag/download/has-tostringtag-1.0.0.tgz} + name: has-tostringtag + version: 1.0.0 + engines: {node: '>= 0.4'} + dependencies: + has-symbols: registry.nlark.com/has-symbols/1.0.2 + dev: true + + registry.nlark.com/has-value/0.3.1: + resolution: {integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-value/download/has-value-0.3.1.tgz} + name: has-value + version: 0.3.1 + engines: {node: '>=0.10.0'} + dependencies: + get-value: registry.nlark.com/get-value/2.0.6 + has-values: registry.nlark.com/has-values/0.1.4 + isobject: registry.nlark.com/isobject/2.1.0 + dev: true + + registry.nlark.com/has-value/1.0.0: + resolution: {integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-value/download/has-value-1.0.0.tgz} + name: has-value + version: 1.0.0 + engines: {node: '>=0.10.0'} + dependencies: + get-value: registry.nlark.com/get-value/2.0.6 + has-values: registry.nlark.com/has-values/1.0.0 + isobject: registry.nlark.com/isobject/3.0.1 + dev: true + + registry.nlark.com/has-values/0.1.4: + resolution: {integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-values/download/has-values-0.1.4.tgz} + name: has-values + version: 0.1.4 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/has-values/1.0.0: + resolution: {integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-values/download/has-values-1.0.0.tgz} + name: has-values + version: 1.0.0 + engines: {node: '>=0.10.0'} + dependencies: + is-number: registry.nlark.com/is-number/3.0.0 + kind-of: registry.nlark.com/kind-of/4.0.0 + dev: true + + registry.nlark.com/has-yarn/2.1.0: + resolution: {integrity: sha1-E34RNUp7W/EapctknPDG8/8rLnc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has-yarn/download/has-yarn-2.1.0.tgz} + name: has-yarn + version: 2.1.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/has/1.0.3: + resolution: {integrity: sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/has/download/has-1.0.3.tgz} + name: has + version: 1.0.3 + engines: {node: '>= 0.4.0'} + dependencies: + function-bind: registry.nlark.com/function-bind/1.1.1 + dev: true + + registry.nlark.com/hash-base/3.1.0: + resolution: {integrity: sha1-VcOB2eBuHSmXqIO0o/3f5/DTrzM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/hash-base/download/hash-base-3.1.0.tgz} + name: hash-base + version: 3.1.0 + engines: {node: '>=4'} + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + readable-stream: registry.nlark.com/readable-stream/3.6.0 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/hash-sum/1.0.2: + resolution: {integrity: sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/hash-sum/download/hash-sum-1.0.2.tgz} + name: hash-sum + version: 1.0.2 + dev: true + + registry.nlark.com/hash.js/1.1.7: + resolution: {integrity: sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/hash.js/download/hash.js-1.1.7.tgz} + name: hash.js + version: 1.1.7 + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + minimalistic-assert: registry.nlark.com/minimalistic-assert/1.0.1 + dev: true + + registry.nlark.com/he/1.2.0: + resolution: {integrity: sha1-hK5l+n6vsWX922FWauFLrwVmTw8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/he/download/he-1.2.0.tgz} + name: he + version: 1.2.0 + hasBin: true + dev: true + + registry.nlark.com/hex-color-regex/1.1.0: + resolution: {integrity: sha1-TAb8y0YC/iYCs8k9+C1+fb8aio4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/hex-color-regex/download/hex-color-regex-1.1.0.tgz} + name: hex-color-regex + version: 1.1.0 + dev: true + + registry.nlark.com/hmac-drbg/1.0.1: + resolution: {integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/hmac-drbg/download/hmac-drbg-1.0.1.tgz} + name: hmac-drbg + version: 1.0.1 + dependencies: + hash.js: registry.nlark.com/hash.js/1.1.7 + minimalistic-assert: registry.nlark.com/minimalistic-assert/1.0.1 + minimalistic-crypto-utils: registry.nlark.com/minimalistic-crypto-utils/1.0.1 + dev: true + + registry.nlark.com/hpack.js/2.1.6: + resolution: {integrity: sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/hpack.js/download/hpack.js-2.1.6.tgz} + name: hpack.js + version: 2.1.6 + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + obuf: registry.nlark.com/obuf/1.1.2 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + wbuf: registry.nlark.com/wbuf/1.7.3 + dev: true + + registry.nlark.com/hsl-regex/1.0.0: + resolution: {integrity: sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/hsl-regex/download/hsl-regex-1.0.0.tgz} + name: hsl-regex + version: 1.0.0 + dev: true + + registry.nlark.com/hsla-regex/1.0.0: + resolution: {integrity: sha1-wc56MWjIxmFAM6S194d/OyJfnDg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/hsla-regex/download/hsla-regex-1.0.0.tgz} + name: hsla-regex + version: 1.0.0 + dev: true + + registry.nlark.com/html-entities/1.4.0: + resolution: {integrity: sha1-z70bAdKvr5rcobEK59/6uYxx0tw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/html-entities/download/html-entities-1.4.0.tgz} + name: html-entities + version: 1.4.0 + dev: true + + registry.nlark.com/html-minifier/3.5.21: + resolution: {integrity: sha1-0AQOBUcw41TbAIRjWTGUAVIS0gw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/html-minifier/download/html-minifier-3.5.21.tgz} + name: html-minifier + version: 3.5.21 + engines: {node: '>=4'} + hasBin: true + dependencies: + camel-case: registry.nlark.com/camel-case/3.0.0 + clean-css: registry.npmmirror.com/clean-css/4.2.3 + commander: registry.nlark.com/commander/2.17.1 + he: registry.nlark.com/he/1.2.0 + param-case: registry.nlark.com/param-case/2.1.1 + relateurl: registry.nlark.com/relateurl/0.2.7 + uglify-js: registry.nlark.com/uglify-js/3.4.10 + dev: true + + registry.nlark.com/html-tags/2.0.0: + resolution: {integrity: sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/html-tags/download/html-tags-2.0.0.tgz} + name: html-tags + version: 2.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/html-tags/3.1.0: + resolution: {integrity: sha1-e15vfmZen7QfMAB+2eDUHpf7IUA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/html-tags/download/html-tags-3.1.0.tgz} + name: html-tags + version: 3.1.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/htmlparser2/6.1.0: + resolution: {integrity: sha1-xNditsM3GgXb5l6UrkOp+EX7j7c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/htmlparser2/download/htmlparser2-6.1.0.tgz} + name: htmlparser2 + version: 6.1.0 + dependencies: + domelementtype: registry.nlark.com/domelementtype/2.2.0 + domhandler: registry.nlark.com/domhandler/4.2.2 + domutils: registry.nlark.com/domutils/2.8.0 + entities: registry.nlark.com/entities/2.2.0 + dev: true + + registry.nlark.com/http-cache-semantics/4.1.0: + resolution: {integrity: sha1-SekcXL82yblLz81xwj1SSex045A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-cache-semantics/download/http-cache-semantics-4.1.0.tgz} + name: http-cache-semantics + version: 4.1.0 + dev: true + + registry.nlark.com/http-deceiver/1.2.7: + resolution: {integrity: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-deceiver/download/http-deceiver-1.2.7.tgz} + name: http-deceiver + version: 1.2.7 + dev: true + + registry.nlark.com/http-errors/1.6.3: + resolution: {integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-errors/download/http-errors-1.6.3.tgz} + name: http-errors + version: 1.6.3 + engines: {node: '>= 0.6'} + dependencies: + depd: registry.nlark.com/depd/1.1.2 + inherits: registry.nlark.com/inherits/2.0.3 + setprototypeof: registry.nlark.com/setprototypeof/1.1.0 + statuses: registry.nlark.com/statuses/1.5.0 + dev: true + + registry.nlark.com/http-errors/1.7.2: + resolution: {integrity: sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-errors/download/http-errors-1.7.2.tgz} + name: http-errors + version: 1.7.2 + engines: {node: '>= 0.6'} + dependencies: + depd: registry.nlark.com/depd/1.1.2 + inherits: registry.nlark.com/inherits/2.0.3 + setprototypeof: registry.nlark.com/setprototypeof/1.1.1 + statuses: registry.nlark.com/statuses/1.5.0 + toidentifier: registry.nlark.com/toidentifier/1.0.0 + dev: true + + registry.nlark.com/http-errors/1.7.3: + resolution: {integrity: sha1-bGGeT5xgMIw4UZSYwU+7EKrOuwY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-errors/download/http-errors-1.7.3.tgz} + name: http-errors + version: 1.7.3 + engines: {node: '>= 0.6'} + dependencies: + depd: registry.nlark.com/depd/1.1.2 + inherits: registry.nlark.com/inherits/2.0.4 + setprototypeof: registry.nlark.com/setprototypeof/1.1.1 + statuses: registry.nlark.com/statuses/1.5.0 + toidentifier: registry.nlark.com/toidentifier/1.0.0 + dev: true + + registry.nlark.com/http-parser-js/0.5.3: + resolution: {integrity: sha1-AdJwnHnUFpi7AdTezF6dpOSgM9k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-parser-js/download/http-parser-js-0.5.3.tgz} + name: http-parser-js + version: 0.5.3 + dev: true + + registry.nlark.com/http-proxy-middleware/0.19.1: + resolution: {integrity: sha1-GDx9xKoUeRUDBkmMIQza+WCApDo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-proxy-middleware/download/http-proxy-middleware-0.19.1.tgz} + name: http-proxy-middleware + version: 0.19.1 + engines: {node: '>=4.0.0'} + dependencies: + http-proxy: registry.nlark.com/http-proxy/1.18.1 + is-glob: registry.npmmirror.com/is-glob/4.0.3 + lodash: registry.nlark.com/lodash/4.17.21 + micromatch: registry.nlark.com/micromatch/3.1.10 + dev: true + + registry.nlark.com/http-proxy/1.18.1: + resolution: {integrity: sha1-QBVB8FNIhLv5UmAzTnL4juOXZUk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-proxy/download/http-proxy-1.18.1.tgz} + name: http-proxy + version: 1.18.1 + engines: {node: '>=8.0.0'} + dependencies: + eventemitter3: registry.nlark.com/eventemitter3/4.0.7 + follow-redirects: registry.nlark.com/follow-redirects/1.14.4 + requires-port: registry.nlark.com/requires-port/1.0.0 + dev: true + + registry.nlark.com/http-signature/1.2.0: + resolution: {integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/http-signature/download/http-signature-1.2.0.tgz} + name: http-signature + version: 1.2.0 + engines: {node: '>=0.8', npm: '>=1.3.7'} + dependencies: + assert-plus: registry.nlark.com/assert-plus/1.0.0 + jsprim: registry.nlark.com/jsprim/1.4.1 + sshpk: registry.nlark.com/sshpk/1.16.1 + dev: true + + registry.nlark.com/https-browserify/1.0.0: + resolution: {integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/https-browserify/download/https-browserify-1.0.0.tgz} + name: https-browserify + version: 1.0.0 + dev: true + + registry.nlark.com/iconv-lite/0.4.24: + resolution: {integrity: sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/iconv-lite/download/iconv-lite-0.4.24.tgz} + name: iconv-lite + version: 0.4.24 + engines: {node: '>=0.10.0'} + dependencies: + safer-buffer: registry.nlark.com/safer-buffer/2.1.2 + dev: true + + registry.nlark.com/icss-replace-symbols/1.1.0: + resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz} + name: icss-replace-symbols + version: 1.1.0 + dev: true + + registry.nlark.com/icss-utils/4.1.1: + resolution: {integrity: sha1-IRcLU3ie4nRHwvR91oMIFAP5pGc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/icss-utils/download/icss-utils-4.1.1.tgz} + name: icss-utils + version: 4.1.1 + engines: {node: '>= 6'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/ieee754/1.2.1: + resolution: {integrity: sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ieee754/download/ieee754-1.2.1.tgz} + name: ieee754 + version: 1.2.1 + dev: true + + registry.nlark.com/iferr/0.1.5: + resolution: {integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/iferr/download/iferr-0.1.5.tgz} + name: iferr + version: 0.1.5 + dev: true + + registry.nlark.com/ignore/3.3.10: + resolution: {integrity: sha1-Cpf7h2mG6AgcYxFg+PnziRV/AEM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ignore/download/ignore-3.3.10.tgz} + name: ignore + version: 3.3.10 + dev: true + + registry.nlark.com/ignore/4.0.6: + resolution: {integrity: sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ignore/download/ignore-4.0.6.tgz} + name: ignore + version: 4.0.6 + engines: {node: '>= 4'} + dev: true + + registry.nlark.com/import-cwd/2.1.0: + resolution: {integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/import-cwd/download/import-cwd-2.1.0.tgz} + name: import-cwd + version: 2.1.0 + engines: {node: '>=4'} + dependencies: + import-from: registry.nlark.com/import-from/2.1.0 + dev: true + + registry.nlark.com/import-fresh/2.0.0: + resolution: {integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/import-fresh/download/import-fresh-2.0.0.tgz} + name: import-fresh + version: 2.0.0 + engines: {node: '>=4'} + dependencies: + caller-path: registry.npmmirror.com/caller-path/2.0.0 + resolve-from: registry.nlark.com/resolve-from/3.0.0 + dev: true + + registry.nlark.com/import-from/2.1.0: + resolution: {integrity: sha1-M1238qev/VOqpHHUuAId7ja387E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/import-from/download/import-from-2.1.0.tgz} + name: import-from + version: 2.1.0 + engines: {node: '>=4'} + dependencies: + resolve-from: registry.nlark.com/resolve-from/3.0.0 + dev: true + + registry.nlark.com/import-lazy/2.1.0: + resolution: {integrity: sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/import-lazy/download/import-lazy-2.1.0.tgz} + name: import-lazy + version: 2.1.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/imurmurhash/0.1.4: + resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/imurmurhash/download/imurmurhash-0.1.4.tgz} + name: imurmurhash + version: 0.1.4 + engines: {node: '>=0.8.19'} + dev: true + + registry.nlark.com/indexes-of/1.0.1: + resolution: {integrity: sha1-8w9xbI4r00bHtn0985FVZqfAVgc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/indexes-of/download/indexes-of-1.0.1.tgz} + name: indexes-of + version: 1.0.1 + dev: true + + registry.nlark.com/infer-owner/1.0.4: + resolution: {integrity: sha1-xM78qo5RBRwqQLos6KPScpWvlGc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/infer-owner/download/infer-owner-1.0.4.tgz} + name: infer-owner + version: 1.0.4 + dev: true + + registry.nlark.com/inflight/1.0.6: + resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/inflight/download/inflight-1.0.6.tgz} + name: inflight + version: 1.0.6 + dependencies: + once: registry.nlark.com/once/1.4.0 + wrappy: registry.nlark.com/wrappy/1.0.2 + dev: true + + registry.nlark.com/inherits/2.0.1: + resolution: {integrity: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/inherits/download/inherits-2.0.1.tgz} + name: inherits + version: 2.0.1 + dev: true + + registry.nlark.com/inherits/2.0.3: + resolution: {integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/inherits/download/inherits-2.0.3.tgz} + name: inherits + version: 2.0.3 + dev: true + + registry.nlark.com/inherits/2.0.4: + resolution: {integrity: sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/inherits/download/inherits-2.0.4.tgz} + name: inherits + version: 2.0.4 + dev: true + + registry.nlark.com/ini/1.3.7: + resolution: {integrity: sha1-oJNj4ZEZcuoW16iFEAXYTPCamoQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ini/download/ini-1.3.7.tgz} + name: ini + version: 1.3.7 + dev: true + + registry.nlark.com/ini/1.3.8: + resolution: {integrity: sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ini/download/ini-1.3.8.tgz} + name: ini + version: 1.3.8 + dev: true + + registry.nlark.com/internal-ip/4.3.0: + resolution: {integrity: sha1-hFRSuq2dLKO2nGNaE3rLmg2tCQc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/internal-ip/download/internal-ip-4.3.0.tgz} + name: internal-ip + version: 4.3.0 + engines: {node: '>=6'} + dependencies: + default-gateway: registry.nlark.com/default-gateway/4.2.0 + ipaddr.js: registry.nlark.com/ipaddr.js/1.9.1 + dev: true + + registry.nlark.com/internal-slot/1.0.3: + resolution: {integrity: sha1-c0fjB97uovqsKsYgXUvH00ln9Zw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/internal-slot/download/internal-slot-1.0.3.tgz} + name: internal-slot + version: 1.0.3 + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + has: registry.nlark.com/has/1.0.3 + side-channel: registry.nlark.com/side-channel/1.0.4 + dev: true + + registry.nlark.com/ip-regex/2.1.0: + resolution: {integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ip-regex/download/ip-regex-2.1.0.tgz} + name: ip-regex + version: 2.1.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/ip/1.1.5: + resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ip/download/ip-1.1.5.tgz} + name: ip + version: 1.1.5 + dev: true + + registry.nlark.com/ipaddr.js/1.9.1: + resolution: {integrity: sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz} + name: ipaddr.js + version: 1.9.1 + engines: {node: '>= 0.10'} + dev: true + + registry.nlark.com/is-absolute-url/2.1.0: + resolution: {integrity: sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-absolute-url/download/is-absolute-url-2.1.0.tgz} + name: is-absolute-url + version: 2.1.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/is-absolute-url/3.0.3: + resolution: {integrity: sha1-lsaiK2ojkpsR6gr7GDbDatSl1pg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-absolute-url/download/is-absolute-url-3.0.3.tgz} + name: is-absolute-url + version: 3.0.3 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/is-accessor-descriptor/0.1.6: + resolution: {integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-accessor-descriptor/download/is-accessor-descriptor-0.1.6.tgz} + name: is-accessor-descriptor + version: 0.1.6 + engines: {node: '>=0.10.0'} + dependencies: + kind-of: registry.nlark.com/kind-of/3.2.2 + dev: true + + registry.nlark.com/is-accessor-descriptor/1.0.0: + resolution: {integrity: sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-accessor-descriptor/download/is-accessor-descriptor-1.0.0.tgz} + name: is-accessor-descriptor + version: 1.0.0 + engines: {node: '>=0.10.0'} + dependencies: + kind-of: registry.nlark.com/kind-of/6.0.3 + dev: true + + registry.nlark.com/is-arguments/1.1.1: + resolution: {integrity: sha1-FbP4j9oB8ql/7ITKdhpWDxI++ps=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-arguments/download/is-arguments-1.1.1.tgz} + name: is-arguments + version: 1.1.1 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 + dev: true + + registry.nlark.com/is-arrayish/0.2.1: + resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-arrayish/download/is-arrayish-0.2.1.tgz} + name: is-arrayish + version: 0.2.1 + dev: true + + registry.nlark.com/is-arrayish/0.3.2: + resolution: {integrity: sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-arrayish/download/is-arrayish-0.3.2.tgz} + name: is-arrayish + version: 0.3.2 + dev: true + + registry.nlark.com/is-bigint/1.0.4: + resolution: {integrity: sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-bigint/download/is-bigint-1.0.4.tgz} + name: is-bigint + version: 1.0.4 + dependencies: + has-bigints: registry.nlark.com/has-bigints/1.0.1 + dev: true + + registry.nlark.com/is-binary-path/1.0.1: + resolution: {integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-binary-path/download/is-binary-path-1.0.1.tgz} + name: is-binary-path + version: 1.0.1 + engines: {node: '>=0.10.0'} + dependencies: + binary-extensions: registry.nlark.com/binary-extensions/1.13.1 + dev: true + + registry.nlark.com/is-binary-path/2.1.0: + resolution: {integrity: sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-binary-path/download/is-binary-path-2.1.0.tgz} + name: is-binary-path + version: 2.1.0 + engines: {node: '>=8'} + dependencies: + binary-extensions: registry.nlark.com/binary-extensions/2.2.0 + dev: true + optional: true + + registry.nlark.com/is-boolean-object/1.1.2: + resolution: {integrity: sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-boolean-object/download/is-boolean-object-1.1.2.tgz} + name: is-boolean-object + version: 1.1.2 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 + dev: true + + registry.nlark.com/is-buffer/1.1.6: + resolution: {integrity: sha1-76ouqdqg16suoTqXsritUf776L4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-buffer/download/is-buffer-1.1.6.tgz} + name: is-buffer + version: 1.1.6 + dev: true + + registry.nlark.com/is-callable/1.2.4: + resolution: {integrity: sha1-RzAdWN0CWUB4ZVR4U99tYf5HGUU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-callable/download/is-callable-1.2.4.tgz} + name: is-callable + version: 1.2.4 + engines: {node: '>= 0.4'} + dev: true + + registry.nlark.com/is-ci/2.0.0: + resolution: {integrity: sha1-a8YzQYGBDgS1wis9WJ/cpVAmQEw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-ci/download/is-ci-2.0.0.tgz} + name: is-ci + version: 2.0.0 + hasBin: true + dependencies: + ci-info: registry.nlark.com/ci-info/2.0.0 + dev: true + + registry.nlark.com/is-color-stop/1.1.0: + resolution: {integrity: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-color-stop/download/is-color-stop-1.1.0.tgz} + name: is-color-stop + version: 1.1.0 + dependencies: + css-color-names: registry.nlark.com/css-color-names/0.0.4 + hex-color-regex: registry.nlark.com/hex-color-regex/1.1.0 + hsl-regex: registry.nlark.com/hsl-regex/1.0.0 + hsla-regex: registry.nlark.com/hsla-regex/1.0.0 + rgb-regex: registry.nlark.com/rgb-regex/1.0.1 + rgba-regex: registry.nlark.com/rgba-regex/1.0.0 + dev: true + + registry.nlark.com/is-data-descriptor/0.1.4: + resolution: {integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-data-descriptor/download/is-data-descriptor-0.1.4.tgz} + name: is-data-descriptor + version: 0.1.4 + engines: {node: '>=0.10.0'} + dependencies: + kind-of: registry.nlark.com/kind-of/3.2.2 + dev: true + + registry.nlark.com/is-data-descriptor/1.0.0: + resolution: {integrity: sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-data-descriptor/download/is-data-descriptor-1.0.0.tgz} + name: is-data-descriptor + version: 1.0.0 + engines: {node: '>=0.10.0'} + dependencies: + kind-of: registry.nlark.com/kind-of/6.0.3 + dev: true + + registry.nlark.com/is-date-object/1.0.5: + resolution: {integrity: sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-date-object/download/is-date-object-1.0.5.tgz} + name: is-date-object + version: 1.0.5 + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 + dev: true + + registry.nlark.com/is-descriptor/0.1.6: + resolution: {integrity: sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-descriptor/download/is-descriptor-0.1.6.tgz} + name: is-descriptor + version: 0.1.6 + engines: {node: '>=0.10.0'} + dependencies: + is-accessor-descriptor: registry.nlark.com/is-accessor-descriptor/0.1.6 + is-data-descriptor: registry.nlark.com/is-data-descriptor/0.1.4 + kind-of: registry.nlark.com/kind-of/5.1.0 + dev: true + + registry.nlark.com/is-descriptor/1.0.2: + resolution: {integrity: sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-descriptor/download/is-descriptor-1.0.2.tgz} + name: is-descriptor + version: 1.0.2 + engines: {node: '>=0.10.0'} + dependencies: + is-accessor-descriptor: registry.nlark.com/is-accessor-descriptor/1.0.0 + is-data-descriptor: registry.nlark.com/is-data-descriptor/1.0.0 + kind-of: registry.nlark.com/kind-of/6.0.3 + dev: true + + registry.nlark.com/is-directory/0.3.1: + resolution: {integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-directory/download/is-directory-0.3.1.tgz} + name: is-directory + version: 0.3.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/is-extendable/0.1.1: + resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-extendable/download/is-extendable-0.1.1.tgz} + name: is-extendable + version: 0.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/is-extendable/1.0.1: + resolution: {integrity: sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-extendable/download/is-extendable-1.0.1.tgz} + name: is-extendable + version: 1.0.1 + engines: {node: '>=0.10.0'} + dependencies: + is-plain-object: registry.nlark.com/is-plain-object/2.0.4 + dev: true + + registry.nlark.com/is-extglob/2.1.1: + resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-extglob/download/is-extglob-2.1.1.tgz} + name: is-extglob + version: 2.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/is-fullwidth-code-point/2.0.0: + resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz} + name: is-fullwidth-code-point + version: 2.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/is-fullwidth-code-point/3.0.0: + resolution: {integrity: sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz} + name: is-fullwidth-code-point + version: 3.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/is-installed-globally/0.3.2: + resolution: {integrity: sha1-/T76ee5nDRGHIzGC1bCh3QAxMUE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-installed-globally/download/is-installed-globally-0.3.2.tgz} + name: is-installed-globally + version: 0.3.2 + engines: {node: '>=8'} + dependencies: + global-dirs: registry.nlark.com/global-dirs/2.1.0 + is-path-inside: registry.nlark.com/is-path-inside/3.0.3 + dev: true + + registry.nlark.com/is-negative-zero/2.0.1: + resolution: {integrity: sha1-PedGwY3aIxkkGlNnWQjY92bxHCQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz} + name: is-negative-zero + version: 2.0.1 + engines: {node: '>= 0.4'} + dev: true + + registry.nlark.com/is-npm/4.0.0: + resolution: {integrity: sha1-yQ3YOAaW34enptgjwg0LErvjyE0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-npm/download/is-npm-4.0.0.tgz} + name: is-npm + version: 4.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/is-number-object/1.0.6: + resolution: {integrity: sha1-anqvg4x/BoalC0VT9+VKlklOifA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-number-object/download/is-number-object-1.0.6.tgz} + name: is-number-object + version: 1.0.6 + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 + dev: true + + registry.nlark.com/is-number/3.0.0: + resolution: {integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-number/download/is-number-3.0.0.tgz} + name: is-number + version: 3.0.0 + engines: {node: '>=0.10.0'} + dependencies: + kind-of: registry.nlark.com/kind-of/3.2.2 + dev: true + + registry.nlark.com/is-number/7.0.0: + resolution: {integrity: sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-number/download/is-number-7.0.0.tgz} + name: is-number + version: 7.0.0 + engines: {node: '>=0.12.0'} + dev: true + optional: true + + registry.nlark.com/is-obj/2.0.0: + resolution: {integrity: sha1-Rz+wXZc3BeP9liBUUBjKjiLvSYI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-obj/download/is-obj-2.0.0.tgz} + name: is-obj + version: 2.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/is-path-cwd/2.2.0: + resolution: {integrity: sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-path-cwd/download/is-path-cwd-2.2.0.tgz} + name: is-path-cwd + version: 2.2.0 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/is-path-in-cwd/2.1.0: + resolution: {integrity: sha1-v+Lcomxp85cmWkAJljYCk1oFOss=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz} + name: is-path-in-cwd + version: 2.1.0 + engines: {node: '>=6'} + dependencies: + is-path-inside: registry.nlark.com/is-path-inside/2.1.0 + dev: true + + registry.nlark.com/is-path-inside/2.1.0: + resolution: {integrity: sha1-fJgQWH1lmkDSe8201WFuqwWUlLI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-path-inside/download/is-path-inside-2.1.0.tgz} + name: is-path-inside + version: 2.1.0 + engines: {node: '>=6'} + dependencies: + path-is-inside: registry.nlark.com/path-is-inside/1.0.2 + dev: true + + registry.nlark.com/is-path-inside/3.0.3: + resolution: {integrity: sha1-0jE2LlOgf/Kw4Op/7QSRYf/RYoM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-path-inside/download/is-path-inside-3.0.3.tgz} + name: is-path-inside + version: 3.0.3 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/is-plain-obj/1.1.0: + resolution: {integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz} + name: is-plain-obj + version: 1.1.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/is-plain-object/2.0.4: + resolution: {integrity: sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-plain-object/download/is-plain-object-2.0.4.tgz} + name: is-plain-object + version: 2.0.4 + engines: {node: '>=0.10.0'} + dependencies: + isobject: registry.nlark.com/isobject/3.0.1 + dev: true + + registry.nlark.com/is-regex/1.1.4: + resolution: {integrity: sha1-7vVmPNWfpMCuM5UFMj32hUuxWVg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-regex/download/is-regex-1.1.4.tgz} + name: is-regex + version: 1.1.4 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 + dev: true + + registry.nlark.com/is-resolvable/1.1.0: + resolution: {integrity: sha1-+xj4fOH+uSUWnJpAfBkxijIG7Yg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-resolvable/download/is-resolvable-1.1.0.tgz} + name: is-resolvable + version: 1.1.0 + dev: true + + registry.nlark.com/is-stream/1.1.0: + resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-stream/download/is-stream-1.1.0.tgz} + name: is-stream + version: 1.1.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/is-string/1.0.7: + resolution: {integrity: sha1-DdEr8gBvJVu1j2lREO/3SR7rwP0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-string/download/is-string-1.0.7.tgz} + name: is-string + version: 1.0.7 + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: registry.nlark.com/has-tostringtag/1.0.0 + dev: true + + registry.nlark.com/is-symbol/1.0.4: + resolution: {integrity: sha1-ptrJO2NbBjymhyI23oiRClevE5w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-symbol/download/is-symbol-1.0.4.tgz} + name: is-symbol + version: 1.0.4 + engines: {node: '>= 0.4'} + dependencies: + has-symbols: registry.nlark.com/has-symbols/1.0.2 + dev: true + + registry.nlark.com/is-typedarray/1.0.0: + resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-typedarray/download/is-typedarray-1.0.0.tgz} + name: is-typedarray + version: 1.0.0 + dev: true + + registry.nlark.com/is-windows/1.0.2: + resolution: {integrity: sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-windows/download/is-windows-1.0.2.tgz} + name: is-windows + version: 1.0.2 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/is-wsl/1.1.0: + resolution: {integrity: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-wsl/download/is-wsl-1.1.0.tgz} + name: is-wsl + version: 1.1.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/is-yarn-global/0.3.0: + resolution: {integrity: sha1-1QLTOCWQ6jAEiTdGdUyJE5lz4jI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz} + name: is-yarn-global + version: 0.3.0 + dev: true + + registry.nlark.com/isarray/1.0.0: + resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/isarray/download/isarray-1.0.0.tgz} + name: isarray + version: 1.0.0 + dev: true + + registry.nlark.com/isarray/2.0.5: + resolution: {integrity: sha1-ivHkwSISRMxiRZ+vOJQNTmRKVyM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/isarray/download/isarray-2.0.5.tgz} + name: isarray + version: 2.0.5 + dev: true + + registry.nlark.com/isexe/2.0.0: + resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/isexe/download/isexe-2.0.0.tgz} + name: isexe + version: 2.0.0 + dev: true + + registry.nlark.com/isobject/2.1.0: + resolution: {integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/isobject/download/isobject-2.1.0.tgz} + name: isobject + version: 2.1.0 + engines: {node: '>=0.10.0'} + dependencies: + isarray: registry.nlark.com/isarray/1.0.0 + dev: true + + registry.nlark.com/isobject/3.0.1: + resolution: {integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/isobject/download/isobject-3.0.1.tgz} + name: isobject + version: 3.0.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/isstream/0.1.2: + resolution: {integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/isstream/download/isstream-0.1.2.tgz} + name: isstream + version: 0.1.2 + dev: true + + registry.nlark.com/javascript-stringify/1.6.0: + resolution: {integrity: sha1-FC0RHzpuPa6PSpr9d9RYVbWpzOM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/javascript-stringify/download/javascript-stringify-1.6.0.tgz} + name: javascript-stringify + version: 1.6.0 + dev: true + + registry.nlark.com/javascript-stringify/2.1.0: + resolution: {integrity: sha1-J8dlOb4U2L0Sghmi1zGwkzeQTnk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/javascript-stringify/download/javascript-stringify-2.1.0.tgz} + name: javascript-stringify + version: 2.1.0 + dev: true + + registry.nlark.com/js-tokens/4.0.0: + resolution: {integrity: sha1-GSA/tZmR35jjoocFDUZHzerzJJk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/js-tokens/download/js-tokens-4.0.0.tgz} + name: js-tokens + version: 4.0.0 + dev: true + + registry.nlark.com/js-yaml/3.14.1: + resolution: {integrity: sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/js-yaml/download/js-yaml-3.14.1.tgz} + name: js-yaml + version: 3.14.1 + hasBin: true + dependencies: + argparse: registry.nlark.com/argparse/1.0.10 + esprima: registry.nlark.com/esprima/4.0.1 + dev: true + + registry.nlark.com/jsbn/0.1.1: + resolution: {integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jsbn/download/jsbn-0.1.1.tgz} + name: jsbn + version: 0.1.1 + dev: true + + registry.nlark.com/jsesc/0.5.0: + resolution: {integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jsesc/download/jsesc-0.5.0.tgz} + name: jsesc + version: 0.5.0 + hasBin: true + dev: true + + registry.nlark.com/jsesc/2.5.2: + resolution: {integrity: sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jsesc/download/jsesc-2.5.2.tgz} + name: jsesc + version: 2.5.2 + engines: {node: '>=4'} + hasBin: true + dev: true + + registry.nlark.com/json-buffer/3.0.0: + resolution: {integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json-buffer/download/json-buffer-3.0.0.tgz} + name: json-buffer + version: 3.0.0 + dev: true + + registry.nlark.com/json-parse-better-errors/1.0.2: + resolution: {integrity: sha1-u4Z8+zRQ5pEHwTHRxRS6s9yLyqk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz} + name: json-parse-better-errors + version: 1.0.2 + dev: true + + registry.nlark.com/json-schema-traverse/0.4.1: + resolution: {integrity: sha1-afaofZUTq4u4/mO9sJecRI5oRmA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz} + name: json-schema-traverse + version: 0.4.1 + dev: true + + registry.nlark.com/json-schema/0.2.3: + resolution: {integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json-schema/download/json-schema-0.2.3.tgz} + name: json-schema + version: 0.2.3 + dev: true + + registry.nlark.com/json-stringify-safe/5.0.1: + resolution: {integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz} + name: json-stringify-safe + version: 5.0.1 + dev: true + + registry.nlark.com/json3/3.3.3: + resolution: {integrity: sha1-f8EON1/FrkLEcFpcwKpvYr4wW4E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json3/download/json3-3.3.3.tgz} + name: json3 + version: 3.3.3 + dev: true + + registry.nlark.com/json5/0.5.1: + resolution: {integrity: sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json5/download/json5-0.5.1.tgz} + name: json5 + version: 0.5.1 + hasBin: true + dev: true + + registry.nlark.com/json5/1.0.1: + resolution: {integrity: sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json5/download/json5-1.0.1.tgz} + name: json5 + version: 1.0.1 + hasBin: true + dependencies: + minimist: registry.nlark.com/minimist/1.2.5 + dev: true + + registry.nlark.com/json5/2.2.0: + resolution: {integrity: sha1-Lf7+cgxrpSXZ69kJlQ8FFTFsiaM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/json5/download/json5-2.2.0.tgz} + name: json5 + version: 2.2.0 + engines: {node: '>=6'} + hasBin: true + dependencies: + minimist: registry.nlark.com/minimist/1.2.5 + dev: true + + registry.nlark.com/jsonfile/4.0.0: + resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jsonfile/download/jsonfile-4.0.0.tgz} + name: jsonfile + version: 4.0.0 + optionalDependencies: + graceful-fs: registry.nlark.com/graceful-fs/4.2.8 + dev: true + + registry.nlark.com/jsprim/1.4.1: + resolution: {integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/jsprim/download/jsprim-1.4.1.tgz} + name: jsprim + version: 1.4.1 + engines: {'0': node >=0.6.0} + dependencies: + assert-plus: registry.nlark.com/assert-plus/1.0.0 + extsprintf: registry.nlark.com/extsprintf/1.3.0 + json-schema: registry.nlark.com/json-schema/0.2.3 + verror: 1.10.0 + dev: true + + registry.nlark.com/keyv/3.1.0: + resolution: {integrity: sha1-7MIoSG9pmR5J6UdkhaW+Ho/FxNk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/keyv/download/keyv-3.1.0.tgz} + name: keyv + version: 3.1.0 + dependencies: + json-buffer: registry.nlark.com/json-buffer/3.0.0 + dev: true + + registry.nlark.com/killable/1.0.1: + resolution: {integrity: sha1-TIzkQRh6Bhx0dPuHygjipjgZSJI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/killable/download/killable-1.0.1.tgz} + name: killable + version: 1.0.1 + dev: true + + registry.nlark.com/kind-of/3.2.2: + resolution: {integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/kind-of/download/kind-of-3.2.2.tgz} + name: kind-of + version: 3.2.2 + engines: {node: '>=0.10.0'} + dependencies: + is-buffer: registry.nlark.com/is-buffer/1.1.6 + dev: true + + registry.nlark.com/kind-of/4.0.0: + resolution: {integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/kind-of/download/kind-of-4.0.0.tgz} + name: kind-of + version: 4.0.0 + engines: {node: '>=0.10.0'} + dependencies: + is-buffer: registry.nlark.com/is-buffer/1.1.6 + dev: true + + registry.nlark.com/kind-of/5.1.0: + resolution: {integrity: sha1-cpyR4thXt6QZofmqZWhcTDP1hF0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/kind-of/download/kind-of-5.1.0.tgz} + name: kind-of + version: 5.1.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/kind-of/6.0.3: + resolution: {integrity: sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/kind-of/download/kind-of-6.0.3.tgz} + name: kind-of + version: 6.0.3 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/last-call-webpack-plugin/3.0.0: + resolution: {integrity: sha1-l0LfDhDjz0blwDgcLekNOnotdVU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/last-call-webpack-plugin/download/last-call-webpack-plugin-3.0.0.tgz} + name: last-call-webpack-plugin + version: 3.0.0 + dependencies: + lodash: registry.nlark.com/lodash/4.17.21 + webpack-sources: registry.nlark.com/webpack-sources/1.4.3 + dev: true + + registry.nlark.com/latest-version/5.1.0: + resolution: {integrity: sha1-EZ3+kI/jjRXfpD7NE/oS7Igy+s4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/latest-version/download/latest-version-5.1.0.tgz} + name: latest-version + version: 5.1.0 + engines: {node: '>=8'} + dependencies: + package-json: registry.nlark.com/package-json/6.5.0 + dev: true + + registry.nlark.com/loader-runner/2.4.0: + resolution: {integrity: sha1-7UcGa/5TTX6ExMe5mYwqdWB9k1c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/loader-runner/download/loader-runner-2.4.0.tgz} + name: loader-runner + version: 2.4.0 + engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} + dev: true + + registry.nlark.com/loader-utils/0.2.17: + resolution: {integrity: sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/loader-utils/download/loader-utils-0.2.17.tgz} + name: loader-utils + version: 0.2.17 + dependencies: + big.js: registry.nlark.com/big.js/3.2.0 + emojis-list: registry.nlark.com/emojis-list/2.1.0 + json5: registry.nlark.com/json5/0.5.1 + object-assign: registry.nlark.com/object-assign/4.1.1 + dev: true + + registry.nlark.com/loader-utils/1.4.0: + resolution: {integrity: sha1-xXm140yzSxp07cbB+za/o3HVphM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/loader-utils/download/loader-utils-1.4.0.tgz} + name: loader-utils + version: 1.4.0 + engines: {node: '>=4.0.0'} + dependencies: + big.js: registry.nlark.com/big.js/5.2.2 + emojis-list: registry.nlark.com/emojis-list/3.0.0 + json5: registry.nlark.com/json5/1.0.1 + dev: true + + registry.nlark.com/locate-path/3.0.0: + resolution: {integrity: sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/locate-path/download/locate-path-3.0.0.tgz} + name: locate-path + version: 3.0.0 + engines: {node: '>=6'} + dependencies: + p-locate: registry.nlark.com/p-locate/3.0.0 + path-exists: registry.nlark.com/path-exists/3.0.0 + dev: true + + registry.nlark.com/locate-path/5.0.0: + resolution: {integrity: sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/locate-path/download/locate-path-5.0.0.tgz} + name: locate-path + version: 5.0.0 + engines: {node: '>=8'} + dependencies: + p-locate: registry.nlark.com/p-locate/4.1.0 + dev: true + + registry.nlark.com/lodash._reinterpolate/3.0.0: + resolution: {integrity: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz} + name: lodash._reinterpolate + version: 3.0.0 + dev: true + + registry.nlark.com/lodash.clonedeep/4.5.0: + resolution: {integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.clonedeep/download/lodash.clonedeep-4.5.0.tgz} + name: lodash.clonedeep + version: 4.5.0 + dev: true + + registry.nlark.com/lodash.debounce/4.0.8: + resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz} + name: lodash.debounce + version: 4.0.8 + dev: true + + registry.nlark.com/lodash.kebabcase/4.1.1: + resolution: {integrity: sha1-hImxyw0p/4gZXM7KRI/21swpXDY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.kebabcase/download/lodash.kebabcase-4.1.1.tgz?cache=0&sync_timestamp=1631600353314&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flodash.kebabcase%2Fdownload%2Flodash.kebabcase-4.1.1.tgz} + name: lodash.kebabcase + version: 4.1.1 + dev: true + + registry.nlark.com/lodash.memoize/4.1.2: + resolution: {integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz} + name: lodash.memoize + version: 4.1.2 + dev: true + + registry.nlark.com/lodash.template/4.5.0: + resolution: {integrity: sha1-+XYZXPPzR9DV9SSDVp/oAxzM6Ks=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.template/download/lodash.template-4.5.0.tgz} + name: lodash.template + version: 4.5.0 + dependencies: + lodash._reinterpolate: registry.nlark.com/lodash._reinterpolate/3.0.0 + lodash.templatesettings: registry.nlark.com/lodash.templatesettings/4.2.0 + dev: true + + registry.nlark.com/lodash.templatesettings/4.2.0: + resolution: {integrity: sha1-5IExDwSdPPbUfpEq0JMTsVTw+zM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.templatesettings/download/lodash.templatesettings-4.2.0.tgz} + name: lodash.templatesettings + version: 4.2.0 + dependencies: + lodash._reinterpolate: registry.nlark.com/lodash._reinterpolate/3.0.0 + dev: true + + registry.nlark.com/lodash.uniq/4.5.0: + resolution: {integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz} + name: lodash.uniq + version: 4.5.0 + dev: true + + registry.nlark.com/lodash/4.17.21: + resolution: {integrity: sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz?cache=0&sync_timestamp=1631541474256&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flodash%2Fdownload%2Flodash-4.17.21.tgz} + name: lodash + version: 4.17.21 + dev: true + + registry.nlark.com/loglevel/1.7.1: + resolution: {integrity: sha1-AF/eL15uRwaPk1/yhXPhJe9y8Zc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/loglevel/download/loglevel-1.7.1.tgz} + name: loglevel + version: 1.7.1 + engines: {node: '>= 0.6.0'} + dev: true + + registry.nlark.com/lower-case/1.1.4: + resolution: {integrity: sha1-miyr0bno4K6ZOkv31YdcOcQujqw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lower-case/download/lower-case-1.1.4.tgz} + name: lower-case + version: 1.1.4 + dev: true + + registry.nlark.com/lowercase-keys/1.0.1: + resolution: {integrity: sha1-b54wtHCE2XGnyCD/FabFFnt0wm8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz} + name: lowercase-keys + version: 1.0.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/lowercase-keys/2.0.0: + resolution: {integrity: sha1-JgPni3tLAAbLyi+8yKMgJVislHk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lowercase-keys/download/lowercase-keys-2.0.0.tgz} + name: lowercase-keys + version: 2.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/lru-cache/4.1.5: + resolution: {integrity: sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lru-cache/download/lru-cache-4.1.5.tgz} + name: lru-cache + version: 4.1.5 + dependencies: + pseudomap: registry.nlark.com/pseudomap/1.0.2 + yallist: registry.nlark.com/yallist/2.1.2 + dev: true + + registry.nlark.com/lru-cache/5.1.1: + resolution: {integrity: sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/lru-cache/download/lru-cache-5.1.1.tgz} + name: lru-cache + version: 5.1.1 + dependencies: + yallist: registry.nlark.com/yallist/3.1.1 + dev: true + + registry.nlark.com/make-dir/2.1.0: + resolution: {integrity: sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/make-dir/download/make-dir-2.1.0.tgz} + name: make-dir + version: 2.1.0 + engines: {node: '>=6'} + dependencies: + pify: registry.nlark.com/pify/4.0.1 + semver: registry.nlark.com/semver/5.7.1 + dev: true + + registry.nlark.com/make-dir/3.1.0: + resolution: {integrity: sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/make-dir/download/make-dir-3.1.0.tgz} + name: make-dir + version: 3.1.0 + engines: {node: '>=8'} + dependencies: + semver: registry.nlark.com/semver/6.3.0 + dev: true + + registry.nlark.com/map-cache/0.2.2: + resolution: {integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/map-cache/download/map-cache-0.2.2.tgz} + name: map-cache + version: 0.2.2 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/map-visit/1.0.0: + resolution: {integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/map-visit/download/map-visit-1.0.0.tgz} + name: map-visit + version: 1.0.0 + engines: {node: '>=0.10.0'} + dependencies: + object-visit: registry.nlark.com/object-visit/1.0.1 + dev: true + + registry.nlark.com/markdown-it/8.4.2: + resolution: {integrity: sha1-OG+YmY3BWjdyKqdyIIT0Agvdm1Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/markdown-it/download/markdown-it-8.4.2.tgz} + name: markdown-it + version: 8.4.2 + hasBin: true + dependencies: + argparse: registry.nlark.com/argparse/1.0.10 + entities: registry.nlark.com/entities/1.1.2 + linkify-it: registry.npmmirror.com/linkify-it/2.2.0 + mdurl: registry.nlark.com/mdurl/1.0.1 + uc.micro: registry.nlark.com/uc.micro/1.0.6 + dev: true + + registry.nlark.com/md5.js/1.3.5: + resolution: {integrity: sha1-tdB7jjIW4+J81yjXL3DR5qNCAF8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/md5.js/download/md5.js-1.3.5.tgz} + name: md5.js + version: 1.3.5 + dependencies: + hash-base: registry.nlark.com/hash-base/3.1.0 + inherits: registry.nlark.com/inherits/2.0.4 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/mdn-data/2.0.14: + resolution: {integrity: sha1-cRP8QoGRfWPOKbQ0RvcB5owlulA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mdn-data/download/mdn-data-2.0.14.tgz} + name: mdn-data + version: 2.0.14 + dev: true + + registry.nlark.com/mdn-data/2.0.4: + resolution: {integrity: sha1-aZs8OKxvHXKAkaZGULZdOIUC/Vs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mdn-data/download/mdn-data-2.0.4.tgz} + name: mdn-data + version: 2.0.4 + dev: true + + registry.nlark.com/mdurl/1.0.1: + resolution: {integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mdurl/download/mdurl-1.0.1.tgz} + name: mdurl + version: 1.0.1 + dev: true + + registry.nlark.com/media-typer/0.3.0: + resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/media-typer/download/media-typer-0.3.0.tgz} + name: media-typer + version: 0.3.0 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/memory-fs/0.4.1: + resolution: {integrity: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/memory-fs/download/memory-fs-0.4.1.tgz} + name: memory-fs + version: 0.4.1 + dependencies: + errno: registry.nlark.com/errno/0.1.8 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + dev: true + + registry.nlark.com/memory-fs/0.5.0: + resolution: {integrity: sha1-MkwBKIuIZSlm0WHbd4OHIIRajjw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/memory-fs/download/memory-fs-0.5.0.tgz} + name: memory-fs + version: 0.5.0 + engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} + dependencies: + errno: registry.nlark.com/errno/0.1.8 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + dev: true + + registry.nlark.com/merge-descriptors/1.0.1: + resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/merge-descriptors/download/merge-descriptors-1.0.1.tgz} + name: merge-descriptors + version: 1.0.1 + dev: true + + registry.nlark.com/merge-source-map/1.1.0: + resolution: {integrity: sha1-L93n5gIJOfcJBqaPLXrmheTIxkY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/merge-source-map/download/merge-source-map-1.1.0.tgz} + name: merge-source-map + version: 1.1.0 + dependencies: + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + + registry.nlark.com/merge2/1.4.1: + resolution: {integrity: sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/merge2/download/merge2-1.4.1.tgz} + name: merge2 + version: 1.4.1 + engines: {node: '>= 8'} + dev: true + + registry.nlark.com/methods/1.1.2: + resolution: {integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/methods/download/methods-1.1.2.tgz} + name: methods + version: 1.1.2 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/micromatch/3.1.10: + resolution: {integrity: sha1-cIWbyVyYQJUvNZoGij/En57PrCM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/micromatch/download/micromatch-3.1.10.tgz} + name: micromatch + version: 3.1.10 + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: registry.nlark.com/arr-diff/4.0.0 + array-unique: registry.nlark.com/array-unique/0.3.2 + braces: registry.nlark.com/braces/2.3.2 + define-property: registry.nlark.com/define-property/2.0.2 + extend-shallow: registry.nlark.com/extend-shallow/3.0.2 + extglob: registry.nlark.com/extglob/2.0.4 + fragment-cache: registry.nlark.com/fragment-cache/0.2.1 + kind-of: registry.nlark.com/kind-of/6.0.3 + nanomatch: registry.nlark.com/nanomatch/1.2.13 + object.pick: registry.nlark.com/object.pick/1.3.0 + regex-not: registry.nlark.com/regex-not/1.0.2 + snapdragon: registry.nlark.com/snapdragon/0.8.2 + to-regex: registry.nlark.com/to-regex/3.0.2 + dev: true + + registry.nlark.com/miller-rabin/4.0.1: + resolution: {integrity: sha1-8IA1HIZbDcViqEYpZtqlNUPHik0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/miller-rabin/download/miller-rabin-4.0.1.tgz} + name: miller-rabin + version: 4.0.1 + hasBin: true + dependencies: + bn.js: registry.nlark.com/bn.js/4.12.0 + brorand: registry.nlark.com/brorand/1.1.0 + dev: true + + registry.nlark.com/mime-db/1.50.0: + resolution: {integrity: sha1-q9SslOmNPA4YUBbGerRdX95AwR8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mime-db/download/mime-db-1.50.0.tgz?cache=0&sync_timestamp=1631863460554&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmime-db%2Fdownload%2Fmime-db-1.50.0.tgz} + name: mime-db + version: 1.50.0 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/mime/1.6.0: + resolution: {integrity: sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mime/download/mime-1.6.0.tgz} + name: mime + version: 1.6.0 + engines: {node: '>=4'} + hasBin: true + dev: true + + registry.nlark.com/mime/2.5.2: + resolution: {integrity: sha1-bj3GzCuVEGQ4MOXxnVy3U9pe6r4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mime/download/mime-2.5.2.tgz} + name: mime + version: 2.5.2 + engines: {node: '>=4.0.0'} + hasBin: true + dev: true + + registry.nlark.com/mimic-response/1.0.1: + resolution: {integrity: sha1-SSNTiHju9CBjy4o+OweYeBSHqxs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mimic-response/download/mimic-response-1.0.1.tgz} + name: mimic-response + version: 1.0.1 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/minimalistic-assert/1.0.1: + resolution: {integrity: sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz} + name: minimalistic-assert + version: 1.0.1 + dev: true + + registry.nlark.com/minimalistic-crypto-utils/1.0.1: + resolution: {integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz} + name: minimalistic-crypto-utils + version: 1.0.1 + dev: true + + registry.nlark.com/minimatch/3.0.4: + resolution: {integrity: sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz} + name: minimatch + version: 3.0.4 + dependencies: + brace-expansion: registry.nlark.com/brace-expansion/1.1.11 + dev: true + + registry.nlark.com/minimist/1.2.5: + resolution: {integrity: sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/minimist/download/minimist-1.2.5.tgz} + name: minimist + version: 1.2.5 + dev: true + + registry.nlark.com/mississippi/3.0.0: + resolution: {integrity: sha1-6goykfl+C16HdrNj1fChLZTGcCI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mississippi/download/mississippi-3.0.0.tgz} + name: mississippi + version: 3.0.0 + engines: {node: '>=4.0.0'} + dependencies: + concat-stream: registry.nlark.com/concat-stream/1.6.2 + duplexify: registry.nlark.com/duplexify/3.7.1 + end-of-stream: registry.nlark.com/end-of-stream/1.4.4 + flush-write-stream: registry.nlark.com/flush-write-stream/1.1.1 + from2: registry.nlark.com/from2/2.3.0 + parallel-transform: registry.nlark.com/parallel-transform/1.2.0 + pump: registry.nlark.com/pump/3.0.0 + pumpify: registry.nlark.com/pumpify/1.5.1 + stream-each: registry.nlark.com/stream-each/1.2.3 + through2: registry.nlark.com/through2/2.0.5 + dev: true + + registry.nlark.com/mixin-deep/1.3.2: + resolution: {integrity: sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mixin-deep/download/mixin-deep-1.3.2.tgz} + name: mixin-deep + version: 1.3.2 + engines: {node: '>=0.10.0'} + dependencies: + for-in: registry.nlark.com/for-in/1.0.2 + is-extendable: registry.nlark.com/is-extendable/1.0.1 + dev: true + + registry.nlark.com/mkdirp/0.3.0: + resolution: {integrity: sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mkdirp/download/mkdirp-0.3.0.tgz} + name: mkdirp + version: 0.3.0 + deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) + dev: true + + registry.nlark.com/mkdirp/0.5.5: + resolution: {integrity: sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mkdirp/download/mkdirp-0.5.5.tgz} + name: mkdirp + version: 0.5.5 + hasBin: true + dependencies: + minimist: registry.nlark.com/minimist/1.2.5 + dev: true + + registry.nlark.com/mkdirp/1.0.4: + resolution: {integrity: sha1-PrXtYmInVteaXw4qIh3+utdcL34=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/mkdirp/download/mkdirp-1.0.4.tgz} + name: mkdirp + version: 1.0.4 + engines: {node: '>=10'} + hasBin: true + dev: true + + registry.nlark.com/move-concurrently/1.0.1: + resolution: {integrity: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/move-concurrently/download/move-concurrently-1.0.1.tgz} + name: move-concurrently + version: 1.0.1 + dependencies: + aproba: registry.nlark.com/aproba/1.2.0 + copy-concurrently: registry.nlark.com/copy-concurrently/1.0.5 + fs-write-stream-atomic: registry.nlark.com/fs-write-stream-atomic/1.0.10 + mkdirp: registry.nlark.com/mkdirp/0.5.5 + rimraf: registry.nlark.com/rimraf/2.7.1 + run-queue: registry.nlark.com/run-queue/1.0.3 + dev: true + + registry.nlark.com/multicast-dns-service-types/1.1.0: + resolution: {integrity: sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/multicast-dns-service-types/download/multicast-dns-service-types-1.1.0.tgz} + name: multicast-dns-service-types + version: 1.1.0 + dev: true + + registry.nlark.com/nan/2.15.0: + resolution: {integrity: sha1-PzSkc/8Y4VwbVia2KQO1rW5mX+4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nan/download/nan-2.15.0.tgz} + name: nan + version: 2.15.0 + dev: true + optional: true + + registry.nlark.com/nanomatch/1.2.13: + resolution: {integrity: sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nanomatch/download/nanomatch-1.2.13.tgz} + name: nanomatch + version: 1.2.13 + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: registry.nlark.com/arr-diff/4.0.0 + array-unique: registry.nlark.com/array-unique/0.3.2 + define-property: registry.nlark.com/define-property/2.0.2 + extend-shallow: registry.nlark.com/extend-shallow/3.0.2 + fragment-cache: registry.nlark.com/fragment-cache/0.2.1 + is-windows: registry.nlark.com/is-windows/1.0.2 + kind-of: registry.nlark.com/kind-of/6.0.3 + object.pick: registry.nlark.com/object.pick/1.3.0 + regex-not: registry.nlark.com/regex-not/1.0.2 + snapdragon: registry.nlark.com/snapdragon/0.8.2 + to-regex: registry.nlark.com/to-regex/3.0.2 + dev: true + + registry.nlark.com/negotiator/0.6.2: + resolution: {integrity: sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/negotiator/download/negotiator-0.6.2.tgz} + name: negotiator + version: 0.6.2 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/neo-async/2.6.2: + resolution: {integrity: sha1-tKr7k+OustgXTKU88WOrfXMIMF8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/neo-async/download/neo-async-2.6.2.tgz} + name: neo-async + version: 2.6.2 + dev: true + + registry.nlark.com/nice-try/1.0.5: + resolution: {integrity: sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nice-try/download/nice-try-1.0.5.tgz} + name: nice-try + version: 1.0.5 + dev: true + + registry.nlark.com/no-case/2.3.2: + resolution: {integrity: sha1-YLgTOWvjmz8SiKTB7V0efSi0ZKw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/no-case/download/no-case-2.3.2.tgz} + name: no-case + version: 2.3.2 + dependencies: + lower-case: registry.nlark.com/lower-case/1.1.4 + dev: true + + registry.nlark.com/node-forge/0.10.0: + resolution: {integrity: sha1-Mt6ir7Ppkm8C7lzoeUkCaRpna/M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/node-forge/download/node-forge-0.10.0.tgz} + name: node-forge + version: 0.10.0 + engines: {node: '>= 6.0.0'} + dev: true + + registry.nlark.com/node-libs-browser/2.2.1: + resolution: {integrity: sha1-tk9RPRgzhiX5A0bSew0jXmMfZCU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz} + name: node-libs-browser + version: 2.2.1 + dependencies: + assert: registry.nlark.com/assert/1.5.0 + browserify-zlib: registry.nlark.com/browserify-zlib/0.2.0 + buffer: registry.nlark.com/buffer/4.9.2 + console-browserify: registry.nlark.com/console-browserify/1.2.0 + constants-browserify: registry.nlark.com/constants-browserify/1.0.0 + crypto-browserify: registry.nlark.com/crypto-browserify/3.12.0 + domain-browser: registry.nlark.com/domain-browser/1.2.0 + events: registry.nlark.com/events/3.3.0 + https-browserify: registry.nlark.com/https-browserify/1.0.0 + os-browserify: registry.nlark.com/os-browserify/0.3.0 + path-browserify: registry.nlark.com/path-browserify/0.0.1 + process: registry.nlark.com/process/0.11.10 + punycode: registry.nlark.com/punycode/1.4.1 + querystring-es3: registry.nlark.com/querystring-es3/0.2.1 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + stream-browserify: registry.nlark.com/stream-browserify/2.0.2 + stream-http: registry.nlark.com/stream-http/2.8.3 + string_decoder: registry.nlark.com/string_decoder/1.3.0 + timers-browserify: registry.nlark.com/timers-browserify/2.0.12 + tty-browserify: registry.nlark.com/tty-browserify/0.0.0 + url: registry.nlark.com/url/0.11.0 + util: registry.nlark.com/util/0.11.1 + vm-browserify: registry.nlark.com/vm-browserify/1.1.2 + dev: true + + registry.nlark.com/nopt/1.0.10: + resolution: {integrity: sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nopt/download/nopt-1.0.10.tgz} + name: nopt + version: 1.0.10 + hasBin: true + dependencies: + abbrev: registry.nlark.com/abbrev/1.1.1 + dev: true + + registry.nlark.com/normalize-path/2.1.1: + resolution: {integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/normalize-path/download/normalize-path-2.1.1.tgz} + name: normalize-path + version: 2.1.1 + engines: {node: '>=0.10.0'} + dependencies: + remove-trailing-separator: registry.nlark.com/remove-trailing-separator/1.1.0 + dev: true + + registry.nlark.com/normalize-path/3.0.0: + resolution: {integrity: sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/normalize-path/download/normalize-path-3.0.0.tgz} + name: normalize-path + version: 3.0.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/normalize-range/0.1.2: + resolution: {integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/normalize-range/download/normalize-range-0.1.2.tgz} + name: normalize-range + version: 0.1.2 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/normalize-url/2.0.1: + resolution: {integrity: sha1-g1qdoVUfom9w6SMpBpojqmV01+Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/normalize-url/download/normalize-url-2.0.1.tgz} + name: normalize-url + version: 2.0.1 + engines: {node: '>=4'} + dependencies: + prepend-http: registry.nlark.com/prepend-http/2.0.0 + query-string: registry.nlark.com/query-string/5.1.1 + sort-keys: registry.nlark.com/sort-keys/2.0.0 + dev: true + + registry.nlark.com/normalize-url/3.3.0: + resolution: {integrity: sha1-suHE3E98bVd0PfczpPWXjRhlBVk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/normalize-url/download/normalize-url-3.3.0.tgz} + name: normalize-url + version: 3.3.0 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/normalize-url/4.5.1: + resolution: {integrity: sha1-DdkM8SiO4dExO4cIHJpZMu5IUYo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/normalize-url/download/normalize-url-4.5.1.tgz} + name: normalize-url + version: 4.5.1 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/nprogress/0.2.0: + resolution: {integrity: sha1-y480xTIT2JVyP8urkH6UIq28r7E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nprogress/download/nprogress-0.2.0.tgz} + name: nprogress + version: 0.2.0 + dev: true + + registry.nlark.com/nth-check/1.0.2: + resolution: {integrity: sha1-sr0pXDfj3VijvwcAN2Zjuk2c8Fw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nth-check/download/nth-check-1.0.2.tgz} + name: nth-check + version: 1.0.2 + dependencies: + boolbase: registry.nlark.com/boolbase/1.0.0 + dev: true + + registry.nlark.com/nth-check/2.0.1: + resolution: {integrity: sha1-Lv4WL1w9oGoolZ+9PbddvuqfD8I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/nth-check/download/nth-check-2.0.1.tgz} + name: nth-check + version: 2.0.1 + dependencies: + boolbase: registry.nlark.com/boolbase/1.0.0 + dev: true + + registry.nlark.com/num2fraction/1.2.2: + resolution: {integrity: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/num2fraction/download/num2fraction-1.2.2.tgz} + name: num2fraction + version: 1.2.2 + dev: true + + registry.nlark.com/oauth-sign/0.9.0: + resolution: {integrity: sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/oauth-sign/download/oauth-sign-0.9.0.tgz} + name: oauth-sign + version: 0.9.0 + dev: true + + registry.nlark.com/object-assign/4.1.1: + resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-assign/download/object-assign-4.1.1.tgz?cache=0&sync_timestamp=1631600272706&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fobject-assign%2Fdownload%2Fobject-assign-4.1.1.tgz} + name: object-assign + version: 4.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/object-copy/0.1.0: + resolution: {integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-copy/download/object-copy-0.1.0.tgz} + name: object-copy + version: 0.1.0 + engines: {node: '>=0.10.0'} + dependencies: + copy-descriptor: registry.nlark.com/copy-descriptor/0.1.1 + define-property: registry.nlark.com/define-property/0.2.5 + kind-of: registry.nlark.com/kind-of/3.2.2 + dev: true + + registry.nlark.com/object-inspect/1.11.0: + resolution: {integrity: sha1-nc6xRs7dQUig2eUauI00z1CZIrE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-inspect/download/object-inspect-1.11.0.tgz} + name: object-inspect + version: 1.11.0 + dev: true + + registry.nlark.com/object-is/1.1.5: + resolution: {integrity: sha1-ud7qpfx/GEag+uzc7sE45XePU6w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-is/download/object-is-1.1.5.tgz} + name: object-is + version: 1.1.5 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + dev: true + + registry.nlark.com/object-keys/1.1.1: + resolution: {integrity: sha1-HEfyct8nfzsdrwYWd9nILiMixg4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-keys/download/object-keys-1.1.1.tgz} + name: object-keys + version: 1.1.1 + engines: {node: '>= 0.4'} + dev: true + + registry.nlark.com/object-visit/1.0.1: + resolution: {integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object-visit/download/object-visit-1.0.1.tgz} + name: object-visit + version: 1.0.1 + engines: {node: '>=0.10.0'} + dependencies: + isobject: registry.nlark.com/isobject/3.0.1 + dev: true + + registry.nlark.com/object.assign/4.1.2: + resolution: {integrity: sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object.assign/download/object.assign-4.1.2.tgz} + name: object.assign + version: 4.1.2 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + has-symbols: registry.nlark.com/has-symbols/1.0.2 + object-keys: registry.nlark.com/object-keys/1.1.1 + dev: true + + registry.nlark.com/object.pick/1.3.0: + resolution: {integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/object.pick/download/object.pick-1.3.0.tgz} + name: object.pick + version: 1.3.0 + engines: {node: '>=0.10.0'} + dependencies: + isobject: registry.nlark.com/isobject/3.0.1 + dev: true + + registry.nlark.com/obuf/1.1.2: + resolution: {integrity: sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/obuf/download/obuf-1.1.2.tgz} + name: obuf + version: 1.1.2 + dev: true + + registry.nlark.com/on-finished/2.3.0: + resolution: {integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/on-finished/download/on-finished-2.3.0.tgz} + name: on-finished + version: 2.3.0 + engines: {node: '>= 0.8'} + dependencies: + ee-first: registry.nlark.com/ee-first/1.1.1 + dev: true + + registry.nlark.com/on-headers/1.0.2: + resolution: {integrity: sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/on-headers/download/on-headers-1.0.2.tgz} + name: on-headers + version: 1.0.2 + engines: {node: '>= 0.8'} + dev: true + + registry.nlark.com/once/1.4.0: + resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/once/download/once-1.4.0.tgz} + name: once + version: 1.4.0 + dependencies: + wrappy: registry.nlark.com/wrappy/1.0.2 + dev: true + + registry.nlark.com/opn/5.5.0: + resolution: {integrity: sha1-/HFk+rVtI1kExRw7J9pnWMo7m/w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/opn/download/opn-5.5.0.tgz} + name: opn + version: 5.5.0 + engines: {node: '>=4'} + dependencies: + is-wsl: registry.nlark.com/is-wsl/1.1.0 + dev: true + + registry.nlark.com/optimize-css-assets-webpack-plugin/5.0.8_webpack@4.46.0: + resolution: {integrity: sha1-y8zc9abvYdT4zHjPCDpnRG5fQCo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/optimize-css-assets-webpack-plugin/download/optimize-css-assets-webpack-plugin-5.0.8.tgz} + id: registry.nlark.com/optimize-css-assets-webpack-plugin/5.0.8 + name: optimize-css-assets-webpack-plugin + version: 5.0.8 + peerDependencies: + webpack: ^4.0.0 + dependencies: + cssnano: registry.nlark.com/cssnano/4.1.11 + last-call-webpack-plugin: registry.nlark.com/last-call-webpack-plugin/3.0.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + dev: true + + registry.nlark.com/original/1.0.2: + resolution: {integrity: sha1-5EKmHP/hxf0gpl8yYcJmY7MD8l8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/original/download/original-1.0.2.tgz} + name: original + version: 1.0.2 + dependencies: + url-parse: registry.nlark.com/url-parse/1.5.3 + dev: true + + registry.nlark.com/os-browserify/0.3.0: + resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/os-browserify/download/os-browserify-0.3.0.tgz} + name: os-browserify + version: 0.3.0 + dev: true + + registry.nlark.com/p-cancelable/1.1.0: + resolution: {integrity: sha1-0HjRWjr0CSIMiG8dmgyi5EGrJsw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-cancelable/download/p-cancelable-1.1.0.tgz} + name: p-cancelable + version: 1.1.0 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/p-finally/1.0.0: + resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-finally/download/p-finally-1.0.0.tgz} + name: p-finally + version: 1.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/p-limit/2.3.0: + resolution: {integrity: sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-limit/download/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 + dev: true + + registry.nlark.com/p-locate/3.0.0: + resolution: {integrity: sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-locate/download/p-locate-3.0.0.tgz} + name: p-locate + version: 3.0.0 + engines: {node: '>=6'} + dependencies: + p-limit: registry.nlark.com/p-limit/2.3.0 + dev: true + + registry.nlark.com/p-locate/4.1.0: + resolution: {integrity: sha1-o0KLtwiLOmApL2aRkni3wpetTwc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-locate/download/p-locate-4.1.0.tgz} + name: p-locate + version: 4.1.0 + engines: {node: '>=8'} + dependencies: + p-limit: registry.nlark.com/p-limit/2.3.0 + dev: true + + registry.nlark.com/p-map/2.1.0: + resolution: {integrity: sha1-MQko/u+cnsxltosXaTAYpmXOoXU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-map/download/p-map-2.1.0.tgz} + name: p-map + version: 2.1.0 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/p-retry/3.0.1: + resolution: {integrity: sha1-MWtMiJPiyNwc+okfQGxLQivr8yg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/p-retry/download/p-retry-3.0.1.tgz} + name: p-retry + version: 3.0.1 + engines: {node: '>=6'} + dependencies: + retry: registry.nlark.com/retry/0.12.0 + dev: true + + registry.nlark.com/package-json/6.5.0: + resolution: {integrity: sha1-b+7ayjXnVyWHbQsOZJdGl/7RRbA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/package-json/download/package-json-6.5.0.tgz} + name: package-json + version: 6.5.0 + engines: {node: '>=8'} + dependencies: + got: registry.nlark.com/got/9.6.0 + registry-auth-token: registry.nlark.com/registry-auth-token/4.2.1 + registry-url: registry.nlark.com/registry-url/5.1.0 + semver: registry.nlark.com/semver/6.3.0 + dev: true + + registry.nlark.com/pako/1.0.11: + resolution: {integrity: sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pako/download/pako-1.0.11.tgz} + name: pako + version: 1.0.11 + dev: true + + registry.nlark.com/parallel-transform/1.2.0: + resolution: {integrity: sha1-kEnKN9bLIYLDsdLHIL6U0UpYFPw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/parallel-transform/download/parallel-transform-1.2.0.tgz} + name: parallel-transform + version: 1.2.0 + dependencies: + cyclist: registry.nlark.com/cyclist/1.0.1 + inherits: registry.nlark.com/inherits/2.0.4 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + dev: true + + registry.nlark.com/param-case/2.1.1: + resolution: {integrity: sha1-35T9jPZTHs915r75oIWPvHK+Ikc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/param-case/download/param-case-2.1.1.tgz} + name: param-case + version: 2.1.1 + dependencies: + no-case: registry.nlark.com/no-case/2.3.2 + dev: true + + registry.nlark.com/parse-asn1/5.1.6: + resolution: {integrity: sha1-OFCAo+wTy2KmLTlAnLPoiETNrtQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/parse-asn1/download/parse-asn1-5.1.6.tgz} + name: parse-asn1 + version: 5.1.6 + dependencies: + asn1.js: registry.nlark.com/asn1.js/5.4.1 + browserify-aes: registry.nlark.com/browserify-aes/1.2.0 + evp_bytestokey: registry.nlark.com/evp_bytestokey/1.0.3 + pbkdf2: registry.nlark.com/pbkdf2/3.1.2 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/parse-json/4.0.0: + resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/parse-json/download/parse-json-4.0.0.tgz} + name: parse-json + version: 4.0.0 + engines: {node: '>=4'} + dependencies: + error-ex: registry.nlark.com/error-ex/1.3.2 + json-parse-better-errors: registry.nlark.com/json-parse-better-errors/1.0.2 + dev: true + + registry.nlark.com/parseurl/1.3.3: + resolution: {integrity: sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/parseurl/download/parseurl-1.3.3.tgz} + name: parseurl + version: 1.3.3 + engines: {node: '>= 0.8'} + dev: true + + registry.nlark.com/pascalcase/0.1.1: + resolution: {integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pascalcase/download/pascalcase-0.1.1.tgz} + name: pascalcase + version: 0.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/path-browserify/0.0.1: + resolution: {integrity: sha1-5sTd1+06onxoogzE5Q4aTug7vEo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-browserify/download/path-browserify-0.0.1.tgz} + name: path-browserify + version: 0.0.1 + dev: true + + registry.nlark.com/path-dirname/1.0.2: + resolution: {integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-dirname/download/path-dirname-1.0.2.tgz} + name: path-dirname + version: 1.0.2 + dev: true + + registry.nlark.com/path-exists/3.0.0: + resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-exists/download/path-exists-3.0.0.tgz} + name: path-exists + version: 3.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/path-exists/4.0.0: + resolution: {integrity: sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-exists/download/path-exists-4.0.0.tgz} + name: path-exists + version: 4.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/path-is-absolute/1.0.1: + resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz} + name: path-is-absolute + version: 1.0.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/path-is-inside/1.0.2: + resolution: {integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-is-inside/download/path-is-inside-1.0.2.tgz} + name: path-is-inside + version: 1.0.2 + dev: true + + registry.nlark.com/path-key/2.0.1: + resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-key/download/path-key-2.0.1.tgz} + name: path-key + version: 2.0.1 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/path-parse/1.0.7: + resolution: {integrity: sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-parse/download/path-parse-1.0.7.tgz} + name: path-parse + version: 1.0.7 + dev: true + + registry.nlark.com/path-to-regexp/0.1.7: + resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-to-regexp/download/path-to-regexp-0.1.7.tgz} + name: path-to-regexp + version: 0.1.7 + dev: true + + registry.nlark.com/path-type/3.0.0: + resolution: {integrity: sha1-zvMdyOCho7sNEFwM2Xzzv0f0428=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/path-type/download/path-type-3.0.0.tgz} + name: path-type + version: 3.0.0 + engines: {node: '>=4'} + dependencies: + pify: registry.nlark.com/pify/3.0.0 + dev: true + + registry.nlark.com/pbkdf2/3.1.2: + resolution: {integrity: sha1-3YIqoIh1gOUvGgOdw+2hCO+uMHU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pbkdf2/download/pbkdf2-3.1.2.tgz} + name: pbkdf2 + version: 3.1.2 + engines: {node: '>=0.12'} + dependencies: + create-hash: registry.nlark.com/create-hash/1.2.0 + create-hmac: registry.nlark.com/create-hmac/1.1.7 + ripemd160: registry.nlark.com/ripemd160/2.0.2 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + sha.js: registry.nlark.com/sha.js/2.4.11 + dev: true + + registry.nlark.com/performance-now/2.1.0: + resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/performance-now/download/performance-now-2.1.0.tgz} + name: performance-now + version: 2.1.0 + dev: true + + registry.nlark.com/picomatch/2.3.0: + resolution: {integrity: sha1-8fBh3o9qS/AiiS4tEoI0+5gwKXI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/picomatch/download/picomatch-2.3.0.tgz} + name: picomatch + version: 2.3.0 + engines: {node: '>=8.6'} + dev: true + optional: true + + registry.nlark.com/pify/2.3.0: + resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pify/download/pify-2.3.0.tgz} + name: pify + version: 2.3.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/pify/3.0.0: + resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pify/download/pify-3.0.0.tgz} + name: pify + version: 3.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/pify/4.0.1: + resolution: {integrity: sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pify/download/pify-4.0.1.tgz} + name: pify + version: 4.0.1 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/pinkie-promise/2.0.1: + resolution: {integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz} + name: pinkie-promise + version: 2.0.1 + engines: {node: '>=0.10.0'} + dependencies: + pinkie: registry.nlark.com/pinkie/2.0.4 + dev: true + + registry.nlark.com/pinkie/2.0.4: + resolution: {integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pinkie/download/pinkie-2.0.4.tgz} + name: pinkie + version: 2.0.4 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/portfinder/1.0.28: + resolution: {integrity: sha1-Z8RiKFK9U3TdHdkA93n1NGL6x3g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/portfinder/download/portfinder-1.0.28.tgz} + name: portfinder + version: 1.0.28 + engines: {node: '>= 0.12.0'} + dependencies: + async: registry.nlark.com/async/2.6.3 + debug: registry.nlark.com/debug/3.2.7 + mkdirp: registry.nlark.com/mkdirp/0.5.5 + dev: true + + registry.nlark.com/posix-character-classes/0.1.1: + resolution: {integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz} + name: posix-character-classes + version: 0.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/postcss-calc/7.0.5: + resolution: {integrity: sha1-+KbpnxLmGcLrwjz2xIb9wVhgkz4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-calc/download/postcss-calc-7.0.5.tgz} + name: postcss-calc + version: 7.0.5 + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6 + postcss-value-parser: registry.nlark.com/postcss-value-parser/4.1.0 + dev: true + + registry.nlark.com/postcss-colormin/4.0.3: + resolution: {integrity: sha1-rgYLzpPteUrHEmTwgTLVUJVr04E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz} + name: postcss-colormin + version: 4.0.3 + engines: {node: '>=6.9.0'} + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.17.3 + color: registry.nlark.com/color/3.2.1 + has: registry.nlark.com/has/1.0.3 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-convert-values/4.0.1: + resolution: {integrity: sha1-yjgT7U2g+BL51DcDWE5Enr4Ymn8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz} + name: postcss-convert-values + version: 4.0.1 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-discard-comments/4.0.2: + resolution: {integrity: sha1-H7q9LCRr/2qq15l7KwkY9NevQDM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz} + name: postcss-discard-comments + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-discard-duplicates/4.0.2: + resolution: {integrity: sha1-P+EzzTyCKC5VD8myORdqkge3hOs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz} + name: postcss-discard-duplicates + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-discard-empty/4.0.1: + resolution: {integrity: sha1-yMlR6fc+2UKAGUWERKAq2Qu592U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz} + name: postcss-discard-empty + version: 4.0.1 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-discard-overridden/4.0.1: + resolution: {integrity: sha1-ZSrvipZybwKfXj4AFG7npOdV/1c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz} + name: postcss-discard-overridden + version: 4.0.1 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-load-config/2.1.2: + resolution: {integrity: sha1-xepQTyxK7zPHNZo03jVzdyrXUCo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz} + name: postcss-load-config + version: 2.1.2 + engines: {node: '>= 4'} + dependencies: + cosmiconfig: registry.nlark.com/cosmiconfig/5.2.1 + import-cwd: registry.nlark.com/import-cwd/2.1.0 + dev: true + + registry.nlark.com/postcss-loader/3.0.0: + resolution: {integrity: sha1-a5eUPkfHLYRfqeA/Jzdz1OjdbC0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-loader/download/postcss-loader-3.0.0.tgz} + name: postcss-loader + version: 3.0.0 + engines: {node: '>= 6'} + dependencies: + loader-utils: registry.nlark.com/loader-utils/1.4.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-load-config: registry.nlark.com/postcss-load-config/2.1.2 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + dev: true + + registry.nlark.com/postcss-merge-longhand/4.0.11: + resolution: {integrity: sha1-YvSaE+Sg7gTnuY9CuxYGLKJUniQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz} + name: postcss-merge-longhand + version: 4.0.11 + engines: {node: '>=6.9.0'} + dependencies: + css-color-names: registry.nlark.com/css-color-names/0.0.4 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + stylehacks: registry.nlark.com/stylehacks/4.0.3 + dev: true + + registry.nlark.com/postcss-merge-rules/4.0.3: + resolution: {integrity: sha1-NivqT/Wh+Y5AdacTxsslrv75plA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz} + name: postcss-merge-rules + version: 4.0.3 + engines: {node: '>=6.9.0'} + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.17.3 + caniuse-api: registry.nlark.com/caniuse-api/3.0.0 + cssnano-util-same-parent: registry.nlark.com/cssnano-util-same-parent/4.0.1 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-selector-parser: registry.nlark.com/postcss-selector-parser/3.1.2 + vendors: registry.nlark.com/vendors/1.0.4 + dev: true + + registry.nlark.com/postcss-minify-font-values/4.0.2: + resolution: {integrity: sha1-zUw0TM5HQ0P6xdgiBqssvLiv1aY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz} + name: postcss-minify-font-values + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-minify-gradients/4.0.2: + resolution: {integrity: sha1-k7KcL/UJnFNe7NpWxKpuZlpmNHE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz} + name: postcss-minify-gradients + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-arguments: registry.nlark.com/cssnano-util-get-arguments/4.0.0 + is-color-stop: registry.nlark.com/is-color-stop/1.1.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-minify-params/4.0.2: + resolution: {integrity: sha1-a5zvAwwR41Jh+V9hjJADbWgNuHQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz} + name: postcss-minify-params + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + alphanum-sort: registry.nlark.com/alphanum-sort/1.0.2 + browserslist: registry.npmmirror.com/browserslist/4.17.3 + cssnano-util-get-arguments: registry.nlark.com/cssnano-util-get-arguments/4.0.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + uniqs: registry.nlark.com/uniqs/2.0.0 + dev: true + + registry.nlark.com/postcss-minify-selectors/4.0.2: + resolution: {integrity: sha1-4uXrQL/uUA0M2SQ1APX46kJi+9g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz} + name: postcss-minify-selectors + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + alphanum-sort: registry.nlark.com/alphanum-sort/1.0.2 + has: registry.nlark.com/has/1.0.3 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-selector-parser: registry.nlark.com/postcss-selector-parser/3.1.2 + dev: true + + registry.nlark.com/postcss-modules-extract-imports/2.0.0: + resolution: {integrity: sha1-gYcZoa4doyX5gyRGsBE27rSTzX4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz} + name: postcss-modules-extract-imports + version: 2.0.0 + engines: {node: '>= 6'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-modules-local-by-default/2.0.6: + resolution: {integrity: sha1-3ZlT9t1Ha1/R7y2IMMiSl2C1bmM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-2.0.6.tgz} + name: postcss-modules-local-by-default + version: 2.0.6 + engines: {node: '>= 6'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-modules-scope/2.2.0: + resolution: {integrity: sha1-OFyuATzHdD9afXYC0Qc6iequYu4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz} + name: postcss-modules-scope + version: 2.2.0 + engines: {node: '>= 6'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-selector-parser: registry.nlark.com/postcss-selector-parser/6.0.6 + dev: true + + registry.nlark.com/postcss-modules-values/2.0.0: + resolution: {integrity: sha1-R5tG3Axco9x/pScIUYNrnscVL2Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-modules-values/download/postcss-modules-values-2.0.0.tgz} + name: postcss-modules-values + version: 2.0.0 + dependencies: + icss-replace-symbols: registry.nlark.com/icss-replace-symbols/1.1.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-normalize-charset/4.0.1: + resolution: {integrity: sha1-izWt067oOhNrBHHg1ZvlilAoXdQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz} + name: postcss-normalize-charset + version: 4.0.1 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-normalize-display-values/4.0.2: + resolution: {integrity: sha1-Db4EpM6QY9RmftK+R2u4MMglk1o=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz} + name: postcss-normalize-display-values + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-match: registry.nlark.com/cssnano-util-get-match/4.0.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-normalize-positions/4.0.2: + resolution: {integrity: sha1-BfdX+E8mBDc3g2ipH4ky1LECkX8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz} + name: postcss-normalize-positions + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-arguments: registry.nlark.com/cssnano-util-get-arguments/4.0.0 + has: registry.nlark.com/has/1.0.3 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-normalize-repeat-style/4.0.2: + resolution: {integrity: sha1-xOu8KJ85kaAo1EdRy90RkYsXkQw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz} + name: postcss-normalize-repeat-style + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-arguments: registry.nlark.com/cssnano-util-get-arguments/4.0.0 + cssnano-util-get-match: registry.nlark.com/cssnano-util-get-match/4.0.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-normalize-string/4.0.2: + resolution: {integrity: sha1-zUTECrB6DHo23F6Zqs4eyk7CaQw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz} + name: postcss-normalize-string + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + has: registry.nlark.com/has/1.0.3 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-normalize-timing-functions/4.0.2: + resolution: {integrity: sha1-jgCcoqOUnNr4rSPmtquZy159KNk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz} + name: postcss-normalize-timing-functions + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-match: registry.nlark.com/cssnano-util-get-match/4.0.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-normalize-unicode/4.0.1: + resolution: {integrity: sha1-hBvUj9zzAZrUuqdJOj02O1KuHPs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz} + name: postcss-normalize-unicode + version: 4.0.1 + engines: {node: '>=6.9.0'} + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.17.3 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-normalize-url/4.0.1: + resolution: {integrity: sha1-EOQ3+GvHx+WPe5ZS7YeNqqlfquE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz} + name: postcss-normalize-url + version: 4.0.1 + engines: {node: '>=6.9.0'} + dependencies: + is-absolute-url: registry.nlark.com/is-absolute-url/2.1.0 + normalize-url: registry.nlark.com/normalize-url/3.3.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-normalize-whitespace/4.0.2: + resolution: {integrity: sha1-vx1AcP5Pzqh9E0joJdjMDF+qfYI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz} + name: postcss-normalize-whitespace + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-ordered-values/4.1.2: + resolution: {integrity: sha1-DPdcgg7H1cTSgBiVWeC1ceusDu4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz} + name: postcss-ordered-values + version: 4.1.2 + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-arguments: registry.nlark.com/cssnano-util-get-arguments/4.0.0 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-reduce-initial/4.0.3: + resolution: {integrity: sha1-f9QuvqXpyBRgljniwuhK4nC6SN8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz} + name: postcss-reduce-initial + version: 4.0.3 + engines: {node: '>=6.9.0'} + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.17.3 + caniuse-api: registry.nlark.com/caniuse-api/3.0.0 + has: registry.nlark.com/has/1.0.3 + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-reduce-transforms/4.0.2: + resolution: {integrity: sha1-F++kBerMbge+NBSlyi0QdGgdTik=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz} + name: postcss-reduce-transforms + version: 4.0.2 + engines: {node: '>=6.9.0'} + dependencies: + cssnano-util-get-match: registry.nlark.com/cssnano-util-get-match/4.0.0 + has: registry.nlark.com/has/1.0.3 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + dev: true + + registry.nlark.com/postcss-safe-parser/4.0.2: + resolution: {integrity: sha1-ptTkjw832ffBGypYG/APi6SHC5Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz} + name: postcss-safe-parser + version: 4.0.2 + engines: {node: '>=6.0.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + dev: true + + registry.nlark.com/postcss-selector-parser/3.1.2: + resolution: {integrity: sha1-sxD1xMD9r3b5SQK7qjDbaqhPUnA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz?cache=0&sync_timestamp=1631600348568&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-3.1.2.tgz} + name: postcss-selector-parser + version: 3.1.2 + engines: {node: '>=8'} + dependencies: + dot-prop: registry.nlark.com/dot-prop/5.3.0 + indexes-of: registry.nlark.com/indexes-of/1.0.1 + uniq: registry.nlark.com/uniq/1.0.1 + dev: true + + registry.nlark.com/postcss-selector-parser/6.0.6: + resolution: {integrity: sha1-LFu6gXSsL2mBq2MaQqsO5UrzMuo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-selector-parser/download/postcss-selector-parser-6.0.6.tgz?cache=0&sync_timestamp=1631600348568&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-6.0.6.tgz} + name: postcss-selector-parser + version: 6.0.6 + engines: {node: '>=4'} + dependencies: + cssesc: registry.nlark.com/cssesc/3.0.0 + util-deprecate: registry.nlark.com/util-deprecate/1.0.2 + dev: true + + registry.nlark.com/postcss-svgo/4.0.3: + resolution: {integrity: sha1-NDos26yVBdQWJD1Jb3JPOIlMlB4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-svgo/download/postcss-svgo-4.0.3.tgz} + name: postcss-svgo + version: 4.0.3 + engines: {node: '>=6.9.0'} + dependencies: + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/3.3.1 + svgo: registry.npmmirror.com/svgo/1.3.2 + dev: true + + registry.nlark.com/postcss-unique-selectors/4.0.1: + resolution: {integrity: sha1-lEaRHzKJv9ZMbWgPBzwDsfnuS6w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz} + name: postcss-unique-selectors + version: 4.0.1 + engines: {node: '>=6.9.0'} + dependencies: + alphanum-sort: registry.nlark.com/alphanum-sort/1.0.2 + postcss: registry.npmmirror.com/postcss/7.0.39 + uniqs: registry.nlark.com/uniqs/2.0.0 + dev: true + + registry.nlark.com/postcss-value-parser/3.3.1: + resolution: {integrity: sha1-n/giVH4okyE88cMO+lGsX9G6goE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz?cache=0&sync_timestamp=1631600348741&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-value-parser%2Fdownload%2Fpostcss-value-parser-3.3.1.tgz} + name: postcss-value-parser + version: 3.3.1 + dev: true + + registry.nlark.com/postcss-value-parser/4.1.0: + resolution: {integrity: sha1-RD9qIM7WSBor2k+oUypuVdeJoss=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz?cache=0&sync_timestamp=1631600348741&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-value-parser%2Fdownload%2Fpostcss-value-parser-4.1.0.tgz} + name: postcss-value-parser + version: 4.1.0 + dev: true + + registry.nlark.com/prepend-http/2.0.0: + resolution: {integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/prepend-http/download/prepend-http-2.0.0.tgz} + name: prepend-http + version: 2.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/prettier/1.19.1: + resolution: {integrity: sha1-99f1/4qc2HKnvkyhQglZVqYHl8s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/prettier/download/prettier-1.19.1.tgz?cache=0&sync_timestamp=1631778979864&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprettier%2Fdownload%2Fprettier-1.19.1.tgz} + name: prettier + version: 1.19.1 + engines: {node: '>=4'} + hasBin: true + requiresBuild: true + dev: true + optional: true + + registry.nlark.com/pretty-error/2.1.2: + resolution: {integrity: sha1-von4LYGxyG7I/fvDhQRYgnJ/k7Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pretty-error/download/pretty-error-2.1.2.tgz} + name: pretty-error + version: 2.1.2 + dependencies: + lodash: registry.nlark.com/lodash/4.17.21 + renderkid: registry.nlark.com/renderkid/2.0.7 + dev: true + + registry.nlark.com/prismjs/1.25.0: + resolution: {integrity: sha1-b4It8b2tllc0sxCzFaIzFc+Zl1Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/prismjs/download/prismjs-1.25.0.tgz} + name: prismjs + version: 1.25.0 + dev: true + + registry.nlark.com/process-nextick-args/2.0.1: + resolution: {integrity: sha1-eCDZsWEgzFXKmud5JoCufbptf+I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz} + name: process-nextick-args + version: 2.0.1 + dev: true + + registry.nlark.com/process/0.11.10: + resolution: {integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/process/download/process-0.11.10.tgz} + name: process + version: 0.11.10 + engines: {node: '>= 0.6.0'} + dev: true + + registry.nlark.com/promise-inflight/1.0.1: + resolution: {integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/promise-inflight/download/promise-inflight-1.0.1.tgz} + name: promise-inflight + version: 1.0.1 + dev: true + + registry.nlark.com/proxy-addr/2.0.7: + resolution: {integrity: sha1-8Z/mnOqzEe65S0LnDowgcPm6ECU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/proxy-addr/download/proxy-addr-2.0.7.tgz} + name: proxy-addr + version: 2.0.7 + engines: {node: '>= 0.10'} + dependencies: + forwarded: registry.nlark.com/forwarded/0.2.0 + ipaddr.js: registry.nlark.com/ipaddr.js/1.9.1 + dev: true + + registry.nlark.com/prr/1.0.1: + resolution: {integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/prr/download/prr-1.0.1.tgz} + name: prr + version: 1.0.1 + dev: true + + registry.nlark.com/pseudomap/1.0.2: + resolution: {integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pseudomap/download/pseudomap-1.0.2.tgz} + name: pseudomap + version: 1.0.2 + dev: true + + registry.nlark.com/psl/1.8.0: + resolution: {integrity: sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/psl/download/psl-1.8.0.tgz} + name: psl + version: 1.8.0 + dev: true + + registry.nlark.com/public-encrypt/4.0.3: + resolution: {integrity: sha1-T8ydd6B+SLp1J+fL4N4z0HATMeA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/public-encrypt/download/public-encrypt-4.0.3.tgz} + name: public-encrypt + version: 4.0.3 + dependencies: + bn.js: registry.nlark.com/bn.js/4.12.0 + browserify-rsa: registry.nlark.com/browserify-rsa/4.1.0 + create-hash: registry.nlark.com/create-hash/1.2.0 + parse-asn1: registry.nlark.com/parse-asn1/5.1.6 + randombytes: registry.nlark.com/randombytes/2.1.0 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/pump/2.0.1: + resolution: {integrity: sha1-Ejma3W5M91Jtlzy8i1zi4pCLOQk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pump/download/pump-2.0.1.tgz} + name: pump + version: 2.0.1 + dependencies: + end-of-stream: registry.nlark.com/end-of-stream/1.4.4 + once: registry.nlark.com/once/1.4.0 + dev: true + + registry.nlark.com/pump/3.0.0: + resolution: {integrity: sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pump/download/pump-3.0.0.tgz} + name: pump + version: 3.0.0 + dependencies: + end-of-stream: registry.nlark.com/end-of-stream/1.4.4 + once: registry.nlark.com/once/1.4.0 + dev: true + + registry.nlark.com/pumpify/1.5.1: + resolution: {integrity: sha1-NlE74karJ1cLGjdKXOJ4v9dDcM4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pumpify/download/pumpify-1.5.1.tgz} + name: pumpify + version: 1.5.1 + dependencies: + duplexify: registry.nlark.com/duplexify/3.7.1 + inherits: registry.nlark.com/inherits/2.0.4 + pump: registry.nlark.com/pump/2.0.1 + dev: true + + registry.nlark.com/punycode/1.3.2: + resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/punycode/download/punycode-1.3.2.tgz} + name: punycode + version: 1.3.2 + dev: true + + registry.nlark.com/punycode/1.4.1: + resolution: {integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/punycode/download/punycode-1.4.1.tgz} + name: punycode + version: 1.4.1 + dev: true + + registry.nlark.com/punycode/2.1.1: + resolution: {integrity: sha1-tYsBCsQMIsVldhbI0sLALHv0eew=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/punycode/download/punycode-2.1.1.tgz} + name: punycode + version: 2.1.1 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/pupa/2.1.1: + resolution: {integrity: sha1-9ej9SvwsXZeCj6pSNUnth0SiDWI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/pupa/download/pupa-2.1.1.tgz} + name: pupa + version: 2.1.1 + engines: {node: '>=8'} + dependencies: + escape-goat: registry.nlark.com/escape-goat/2.1.1 + dev: true + + registry.nlark.com/q/1.5.1: + resolution: {integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/q/download/q-1.5.1.tgz} + name: q + version: 1.5.1 + engines: {node: '>=0.6.0', teleport: '>=0.2.0'} + dev: true + + registry.nlark.com/qs/6.5.2: + resolution: {integrity: sha1-yzroBuh0BERYTvFUzo7pjUA/PjY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/qs/download/qs-6.5.2.tgz} + name: qs + version: 6.5.2 + engines: {node: '>=0.6'} + dev: true + + registry.nlark.com/qs/6.7.0: + resolution: {integrity: sha1-QdwaAV49WB8WIXdr4xr7KHapsbw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/qs/download/qs-6.7.0.tgz} + name: qs + version: 6.7.0 + engines: {node: '>=0.6'} + dev: true + + registry.nlark.com/query-string/5.1.1: + resolution: {integrity: sha1-p4wBK3HBfgXy4/ojGd0zBoLvs8s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/query-string/download/query-string-5.1.1.tgz} + name: query-string + version: 5.1.1 + engines: {node: '>=0.10.0'} + dependencies: + decode-uri-component: registry.nlark.com/decode-uri-component/0.2.0 + object-assign: registry.nlark.com/object-assign/4.1.1 + strict-uri-encode: registry.nlark.com/strict-uri-encode/1.1.0 + dev: true + + registry.nlark.com/querystring-es3/0.2.1: + resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/querystring-es3/download/querystring-es3-0.2.1.tgz} + name: querystring-es3 + version: 0.2.1 + engines: {node: '>=0.4.x'} + dev: true + + registry.nlark.com/querystring/0.2.0: + resolution: {integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/querystring/download/querystring-0.2.0.tgz} + name: querystring + version: 0.2.0 + engines: {node: '>=0.4.x'} + deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. + dev: true + + registry.nlark.com/querystringify/2.2.0: + resolution: {integrity: sha1-M0WUG0FTy50ILY7uTNogFqmu9/Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/querystringify/download/querystringify-2.2.0.tgz} + name: querystringify + version: 2.2.0 + dev: true + + registry.nlark.com/randombytes/2.1.0: + resolution: {integrity: sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/randombytes/download/randombytes-2.1.0.tgz} + name: randombytes + version: 2.1.0 + dependencies: + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/randomfill/1.0.4: + resolution: {integrity: sha1-ySGW/IarQr6YPxvzF3giSTHWFFg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/randomfill/download/randomfill-1.0.4.tgz} + name: randomfill + version: 1.0.4 + dependencies: + randombytes: registry.nlark.com/randombytes/2.1.0 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/range-parser/1.2.1: + resolution: {integrity: sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/range-parser/download/range-parser-1.2.1.tgz} + name: range-parser + version: 1.2.1 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/raw-body/2.4.0: + resolution: {integrity: sha1-oc5vucm8NWylLoklarWQWeE9AzI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/raw-body/download/raw-body-2.4.0.tgz} + name: raw-body + version: 2.4.0 + engines: {node: '>= 0.8'} + dependencies: + bytes: registry.nlark.com/bytes/3.1.0 + http-errors: registry.nlark.com/http-errors/1.7.2 + iconv-lite: registry.nlark.com/iconv-lite/0.4.24 + unpipe: registry.nlark.com/unpipe/1.0.0 + dev: true + + registry.nlark.com/rc/1.2.8: + resolution: {integrity: sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/rc/download/rc-1.2.8.tgz} + name: rc + version: 1.2.8 + hasBin: true + dependencies: + deep-extend: registry.nlark.com/deep-extend/0.6.0 + ini: registry.nlark.com/ini/1.3.8 + minimist: registry.nlark.com/minimist/1.2.5 + strip-json-comments: registry.nlark.com/strip-json-comments/2.0.1 + dev: true + + registry.nlark.com/readable-stream/2.3.7: + resolution: {integrity: sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/readable-stream/download/readable-stream-2.3.7.tgz} + name: readable-stream + version: 2.3.7 + dependencies: + core-util-is: registry.nlark.com/core-util-is/1.0.3 + inherits: registry.nlark.com/inherits/2.0.4 + isarray: registry.nlark.com/isarray/1.0.0 + process-nextick-args: registry.nlark.com/process-nextick-args/2.0.1 + safe-buffer: registry.nlark.com/safe-buffer/5.1.2 + string_decoder: registry.nlark.com/string_decoder/1.1.1 + util-deprecate: registry.nlark.com/util-deprecate/1.0.2 + dev: true + + registry.nlark.com/readable-stream/3.6.0: + resolution: {integrity: sha1-M3u9o63AcGvT4CRCaihtS0sskZg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/readable-stream/download/readable-stream-3.6.0.tgz} + name: readable-stream + version: 3.6.0 + engines: {node: '>= 6'} + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + string_decoder: registry.nlark.com/string_decoder/1.3.0 + util-deprecate: registry.nlark.com/util-deprecate/1.0.2 + dev: true + + registry.nlark.com/readdirp/2.2.1: + resolution: {integrity: sha1-DodiKjMlqjPokihcr4tOhGUppSU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/readdirp/download/readdirp-2.2.1.tgz} + name: readdirp + version: 2.2.1 + engines: {node: '>=0.10'} + dependencies: + graceful-fs: registry.nlark.com/graceful-fs/4.2.8 + micromatch: registry.nlark.com/micromatch/3.1.10 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + dev: true + + registry.nlark.com/readdirp/3.6.0: + resolution: {integrity: sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/readdirp/download/readdirp-3.6.0.tgz} + name: readdirp + version: 3.6.0 + engines: {node: '>=8.10.0'} + dependencies: + picomatch: registry.nlark.com/picomatch/2.3.0 + dev: true + optional: true + + registry.nlark.com/regenerate-unicode-properties/9.0.0: + resolution: {integrity: sha1-VNCccRXh9T3CMUqXSzLBw0Tv4yY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/regenerate-unicode-properties/download/regenerate-unicode-properties-9.0.0.tgz} + name: regenerate-unicode-properties + version: 9.0.0 + engines: {node: '>=4'} + dependencies: + regenerate: registry.nlark.com/regenerate/1.4.2 + dev: true + + registry.nlark.com/regenerate/1.4.2: + resolution: {integrity: sha1-uTRtiCfo9aMve6KWN9OYtpAUhIo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/regenerate/download/regenerate-1.4.2.tgz} + name: regenerate + version: 1.4.2 + dev: true + + registry.nlark.com/regenerator-runtime/0.13.9: + resolution: {integrity: sha1-iSV0Kpj/2QgUmI11Zq0wyjsmO1I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/regenerator-runtime/download/regenerator-runtime-0.13.9.tgz} + name: regenerator-runtime + version: 0.13.9 + dev: true + + registry.nlark.com/regenerator-transform/0.14.5: + resolution: {integrity: sha1-yY2hVGg2ccnE3LFuznNlF+G3/rQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/regenerator-transform/download/regenerator-transform-0.14.5.tgz} + name: regenerator-transform + version: 0.14.5 + dependencies: + '@babel/runtime': registry.nlark.com/@babel/runtime/7.15.4 + dev: true + + registry.nlark.com/regex-not/1.0.2: + resolution: {integrity: sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/regex-not/download/regex-not-1.0.2.tgz} + name: regex-not + version: 1.0.2 + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: registry.nlark.com/extend-shallow/3.0.2 + safe-regex: registry.nlark.com/safe-regex/1.1.0 + dev: true + + registry.nlark.com/regexp.prototype.flags/1.3.1: + resolution: {integrity: sha1-fvNSro0VnnWMDq3Kb4/LTu8HviY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/regexp.prototype.flags/download/regexp.prototype.flags-1.3.1.tgz} + name: regexp.prototype.flags + version: 1.3.1 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + dev: true + + registry.nlark.com/regexpu-core/4.8.0: + resolution: {integrity: sha1-5WBbo2G2excYR4UBMnUC9EeamPA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/regexpu-core/download/regexpu-core-4.8.0.tgz} + name: regexpu-core + version: 4.8.0 + engines: {node: '>=4'} + dependencies: + regenerate: registry.nlark.com/regenerate/1.4.2 + regenerate-unicode-properties: registry.nlark.com/regenerate-unicode-properties/9.0.0 + regjsgen: registry.npmmirror.com/regjsgen/0.5.2 + regjsparser: registry.nlark.com/regjsparser/0.7.0 + unicode-match-property-ecmascript: registry.nlark.com/unicode-match-property-ecmascript/2.0.0 + unicode-match-property-value-ecmascript: registry.nlark.com/unicode-match-property-value-ecmascript/2.0.0 + dev: true + + registry.nlark.com/registry-auth-token/4.2.1: + resolution: {integrity: sha1-bXtABkQZGJcszV/tzUHcMix5slA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz} + name: registry-auth-token + version: 4.2.1 + engines: {node: '>=6.0.0'} + dependencies: + rc: registry.nlark.com/rc/1.2.8 + dev: true + + registry.nlark.com/registry-url/5.1.0: + resolution: {integrity: sha1-6YM0tQ1UNLgRNrROxjjZwgCcUAk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/registry-url/download/registry-url-5.1.0.tgz} + name: registry-url + version: 5.1.0 + engines: {node: '>=8'} + dependencies: + rc: registry.nlark.com/rc/1.2.8 + dev: true + + registry.nlark.com/regjsparser/0.7.0: + resolution: {integrity: sha1-prZntUyIXhi1JVTLSWDvcRh+mWg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/regjsparser/download/regjsparser-0.7.0.tgz} + name: regjsparser + version: 0.7.0 + hasBin: true + dependencies: + jsesc: registry.nlark.com/jsesc/0.5.0 + dev: true + + registry.nlark.com/relateurl/0.2.7: + resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/relateurl/download/relateurl-0.2.7.tgz} + name: relateurl + version: 0.2.7 + engines: {node: '>= 0.10'} + dev: true + + registry.nlark.com/remove-trailing-separator/1.1.0: + resolution: {integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz} + name: remove-trailing-separator + version: 1.1.0 + dev: true + + registry.nlark.com/renderkid/2.0.7: + resolution: {integrity: sha1-Rk8namvc7mBvShWZP5sp/HTKhgk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/renderkid/download/renderkid-2.0.7.tgz} + name: renderkid + version: 2.0.7 + dependencies: + css-select: registry.nlark.com/css-select/4.1.3 + dom-converter: registry.nlark.com/dom-converter/0.2.0 + htmlparser2: registry.nlark.com/htmlparser2/6.1.0 + lodash: registry.nlark.com/lodash/4.17.21 + strip-ansi: registry.npmmirror.com/strip-ansi/3.0.1 + dev: true + + registry.nlark.com/repeat-element/1.1.4: + resolution: {integrity: sha1-vmgVIIR6tYx1aKx1+/rSjtQtOek=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/repeat-element/download/repeat-element-1.1.4.tgz} + name: repeat-element + version: 1.1.4 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/repeat-string/1.6.1: + resolution: {integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/repeat-string/download/repeat-string-1.6.1.tgz} + name: repeat-string + version: 1.6.1 + engines: {node: '>=0.10'} + dev: true + + registry.nlark.com/request/2.88.2: + resolution: {integrity: sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/request/download/request-2.88.2.tgz} + name: request + version: 2.88.2 + engines: {node: '>= 6'} + deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 + dependencies: + aws-sign2: registry.nlark.com/aws-sign2/0.7.0 + aws4: registry.nlark.com/aws4/1.11.0 + caseless: registry.nlark.com/caseless/0.12.0 + combined-stream: registry.nlark.com/combined-stream/1.0.8 + extend: registry.nlark.com/extend/3.0.2 + forever-agent: registry.nlark.com/forever-agent/0.6.1 + form-data: registry.nlark.com/form-data/2.3.3 + har-validator: registry.nlark.com/har-validator/5.1.5 + http-signature: registry.nlark.com/http-signature/1.2.0 + is-typedarray: registry.nlark.com/is-typedarray/1.0.0 + isstream: registry.nlark.com/isstream/0.1.2 + json-stringify-safe: registry.nlark.com/json-stringify-safe/5.0.1 + mime-types: registry.npmmirror.com/mime-types/2.1.33 + oauth-sign: registry.nlark.com/oauth-sign/0.9.0 + performance-now: registry.nlark.com/performance-now/2.1.0 + qs: registry.nlark.com/qs/6.5.2 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + tough-cookie: registry.nlark.com/tough-cookie/2.5.0 + tunnel-agent: registry.nlark.com/tunnel-agent/0.6.0 + uuid: registry.nlark.com/uuid/3.4.0 + dev: true + + registry.nlark.com/require-directory/2.1.1: + resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/require-directory/download/require-directory-2.1.1.tgz} + name: require-directory + version: 2.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/require-main-filename/2.0.0: + resolution: {integrity: sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/require-main-filename/download/require-main-filename-2.0.0.tgz} + name: require-main-filename + version: 2.0.0 + dev: true + + registry.nlark.com/requires-port/1.0.0: + resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/requires-port/download/requires-port-1.0.0.tgz} + name: requires-port + version: 1.0.0 + dev: true + + registry.nlark.com/resolve-cwd/2.0.0: + resolution: {integrity: sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resolve-cwd/download/resolve-cwd-2.0.0.tgz} + name: resolve-cwd + version: 2.0.0 + engines: {node: '>=4'} + dependencies: + resolve-from: registry.nlark.com/resolve-from/3.0.0 + dev: true + + registry.nlark.com/resolve-from/3.0.0: + resolution: {integrity: sha1-six699nWiBvItuZTM17rywoYh0g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resolve-from/download/resolve-from-3.0.0.tgz} + name: resolve-from + version: 3.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/resolve-url/0.2.1: + resolution: {integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resolve-url/download/resolve-url-0.2.1.tgz} + name: resolve-url + version: 0.2.1 + deprecated: https://github.com/lydell/resolve-url#deprecated + dev: true + + registry.nlark.com/resolve/1.20.0: + resolution: {integrity: sha1-YpoBP7P3B1XW8LeTXMHCxTeLGXU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/resolve/download/resolve-1.20.0.tgz} + name: resolve + version: 1.20.0 + dependencies: + is-core-module: registry.npmmirror.com/is-core-module/2.7.0 + path-parse: registry.nlark.com/path-parse/1.0.7 + dev: true + + registry.nlark.com/responselike/1.0.2: + resolution: {integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/responselike/download/responselike-1.0.2.tgz} + name: responselike + version: 1.0.2 + dependencies: + lowercase-keys: registry.nlark.com/lowercase-keys/1.0.1 + dev: true + + registry.nlark.com/ret/0.1.15: + resolution: {integrity: sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ret/download/ret-0.1.15.tgz} + name: ret + version: 0.1.15 + engines: {node: '>=0.12'} + dev: true + + registry.nlark.com/retry/0.12.0: + resolution: {integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/retry/download/retry-0.12.0.tgz} + name: retry + version: 0.12.0 + engines: {node: '>= 4'} + dev: true + + registry.nlark.com/rgb-regex/1.0.1: + resolution: {integrity: sha1-wODWiC3w4jviVKR16O3UGRX+rrE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/rgb-regex/download/rgb-regex-1.0.1.tgz} + name: rgb-regex + version: 1.0.1 + dev: true + + registry.nlark.com/rgba-regex/1.0.0: + resolution: {integrity: sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/rgba-regex/download/rgba-regex-1.0.0.tgz} + name: rgba-regex + version: 1.0.0 + dev: true + + registry.nlark.com/rimraf/2.7.1: + resolution: {integrity: sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/rimraf/download/rimraf-2.7.1.tgz} + name: rimraf + version: 2.7.1 + hasBin: true + dependencies: + glob: registry.npmmirror.com/glob/7.2.0 + dev: true + + registry.nlark.com/ripemd160/2.0.2: + resolution: {integrity: sha1-ocGm9iR1FXe6XQeRTLyShQWFiQw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ripemd160/download/ripemd160-2.0.2.tgz} + name: ripemd160 + version: 2.0.2 + dependencies: + hash-base: registry.nlark.com/hash-base/3.1.0 + inherits: registry.nlark.com/inherits/2.0.4 + dev: true + + registry.nlark.com/run-queue/1.0.3: + resolution: {integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/run-queue/download/run-queue-1.0.3.tgz} + name: run-queue + version: 1.0.3 + dependencies: + aproba: registry.nlark.com/aproba/1.2.0 + dev: true + + registry.nlark.com/safe-buffer/5.1.2: + resolution: {integrity: sha1-mR7GnSluAxN0fVm9/St0XDX4go0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/safe-buffer/download/safe-buffer-5.1.2.tgz} + name: safe-buffer + version: 5.1.2 + dev: true + + registry.nlark.com/safe-buffer/5.2.1: + resolution: {integrity: sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/safe-buffer/download/safe-buffer-5.2.1.tgz} + name: safe-buffer + version: 5.2.1 + dev: true + + registry.nlark.com/safe-regex/1.1.0: + resolution: {integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/safe-regex/download/safe-regex-1.1.0.tgz} + name: safe-regex + version: 1.1.0 + dependencies: + ret: registry.nlark.com/ret/0.1.15 + dev: true + + registry.nlark.com/safer-buffer/2.1.2: + resolution: {integrity: sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/safer-buffer/download/safer-buffer-2.1.2.tgz} + name: safer-buffer + version: 2.1.2 + dev: true + + registry.nlark.com/sax/1.2.4: + resolution: {integrity: sha1-KBYjTiN4vdxOU1T6tcqold9xANk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sax/download/sax-1.2.4.tgz} + name: sax + version: 1.2.4 + dev: true + + registry.nlark.com/schema-utils/1.0.0: + resolution: {integrity: sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/schema-utils/download/schema-utils-1.0.0.tgz} + name: schema-utils + version: 1.0.0 + engines: {node: '>= 4'} + dependencies: + ajv: registry.nlark.com/ajv/6.12.6 + ajv-errors: registry.nlark.com/ajv-errors/1.0.1_ajv@6.12.6 + ajv-keywords: registry.nlark.com/ajv-keywords/3.5.2_ajv@6.12.6 + dev: true + + registry.nlark.com/schema-utils/2.7.1: + resolution: {integrity: sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/schema-utils/download/schema-utils-2.7.1.tgz} + name: schema-utils + version: 2.7.1 + engines: {node: '>= 8.9.0'} + dependencies: + '@types/json-schema': registry.nlark.com/@types/json-schema/7.0.9 + ajv: registry.nlark.com/ajv/6.12.6 + ajv-keywords: registry.nlark.com/ajv-keywords/3.5.2_ajv@6.12.6 + dev: true + + registry.nlark.com/select-hose/2.0.0: + resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/select-hose/download/select-hose-2.0.0.tgz} + name: select-hose + version: 2.0.0 + dev: true + + registry.nlark.com/selfsigned/1.10.11: + resolution: {integrity: sha1-JJKc2Qb+D0S20B+yOZmnOVN6y+k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/selfsigned/download/selfsigned-1.10.11.tgz} + name: selfsigned + version: 1.10.11 + dependencies: + node-forge: registry.nlark.com/node-forge/0.10.0 + dev: true + + registry.nlark.com/semver-diff/3.1.1: + resolution: {integrity: sha1-Bfd85Z8yXgDicGr9Z7tQbdscoys=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver-diff/download/semver-diff-3.1.1.tgz} + name: semver-diff + version: 3.1.1 + engines: {node: '>=8'} + dependencies: + semver: registry.nlark.com/semver/6.3.0 + dev: true + + registry.nlark.com/semver/5.7.1: + resolution: {integrity: sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-5.7.1.tgz} + name: semver + version: 5.7.1 + hasBin: true + dev: true + + registry.nlark.com/semver/6.3.0: + resolution: {integrity: sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-6.3.0.tgz} + name: semver + version: 6.3.0 + hasBin: true + dev: true + + registry.nlark.com/semver/7.0.0: + resolution: {integrity: sha1-XzyjV2HkfgWyBsba/yz4FPAxa44=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/semver/download/semver-7.0.0.tgz} + name: semver + version: 7.0.0 + hasBin: true + dev: true + + registry.nlark.com/send/0.17.1: + resolution: {integrity: sha1-wdiwWfeQD3Rm3Uk4vcROEd2zdsg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/send/download/send-0.17.1.tgz} + name: send + version: 0.17.1 + engines: {node: '>= 0.8.0'} + dependencies: + debug: registry.nlark.com/debug/2.6.9 + depd: registry.nlark.com/depd/1.1.2 + destroy: registry.nlark.com/destroy/1.0.4 + encodeurl: registry.nlark.com/encodeurl/1.0.2 + escape-html: registry.nlark.com/escape-html/1.0.3 + etag: registry.nlark.com/etag/1.8.1 + fresh: registry.nlark.com/fresh/0.5.2 + http-errors: registry.nlark.com/http-errors/1.7.3 + mime: registry.nlark.com/mime/1.6.0 + ms: registry.npmmirror.com/ms/2.1.1 + on-finished: registry.nlark.com/on-finished/2.3.0 + range-parser: registry.nlark.com/range-parser/1.2.1 + statuses: registry.nlark.com/statuses/1.5.0 + dev: true + + registry.nlark.com/serialize-javascript/3.1.0: + resolution: {integrity: sha1-i/OpFwcSZk7yVhtEtpHq/jmSFOo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/serialize-javascript/download/serialize-javascript-3.1.0.tgz} + name: serialize-javascript + version: 3.1.0 + dependencies: + randombytes: registry.nlark.com/randombytes/2.1.0 + dev: true + + registry.nlark.com/serialize-javascript/4.0.0: + resolution: {integrity: sha1-tSXhI4SJpez8Qq+sw/6Z5mb0sao=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz} + name: serialize-javascript + version: 4.0.0 + dependencies: + randombytes: registry.nlark.com/randombytes/2.1.0 + dev: true + + registry.nlark.com/serve-index/1.9.1: + resolution: {integrity: sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/serve-index/download/serve-index-1.9.1.tgz} + name: serve-index + version: 1.9.1 + engines: {node: '>= 0.8.0'} + dependencies: + accepts: registry.nlark.com/accepts/1.3.7 + batch: registry.nlark.com/batch/0.6.1 + debug: registry.nlark.com/debug/2.6.9 + escape-html: registry.nlark.com/escape-html/1.0.3 + http-errors: registry.nlark.com/http-errors/1.6.3 + mime-types: registry.npmmirror.com/mime-types/2.1.33 + parseurl: registry.nlark.com/parseurl/1.3.3 + dev: true + + registry.nlark.com/serve-static/1.14.1: + resolution: {integrity: sha1-Zm5jbcTwEPfvKZcKiKZ0MgiYsvk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/serve-static/download/serve-static-1.14.1.tgz} + name: serve-static + version: 1.14.1 + engines: {node: '>= 0.8.0'} + dependencies: + encodeurl: registry.nlark.com/encodeurl/1.0.2 + escape-html: registry.nlark.com/escape-html/1.0.3 + parseurl: registry.nlark.com/parseurl/1.3.3 + send: registry.nlark.com/send/0.17.1 + dev: true + + registry.nlark.com/set-blocking/2.0.0: + resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/set-blocking/download/set-blocking-2.0.0.tgz} + name: set-blocking + version: 2.0.0 + dev: true + + registry.nlark.com/set-value/2.0.1: + resolution: {integrity: sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/set-value/download/set-value-2.0.1.tgz} + name: set-value + version: 2.0.1 + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: registry.nlark.com/extend-shallow/2.0.1 + is-extendable: registry.nlark.com/is-extendable/0.1.1 + is-plain-object: registry.nlark.com/is-plain-object/2.0.4 + split-string: registry.nlark.com/split-string/3.1.0 + dev: true + + registry.nlark.com/setimmediate/1.0.5: + resolution: {integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/setimmediate/download/setimmediate-1.0.5.tgz} + name: setimmediate + version: 1.0.5 + dev: true + + registry.nlark.com/setprototypeof/1.1.0: + resolution: {integrity: sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/setprototypeof/download/setprototypeof-1.1.0.tgz} + name: setprototypeof + version: 1.1.0 + dev: true + + registry.nlark.com/setprototypeof/1.1.1: + resolution: {integrity: sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/setprototypeof/download/setprototypeof-1.1.1.tgz} + name: setprototypeof + version: 1.1.1 + dev: true + + registry.nlark.com/sha.js/2.4.11: + resolution: {integrity: sha1-N6XPC4HsvGlD3hCbopYNGyZYSuc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sha.js/download/sha.js-2.4.11.tgz} + name: sha.js + version: 2.4.11 + hasBin: true + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/shebang-command/1.2.0: + resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/shebang-command/download/shebang-command-1.2.0.tgz} + name: shebang-command + version: 1.2.0 + engines: {node: '>=0.10.0'} + dependencies: + shebang-regex: registry.nlark.com/shebang-regex/1.0.0 + dev: true + + registry.nlark.com/shebang-regex/1.0.0: + resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/shebang-regex/download/shebang-regex-1.0.0.tgz} + name: shebang-regex + version: 1.0.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/side-channel/1.0.4: + resolution: {integrity: sha1-785cj9wQTudRslxY1CkAEfpeos8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/side-channel/download/side-channel-1.0.4.tgz} + name: side-channel + version: 1.0.4 + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + object-inspect: registry.nlark.com/object-inspect/1.11.0 + dev: true + + registry.nlark.com/simple-swizzle/0.2.2: + resolution: {integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/simple-swizzle/download/simple-swizzle-0.2.2.tgz} + name: simple-swizzle + version: 0.2.2 + dependencies: + is-arrayish: registry.nlark.com/is-arrayish/0.3.2 + dev: true + + registry.nlark.com/slash/1.0.0: + resolution: {integrity: sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/slash/download/slash-1.0.0.tgz} + name: slash + version: 1.0.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/slash/2.0.0: + resolution: {integrity: sha1-3lUoUaF1nfOo8gZTVEL17E3eq0Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/slash/download/slash-2.0.0.tgz} + name: slash + version: 2.0.0 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/snapdragon-node/2.1.1: + resolution: {integrity: sha1-bBdfhv8UvbByRWPo88GwIaKGhTs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz} + name: snapdragon-node + version: 2.1.1 + engines: {node: '>=0.10.0'} + dependencies: + define-property: registry.nlark.com/define-property/1.0.0 + isobject: registry.nlark.com/isobject/3.0.1 + snapdragon-util: registry.nlark.com/snapdragon-util/3.0.1 + dev: true + + registry.nlark.com/snapdragon-util/3.0.1: + resolution: {integrity: sha1-+VZHlIbyrNeXAGk/b3uAXkWrVuI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/snapdragon-util/download/snapdragon-util-3.0.1.tgz} + name: snapdragon-util + version: 3.0.1 + engines: {node: '>=0.10.0'} + dependencies: + kind-of: registry.nlark.com/kind-of/3.2.2 + dev: true + + registry.nlark.com/snapdragon/0.8.2: + resolution: {integrity: sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/snapdragon/download/snapdragon-0.8.2.tgz} + name: snapdragon + version: 0.8.2 + engines: {node: '>=0.10.0'} + dependencies: + base: registry.nlark.com/base/0.11.2 + debug: registry.nlark.com/debug/2.6.9 + define-property: registry.nlark.com/define-property/0.2.5 + extend-shallow: registry.nlark.com/extend-shallow/2.0.1 + map-cache: registry.nlark.com/map-cache/0.2.2 + source-map: registry.nlark.com/source-map/0.5.7 + source-map-resolve: registry.nlark.com/source-map-resolve/0.5.3 + use: registry.nlark.com/use/3.1.1 + dev: true + + registry.nlark.com/sockjs-client/1.5.2: + resolution: {integrity: sha1-S8SMLanOR2nxnccjOWtQ9cEjMKM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sockjs-client/download/sockjs-client-1.5.2.tgz} + name: sockjs-client + version: 1.5.2 + dependencies: + debug: registry.nlark.com/debug/3.2.7 + eventsource: registry.nlark.com/eventsource/1.1.0 + faye-websocket: registry.nlark.com/faye-websocket/0.11.4 + inherits: registry.nlark.com/inherits/2.0.4 + json3: registry.nlark.com/json3/3.3.3 + url-parse: registry.nlark.com/url-parse/1.5.3 + dev: true + + registry.nlark.com/sockjs/0.3.21: + resolution: {integrity: sha1-s0/7mOeWkwtgoM+hGQTWozmn1Bc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sockjs/download/sockjs-0.3.21.tgz} + name: sockjs + version: 0.3.21 + dependencies: + faye-websocket: registry.nlark.com/faye-websocket/0.11.4 + uuid: registry.nlark.com/uuid/3.4.0 + websocket-driver: registry.nlark.com/websocket-driver/0.7.4 + dev: true + + registry.nlark.com/sort-keys/2.0.0: + resolution: {integrity: sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sort-keys/download/sort-keys-2.0.0.tgz} + name: sort-keys + version: 2.0.0 + engines: {node: '>=4'} + dependencies: + is-plain-obj: registry.nlark.com/is-plain-obj/1.1.0 + dev: true + + registry.nlark.com/source-list-map/2.0.1: + resolution: {integrity: sha1-OZO9hzv8SEecyp6jpUeDXHwVSzQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-list-map/download/source-list-map-2.0.1.tgz} + name: source-list-map + version: 2.0.1 + dev: true + + registry.nlark.com/source-map-resolve/0.5.3: + resolution: {integrity: sha1-GQhmvs51U+H48mei7oLGBrVQmho=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz} + name: source-map-resolve + version: 0.5.3 + dependencies: + atob: registry.nlark.com/atob/2.1.2 + decode-uri-component: registry.nlark.com/decode-uri-component/0.2.0 + resolve-url: registry.nlark.com/resolve-url/0.2.1 + source-map-url: registry.nlark.com/source-map-url/0.4.1 + urix: registry.nlark.com/urix/0.1.0 + dev: true + + registry.nlark.com/source-map-support/0.5.20: + resolution: {integrity: sha1-EhZgifj15ejFaSazd2Mzkt0stsk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map-support/download/source-map-support-0.5.20.tgz?cache=0&sync_timestamp=1631600359354&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsource-map-support%2Fdownload%2Fsource-map-support-0.5.20.tgz} + name: source-map-support + version: 0.5.20 + dependencies: + buffer-from: registry.nlark.com/buffer-from/1.1.2 + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + + registry.nlark.com/source-map-url/0.4.1: + resolution: {integrity: sha1-CvZmBadFpaL5HPG7+KevvCg97FY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map-url/download/source-map-url-0.4.1.tgz} + name: source-map-url + version: 0.4.1 + dev: true + + registry.nlark.com/source-map/0.5.6: + resolution: {integrity: sha1-dc449SvwczxafwwRjYEzSiu19BI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map/download/source-map-0.5.6.tgz} + name: source-map + version: 0.5.6 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/source-map/0.5.7: + resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map/download/source-map-0.5.7.tgz} + name: source-map + version: 0.5.7 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/source-map/0.6.1: + resolution: {integrity: sha1-dHIq8y6WFOnCh6jQu95IteLxomM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map/download/source-map-0.6.1.tgz} + name: source-map + version: 0.6.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/source-map/0.7.3: + resolution: {integrity: sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/source-map/download/source-map-0.7.3.tgz} + name: source-map + version: 0.7.3 + engines: {node: '>= 8'} + dev: true + + registry.nlark.com/spdy-transport/3.0.0: + resolution: {integrity: sha1-ANSGOmQArXXfkzYaFghgXl3NzzE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/spdy-transport/download/spdy-transport-3.0.0.tgz} + name: spdy-transport + version: 3.0.0 + dependencies: + debug: registry.nlark.com/debug/4.3.2 + detect-node: registry.nlark.com/detect-node/2.1.0 + hpack.js: registry.nlark.com/hpack.js/2.1.6 + obuf: registry.nlark.com/obuf/1.1.2 + readable-stream: registry.nlark.com/readable-stream/3.6.0 + wbuf: registry.nlark.com/wbuf/1.7.3 + dev: true + + registry.nlark.com/spdy/4.0.2: + resolution: {integrity: sha1-t09GYgOj7aRSwCSSuR+56EonZ3s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/spdy/download/spdy-4.0.2.tgz} + name: spdy + version: 4.0.2 + engines: {node: '>=6.0.0'} + dependencies: + debug: registry.nlark.com/debug/4.3.2 + handle-thing: registry.nlark.com/handle-thing/2.0.1 + http-deceiver: registry.nlark.com/http-deceiver/1.2.7 + select-hose: registry.nlark.com/select-hose/2.0.0 + spdy-transport: registry.nlark.com/spdy-transport/3.0.0 + dev: true + + registry.nlark.com/split-string/3.1.0: + resolution: {integrity: sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/split-string/download/split-string-3.1.0.tgz} + name: split-string + version: 3.1.0 + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: registry.nlark.com/extend-shallow/3.0.2 + dev: true + + registry.nlark.com/sprintf-js/1.0.3: + resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sprintf-js/download/sprintf-js-1.0.3.tgz} + name: sprintf-js + version: 1.0.3 + dev: true + + registry.nlark.com/sshpk/1.16.1: + resolution: {integrity: sha1-+2YcC+8ps520B2nuOfpwCT1vaHc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sshpk/download/sshpk-1.16.1.tgz} + name: sshpk + version: 1.16.1 + engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + asn1: registry.nlark.com/asn1/0.2.4 + assert-plus: registry.nlark.com/assert-plus/1.0.0 + bcrypt-pbkdf: registry.nlark.com/bcrypt-pbkdf/1.0.2 + dashdash: registry.nlark.com/dashdash/1.14.1 + ecc-jsbn: registry.nlark.com/ecc-jsbn/0.1.2 + getpass: registry.nlark.com/getpass/0.1.7 + jsbn: registry.nlark.com/jsbn/0.1.1 + safer-buffer: registry.nlark.com/safer-buffer/2.1.2 + tweetnacl: registry.nlark.com/tweetnacl/0.14.5 + dev: true + + registry.nlark.com/ssri/6.0.2: + resolution: {integrity: sha1-FXk5E08gRk5zAd26PpD/qPdyisU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/ssri/download/ssri-6.0.2.tgz} + name: ssri + version: 6.0.2 + dependencies: + figgy-pudding: registry.nlark.com/figgy-pudding/3.5.2 + dev: true + + registry.nlark.com/stable/0.1.8: + resolution: {integrity: sha1-g26zyDgv4pNv6vVEYxAXzn1Ho88=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stable/download/stable-0.1.8.tgz} + name: stable + version: 0.1.8 + dev: true + + registry.nlark.com/stack-utils/1.0.5: + resolution: {integrity: sha1-oZsLAZR+ACnI5FHV1hpJj1uxRxs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stack-utils/download/stack-utils-1.0.5.tgz} + name: stack-utils + version: 1.0.5 + engines: {node: '>=8'} + dependencies: + escape-string-regexp: registry.nlark.com/escape-string-regexp/2.0.0 + dev: true + + registry.nlark.com/static-extend/0.1.2: + resolution: {integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/static-extend/download/static-extend-0.1.2.tgz} + name: static-extend + version: 0.1.2 + engines: {node: '>=0.10.0'} + dependencies: + define-property: registry.nlark.com/define-property/0.2.5 + object-copy: registry.nlark.com/object-copy/0.1.0 + dev: true + + registry.nlark.com/statuses/1.5.0: + resolution: {integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/statuses/download/statuses-1.5.0.tgz} + name: statuses + version: 1.5.0 + engines: {node: '>= 0.6'} + dev: true + + registry.nlark.com/stream-browserify/2.0.2: + resolution: {integrity: sha1-h1IdOKRKp+6RzhzSpH3wy0ndZgs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stream-browserify/download/stream-browserify-2.0.2.tgz} + name: stream-browserify + version: 2.0.2 + dependencies: + inherits: registry.nlark.com/inherits/2.0.4 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + dev: true + + registry.nlark.com/stream-each/1.2.3: + resolution: {integrity: sha1-6+J6DDibBPvMIzZClS4Qcxr6m64=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stream-each/download/stream-each-1.2.3.tgz} + name: stream-each + version: 1.2.3 + dependencies: + end-of-stream: registry.nlark.com/end-of-stream/1.4.4 + stream-shift: registry.nlark.com/stream-shift/1.0.1 + dev: true + + registry.nlark.com/stream-http/2.8.3: + resolution: {integrity: sha1-stJCRpKIpaJ+xP6JM6z2I95lFPw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stream-http/download/stream-http-2.8.3.tgz} + name: stream-http + version: 2.8.3 + dependencies: + builtin-status-codes: registry.nlark.com/builtin-status-codes/3.0.0 + inherits: registry.nlark.com/inherits/2.0.4 + readable-stream: registry.nlark.com/readable-stream/2.3.7 + to-arraybuffer: registry.nlark.com/to-arraybuffer/1.0.1 + xtend: registry.nlark.com/xtend/4.0.2 + dev: true + + registry.nlark.com/stream-shift/1.0.1: + resolution: {integrity: sha1-1wiCgVWasneEJCebCHfaPDktWj0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stream-shift/download/stream-shift-1.0.1.tgz} + name: stream-shift + version: 1.0.1 + dev: true + + registry.nlark.com/strict-uri-encode/1.1.0: + resolution: {integrity: sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz} + name: strict-uri-encode + version: 1.1.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/string.prototype.trimend/1.0.4: + resolution: {integrity: sha1-51rpDClCxjUEaGwYsoe0oLGkX4A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz} + name: string.prototype.trimend + version: 1.0.4 + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + dev: true + + registry.nlark.com/string.prototype.trimstart/1.0.4: + resolution: {integrity: sha1-s2OZr0qymZtMnGSL16P7K7Jv7u0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz} + name: string.prototype.trimstart + version: 1.0.4 + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + dev: true + + registry.nlark.com/string_decoder/1.1.1: + resolution: {integrity: sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string_decoder/download/string_decoder-1.1.1.tgz} + name: string_decoder + version: 1.1.1 + dependencies: + safe-buffer: registry.nlark.com/safe-buffer/5.1.2 + dev: true + + registry.nlark.com/string_decoder/1.3.0: + resolution: {integrity: sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/string_decoder/download/string_decoder-1.3.0.tgz} + name: string_decoder + version: 1.3.0 + dependencies: + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/strip-eof/1.0.0: + resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/strip-eof/download/strip-eof-1.0.0.tgz} + name: strip-eof + version: 1.0.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/strip-json-comments/2.0.1: + resolution: {integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz} + name: strip-json-comments + version: 2.0.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/stylehacks/4.0.3: + resolution: {integrity: sha1-Zxj8r00eB9ihMYaQiB6NlnJqcdU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stylehacks/download/stylehacks-4.0.3.tgz} + name: stylehacks + version: 4.0.3 + engines: {node: '>=6.9.0'} + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.17.3 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-selector-parser: registry.nlark.com/postcss-selector-parser/3.1.2 + dev: true + + registry.nlark.com/stylus-loader/3.0.2_stylus@0.54.8: + resolution: {integrity: sha1-J6cGQgsFo44DjnyssVNXjUUFE8Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stylus-loader/download/stylus-loader-3.0.2.tgz} + id: registry.nlark.com/stylus-loader/3.0.2 + name: stylus-loader + version: 3.0.2 + peerDependencies: + stylus: '>=0.52.4' + dependencies: + loader-utils: registry.nlark.com/loader-utils/1.4.0 + lodash.clonedeep: registry.nlark.com/lodash.clonedeep/4.5.0 + stylus: registry.nlark.com/stylus/0.54.8 + when: registry.nlark.com/when/3.6.4 + dev: true + + registry.nlark.com/stylus/0.54.8: + resolution: {integrity: sha1-PaPmWWa8Vnp7BEv+DuzmU+CZ0Uc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/stylus/download/stylus-0.54.8.tgz} + name: stylus + version: 0.54.8 + hasBin: true + dependencies: + css-parse: registry.nlark.com/css-parse/2.0.0 + debug: registry.nlark.com/debug/3.1.0 + glob: registry.npmmirror.com/glob/7.2.0 + mkdirp: registry.nlark.com/mkdirp/1.0.4 + safer-buffer: registry.nlark.com/safer-buffer/2.1.2 + sax: registry.nlark.com/sax/1.2.4 + semver: registry.nlark.com/semver/6.3.0 + source-map: registry.nlark.com/source-map/0.7.3 + dev: true + + registry.nlark.com/supports-color/2.0.0: + resolution: {integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/supports-color/download/supports-color-2.0.0.tgz} + name: supports-color + version: 2.0.0 + engines: {node: '>=0.8.0'} + dev: true + + registry.nlark.com/supports-color/5.5.0: + resolution: {integrity: sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/supports-color/download/supports-color-5.5.0.tgz} + name: supports-color + version: 5.5.0 + engines: {node: '>=4'} + dependencies: + has-flag: registry.nlark.com/has-flag/3.0.0 + dev: true + + registry.nlark.com/supports-color/6.1.0: + resolution: {integrity: sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/supports-color/download/supports-color-6.1.0.tgz} + name: supports-color + version: 6.1.0 + engines: {node: '>=6'} + dependencies: + has-flag: registry.nlark.com/has-flag/3.0.0 + dev: true + + registry.nlark.com/supports-color/7.2.0: + resolution: {integrity: sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/supports-color/download/supports-color-7.2.0.tgz} + name: supports-color + version: 7.2.0 + engines: {node: '>=8'} + dependencies: + has-flag: registry.nlark.com/has-flag/4.0.0 + dev: true + + registry.nlark.com/svg-tags/1.0.0: + resolution: {integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/svg-tags/download/svg-tags-1.0.0.tgz} + name: svg-tags + version: 1.0.0 + dev: true + + registry.nlark.com/tapable/1.1.3: + resolution: {integrity: sha1-ofzMBrWNth/XpF2i2kT186Pme6I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tapable/download/tapable-1.1.3.tgz} + name: tapable + version: 1.1.3 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/terser-webpack-plugin/1.4.5_webpack@4.46.0: + resolution: {integrity: sha1-oheu+uozDnNP+sthIOwfoxLWBAs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz} + id: registry.nlark.com/terser-webpack-plugin/1.4.5 + name: terser-webpack-plugin + version: 1.4.5 + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^4.0.0 + dependencies: + cacache: registry.nlark.com/cacache/12.0.4 + find-cache-dir: registry.nlark.com/find-cache-dir/2.1.0 + is-wsl: registry.nlark.com/is-wsl/1.1.0 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + serialize-javascript: registry.nlark.com/serialize-javascript/4.0.0 + source-map: registry.nlark.com/source-map/0.6.1 + terser: registry.nlark.com/terser/4.8.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + webpack-sources: registry.nlark.com/webpack-sources/1.4.3 + worker-farm: registry.nlark.com/worker-farm/1.7.0 + dev: true + + registry.nlark.com/terser/4.8.0: + resolution: {integrity: sha1-YwVjQ9fHC7KfOvZlhlpG/gOg3xc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/terser/download/terser-4.8.0.tgz?cache=0&sync_timestamp=1632275905225&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fterser%2Fdownload%2Fterser-4.8.0.tgz} + name: terser + version: 4.8.0 + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + commander: registry.nlark.com/commander/2.20.3 + source-map: registry.nlark.com/source-map/0.6.1 + source-map-support: registry.nlark.com/source-map-support/0.5.20 + dev: true + + registry.nlark.com/text-table/0.2.0: + resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/text-table/download/text-table-0.2.0.tgz} + name: text-table + version: 0.2.0 + dev: true + + registry.nlark.com/through/2.3.8: + resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/through/download/through-2.3.8.tgz} + name: through + version: 2.3.8 + dev: true + + registry.nlark.com/through2/2.0.5: + resolution: {integrity: sha1-AcHjnrMdB8t9A6lqcIIyYLIxMs0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/through2/download/through2-2.0.5.tgz?cache=0&sync_timestamp=1631600285146&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fthrough2%2Fdownload%2Fthrough2-2.0.5.tgz} + name: through2 + version: 2.0.5 + dependencies: + readable-stream: registry.nlark.com/readable-stream/2.3.7 + xtend: registry.nlark.com/xtend/4.0.2 + dev: true + + registry.nlark.com/thunky/1.1.0: + resolution: {integrity: sha1-Wrr3FKlAXbBQRzK7zNLO3Z75U30=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/thunky/download/thunky-1.1.0.tgz} + name: thunky + version: 1.1.0 + dev: true + + registry.nlark.com/timers-browserify/2.0.12: + resolution: {integrity: sha1-RKRcEfv0B/NPl7zNFXfGUjYbAO4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/timers-browserify/download/timers-browserify-2.0.12.tgz} + name: timers-browserify + version: 2.0.12 + engines: {node: '>=0.6.0'} + dependencies: + setimmediate: registry.nlark.com/setimmediate/1.0.5 + dev: true + + registry.nlark.com/timsort/0.3.0: + resolution: {integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/timsort/download/timsort-0.3.0.tgz} + name: timsort + version: 0.3.0 + dev: true + + registry.nlark.com/to-arraybuffer/1.0.1: + resolution: {integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz} + name: to-arraybuffer + version: 1.0.1 + dev: true + + registry.nlark.com/to-fast-properties/2.0.0: + resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz?cache=0&sync_timestamp=1631600295170&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fto-fast-properties%2Fdownload%2Fto-fast-properties-2.0.0.tgz} + name: to-fast-properties + version: 2.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/to-object-path/0.3.0: + resolution: {integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-object-path/download/to-object-path-0.3.0.tgz} + name: to-object-path + version: 0.3.0 + engines: {node: '>=0.10.0'} + dependencies: + kind-of: registry.nlark.com/kind-of/3.2.2 + dev: true + + registry.nlark.com/to-readable-stream/1.0.0: + resolution: {integrity: sha1-zgqgwvPfat+FLvtASng+d8BHV3E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-readable-stream/download/to-readable-stream-1.0.0.tgz} + name: to-readable-stream + version: 1.0.0 + engines: {node: '>=6'} + dev: true + + registry.nlark.com/to-regex-range/2.1.1: + resolution: {integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-regex-range/download/to-regex-range-2.1.1.tgz} + name: to-regex-range + version: 2.1.1 + engines: {node: '>=0.10.0'} + dependencies: + is-number: registry.nlark.com/is-number/3.0.0 + repeat-string: registry.nlark.com/repeat-string/1.6.1 + dev: true + + registry.nlark.com/to-regex-range/5.0.1: + resolution: {integrity: sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-regex-range/download/to-regex-range-5.0.1.tgz} + name: to-regex-range + version: 5.0.1 + engines: {node: '>=8.0'} + dependencies: + is-number: registry.nlark.com/is-number/7.0.0 + dev: true + optional: true + + registry.nlark.com/to-regex/3.0.2: + resolution: {integrity: sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/to-regex/download/to-regex-3.0.2.tgz} + name: to-regex + version: 3.0.2 + engines: {node: '>=0.10.0'} + dependencies: + define-property: registry.nlark.com/define-property/2.0.2 + extend-shallow: registry.nlark.com/extend-shallow/3.0.2 + regex-not: registry.nlark.com/regex-not/1.0.2 + safe-regex: registry.nlark.com/safe-regex/1.1.0 + dev: true + + registry.nlark.com/toidentifier/1.0.0: + resolution: {integrity: sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/toidentifier/download/toidentifier-1.0.0.tgz} + name: toidentifier + version: 1.0.0 + engines: {node: '>=0.6'} + dev: true + + registry.nlark.com/toposort/1.0.7: + resolution: {integrity: sha1-LmhELZ9k7HILjMieZEOsbKqVACk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/toposort/download/toposort-1.0.7.tgz} + name: toposort + version: 1.0.7 + dev: true + + registry.nlark.com/tough-cookie/2.5.0: + resolution: {integrity: sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tough-cookie/download/tough-cookie-2.5.0.tgz} + name: tough-cookie + version: 2.5.0 + engines: {node: '>=0.8'} + dependencies: + psl: registry.nlark.com/psl/1.8.0 + punycode: registry.nlark.com/punycode/2.1.1 + dev: true + + registry.nlark.com/tty-browserify/0.0.0: + resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tty-browserify/download/tty-browserify-0.0.0.tgz} + name: tty-browserify + version: 0.0.0 + dev: true + + registry.nlark.com/tunnel-agent/0.6.0: + resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz} + name: tunnel-agent + version: 0.6.0 + dependencies: + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + dev: true + + registry.nlark.com/tweetnacl/0.14.5: + resolution: {integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/tweetnacl/download/tweetnacl-0.14.5.tgz} + name: tweetnacl + version: 0.14.5 + dev: true + + registry.nlark.com/type-fest/0.21.3: + resolution: {integrity: sha1-0mCiSwGYQ24TP6JqUkptZfo7Ljc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/type-fest/download/type-fest-0.21.3.tgz} + name: type-fest + version: 0.21.3 + engines: {node: '>=10'} + dev: true + + registry.nlark.com/type-fest/0.8.1: + resolution: {integrity: sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/type-fest/download/type-fest-0.8.1.tgz} + name: type-fest + version: 0.8.1 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/type-is/1.6.18: + resolution: {integrity: sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/type-is/download/type-is-1.6.18.tgz} + name: type-is + version: 1.6.18 + engines: {node: '>= 0.6'} + dependencies: + media-typer: registry.nlark.com/media-typer/0.3.0 + mime-types: registry.npmmirror.com/mime-types/2.1.33 + dev: true + + registry.nlark.com/typedarray-to-buffer/3.1.5: + resolution: {integrity: sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz} + name: typedarray-to-buffer + version: 3.1.5 + dependencies: + is-typedarray: registry.nlark.com/is-typedarray/1.0.0 + dev: true + + registry.nlark.com/typedarray/0.0.6: + resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/typedarray/download/typedarray-0.0.6.tgz} + name: typedarray + version: 0.0.6 + dev: true + + registry.nlark.com/uc.micro/1.0.6: + resolution: {integrity: sha1-nEEagCpAmpH8bPdAgbq6NLJEmaw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/uc.micro/download/uc.micro-1.0.6.tgz} + name: uc.micro + version: 1.0.6 + dev: true + + registry.nlark.com/uglify-js/3.4.10: + resolution: {integrity: sha1-mtlWPY6zrN+404WX0q8dgV9qdV8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/uglify-js/download/uglify-js-3.4.10.tgz} + name: uglify-js + version: 3.4.10 + engines: {node: '>=0.8.0'} + hasBin: true + dependencies: + commander: registry.nlark.com/commander/2.19.0 + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + + registry.nlark.com/unbox-primitive/1.0.1: + resolution: {integrity: sha1-CF4hViXsMWJXTciFmr7nilmxRHE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unbox-primitive/download/unbox-primitive-1.0.1.tgz} + name: unbox-primitive + version: 1.0.1 + dependencies: + function-bind: registry.nlark.com/function-bind/1.1.1 + has-bigints: registry.nlark.com/has-bigints/1.0.1 + has-symbols: registry.nlark.com/has-symbols/1.0.2 + which-boxed-primitive: registry.nlark.com/which-boxed-primitive/1.0.2 + dev: true + + registry.nlark.com/unicode-canonical-property-names-ecmascript/2.0.0: + resolution: {integrity: sha1-MBrNxSVjFnDTn2FG4Od/9rvevdw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unicode-canonical-property-names-ecmascript/download/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.nlark.com/unicode-match-property-ecmascript/2.0.0: + resolution: {integrity: sha1-VP0W4OyxZ88Ezx91a9zJLrp5dsM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unicode-match-property-ecmascript/download/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.nlark.com/unicode-canonical-property-names-ecmascript/2.0.0 + unicode-property-aliases-ecmascript: registry.nlark.com/unicode-property-aliases-ecmascript/2.0.0 + dev: true + + registry.nlark.com/unicode-match-property-value-ecmascript/2.0.0: + resolution: {integrity: sha1-GgGqVyR8FMVouJd1pUk4eIGJpxQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-2.0.0.tgz} + name: unicode-match-property-value-ecmascript + version: 2.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/unicode-property-aliases-ecmascript/2.0.0: + resolution: {integrity: sha1-CjbLmlhcT2q9Ua0d7dsoXBZSl8g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unicode-property-aliases-ecmascript/download/unicode-property-aliases-ecmascript-2.0.0.tgz} + name: unicode-property-aliases-ecmascript + version: 2.0.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/union-value/1.0.1: + resolution: {integrity: sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/union-value/download/union-value-1.0.1.tgz} + name: union-value + version: 1.0.1 + engines: {node: '>=0.10.0'} + dependencies: + arr-union: registry.nlark.com/arr-union/3.1.0 + get-value: registry.nlark.com/get-value/2.0.6 + is-extendable: registry.nlark.com/is-extendable/0.1.1 + set-value: registry.nlark.com/set-value/2.0.1 + dev: true + + registry.nlark.com/uniq/1.0.1: + resolution: {integrity: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/uniq/download/uniq-1.0.1.tgz} + name: uniq + version: 1.0.1 + dev: true + + registry.nlark.com/uniqs/2.0.0: + resolution: {integrity: sha1-/+3ks2slKQaW5uFl1KWe25mOawI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/uniqs/download/uniqs-2.0.0.tgz} + name: uniqs + version: 2.0.0 + dev: true + + registry.nlark.com/unique-filename/1.1.1: + resolution: {integrity: sha1-HWl2k2mtoFgxA6HmrodoG1ZXMjA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unique-filename/download/unique-filename-1.1.1.tgz} + name: unique-filename + version: 1.1.1 + dependencies: + unique-slug: registry.nlark.com/unique-slug/2.0.2 + dev: true + + registry.nlark.com/unique-slug/2.0.2: + resolution: {integrity: sha1-uqvOkQg/xk6UWw861hPiZPfNTmw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unique-slug/download/unique-slug-2.0.2.tgz} + name: unique-slug + version: 2.0.2 + dependencies: + imurmurhash: registry.nlark.com/imurmurhash/0.1.4 + dev: true + + registry.nlark.com/unique-string/2.0.0: + resolution: {integrity: sha1-OcZFH4GvsnSd4rIz4/fF6IQ72J0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unique-string/download/unique-string-2.0.0.tgz} + name: unique-string + version: 2.0.0 + engines: {node: '>=8'} + dependencies: + crypto-random-string: registry.nlark.com/crypto-random-string/2.0.0 + dev: true + + registry.nlark.com/universalify/0.1.2: + resolution: {integrity: sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/universalify/download/universalify-0.1.2.tgz} + name: universalify + version: 0.1.2 + engines: {node: '>= 4.0.0'} + dev: true + + registry.nlark.com/unpipe/1.0.0: + resolution: {integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unpipe/download/unpipe-1.0.0.tgz} + name: unpipe + version: 1.0.0 + engines: {node: '>= 0.8'} + dev: true + + registry.nlark.com/unquote/1.1.1: + resolution: {integrity: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unquote/download/unquote-1.1.1.tgz} + name: unquote + version: 1.1.1 + dev: true + + registry.nlark.com/unset-value/1.0.0: + resolution: {integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/unset-value/download/unset-value-1.0.0.tgz} + name: unset-value + version: 1.0.0 + engines: {node: '>=0.10.0'} + dependencies: + has-value: registry.nlark.com/has-value/0.3.1 + isobject: registry.nlark.com/isobject/3.0.1 + dev: true + + registry.nlark.com/upath/1.2.0: + resolution: {integrity: sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/upath/download/upath-1.2.0.tgz} + name: upath + version: 1.2.0 + engines: {node: '>=4'} + dev: true + + registry.nlark.com/update-notifier/4.1.3: + resolution: {integrity: sha1-vobuE+jOSPtQBD/3IFe1vVmOHqM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/update-notifier/download/update-notifier-4.1.3.tgz?cache=0&sync_timestamp=1631946528191&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fupdate-notifier%2Fdownload%2Fupdate-notifier-4.1.3.tgz} + name: update-notifier + version: 4.1.3 + engines: {node: '>=8'} + dependencies: + boxen: registry.npmmirror.com/boxen/4.2.0 + chalk: registry.nlark.com/chalk/3.0.0 + configstore: registry.nlark.com/configstore/5.0.1 + has-yarn: registry.nlark.com/has-yarn/2.1.0 + import-lazy: registry.nlark.com/import-lazy/2.1.0 + is-ci: registry.nlark.com/is-ci/2.0.0 + is-installed-globally: registry.nlark.com/is-installed-globally/0.3.2 + is-npm: registry.nlark.com/is-npm/4.0.0 + is-yarn-global: registry.nlark.com/is-yarn-global/0.3.0 + latest-version: registry.nlark.com/latest-version/5.1.0 + pupa: registry.nlark.com/pupa/2.1.1 + semver-diff: registry.nlark.com/semver-diff/3.1.1 + xdg-basedir: registry.nlark.com/xdg-basedir/4.0.0 + dev: true + + registry.nlark.com/upper-case/1.1.3: + resolution: {integrity: sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/upper-case/download/upper-case-1.1.3.tgz} + name: upper-case + version: 1.1.3 + dev: true + + registry.nlark.com/uri-js/4.4.1: + resolution: {integrity: sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/uri-js/download/uri-js-4.4.1.tgz} + name: uri-js + version: 4.4.1 + dependencies: + punycode: registry.nlark.com/punycode/2.1.1 + dev: true + + registry.nlark.com/urix/0.1.0: + resolution: {integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/urix/download/urix-0.1.0.tgz} + name: urix + version: 0.1.0 + deprecated: Please see https://github.com/lydell/urix#deprecated + dev: true + + registry.nlark.com/url-loader/1.1.2_webpack@4.46.0: + resolution: {integrity: sha1-uXHRkbg69pPF4/6kBkvp4fLX+Ng=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/url-loader/download/url-loader-1.1.2.tgz} + id: registry.nlark.com/url-loader/1.1.2 + name: url-loader + version: 1.1.2 + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^3.0.0 || ^4.0.0 + dependencies: + loader-utils: registry.nlark.com/loader-utils/1.4.0 + mime: registry.nlark.com/mime/2.5.2 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + dev: true + + registry.nlark.com/url-parse-lax/3.0.0: + resolution: {integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/url-parse-lax/download/url-parse-lax-3.0.0.tgz} + name: url-parse-lax + version: 3.0.0 + engines: {node: '>=4'} + dependencies: + prepend-http: registry.nlark.com/prepend-http/2.0.0 + dev: true + + registry.nlark.com/url-parse/1.5.3: + resolution: {integrity: sha1-ccEwPTj7Zjmt4YPCmSyMwGht+GI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/url-parse/download/url-parse-1.5.3.tgz} + name: url-parse + version: 1.5.3 + dependencies: + querystringify: registry.nlark.com/querystringify/2.2.0 + requires-port: registry.nlark.com/requires-port/1.0.0 + dev: true + + registry.nlark.com/url/0.11.0: + resolution: {integrity: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/url/download/url-0.11.0.tgz} + name: url + version: 0.11.0 + dependencies: + punycode: registry.nlark.com/punycode/1.3.2 + querystring: registry.nlark.com/querystring/0.2.0 + dev: true + + registry.nlark.com/use/3.1.1: + resolution: {integrity: sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/use/download/use-3.1.1.tgz} + name: use + version: 3.1.1 + engines: {node: '>=0.10.0'} + dev: true + + registry.nlark.com/util-deprecate/1.0.2: + resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/util-deprecate/download/util-deprecate-1.0.2.tgz} + name: util-deprecate + version: 1.0.2 + dev: true + + registry.nlark.com/util.promisify/1.0.0: + resolution: {integrity: sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/util.promisify/download/util.promisify-1.0.0.tgz} + name: util.promisify + version: 1.0.0 + dependencies: + define-properties: registry.nlark.com/define-properties/1.1.3 + object.getownpropertydescriptors: registry.npmmirror.com/object.getownpropertydescriptors/2.1.3 + dev: true + + registry.nlark.com/util.promisify/1.0.1: + resolution: {integrity: sha1-a693dLgO6w91INi4HQeYKlmruu4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/util.promisify/download/util.promisify-1.0.1.tgz} + name: util.promisify + version: 1.0.1 + dependencies: + define-properties: registry.nlark.com/define-properties/1.1.3 + es-abstract: registry.npmmirror.com/es-abstract/1.19.1 + has-symbols: registry.nlark.com/has-symbols/1.0.2 + object.getownpropertydescriptors: registry.npmmirror.com/object.getownpropertydescriptors/2.1.3 + dev: true + + registry.nlark.com/util/0.10.3: + resolution: {integrity: sha1-evsa/lCAUkZInj23/g7TeTNqwPk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/util/download/util-0.10.3.tgz} + name: util + version: 0.10.3 + dependencies: + inherits: registry.nlark.com/inherits/2.0.1 + dev: true + + registry.nlark.com/util/0.11.1: + resolution: {integrity: sha1-MjZzNyDsZLsn9uJvQhqqLhtYjWE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/util/download/util-0.11.1.tgz} + name: util + version: 0.11.1 + dependencies: + inherits: registry.nlark.com/inherits/2.0.3 + dev: true + + registry.nlark.com/utila/0.4.0: + resolution: {integrity: sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/utila/download/utila-0.4.0.tgz} + name: utila + version: 0.4.0 + dev: true + + registry.nlark.com/utils-merge/1.0.1: + resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/utils-merge/download/utils-merge-1.0.1.tgz} + name: utils-merge + version: 1.0.1 + engines: {node: '>= 0.4.0'} + dev: true + + registry.nlark.com/uuid/3.4.0: + resolution: {integrity: sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/uuid/download/uuid-3.4.0.tgz} + name: uuid + version: 3.4.0 + deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. + hasBin: true + dev: true + + registry.nlark.com/vary/1.1.2: + resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vary/download/vary-1.1.2.tgz} + name: vary + version: 1.1.2 + engines: {node: '>= 0.8'} + dev: true + + registry.nlark.com/vendors/1.0.4: + resolution: {integrity: sha1-4rgApT56Kbk1BsPPQRANFsTErY4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vendors/download/vendors-1.0.4.tgz} + name: vendors + version: 1.0.4 + dev: true + + registry.nlark.com/vm-browserify/1.1.2: + resolution: {integrity: sha1-eGQcSIuObKkadfUR56OzKobl3aA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vm-browserify/download/vm-browserify-1.1.2.tgz} + name: vm-browserify + version: 1.1.2 + dev: true + + registry.nlark.com/vue-hot-reload-api/2.3.4: + resolution: {integrity: sha1-UylVzB6yCKPZkLOp+acFdGV+CPI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-hot-reload-api/download/vue-hot-reload-api-2.3.4.tgz} + name: vue-hot-reload-api + version: 2.3.4 + dev: true + + registry.nlark.com/vue-router/3.5.2: + resolution: {integrity: sha1-X1Xj8lGXDjbD6NiKfNLWejUK3lw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-router/download/vue-router-3.5.2.tgz} + name: vue-router + version: 3.5.2 + dev: true + + registry.nlark.com/vue-style-loader/4.1.3: + resolution: {integrity: sha1-bVWGOlH6dXqyTonZNxRlByqnvDU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-style-loader/download/vue-style-loader-4.1.3.tgz} + name: vue-style-loader + version: 4.1.3 + dependencies: + hash-sum: registry.nlark.com/hash-sum/1.0.2 + loader-utils: registry.nlark.com/loader-utils/1.4.0 + dev: true + + registry.nlark.com/vue-template-compiler/2.6.14: + resolution: {integrity: sha1-ovDn2YVnDULJye4NBE/tdpD092M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-template-compiler/download/vue-template-compiler-2.6.14.tgz} + name: vue-template-compiler + version: 2.6.14 + dependencies: + de-indent: registry.nlark.com/de-indent/1.0.2 + he: registry.nlark.com/he/1.2.0 + dev: true + + registry.nlark.com/vue-template-es2015-compiler/1.9.1: + resolution: {integrity: sha1-HuO8mhbsv1EYvjNLsV+cRvgvWCU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/vue-template-es2015-compiler/download/vue-template-es2015-compiler-1.9.1.tgz} + name: vue-template-es2015-compiler + version: 1.9.1 + dev: true + + registry.nlark.com/watchpack-chokidar2/2.0.1: + resolution: {integrity: sha1-OFAAcu5uzmbzdpk2lQ6hdxvhyVc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/watchpack-chokidar2/download/watchpack-chokidar2-2.0.1.tgz} + name: watchpack-chokidar2 + version: 2.0.1 + requiresBuild: true + dependencies: + chokidar: registry.nlark.com/chokidar/2.1.8 + dev: true + optional: true + + registry.nlark.com/watchpack/1.7.5: + resolution: {integrity: sha1-EmfmxV4Lm1vkTCAjrtVDeiwmxFM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/watchpack/download/watchpack-1.7.5.tgz} + name: watchpack + version: 1.7.5 + dependencies: + graceful-fs: registry.nlark.com/graceful-fs/4.2.8 + neo-async: registry.nlark.com/neo-async/2.6.2 + optionalDependencies: + chokidar: registry.nlark.com/chokidar/3.5.2 + watchpack-chokidar2: registry.nlark.com/watchpack-chokidar2/2.0.1 + dev: true + + registry.nlark.com/wbuf/1.7.3: + resolution: {integrity: sha1-wdjRSTFtPqhShIiVy2oL/oh7h98=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/wbuf/download/wbuf-1.7.3.tgz} + name: wbuf + version: 1.7.3 + dependencies: + minimalistic-assert: registry.nlark.com/minimalistic-assert/1.0.1 + dev: true + + registry.nlark.com/webpack-chain/4.12.1: + resolution: {integrity: sha1-bIQ5u7KrVQlS1g4eqTGRQZBsAqY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/webpack-chain/download/webpack-chain-4.12.1.tgz} + name: webpack-chain + version: 4.12.1 + dependencies: + deepmerge: registry.nlark.com/deepmerge/1.5.2 + javascript-stringify: registry.nlark.com/javascript-stringify/1.6.0 + dev: true + + registry.nlark.com/webpack-chain/6.5.1: + resolution: {integrity: sha1-TycoTLu2N+PI+970Pu9YjU2GEgY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/webpack-chain/download/webpack-chain-6.5.1.tgz} + name: webpack-chain + version: 6.5.1 + engines: {node: '>=8'} + dependencies: + deepmerge: registry.nlark.com/deepmerge/1.5.2 + javascript-stringify: registry.nlark.com/javascript-stringify/2.1.0 + dev: true + + registry.nlark.com/webpack-log/2.0.0: + resolution: {integrity: sha1-W3ko4GN1k/EZ0y9iJ8HgrDHhtH8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/webpack-log/download/webpack-log-2.0.0.tgz} + name: webpack-log + version: 2.0.0 + engines: {node: '>= 6'} + dependencies: + ansi-colors: registry.nlark.com/ansi-colors/3.2.4 + uuid: registry.nlark.com/uuid/3.4.0 + dev: true + + registry.nlark.com/webpack-merge/4.2.2: + resolution: {integrity: sha1-onxS6ng9E5iv0gh/VH17nS9DY00=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/webpack-merge/download/webpack-merge-4.2.2.tgz} + name: webpack-merge + version: 4.2.2 + dependencies: + lodash: registry.nlark.com/lodash/4.17.21 + dev: true + + registry.nlark.com/webpack-sources/1.4.3: + resolution: {integrity: sha1-7t2OwLko+/HL/plOItLYkPMwqTM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/webpack-sources/download/webpack-sources-1.4.3.tgz} + name: webpack-sources + version: 1.4.3 + dependencies: + source-list-map: registry.nlark.com/source-list-map/2.0.1 + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + + registry.nlark.com/websocket-driver/0.7.4: + resolution: {integrity: sha1-ia1Slbv2S0gKvLox5JU6ynBvV2A=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/websocket-driver/download/websocket-driver-0.7.4.tgz} + name: websocket-driver + version: 0.7.4 + engines: {node: '>=0.8.0'} + dependencies: + http-parser-js: registry.nlark.com/http-parser-js/0.5.3 + safe-buffer: registry.nlark.com/safe-buffer/5.2.1 + websocket-extensions: registry.nlark.com/websocket-extensions/0.1.4 + dev: true + + registry.nlark.com/websocket-extensions/0.1.4: + resolution: {integrity: sha1-f4RzvIOd/YdgituV1+sHUhFXikI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/websocket-extensions/download/websocket-extensions-0.1.4.tgz} + name: websocket-extensions + version: 0.1.4 + engines: {node: '>=0.8.0'} + dev: true + + registry.nlark.com/when/3.6.4: + resolution: {integrity: sha1-RztRfsFZ4rhQBUl6E5g/CVQS404=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/when/download/when-3.6.4.tgz} + name: when + version: 3.6.4 + dev: true + + registry.nlark.com/which-boxed-primitive/1.0.2: + resolution: {integrity: sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/which-boxed-primitive/download/which-boxed-primitive-1.0.2.tgz} + name: which-boxed-primitive + version: 1.0.2 + dependencies: + is-bigint: registry.nlark.com/is-bigint/1.0.4 + is-boolean-object: registry.nlark.com/is-boolean-object/1.1.2 + is-number-object: registry.nlark.com/is-number-object/1.0.6 + is-string: registry.nlark.com/is-string/1.0.7 + is-symbol: registry.nlark.com/is-symbol/1.0.4 + dev: true + + registry.nlark.com/which-module/2.0.0: + resolution: {integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/which-module/download/which-module-2.0.0.tgz} + name: which-module + version: 2.0.0 + dev: true + + registry.nlark.com/which/1.3.1: + resolution: {integrity: sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/which/download/which-1.3.1.tgz} + name: which + version: 1.3.1 + hasBin: true + dependencies: + isexe: registry.nlark.com/isexe/2.0.0 + dev: true + + registry.nlark.com/widest-line/3.1.0: + resolution: {integrity: sha1-gpIzO79my0X/DeFgOxNreuFJbso=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/widest-line/download/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 + dev: true + + registry.nlark.com/worker-farm/1.7.0: + resolution: {integrity: sha1-JqlMU5G7ypJhUgAvabhKS/dy5ag=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/worker-farm/download/worker-farm-1.7.0.tgz} + name: worker-farm + version: 1.7.0 + dependencies: + errno: registry.nlark.com/errno/0.1.8 + dev: true + + registry.nlark.com/wrap-ansi/5.1.0: + resolution: {integrity: sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/wrap-ansi/download/wrap-ansi-5.1.0.tgz} + name: wrap-ansi + version: 5.1.0 + engines: {node: '>=6'} + dependencies: + ansi-styles: registry.nlark.com/ansi-styles/3.2.1 + string-width: registry.npmmirror.com/string-width/3.1.0 + strip-ansi: registry.npmmirror.com/strip-ansi/5.2.0 + dev: true + + registry.nlark.com/wrappy/1.0.2: + resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz} + name: wrappy + version: 1.0.2 + dev: true + + registry.nlark.com/write-file-atomic/3.0.3: + resolution: {integrity: sha1-Vr1cWlxwSBzRnFcb05q5ZaXeVug=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz} + name: write-file-atomic + version: 3.0.3 + dependencies: + imurmurhash: registry.nlark.com/imurmurhash/0.1.4 + is-typedarray: registry.nlark.com/is-typedarray/1.0.0 + signal-exit: registry.npmmirror.com/signal-exit/3.0.5 + typedarray-to-buffer: registry.nlark.com/typedarray-to-buffer/3.1.5 + dev: true + + registry.nlark.com/xdg-basedir/4.0.0: + resolution: {integrity: sha1-S8jZmEQDaWIl74OhVzy7y0552xM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/xdg-basedir/download/xdg-basedir-4.0.0.tgz} + name: xdg-basedir + version: 4.0.0 + engines: {node: '>=8'} + dev: true + + registry.nlark.com/xtend/4.0.2: + resolution: {integrity: sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/xtend/download/xtend-4.0.2.tgz} + name: xtend + version: 4.0.2 + engines: {node: '>=0.4'} + dev: true + + registry.nlark.com/y18n/4.0.3: + resolution: {integrity: sha1-tfJZyCzW4zaSHv17/Yv1YN6e7t8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/y18n/download/y18n-4.0.3.tgz} + name: y18n + version: 4.0.3 + dev: true + + registry.nlark.com/yallist/2.1.2: + resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/yallist/download/yallist-2.1.2.tgz} + name: yallist + version: 2.1.2 + dev: true + + registry.nlark.com/yallist/3.1.1: + resolution: {integrity: sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/yallist/download/yallist-3.1.1.tgz} + name: yallist + version: 3.1.1 + dev: true + + registry.nlark.com/yargs-parser/13.1.2: + resolution: {integrity: sha1-Ew8JcC667vJlDVTObj5XBvek+zg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/yargs-parser/download/yargs-parser-13.1.2.tgz} + name: yargs-parser + version: 13.1.2 + dependencies: + camelcase: registry.nlark.com/camelcase/5.3.1 + decamelize: registry.npmmirror.com/decamelize/1.2.0 + dev: true + + registry.npmmirror.com/@babel/code-frame/7.15.8: + resolution: {integrity: sha1-RZkMR62tsAwDZ3uqiSIffMI9JQM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/code-frame/download/@babel/code-frame-7.15.8.tgz} + name: '@babel/code-frame' + version: 7.15.8 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': registry.nlark.com/@babel/highlight/7.14.5 + dev: true + + registry.npmmirror.com/@babel/core/7.15.8: + resolution: {integrity: sha1-GVufK//pldLGwVnnL+UltBFOjBA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/core/download/@babel/core-7.15.8.tgz} + name: '@babel/core' + version: 7.15.8 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': registry.npmmirror.com/@babel/code-frame/7.15.8 + '@babel/generator': registry.npmmirror.com/@babel/generator/7.15.8 + '@babel/helper-compilation-targets': registry.nlark.com/@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8 + '@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms/7.15.8 + '@babel/helpers': registry.nlark.com/@babel/helpers/7.15.4 + '@babel/parser': registry.npmmirror.com/@babel/parser/7.15.8 + '@babel/template': registry.nlark.com/@babel/template/7.15.4 + '@babel/traverse': registry.nlark.com/@babel/traverse/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + convert-source-map: registry.nlark.com/convert-source-map/1.8.0 + debug: registry.nlark.com/debug/4.3.2 + gensync: registry.nlark.com/gensync/1.0.0-beta.2 + json5: registry.nlark.com/json5/2.2.0 + semver: registry.nlark.com/semver/6.3.0 + source-map: registry.nlark.com/source-map/0.5.7 + dev: true + + registry.npmmirror.com/@babel/generator/7.15.8: + resolution: {integrity: sha1-+la+a1lpUs6yMQSM+E7kmaGcDNE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/generator/download/@babel/generator-7.15.8.tgz} + name: '@babel/generator' + version: 7.15.8 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + jsesc: registry.nlark.com/jsesc/2.5.2 + source-map: registry.nlark.com/source-map/0.5.7 + dev: true + + registry.npmmirror.com/@babel/helper-module-transforms/7.15.8: + resolution: {integrity: sha1-2MDnWoelLjdKjyX4VRdHhqCUmLI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.15.8.tgz} + name: '@babel/helper-module-transforms' + version: 7.15.8 + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-module-imports': registry.nlark.com/@babel/helper-module-imports/7.15.4 + '@babel/helper-replace-supers': registry.nlark.com/@babel/helper-replace-supers/7.15.4 + '@babel/helper-simple-access': registry.nlark.com/@babel/helper-simple-access/7.15.4 + '@babel/helper-split-export-declaration': registry.nlark.com/@babel/helper-split-export-declaration/7.15.4 + '@babel/helper-validator-identifier': registry.nlark.com/@babel/helper-validator-identifier/7.15.7 + '@babel/template': registry.nlark.com/@babel/template/7.15.4 + '@babel/traverse': registry.nlark.com/@babel/traverse/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + dev: true + + registry.npmmirror.com/@babel/parser/7.15.8: + resolution: {integrity: sha1-e6zcvnG9w/+TbVEMFdzqfPC5kBY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/download/@babel/parser-7.15.8.tgz} + name: '@babel/parser' + version: 7.15.8 + engines: {node: '>=6.0.0'} + hasBin: true + dev: true + + registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha1-oxAPeF+rQ1eYfEIjqxsCtZkEhAM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.15.8.tgz} + id: registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.15.8 + name: '@babel/plugin-proposal-async-generator-functions' + version: 7.15.8 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-remap-async-to-generator': registry.nlark.com/@babel/helper-remap-async-to-generator/7.15.4 + '@babel/plugin-syntax-async-generators': registry.nlark.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.8 + dev: true + + registry.npmmirror.com/@babel/plugin-proposal-decorators/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha1-6ylpq/iZPxUonwn+12K7HfFSG9U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.15.8.tgz} + id: registry.npmmirror.com/@babel/plugin-proposal-decorators/7.15.8 + name: '@babel/plugin-proposal-decorators' + version: 7.15.8 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-create-class-features-plugin': registry.nlark.com/@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/plugin-syntax-decorators': registry.nlark.com/@babel/plugin-syntax-decorators/7.14.5_@babel+core@7.15.8 + dev: true + + registry.npmmirror.com/@babel/plugin-transform-runtime/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha1-nRWx6U4cf2NE9lqNVzWX2Txs2IY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.15.8.tgz} + id: registry.npmmirror.com/@babel/plugin-transform-runtime/7.15.8 + name: '@babel/plugin-transform-runtime' + version: 7.15.8 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-module-imports': registry.nlark.com/@babel/helper-module-imports/7.15.4 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + babel-plugin-polyfill-corejs2: registry.nlark.com/babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.8 + babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.8 + babel-plugin-polyfill-regenerator: registry.nlark.com/babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.8 + semver: registry.nlark.com/semver/6.3.0 + dev: true + + registry.npmmirror.com/@babel/plugin-transform-spread/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha1-edWqJ/aNcARJstoHaR36MtL21Gg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.15.8.tgz} + id: registry.npmmirror.com/@babel/plugin-transform-spread/7.15.8 + name: '@babel/plugin-transform-spread' + version: 7.15.8 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-skip-transparent-expression-wrappers': registry.nlark.com/@babel/helper-skip-transparent-expression-wrappers/7.15.4 + dev: true + + registry.npmmirror.com/@babel/preset-env/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha1-9SfOW8sSHNGZ9rUCvyPkILP/jbo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/preset-env/download/@babel/preset-env-7.15.8.tgz} + id: registry.npmmirror.com/@babel/preset-env/7.15.8 + name: '@babel/preset-env' + version: 7.15.8 + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': registry.nlark.com/@babel/compat-data/7.15.0 + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-compilation-targets': registry.nlark.com/@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8 + '@babel/helper-plugin-utils': registry.nlark.com/@babel/helper-plugin-utils/7.14.5 + '@babel/helper-validator-option': registry.nlark.com/@babel/helper-validator-option/7.14.5 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': registry.nlark.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-async-generator-functions': registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/7.15.8_@babel+core@7.15.8 + '@babel/plugin-proposal-class-properties': registry.nlark.com/@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-class-static-block': registry.nlark.com/@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-dynamic-import': registry.nlark.com/@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-export-namespace-from': registry.nlark.com/@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-json-strings': registry.nlark.com/@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-logical-assignment-operators': registry.nlark.com/@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-nullish-coalescing-operator': registry.nlark.com/@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-numeric-separator': registry.nlark.com/@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-object-rest-spread': registry.nlark.com/@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.8 + '@babel/plugin-proposal-optional-catch-binding': registry.nlark.com/@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-optional-chaining': registry.nlark.com/@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-private-methods': registry.nlark.com/@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-private-property-in-object': registry.nlark.com/@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-unicode-property-regex': registry.nlark.com/@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-async-generators': registry.nlark.com/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.8 + '@babel/plugin-syntax-class-properties': registry.nlark.com/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.8 + '@babel/plugin-syntax-class-static-block': registry.nlark.com/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-dynamic-import': registry.nlark.com/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-export-namespace-from': registry.nlark.com/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-json-strings': registry.nlark.com/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-logical-assignment-operators': registry.nlark.com/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-nullish-coalescing-operator': registry.nlark.com/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-numeric-separator': registry.nlark.com/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-object-rest-spread': registry.nlark.com/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-optional-catch-binding': registry.nlark.com/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-optional-chaining': registry.nlark.com/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-private-property-in-object': registry.nlark.com/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-top-level-await': registry.nlark.com/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-arrow-functions': registry.nlark.com/@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-async-to-generator': registry.nlark.com/@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-block-scoped-functions': registry.nlark.com/@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-block-scoping': registry.nlark.com/@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.8 + '@babel/plugin-transform-classes': registry.nlark.com/@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-computed-properties': registry.nlark.com/@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-destructuring': registry.nlark.com/@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.8 + '@babel/plugin-transform-dotall-regex': registry.nlark.com/@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-duplicate-keys': registry.nlark.com/@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-exponentiation-operator': registry.nlark.com/@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-for-of': registry.nlark.com/@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-function-name': registry.nlark.com/@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-literals': registry.nlark.com/@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-member-expression-literals': registry.nlark.com/@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-modules-amd': registry.nlark.com/@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-modules-commonjs': registry.nlark.com/@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-modules-systemjs': registry.nlark.com/@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-modules-umd': registry.nlark.com/@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-named-capturing-groups-regex': registry.nlark.com/@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.8 + '@babel/plugin-transform-new-target': registry.nlark.com/@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-object-super': registry.nlark.com/@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-parameters': registry.nlark.com/@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-property-literals': registry.nlark.com/@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-regenerator': registry.nlark.com/@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-reserved-words': registry.nlark.com/@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-shorthand-properties': registry.nlark.com/@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-spread': registry.npmmirror.com/@babel/plugin-transform-spread/7.15.8_@babel+core@7.15.8 + '@babel/plugin-transform-sticky-regex': registry.nlark.com/@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-template-literals': registry.nlark.com/@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-typeof-symbol': registry.nlark.com/@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-unicode-escapes': registry.nlark.com/@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-unicode-regex': registry.nlark.com/@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.8 + '@babel/preset-modules': registry.nlark.com/@babel/preset-modules/0.1.4_@babel+core@7.15.8 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + babel-plugin-polyfill-corejs2: registry.nlark.com/babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.8 + babel-plugin-polyfill-corejs3: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.8 + babel-plugin-polyfill-regenerator: registry.nlark.com/babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.8 + core-js-compat: registry.npmmirror.com/core-js-compat/3.18.2 + semver: registry.nlark.com/semver/6.3.0 + dev: true + + registry.npmmirror.com/@types/node/16.10.3: + resolution: {integrity: sha1-eo8oOGA+oxTR0iuzFx2JnhXFe9U=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/node/download/@types/node-16.10.3.tgz} + name: '@types/node' + version: 16.10.3 + dev: true + + registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.0_@babel+core@7.15.8: + resolution: {integrity: sha1-63OHHL5Gi8EhQUQaAFLYlIrE9n0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.1.0.tgz} + id: registry.npmmirror.com/@vue/babel-plugin-jsx/1.1.0 + name: '@vue/babel-plugin-jsx' + version: 1.1.0 + dependencies: + '@babel/helper-module-imports': registry.nlark.com/@babel/helper-module-imports/7.15.4 + '@babel/plugin-syntax-jsx': registry.nlark.com/@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8 + '@babel/template': registry.nlark.com/@babel/template/7.15.4 + '@babel/traverse': registry.nlark.com/@babel/traverse/7.15.4 + '@babel/types': registry.nlark.com/@babel/types/7.15.6 + '@vue/babel-helper-vue-transform-on': registry.nlark.com/@vue/babel-helper-vue-transform-on/1.0.2 + camelcase: registry.nlark.com/camelcase/6.2.0 + html-tags: registry.nlark.com/html-tags/3.1.0 + svg-tags: registry.nlark.com/svg-tags/1.0.0 + transitivePeerDependencies: + - '@babel/core' + dev: true + + registry.npmmirror.com/@vuepress/core/1.8.2: + resolution: {integrity: sha1-T1uvyJRpG/6kFGKUpYKhKUg9ryo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/core/download/@vuepress/core-1.8.2.tgz} + name: '@vuepress/core' + version: 1.8.2 + engines: {node: '>=8.6'} + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@vue/babel-preset-app': registry.nlark.com/@vue/babel-preset-app/4.5.13_vue@2.6.14 + '@vuepress/markdown': registry.npmmirror.com/@vuepress/markdown/1.8.2 + '@vuepress/markdown-loader': registry.npmmirror.com/@vuepress/markdown-loader/1.8.2 + '@vuepress/plugin-last-updated': registry.npmmirror.com/@vuepress/plugin-last-updated/1.8.2 + '@vuepress/plugin-register-components': registry.npmmirror.com/@vuepress/plugin-register-components/1.8.2 + '@vuepress/shared-utils': registry.npmmirror.com/@vuepress/shared-utils/1.8.2 + autoprefixer: registry.npmmirror.com/autoprefixer/9.8.8 + babel-loader: registry.nlark.com/babel-loader/8.2.2_7f185b6b63b1b293762538aa414d8c1b + cache-loader: registry.nlark.com/cache-loader/3.0.1_webpack@4.46.0 + chokidar: registry.nlark.com/chokidar/2.1.8 + connect-history-api-fallback: registry.nlark.com/connect-history-api-fallback/1.6.0 + copy-webpack-plugin: registry.nlark.com/copy-webpack-plugin/5.1.2_webpack@4.46.0 + core-js: registry.npmmirror.com/core-js/3.18.2 + cross-spawn: registry.nlark.com/cross-spawn/6.0.5 + css-loader: registry.nlark.com/css-loader/2.1.1_webpack@4.46.0 + file-loader: registry.nlark.com/file-loader/3.0.1_webpack@4.46.0 + js-yaml: registry.nlark.com/js-yaml/3.14.1 + lru-cache: registry.nlark.com/lru-cache/5.1.1 + mini-css-extract-plugin: registry.npmmirror.com/mini-css-extract-plugin/0.6.0_webpack@4.46.0 + optimize-css-assets-webpack-plugin: registry.nlark.com/optimize-css-assets-webpack-plugin/5.0.8_webpack@4.46.0 + portfinder: registry.nlark.com/portfinder/1.0.28 + postcss-loader: registry.nlark.com/postcss-loader/3.0.0 + postcss-safe-parser: registry.nlark.com/postcss-safe-parser/4.0.2 + toml: registry.npmmirror.com/toml/3.0.0 + url-loader: registry.nlark.com/url-loader/1.1.2_webpack@4.46.0 + vue: registry.npmmirror.com/vue/2.6.14 + vue-loader: registry.npmmirror.com/vue-loader/15.9.8_css-loader@2.1.1+webpack@4.46.0 + vue-router: registry.nlark.com/vue-router/3.5.2 + vue-server-renderer: registry.npmmirror.com/vue-server-renderer/2.6.14 + vue-template-compiler: registry.nlark.com/vue-template-compiler/2.6.14 + vuepress-html-webpack-plugin: registry.npmmirror.com/vuepress-html-webpack-plugin/3.2.0_webpack@4.46.0 + vuepress-plugin-container: registry.npmmirror.com/vuepress-plugin-container/2.1.5 + webpack: registry.npmmirror.com/webpack/4.46.0 + webpack-chain: registry.nlark.com/webpack-chain/6.5.1 + webpack-dev-server: registry.npmmirror.com/webpack-dev-server/3.11.2_webpack@4.46.0 + webpack-merge: registry.nlark.com/webpack-merge/4.2.2 + webpackbar: registry.npmmirror.com/webpackbar/3.2.0_webpack@4.46.0 + transitivePeerDependencies: + - webpack-cli + - webpack-command + dev: true + + registry.npmmirror.com/@vuepress/markdown-loader/1.8.2: + resolution: {integrity: sha1-sqWCkaln8rvgr25Y+VQvWRGHkjM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/markdown-loader/download/@vuepress/markdown-loader-1.8.2.tgz} + name: '@vuepress/markdown-loader' + version: 1.8.2 + dependencies: + '@vuepress/markdown': registry.npmmirror.com/@vuepress/markdown/1.8.2 + loader-utils: registry.nlark.com/loader-utils/1.4.0 + lru-cache: registry.nlark.com/lru-cache/5.1.1 + dev: true + + registry.npmmirror.com/@vuepress/markdown/1.8.2: + resolution: {integrity: sha1-UOpaGWJZGkNrJtGqKxEd83656oo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/markdown/download/@vuepress/markdown-1.8.2.tgz} + name: '@vuepress/markdown' + version: 1.8.2 + dependencies: + '@vuepress/shared-utils': registry.npmmirror.com/@vuepress/shared-utils/1.8.2 + markdown-it: registry.nlark.com/markdown-it/8.4.2 + markdown-it-anchor: registry.npmmirror.com/markdown-it-anchor/5.3.0_markdown-it@8.4.2 + markdown-it-chain: registry.npmmirror.com/markdown-it-chain/1.3.0_markdown-it@8.4.2 + markdown-it-emoji: registry.npmmirror.com/markdown-it-emoji/1.4.0 + markdown-it-table-of-contents: registry.npmmirror.com/markdown-it-table-of-contents/0.4.4 + prismjs: registry.nlark.com/prismjs/1.25.0 + dev: true + + registry.npmmirror.com/@vuepress/plugin-active-header-links/1.8.2: + resolution: {integrity: sha1-DLmynIJt2X01NXqbCcli73gst5M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/plugin-active-header-links/download/@vuepress/plugin-active-header-links-1.8.2.tgz} + name: '@vuepress/plugin-active-header-links' + version: 1.8.2 + dependencies: + lodash.debounce: registry.nlark.com/lodash.debounce/4.0.8 + dev: true + + registry.npmmirror.com/@vuepress/plugin-last-updated/1.8.2: + resolution: {integrity: sha1-fOaJ+NUFDPAhOUm8LlqoecCf9LE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/plugin-last-updated/download/@vuepress/plugin-last-updated-1.8.2.tgz} + name: '@vuepress/plugin-last-updated' + version: 1.8.2 + dependencies: + cross-spawn: registry.nlark.com/cross-spawn/6.0.5 + dev: true + + registry.npmmirror.com/@vuepress/plugin-nprogress/1.8.2: + resolution: {integrity: sha1-3GwIKSVCDIxZ7Lf8LUqUAfbUZko=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/plugin-nprogress/download/@vuepress/plugin-nprogress-1.8.2.tgz} + name: '@vuepress/plugin-nprogress' + version: 1.8.2 + dependencies: + nprogress: registry.nlark.com/nprogress/0.2.0 + dev: true + + registry.npmmirror.com/@vuepress/plugin-register-components/1.8.2: + resolution: {integrity: sha1-L7RaaLCh77iCJnDZXDsjGi0Ot00=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/plugin-register-components/download/@vuepress/plugin-register-components-1.8.2.tgz} + name: '@vuepress/plugin-register-components' + version: 1.8.2 + dependencies: + '@vuepress/shared-utils': registry.npmmirror.com/@vuepress/shared-utils/1.8.2 + dev: true + + registry.npmmirror.com/@vuepress/plugin-search/1.8.2: + resolution: {integrity: sha1-dLkvZjrPa0Vg4V3ARCqExOh04gY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/plugin-search/download/@vuepress/plugin-search-1.8.2.tgz} + name: '@vuepress/plugin-search' + version: 1.8.2 + dev: true + + registry.npmmirror.com/@vuepress/shared-utils/1.8.2: + resolution: {integrity: sha1-XsFgHyGWrKNK2C7tfJvi15SPcFs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/shared-utils/download/@vuepress/shared-utils-1.8.2.tgz} + name: '@vuepress/shared-utils' + version: 1.8.2 + dependencies: + chalk: registry.nlark.com/chalk/2.4.2 + escape-html: registry.nlark.com/escape-html/1.0.3 + fs-extra: registry.nlark.com/fs-extra/7.0.1 + globby: registry.nlark.com/globby/9.2.0 + gray-matter: registry.nlark.com/gray-matter/4.0.3 + hash-sum: registry.nlark.com/hash-sum/1.0.2 + semver: registry.nlark.com/semver/6.3.0 + toml: registry.npmmirror.com/toml/3.0.0 + upath: registry.nlark.com/upath/1.2.0 + dev: true + + registry.npmmirror.com/@vuepress/theme-default/1.8.2: + resolution: {integrity: sha1-f0dANsdSwfmAG4P2j1xwwJKxgrQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vuepress/theme-default/download/@vuepress/theme-default-1.8.2.tgz} + name: '@vuepress/theme-default' + version: 1.8.2 + dependencies: + '@vuepress/plugin-active-header-links': registry.npmmirror.com/@vuepress/plugin-active-header-links/1.8.2 + '@vuepress/plugin-nprogress': registry.npmmirror.com/@vuepress/plugin-nprogress/1.8.2 + '@vuepress/plugin-search': registry.npmmirror.com/@vuepress/plugin-search/1.8.2 + docsearch.js: registry.npmmirror.com/docsearch.js/2.6.3 + lodash: registry.nlark.com/lodash/4.17.21 + stylus: registry.nlark.com/stylus/0.54.8 + stylus-loader: registry.nlark.com/stylus-loader/3.0.2_stylus@0.54.8 + vuepress-plugin-container: registry.npmmirror.com/vuepress-plugin-container/2.1.5 + vuepress-plugin-smooth-scroll: registry.npmmirror.com/vuepress-plugin-smooth-scroll/0.0.3 + dev: true + + registry.npmmirror.com/agentkeepalive/2.2.0: + resolution: {integrity: sha1-xdG9SxKQCPEWPyNvhuX66iAm4u8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/agentkeepalive/download/agentkeepalive-2.2.0.tgz} + name: agentkeepalive + version: 2.2.0 + engines: {node: '>= 0.10.0'} + dev: true + + registry.npmmirror.com/algoliasearch/3.35.1: + resolution: {integrity: sha1-KX0V9TSjUHyrL137mWAZysdWjww=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/algoliasearch/download/algoliasearch-3.35.1.tgz} + name: algoliasearch + version: 3.35.1 + engines: {node: '>=0.8'} + dependencies: + agentkeepalive: registry.npmmirror.com/agentkeepalive/2.2.0 + debug: registry.nlark.com/debug/2.6.9 + envify: registry.npmmirror.com/envify/4.1.0 + es6-promise: registry.npmmirror.com/es6-promise/4.2.8 + events: registry.nlark.com/events/1.1.1 + foreach: registry.nlark.com/foreach/2.0.5 + global: registry.npmmirror.com/global/4.4.0 + inherits: registry.nlark.com/inherits/2.0.4 + isarray: registry.nlark.com/isarray/2.0.5 + load-script: registry.npmmirror.com/load-script/1.0.0 + object-keys: registry.nlark.com/object-keys/1.1.1 + querystring-es3: registry.nlark.com/querystring-es3/0.2.1 + reduce: registry.npmmirror.com/reduce/1.0.2 + semver: registry.nlark.com/semver/5.7.1 + tunnel-agent: registry.nlark.com/tunnel-agent/0.6.0 + dev: true + + registry.npmmirror.com/ansi-align/3.0.1: + resolution: {integrity: sha1-DN8S4RGs53OobpofrRIlxDyxmlk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ansi-align/download/ansi-align-3.0.1.tgz} + name: ansi-align + version: 3.0.1 + dependencies: + string-width: registry.npmmirror.com/string-width/4.2.3 + dev: true + + registry.npmmirror.com/autocomplete.js/0.36.0: + resolution: {integrity: sha1-lP53X+ZLbNQuYi0Hbcf9Jr7dg3s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/autocomplete.js/download/autocomplete.js-0.36.0.tgz} + name: autocomplete.js + version: 0.36.0 + dependencies: + immediate: registry.npmmirror.com/immediate/3.3.0 + dev: true + + registry.npmmirror.com/autoprefixer/9.8.8: + resolution: {integrity: sha1-/UvUWVOF+m8GWZ3nSaTV96R0lXo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/autoprefixer/download/autoprefixer-9.8.8.tgz} + name: autoprefixer + version: 9.8.8 + hasBin: true + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.17.3 + caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001265 + normalize-range: registry.nlark.com/normalize-range/0.1.2 + num2fraction: registry.nlark.com/num2fraction/1.2.2 + picocolors: registry.npmmirror.com/picocolors/0.2.1 + postcss: registry.npmmirror.com/postcss/7.0.39 + postcss-value-parser: registry.nlark.com/postcss-value-parser/4.1.0 + dev: true + + registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.8: + resolution: {integrity: sha1-J3mEahahZSJEriaLHpBq2hB/r5I=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.2.5.tgz} + id: registry.npmmirror.com/babel-plugin-polyfill-corejs3/0.2.5 + name: babel-plugin-polyfill-corejs3 + version: 0.2.5 + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': registry.npmmirror.com/@babel/core/7.15.8 + '@babel/helper-define-polyfill-provider': registry.nlark.com/@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.8 + core-js-compat: registry.npmmirror.com/core-js-compat/3.18.2 + dev: true + + registry.npmmirror.com/boxen/4.2.0: + resolution: {integrity: sha1-5BG2I1fW1tNlh8isPV2XTaoHDmQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/boxen/download/boxen-4.2.0.tgz} + name: boxen + version: 4.2.0 + engines: {node: '>=8'} + dependencies: + ansi-align: registry.npmmirror.com/ansi-align/3.0.1 + camelcase: registry.nlark.com/camelcase/5.3.1 + chalk: registry.nlark.com/chalk/3.0.0 + cli-boxes: registry.nlark.com/cli-boxes/2.2.1 + string-width: registry.npmmirror.com/string-width/4.2.3 + term-size: registry.npmmirror.com/term-size/2.2.1 + type-fest: registry.nlark.com/type-fest/0.8.1 + widest-line: registry.nlark.com/widest-line/3.1.0 + dev: true + + registry.npmmirror.com/browserslist/4.17.3: + resolution: {integrity: sha1-KETNbuvhTRI4SwEi0hdVAWDS1iQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/browserslist/download/browserslist-4.17.3.tgz} + name: browserslist + version: 4.17.3 + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: registry.npmmirror.com/caniuse-lite/1.0.30001265 + electron-to-chromium: registry.npmmirror.com/electron-to-chromium/1.3.864 + escalade: registry.nlark.com/escalade/3.1.1 + node-releases: registry.npmmirror.com/node-releases/1.1.77 + picocolors: registry.npmmirror.com/picocolors/0.2.1 + dev: true + + registry.npmmirror.com/cac/6.7.8: + resolution: {integrity: sha1-W3O8UmX7VczBMr7+9A65uDGuYQs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/cac/download/cac-6.7.8.tgz} + name: cac + version: 6.7.8 + engines: {node: '>=8'} + dev: true + + registry.npmmirror.com/caller-callsite/2.0.0: + resolution: {integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/caller-callsite/download/caller-callsite-2.0.0.tgz?cache=0&sync_timestamp=1633618274030&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcaller-callsite%2Fdownload%2Fcaller-callsite-2.0.0.tgz} + name: caller-callsite + version: 2.0.0 + engines: {node: '>=4'} + dependencies: + callsites: registry.nlark.com/callsites/2.0.0 + dev: true + + registry.npmmirror.com/caller-path/2.0.0: + resolution: {integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/caller-path/download/caller-path-2.0.0.tgz} + name: caller-path + version: 2.0.0 + engines: {node: '>=4'} + dependencies: + caller-callsite: registry.npmmirror.com/caller-callsite/2.0.0 + dev: true + + registry.npmmirror.com/caniuse-lite/1.0.30001265: + resolution: {integrity: sha1-BhPJ5ski5CJ5Lm/O/fmjr+7k+MM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/caniuse-lite/download/caniuse-lite-1.0.30001265.tgz} + name: caniuse-lite + version: 1.0.30001265 + dev: true + + registry.npmmirror.com/clean-css/4.2.3: + resolution: {integrity: sha1-UHtd59l7SO5T2ErbAWD/YhY4D3g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/clean-css/download/clean-css-4.2.3.tgz} + name: clean-css + version: 4.2.3 + engines: {node: '>= 4.0'} + dependencies: + source-map: registry.nlark.com/source-map/0.6.1 + dev: true + + registry.npmmirror.com/consola/2.15.3: + resolution: {integrity: sha1-LhH5jWpL5x/3LgvfB70j4Sy2FVA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/consola/download/consola-2.15.3.tgz} + name: consola + version: 2.15.3 + dev: true + + registry.npmmirror.com/core-js-compat/3.18.2: + resolution: {integrity: sha1-5Awmb71hOUjdjS0hVjRdqKwDwUI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/core-js-compat/download/core-js-compat-3.18.2.tgz} + name: core-js-compat + version: 3.18.2 + dependencies: + browserslist: registry.npmmirror.com/browserslist/4.17.3 + semver: registry.nlark.com/semver/7.0.0 + dev: true + + registry.npmmirror.com/core-js/3.18.2: + resolution: {integrity: sha1-Y6VR6KKfMFzUEjdUhG5liWYZuls=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/core-js/download/core-js-3.18.2.tgz} + name: core-js + version: 3.18.2 + requiresBuild: true + dev: true + + registry.npmmirror.com/decamelize/1.2.0: + resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/decamelize/download/decamelize-1.2.0.tgz} + name: decamelize + version: 1.2.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.npmmirror.com/docsearch.js/2.6.3: + resolution: {integrity: sha1-V8tGANO2VTxnfny75qc0WT44Yl0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/docsearch.js/download/docsearch.js-2.6.3.tgz} + name: docsearch.js + version: 2.6.3 + dependencies: + algoliasearch: registry.npmmirror.com/algoliasearch/3.35.1 + autocomplete.js: registry.npmmirror.com/autocomplete.js/0.36.0 + hogan.js: registry.npmmirror.com/hogan.js/3.0.2 + request: registry.nlark.com/request/2.88.2 + stack-utils: registry.nlark.com/stack-utils/1.0.5 + to-factory: registry.npmmirror.com/to-factory/1.0.0 + zepto: registry.npmmirror.com/zepto/1.2.0 + dev: true + + registry.npmmirror.com/electron-to-chromium/1.3.864: + resolution: {integrity: sha1-apk7zBlqK4s9+E0o1dTdkSOTiF8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/electron-to-chromium/download/electron-to-chromium-1.3.864.tgz} + name: electron-to-chromium + version: 1.3.864 + dev: true + + registry.npmmirror.com/emoji-regex/7.0.3: + resolution: {integrity: sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/emoji-regex/download/emoji-regex-7.0.3.tgz} + name: emoji-regex + version: 7.0.3 + dev: true + + registry.npmmirror.com/emoji-regex/8.0.0: + resolution: {integrity: sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/emoji-regex/download/emoji-regex-8.0.0.tgz} + name: emoji-regex + version: 8.0.0 + dev: true + + registry.npmmirror.com/envify/4.1.0: + resolution: {integrity: sha1-85rT251oAbTmtHi2ECjT8LaBn34=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/envify/download/envify-4.1.0.tgz} + name: envify + version: 4.1.0 + hasBin: true + dependencies: + esprima: registry.nlark.com/esprima/4.0.1 + through: registry.nlark.com/through/2.3.8 + dev: true + + registry.npmmirror.com/es-abstract/1.19.1: + resolution: {integrity: sha1-1IhXlodpFpWd547aoN9FZicRXsM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es-abstract/download/es-abstract-1.19.1.tgz} + name: es-abstract + version: 1.19.1 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + es-to-primitive: registry.nlark.com/es-to-primitive/1.2.1 + function-bind: registry.nlark.com/function-bind/1.1.1 + get-intrinsic: registry.nlark.com/get-intrinsic/1.1.1 + get-symbol-description: registry.nlark.com/get-symbol-description/1.0.0 + has: registry.nlark.com/has/1.0.3 + has-symbols: registry.nlark.com/has-symbols/1.0.2 + internal-slot: registry.nlark.com/internal-slot/1.0.3 + is-callable: registry.nlark.com/is-callable/1.2.4 + is-negative-zero: registry.nlark.com/is-negative-zero/2.0.1 + is-regex: registry.nlark.com/is-regex/1.1.4 + is-shared-array-buffer: registry.npmmirror.com/is-shared-array-buffer/1.0.1 + is-string: registry.nlark.com/is-string/1.0.7 + is-weakref: registry.npmmirror.com/is-weakref/1.0.1 + object-inspect: registry.nlark.com/object-inspect/1.11.0 + object-keys: registry.nlark.com/object-keys/1.1.1 + object.assign: registry.nlark.com/object.assign/4.1.2 + string.prototype.trimend: registry.nlark.com/string.prototype.trimend/1.0.4 + string.prototype.trimstart: registry.nlark.com/string.prototype.trimstart/1.0.4 + unbox-primitive: registry.nlark.com/unbox-primitive/1.0.1 + dev: true + + registry.npmmirror.com/es6-promise/4.2.8: + resolution: {integrity: sha1-TrIVlMlyvEBVPSduUQU5FD21Pgo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/es6-promise/download/es6-promise-4.2.8.tgz} + name: es6-promise + version: 4.2.8 + dev: true + + registry.npmmirror.com/find-up/3.0.0: + resolution: {integrity: sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-up/download/find-up-3.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffind-up%2Fdownload%2Ffind-up-3.0.0.tgz} + name: find-up + version: 3.0.0 + engines: {node: '>=6'} + dependencies: + locate-path: registry.nlark.com/locate-path/3.0.0 + dev: true + + registry.npmmirror.com/find-up/4.1.0: + resolution: {integrity: sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/find-up/download/find-up-4.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffind-up%2Fdownload%2Ffind-up-4.1.0.tgz} + name: find-up + version: 4.1.0 + engines: {node: '>=8'} + dependencies: + locate-path: registry.nlark.com/locate-path/5.0.0 + path-exists: registry.nlark.com/path-exists/4.0.0 + dev: true + + registry.npmmirror.com/glob-parent/3.1.0: + resolution: {integrity: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob-parent/download/glob-parent-3.1.0.tgz} + name: glob-parent + version: 3.1.0 + dependencies: + is-glob: registry.npmmirror.com/is-glob/3.1.0 + path-dirname: registry.nlark.com/path-dirname/1.0.2 + dev: true + + registry.npmmirror.com/glob-parent/5.1.2: + resolution: {integrity: sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob-parent/download/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 + dev: true + optional: true + + registry.npmmirror.com/glob/7.2.0: + resolution: {integrity: sha1-0VU1r3cy4C6Uj0xBYovZECk/YCM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/glob/download/glob-7.2.0.tgz} + name: glob + version: 7.2.0 + dependencies: + fs.realpath: registry.nlark.com/fs.realpath/1.0.0 + inflight: registry.nlark.com/inflight/1.0.6 + inherits: registry.nlark.com/inherits/2.0.4 + minimatch: registry.nlark.com/minimatch/3.0.4 + once: registry.nlark.com/once/1.4.0 + path-is-absolute: registry.nlark.com/path-is-absolute/1.0.1 + dev: true + + registry.npmmirror.com/global/4.4.0: + resolution: {integrity: sha1-PnsQUXkAajI+1xqvyj6cV6XMZAY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/global/download/global-4.4.0.tgz} + name: global + version: 4.4.0 + dependencies: + min-document: registry.npmmirror.com/min-document/2.19.0 + process: registry.nlark.com/process/0.11.10 + dev: true + + registry.npmmirror.com/hogan.js/3.0.2: + resolution: {integrity: sha1-TNnhq9QpQUbnZ55B14mHMrAse/0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/hogan.js/download/hogan.js-3.0.2.tgz} + name: hogan.js + version: 3.0.2 + hasBin: true + dependencies: + mkdirp: registry.nlark.com/mkdirp/0.3.0 + nopt: registry.nlark.com/nopt/1.0.10 + dev: true + + registry.npmmirror.com/immediate/3.3.0: + resolution: {integrity: sha1-Gu8iVReDa8338qLeJgDHn/AmkmY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/immediate/download/immediate-3.3.0.tgz} + name: immediate + version: 3.3.0 + dev: true + + registry.npmmirror.com/import-local/2.0.0: + resolution: {integrity: sha1-VQcL44pZk88Y72236WH1vuXFoJ0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/import-local/download/import-local-2.0.0.tgz} + name: import-local + version: 2.0.0 + engines: {node: '>=6'} + hasBin: true + dependencies: + pkg-dir: registry.npmmirror.com/pkg-dir/3.0.0 + resolve-cwd: registry.nlark.com/resolve-cwd/2.0.0 + dev: true + + registry.npmmirror.com/is-core-module/2.7.0: + resolution: {integrity: sha1-PA730xtKz8V0+AxYQJ1WioNoSOM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-core-module/download/is-core-module-2.7.0.tgz} + name: is-core-module + version: 2.7.0 + dependencies: + has: registry.nlark.com/has/1.0.3 + dev: true + + registry.npmmirror.com/is-glob/3.1.0: + resolution: {integrity: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-glob/download/is-glob-3.1.0.tgz} + name: is-glob + version: 3.1.0 + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: registry.nlark.com/is-extglob/2.1.1 + dev: true + + registry.npmmirror.com/is-glob/4.0.3: + resolution: {integrity: sha1-ZPYeQsu7LuwgcanawLKLoeZdUIQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-glob/download/is-glob-4.0.3.tgz} + name: is-glob + version: 4.0.3 + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: registry.nlark.com/is-extglob/2.1.1 + dev: true + + registry.npmmirror.com/is-shared-array-buffer/1.0.1: + resolution: {integrity: sha1-l7DIX72stZycRG/mU7gs8rW3z+Y=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-shared-array-buffer/download/is-shared-array-buffer-1.0.1.tgz} + name: is-shared-array-buffer + version: 1.0.1 + dev: true + + registry.npmmirror.com/is-weakref/1.0.1: + resolution: {integrity: sha1-hC26TsF/qayYUN8tbvvBc3J08qI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/is-weakref/download/is-weakref-1.0.1.tgz} + name: is-weakref + version: 1.0.1 + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + dev: true + + registry.npmmirror.com/linkify-it/2.2.0: + resolution: {integrity: sha1-47VGl+eL+RXHCjis14/QngBYsc8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/linkify-it/download/linkify-it-2.2.0.tgz} + name: linkify-it + version: 2.2.0 + dependencies: + uc.micro: registry.nlark.com/uc.micro/1.0.6 + dev: true + + registry.npmmirror.com/load-script/1.0.0: + resolution: {integrity: sha1-BJGTngvuVkPuSUp+PaPSuscMbKQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/load-script/download/load-script-1.0.0.tgz} + name: load-script + version: 1.0.0 + dev: true + + registry.npmmirror.com/markdown-it-anchor/5.3.0_markdown-it@8.4.2: + resolution: {integrity: sha1-1Ums1khWqOzRvqWDZe84Xv+6x0Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/markdown-it-anchor/download/markdown-it-anchor-5.3.0.tgz} + id: registry.npmmirror.com/markdown-it-anchor/5.3.0 + name: markdown-it-anchor + version: 5.3.0 + peerDependencies: + markdown-it: '*' + dependencies: + markdown-it: registry.nlark.com/markdown-it/8.4.2 + dev: true + + registry.npmmirror.com/markdown-it-chain/1.3.0_markdown-it@8.4.2: + resolution: {integrity: sha1-zPb+hsECZrr7TlRzgN/X8nfMF7w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/markdown-it-chain/download/markdown-it-chain-1.3.0.tgz} + id: registry.npmmirror.com/markdown-it-chain/1.3.0 + name: markdown-it-chain + version: 1.3.0 + engines: {node: '>=6.9'} + peerDependencies: + markdown-it: '>=5.0.0' + dependencies: + markdown-it: registry.nlark.com/markdown-it/8.4.2 + webpack-chain: registry.nlark.com/webpack-chain/4.12.1 + dev: true + + registry.npmmirror.com/markdown-it-container/2.0.0: + resolution: {integrity: sha1-ABm0P9Au7+zi8ZYKKJX7qBpARpU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/markdown-it-container/download/markdown-it-container-2.0.0.tgz} + name: markdown-it-container + version: 2.0.0 + dev: true + + registry.npmmirror.com/markdown-it-emoji/1.4.0: + resolution: {integrity: sha1-m+4OmpkKljupbfaYDE/dsF37Tcw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/markdown-it-emoji/download/markdown-it-emoji-1.4.0.tgz} + name: markdown-it-emoji + version: 1.4.0 + dev: true + + registry.npmmirror.com/markdown-it-table-of-contents/0.4.4: + resolution: {integrity: sha1-PcfOi4/BflmBx3zDmNF4Ixnzf7w=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/markdown-it-table-of-contents/download/markdown-it-table-of-contents-0.4.4.tgz} + name: markdown-it-table-of-contents + version: 0.4.4 + engines: {node: '>6.4.0'} + dev: true + + registry.npmmirror.com/mime-types/2.1.33: + resolution: {integrity: sha1-H6EqkERy+v0GjkjZ6EAfdNP3Dts=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mime-types/download/mime-types-2.1.33.tgz} + name: mime-types + version: 2.1.33 + engines: {node: '>= 0.6'} + dependencies: + mime-db: registry.nlark.com/mime-db/1.50.0 + dev: true + + registry.npmmirror.com/min-document/2.19.0: + resolution: {integrity: sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/min-document/download/min-document-2.19.0.tgz} + name: min-document + version: 2.19.0 + dependencies: + dom-walk: registry.nlark.com/dom-walk/0.1.2 + dev: true + + registry.npmmirror.com/mini-css-extract-plugin/0.6.0_webpack@4.46.0: + resolution: {integrity: sha1-o/Ezctb83pEvPuTNA5ZlcEgB47k=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.6.0.tgz} + id: registry.npmmirror.com/mini-css-extract-plugin/0.6.0 + name: mini-css-extract-plugin + version: 0.6.0 + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^4.4.0 + dependencies: + loader-utils: registry.nlark.com/loader-utils/1.4.0 + normalize-url: registry.nlark.com/normalize-url/2.0.1 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + webpack-sources: registry.nlark.com/webpack-sources/1.4.3 + dev: true + + registry.npmmirror.com/ms/2.0.0: + resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/download/ms-2.0.0.tgz?cache=0&sync_timestamp=1632788710719&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fms%2Fdownload%2Fms-2.0.0.tgz} + name: ms + version: 2.0.0 + dev: true + + registry.npmmirror.com/ms/2.1.1: + resolution: {integrity: sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/download/ms-2.1.1.tgz?cache=0&sync_timestamp=1632788710719&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fms%2Fdownload%2Fms-2.1.1.tgz} + name: ms + version: 2.1.1 + dev: true + + registry.npmmirror.com/ms/2.1.2: + resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/download/ms-2.1.2.tgz?cache=0&sync_timestamp=1632788710719&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fms%2Fdownload%2Fms-2.1.2.tgz} + name: ms + version: 2.1.2 + dev: true + + registry.npmmirror.com/ms/2.1.3: + resolution: {integrity: sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ms/download/ms-2.1.3.tgz?cache=0&sync_timestamp=1632788710719&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fms%2Fdownload%2Fms-2.1.3.tgz} + name: ms + version: 2.1.3 + dev: true + + registry.npmmirror.com/multicast-dns/6.2.3: + resolution: {integrity: sha1-oOx72QVcQoL3kMPIL04o2zsxsik=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/multicast-dns/download/multicast-dns-6.2.3.tgz} + name: multicast-dns + version: 6.2.3 + hasBin: true + dependencies: + dns-packet: registry.nlark.com/dns-packet/1.3.4 + thunky: registry.nlark.com/thunky/1.1.0 + dev: true + + registry.npmmirror.com/node-releases/1.1.77: + resolution: {integrity: sha1-ULDP7ehV3TdOdYW/Io/zTlfBwy4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/node-releases/download/node-releases-1.1.77.tgz} + name: node-releases + version: 1.1.77 + dev: true + + registry.npmmirror.com/npm-run-path/2.0.2: + resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/npm-run-path/download/npm-run-path-2.0.2.tgz} + name: npm-run-path + version: 2.0.2 + engines: {node: '>=4'} + dependencies: + path-key: registry.nlark.com/path-key/2.0.1 + dev: true + + registry.npmmirror.com/object.getownpropertydescriptors/2.1.3: + resolution: {integrity: sha1-siPPOOF/77l6Y8EMkd9yzLOG354=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.3.tgz} + name: object.getownpropertydescriptors + version: 2.1.3 + engines: {node: '>= 0.8'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + es-abstract: registry.npmmirror.com/es-abstract/1.19.1 + dev: true + + registry.npmmirror.com/object.values/1.1.5: + resolution: {integrity: sha1-lZ9j486e8QhyAzMIITHkpFm3Fqw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/object.values/download/object.values-1.1.5.tgz} + name: object.values + version: 1.1.5 + engines: {node: '>= 0.4'} + dependencies: + call-bind: registry.nlark.com/call-bind/1.0.2 + define-properties: registry.nlark.com/define-properties/1.1.3 + es-abstract: registry.npmmirror.com/es-abstract/1.19.1 + dev: true + + registry.npmmirror.com/opencollective-postinstall/2.0.3: + resolution: {integrity: sha1-eg//l49tv6TQBiOPusmO1BmMMlk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/opencollective-postinstall/download/opencollective-postinstall-2.0.3.tgz} + name: opencollective-postinstall + version: 2.0.3 + hasBin: true + dev: true + + registry.npmmirror.com/p-try/2.2.0: + resolution: {integrity: sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/p-try/download/p-try-2.2.0.tgz} + name: p-try + version: 2.2.0 + engines: {node: '>=6'} + dev: true + + registry.npmmirror.com/picocolors/0.2.1: + resolution: {integrity: sha1-VwZw95NkaFHRuhNZlpYqutWHhZ8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/picocolors/download/picocolors-0.2.1.tgz} + name: picocolors + version: 0.2.1 + dev: true + + registry.npmmirror.com/pkg-dir/3.0.0: + resolution: {integrity: sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pkg-dir/download/pkg-dir-3.0.0.tgz} + name: pkg-dir + version: 3.0.0 + engines: {node: '>=6'} + dependencies: + find-up: registry.npmmirror.com/find-up/3.0.0 + dev: true + + registry.npmmirror.com/pkg-dir/4.2.0: + resolution: {integrity: sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pkg-dir/download/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 + dev: true + + registry.npmmirror.com/postcss/7.0.39: + resolution: {integrity: sha1-liQ3XZZWMOLh8sAqk1yCpZy0gwk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/postcss/download/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.nlark.com/source-map/0.6.1 + dev: true + + registry.npmmirror.com/pretty-time/1.1.0: + resolution: {integrity: sha1-/7dCmvq7hTXDRqNOQYc63z103Q4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pretty-time/download/pretty-time-1.1.0.tgz} + name: pretty-time + version: 1.1.0 + engines: {node: '>=4'} + dev: true + + registry.npmmirror.com/reduce/1.0.2: + resolution: {integrity: sha1-DNaArT/+CwYOV6XGi9/ONxaNNhs=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/reduce/download/reduce-1.0.2.tgz} + name: reduce + version: 1.0.2 + dependencies: + object-keys: registry.nlark.com/object-keys/1.1.1 + dev: true + + registry.npmmirror.com/regjsgen/0.5.2: + resolution: {integrity: sha1-kv8pX7He7L9uzaslQ9IH6RqjNzM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/regjsgen/download/regjsgen-0.5.2.tgz} + name: regjsgen + version: 0.5.2 + dev: true + + registry.npmmirror.com/section-matter/1.0.0: + resolution: {integrity: sha1-6QQZU1BngOwB1Z8pKhnHuFC4QWc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/section-matter/download/section-matter-1.0.0.tgz} + name: section-matter + version: 1.0.0 + engines: {node: '>=4'} + dependencies: + extend-shallow: registry.nlark.com/extend-shallow/2.0.1 + kind-of: registry.nlark.com/kind-of/6.0.3 + dev: true + + registry.npmmirror.com/signal-exit/3.0.5: + resolution: {integrity: sha1-nj6MwMdamUcrRDIQM6dwLnc4JS8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/signal-exit/download/signal-exit-3.0.5.tgz} + name: signal-exit + version: 3.0.5 + dev: true + + registry.npmmirror.com/smoothscroll-polyfill/0.4.4: + resolution: {integrity: sha1-OiWRMdxpMObKgAA+HLA7YDtpq/g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/smoothscroll-polyfill/download/smoothscroll-polyfill-0.4.4.tgz} + name: smoothscroll-polyfill + version: 0.4.4 + dev: true + + registry.npmmirror.com/std-env/2.3.1: + resolution: {integrity: sha1-1CJxkIgZwkP43vx3oUD8H87jNqE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/std-env/download/std-env-2.3.1.tgz} + name: std-env + version: 2.3.1 + dependencies: + ci-info: registry.nlark.com/ci-info/3.2.0 + dev: true + + registry.npmmirror.com/string-width/3.1.0: + resolution: {integrity: sha1-InZ74htirxCBV0MG9prFG2IgOWE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string-width/download/string-width-3.1.0.tgz} + name: string-width + version: 3.1.0 + engines: {node: '>=6'} + dependencies: + emoji-regex: registry.npmmirror.com/emoji-regex/7.0.3 + is-fullwidth-code-point: registry.nlark.com/is-fullwidth-code-point/2.0.0 + strip-ansi: registry.npmmirror.com/strip-ansi/5.2.0 + dev: true + + registry.npmmirror.com/string-width/4.2.3: + resolution: {integrity: sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/string-width/download/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.nlark.com/is-fullwidth-code-point/3.0.0 + strip-ansi: registry.npmmirror.com/strip-ansi/6.0.1 + dev: true + + registry.npmmirror.com/strip-ansi/3.0.1: + resolution: {integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-3.0.1.tgz} + name: strip-ansi + version: 3.0.1 + engines: {node: '>=0.10.0'} + dependencies: + ansi-regex: registry.nlark.com/ansi-regex/2.1.1 + dev: true + + registry.npmmirror.com/strip-ansi/5.2.0: + resolution: {integrity: sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-5.2.0.tgz} + name: strip-ansi + version: 5.2.0 + engines: {node: '>=6'} + dependencies: + ansi-regex: registry.nlark.com/ansi-regex/4.1.0 + dev: true + + registry.npmmirror.com/strip-ansi/6.0.1: + resolution: {integrity: sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-ansi/download/strip-ansi-6.0.1.tgz} + name: strip-ansi + version: 6.0.1 + engines: {node: '>=8'} + dependencies: + ansi-regex: registry.nlark.com/ansi-regex/5.0.1 + dev: true + + registry.npmmirror.com/strip-bom-string/1.0.0: + resolution: {integrity: sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-bom-string/download/strip-bom-string-1.0.0.tgz} + name: strip-bom-string + version: 1.0.0 + engines: {node: '>=0.10.0'} + dev: true + + registry.npmmirror.com/svgo/1.3.2: + resolution: {integrity: sha1-ttxRHAYzRsnkFbgeQ0ARRbltQWc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/svgo/download/svgo-1.3.2.tgz} + name: svgo + version: 1.3.2 + engines: {node: '>=4.0.0'} + deprecated: This SVGO version is no longer supported. Upgrade to v2.x.x. + hasBin: true + dependencies: + chalk: registry.nlark.com/chalk/2.4.2 + coa: registry.nlark.com/coa/2.0.2 + css-select: registry.nlark.com/css-select/2.1.0 + css-select-base-adapter: registry.nlark.com/css-select-base-adapter/0.1.1 + css-tree: registry.nlark.com/css-tree/1.0.0-alpha.37 + csso: registry.nlark.com/csso/4.2.0 + js-yaml: registry.nlark.com/js-yaml/3.14.1 + mkdirp: registry.nlark.com/mkdirp/0.5.5 + object.values: registry.npmmirror.com/object.values/1.1.5 + sax: registry.nlark.com/sax/1.2.4 + stable: registry.nlark.com/stable/0.1.8 + unquote: registry.nlark.com/unquote/1.1.1 + util.promisify: registry.nlark.com/util.promisify/1.0.1 + dev: true + + registry.npmmirror.com/term-size/2.2.1: + resolution: {integrity: sha1-KmpUhAQywvtjIP6g9BVTHpAYn1Q=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/term-size/download/term-size-2.2.1.tgz} + name: term-size + version: 2.2.1 + engines: {node: '>=8'} + dev: true + + registry.npmmirror.com/to-factory/1.0.0: + resolution: {integrity: sha1-hzivi9lxIK0dQEeXKtpVY7+UebE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/to-factory/download/to-factory-1.0.0.tgz} + name: to-factory + version: 1.0.0 + dev: true + + registry.npmmirror.com/toml/3.0.0: + resolution: {integrity: sha1-NCFg8a8ZBOydIE0DpdYSItdixe4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/toml/download/toml-3.0.0.tgz} + name: toml + version: 3.0.0 + dev: true + + registry.npmmirror.com/vue-loader/15.9.8_css-loader@2.1.1+webpack@4.46.0: + resolution: {integrity: sha1-Sw9gKvr2aplr4eU0+5YJ3EqxDmE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-loader/download/vue-loader-15.9.8.tgz} + id: registry.npmmirror.com/vue-loader/15.9.8 + name: vue-loader + version: 15.9.8 + peerDependencies: + css-loader: '*' + webpack: ^3.0.0 || ^4.1.0 || ^5.0.0-0 + dependencies: + '@vue/component-compiler-utils': registry.nlark.com/@vue/component-compiler-utils/3.2.2 + css-loader: registry.nlark.com/css-loader/2.1.1_webpack@4.46.0 + hash-sum: registry.nlark.com/hash-sum/1.0.2 + loader-utils: registry.nlark.com/loader-utils/1.4.0 + vue-hot-reload-api: registry.nlark.com/vue-hot-reload-api/2.3.4 + vue-style-loader: registry.nlark.com/vue-style-loader/4.1.3 + webpack: registry.npmmirror.com/webpack/4.46.0 + dev: true + + registry.npmmirror.com/vue-server-renderer/2.6.14: + resolution: {integrity: sha1-yL//8VLfa0e4WIGO+NUk0vw1FlQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue-server-renderer/download/vue-server-renderer-2.6.14.tgz} + name: vue-server-renderer + version: 2.6.14 + dependencies: + chalk: registry.nlark.com/chalk/1.1.3 + hash-sum: registry.nlark.com/hash-sum/1.0.2 + he: registry.nlark.com/he/1.2.0 + lodash.template: registry.nlark.com/lodash.template/4.5.0 + lodash.uniq: registry.nlark.com/lodash.uniq/4.5.0 + resolve: registry.nlark.com/resolve/1.20.0 + serialize-javascript: registry.nlark.com/serialize-javascript/3.1.0 + source-map: registry.nlark.com/source-map/0.5.6 + dev: true + + registry.npmmirror.com/vue/2.6.14: + resolution: {integrity: sha1-5RqlJQJQ1Wmj+606ilpofWA24jU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vue/download/vue-2.6.14.tgz} + name: vue + version: 2.6.14 + dev: true + + registry.npmmirror.com/vuepress-html-webpack-plugin/3.2.0_webpack@4.46.0: + resolution: {integrity: sha1-IZvicq1RD6qHUNLU5w/QKL/RwW4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vuepress-html-webpack-plugin/download/vuepress-html-webpack-plugin-3.2.0.tgz} + id: registry.npmmirror.com/vuepress-html-webpack-plugin/3.2.0 + name: vuepress-html-webpack-plugin + version: 3.2.0 + engines: {node: '>=6.9'} + peerDependencies: + webpack: ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 + dependencies: + html-minifier: registry.nlark.com/html-minifier/3.5.21 + loader-utils: registry.nlark.com/loader-utils/0.2.17 + lodash: registry.nlark.com/lodash/4.17.21 + pretty-error: registry.nlark.com/pretty-error/2.1.2 + tapable: registry.nlark.com/tapable/1.1.3 + toposort: registry.nlark.com/toposort/1.0.7 + util.promisify: registry.nlark.com/util.promisify/1.0.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + dev: true + + registry.npmmirror.com/vuepress-plugin-container/2.1.5: + resolution: {integrity: sha1-N//wVmL+29Y//TpUY7JZLHp/MTM=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vuepress-plugin-container/download/vuepress-plugin-container-2.1.5.tgz} + name: vuepress-plugin-container + version: 2.1.5 + dependencies: + '@vuepress/shared-utils': registry.npmmirror.com/@vuepress/shared-utils/1.8.2 + markdown-it-container: registry.npmmirror.com/markdown-it-container/2.0.0 + dev: true + + registry.npmmirror.com/vuepress-plugin-smooth-scroll/0.0.3: + resolution: {integrity: sha1-bv8tTBhsypF8yfffKwr33nyMZDg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vuepress-plugin-smooth-scroll/download/vuepress-plugin-smooth-scroll-0.0.3.tgz} + name: vuepress-plugin-smooth-scroll + version: 0.0.3 + dependencies: + smoothscroll-polyfill: registry.npmmirror.com/smoothscroll-polyfill/0.4.4 + dev: true + + registry.npmmirror.com/vuepress/1.8.2: + resolution: {integrity: sha1-l+i/l5YwYR/HtiH8TMNbeY7l6Ec=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vuepress/download/vuepress-1.8.2.tgz} + name: vuepress + version: 1.8.2 + engines: {node: '>=8.6'} + hasBin: true + requiresBuild: true + dependencies: + '@vuepress/core': registry.npmmirror.com/@vuepress/core/1.8.2 + '@vuepress/theme-default': registry.npmmirror.com/@vuepress/theme-default/1.8.2 + cac: registry.npmmirror.com/cac/6.7.8 + envinfo: registry.nlark.com/envinfo/7.8.1 + opencollective-postinstall: registry.npmmirror.com/opencollective-postinstall/2.0.3 + update-notifier: registry.nlark.com/update-notifier/4.1.3 + transitivePeerDependencies: + - webpack-cli + - webpack-command + dev: true + + registry.npmmirror.com/webpack-dev-middleware/3.7.3_webpack@4.46.0: + resolution: {integrity: sha1-Bjk3KxQyYuK4SrldO5GnWXBhwsU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack-dev-middleware/download/webpack-dev-middleware-3.7.3.tgz} + id: registry.npmmirror.com/webpack-dev-middleware/3.7.3 + name: webpack-dev-middleware + version: 3.7.3 + engines: {node: '>= 6'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + memory-fs: registry.nlark.com/memory-fs/0.4.1 + mime: registry.nlark.com/mime/2.5.2 + mkdirp: registry.nlark.com/mkdirp/0.5.5 + range-parser: registry.nlark.com/range-parser/1.2.1 + webpack: registry.npmmirror.com/webpack/4.46.0 + webpack-log: registry.nlark.com/webpack-log/2.0.0 + dev: true + + registry.npmmirror.com/webpack-dev-server/3.11.2_webpack@4.46.0: + resolution: {integrity: sha1-aV687Xakkp8NXef9c/r+GF/jNwg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack-dev-server/download/webpack-dev-server-3.11.2.tgz} + id: registry.npmmirror.com/webpack-dev-server/3.11.2 + name: webpack-dev-server + version: 3.11.2 + engines: {node: '>= 6.11.5'} + hasBin: true + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + ansi-html: registry.nlark.com/ansi-html/0.0.7 + bonjour: registry.nlark.com/bonjour/3.5.0 + chokidar: registry.nlark.com/chokidar/2.1.8 + compression: registry.nlark.com/compression/1.7.4 + connect-history-api-fallback: registry.nlark.com/connect-history-api-fallback/1.6.0 + debug: registry.nlark.com/debug/4.3.2 + del: registry.nlark.com/del/4.1.1 + express: registry.nlark.com/express/4.17.1 + html-entities: registry.nlark.com/html-entities/1.4.0 + http-proxy-middleware: registry.nlark.com/http-proxy-middleware/0.19.1 + import-local: registry.npmmirror.com/import-local/2.0.0 + internal-ip: registry.nlark.com/internal-ip/4.3.0 + ip: registry.nlark.com/ip/1.1.5 + is-absolute-url: registry.nlark.com/is-absolute-url/3.0.3 + killable: registry.nlark.com/killable/1.0.1 + loglevel: registry.nlark.com/loglevel/1.7.1 + opn: registry.nlark.com/opn/5.5.0 + p-retry: registry.nlark.com/p-retry/3.0.1 + portfinder: registry.nlark.com/portfinder/1.0.28 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + selfsigned: registry.nlark.com/selfsigned/1.10.11 + semver: registry.nlark.com/semver/6.3.0 + serve-index: registry.nlark.com/serve-index/1.9.1 + sockjs: registry.nlark.com/sockjs/0.3.21 + sockjs-client: registry.nlark.com/sockjs-client/1.5.2 + spdy: registry.nlark.com/spdy/4.0.2 + strip-ansi: registry.npmmirror.com/strip-ansi/3.0.1 + supports-color: registry.nlark.com/supports-color/6.1.0 + url: registry.nlark.com/url/0.11.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + webpack-dev-middleware: registry.npmmirror.com/webpack-dev-middleware/3.7.3_webpack@4.46.0 + webpack-log: registry.nlark.com/webpack-log/2.0.0 + ws: registry.npmmirror.com/ws/6.2.2 + yargs: registry.npmmirror.com/yargs/13.3.2 + dev: true + + registry.npmmirror.com/webpack/4.46.0: + resolution: {integrity: sha1-v5tEBOogoHNgXgoBHRiNd8tq1UI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpack/download/webpack-4.46.0.tgz} + name: webpack + version: 4.46.0 + engines: {node: '>=6.11.5'} + hasBin: true + peerDependencies: + webpack-cli: '*' + webpack-command: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + webpack-command: + optional: true + dependencies: + '@webassemblyjs/ast': registry.nlark.com/@webassemblyjs/ast/1.9.0 + '@webassemblyjs/helper-module-context': registry.nlark.com/@webassemblyjs/helper-module-context/1.9.0 + '@webassemblyjs/wasm-edit': registry.nlark.com/@webassemblyjs/wasm-edit/1.9.0 + '@webassemblyjs/wasm-parser': registry.nlark.com/@webassemblyjs/wasm-parser/1.9.0 + acorn: registry.nlark.com/acorn/6.4.2 + ajv: registry.nlark.com/ajv/6.12.6 + ajv-keywords: registry.nlark.com/ajv-keywords/3.5.2_ajv@6.12.6 + chrome-trace-event: registry.nlark.com/chrome-trace-event/1.0.3 + enhanced-resolve: registry.nlark.com/enhanced-resolve/4.5.0 + eslint-scope: registry.nlark.com/eslint-scope/4.0.3 + json-parse-better-errors: registry.nlark.com/json-parse-better-errors/1.0.2 + loader-runner: registry.nlark.com/loader-runner/2.4.0 + loader-utils: registry.nlark.com/loader-utils/1.4.0 + memory-fs: registry.nlark.com/memory-fs/0.4.1 + micromatch: registry.nlark.com/micromatch/3.1.10 + mkdirp: registry.nlark.com/mkdirp/0.5.5 + neo-async: registry.nlark.com/neo-async/2.6.2 + node-libs-browser: registry.nlark.com/node-libs-browser/2.2.1 + schema-utils: registry.nlark.com/schema-utils/1.0.0 + tapable: registry.nlark.com/tapable/1.1.3 + terser-webpack-plugin: registry.nlark.com/terser-webpack-plugin/1.4.5_webpack@4.46.0 + watchpack: registry.nlark.com/watchpack/1.7.5 + webpack-sources: registry.nlark.com/webpack-sources/1.4.3 + dev: true + + registry.npmmirror.com/webpackbar/3.2.0_webpack@4.46.0: + resolution: {integrity: sha1-varRA/rRGk5hJQDnKqrpiwi6ST8=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/webpackbar/download/webpackbar-3.2.0.tgz} + id: registry.npmmirror.com/webpackbar/3.2.0 + name: webpackbar + version: 3.2.0 + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^3.0.0 || ^4.0.0 + dependencies: + ansi-escapes: registry.nlark.com/ansi-escapes/4.3.2 + chalk: registry.nlark.com/chalk/2.4.2 + consola: registry.npmmirror.com/consola/2.15.3 + figures: registry.nlark.com/figures/3.2.0 + pretty-time: registry.npmmirror.com/pretty-time/1.1.0 + std-env: registry.npmmirror.com/std-env/2.3.1 + text-table: registry.nlark.com/text-table/0.2.0 + webpack: registry.npmmirror.com/webpack/4.46.0 + wrap-ansi: registry.nlark.com/wrap-ansi/5.1.0 + dev: true + + registry.npmmirror.com/ws/6.2.2: + resolution: {integrity: sha1-3Vzb1XqZeZFgl2UtePHMX66gwy4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/ws/download/ws-6.2.2.tgz} + name: ws + version: 6.2.2 + dependencies: + async-limiter: registry.nlark.com/async-limiter/1.0.1 + dev: true + + registry.npmmirror.com/yargs/13.3.2: + resolution: {integrity: sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/yargs/download/yargs-13.3.2.tgz} + name: yargs + version: 13.3.2 + dependencies: + cliui: registry.nlark.com/cliui/5.0.0 + find-up: registry.npmmirror.com/find-up/3.0.0 + get-caller-file: registry.nlark.com/get-caller-file/2.0.5 + require-directory: registry.nlark.com/require-directory/2.1.1 + require-main-filename: registry.nlark.com/require-main-filename/2.0.0 + set-blocking: registry.nlark.com/set-blocking/2.0.0 + string-width: registry.npmmirror.com/string-width/3.1.0 + which-module: registry.nlark.com/which-module/2.0.0 + y18n: registry.nlark.com/y18n/4.0.3 + yargs-parser: registry.nlark.com/yargs-parser/13.1.2 + dev: true + + registry.npmmirror.com/zepto/1.2.0: + resolution: {integrity: sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/zepto/download/zepto-1.2.0.tgz} + name: zepto + version: 1.2.0 + dev: true