diff --git a/babel.config.js b/babel.config.js index 2b5f0cd789..a56c57fad9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -40,11 +40,11 @@ module.exports = api => { return { presets: [ [ - '@babel/env', + '@babel/preset-env', { // https://babeljs.io/docs/en/babel-preset-env#usebuiltins // useBuiltIns: 'usage', - ...isCDNBundle ? { corejs: '3.0.0' } : {}, + ...isCDNBundle ? { corejs: 3 } : {}, useBuiltIns: isCDNBundle ? 'usage' : false, // set `modules: false` when building CDN bundle, let rollup do commonjs works // @see https://github.com/rollup/rollup-plugin-babel#modules diff --git a/package.json b/package.json index 3077938d73..b19d4303d3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@antv/g2": "^3.5.9", - "@antv/gatsby-theme-antv": "0.10.59", + "@antv/gatsby-theme-antv": "^0.10.71", "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/plugin-proposal-decorators": "^7.6.0", @@ -50,7 +50,7 @@ "babel-plugin-transform-inline-environment-variables": "^0.4.3", "babel-plugin-transform-node-env-inline": "^0.4.3", "babel-plugin-transform-postcss": "^0.3.0", - "babel-preset-gatsby": "^0.4.1", + "babel-preset-gatsby": "^0.5.8", "babel-template": "^6.26.0", "clean-webpack-plugin": "^3.0.0", "commitizen": "^4.0.3", diff --git a/packages/maps/src/map/index.ts b/packages/maps/src/map/index.ts index 95b12d25c8..26f5098e10 100644 --- a/packages/maps/src/map/index.ts +++ b/packages/maps/src/map/index.ts @@ -1,4 +1,4 @@ -import { Map } from '@antv/l7-map'; +import { Map } from '@antv/l7-maps'; import BaseMapWrapper from '../BaseMapWrapper'; import MapboxService from './map'; export default class MapboxWrapper extends BaseMapWrapper { diff --git a/packages/maps/src/map/map.ts b/packages/maps/src/map/map.ts index 7e780f2ae0..2de66a9512 100644 --- a/packages/maps/src/map/map.ts +++ b/packages/maps/src/map/map.ts @@ -18,7 +18,7 @@ import { MapStyle, TYPES, } from '@antv/l7-core'; -import { Map } from '@antv/l7-map'; +import { Map } from '@antv/l7-maps'; import { DOM } from '@antv/l7-utils'; import { mat4, vec2, vec3 } from 'gl-matrix'; import { inject, injectable } from 'inversify'; diff --git a/yarn.lock b/yarn.lock index 4646cd615b..1e07ef7d5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31,7 +31,7 @@ resolved "https://registry.npm.taobao.org/@ant-design/icons-svg/download/@ant-design/icons-svg-4.1.0.tgz#480b025f4b20ef7fe8f47d4a4846e4fee84ea06c" integrity sha1-SAsCX0sg73/o9H1KSEbk/uhOoGw= -"@ant-design/icons@^4.0.2", "@ant-design/icons@^4.2.1", "@ant-design/icons@^4.2.2": +"@ant-design/icons@^4.1.0", "@ant-design/icons@^4.2.1", "@ant-design/icons@^4.2.2": version "4.2.2" resolved "https://registry.npm.taobao.org/@ant-design/icons/download/@ant-design/icons-4.2.2.tgz?cache=0&sync_timestamp=1596529394243&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40ant-design%2Ficons%2Fdownload%2F%40ant-design%2Ficons-4.2.2.tgz#6533c5a02aec49238ec4748074845ad7d85a4f5e" integrity sha1-ZTPFoCrsSSOOxHSAdIRa19haT14= @@ -77,7 +77,7 @@ "@antv/component@~0.3.3": version "0.3.9" - resolved "https://registry.npm.taobao.org/@antv/component/download/@antv/component-0.3.9.tgz?cache=0&sync_timestamp=1597677595000&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40antv%2Fcomponent%2Fdownload%2F%40antv%2Fcomponent-0.3.9.tgz#ed561c639b7738ce03ff63a866f59e251de82a17" + resolved "https://registry.npm.taobao.org/@antv/component/download/@antv/component-0.3.9.tgz#ed561c639b7738ce03ff63a866f59e251de82a17" integrity sha1-7VYcY5t3OM4D/2OoZvWeJR3oKhc= dependencies: "@antv/attr" "~0.1.2" @@ -131,69 +131,70 @@ d3-timer "~1.0.6" detect-browser "^5.1.0" -"@antv/gatsby-theme-antv@0.10.59": - version "0.10.59" - resolved "https://registry.npmjs.org/@antv/gatsby-theme-antv/-/gatsby-theme-antv-0.10.59.tgz#f7cb6960f535f101c6cdf0a4a1b145a409aa6eb9" - integrity sha512-8/KOefvKNOAGSqd3l6dhAprj6h9nwMxsF0pm4vQDmCbQaClfClDCN4U4BKDjSoiiFizcSEzCg/yS6eUGcGcNlQ== +"@antv/gatsby-theme-antv@^0.10.71": + version "0.10.71" + resolved "https://registry.npm.taobao.org/@antv/gatsby-theme-antv/download/@antv/gatsby-theme-antv-0.10.71.tgz#39818105bd8b049c71aa7af8e1ef4b6ba74a5a84" + integrity sha1-OYGBBb2LBJxxqnr44e9La6dKWoQ= dependencies: - "@ant-design/icons" "^4.0.2" + "@ant-design/icons" "^4.1.0" "@babel/plugin-transform-modules-umd" "^7.2.0" - "@babel/preset-env" "^7.6.3" + "@babel/preset-env" "^7.9.6" "@babel/preset-react" "^7.6.3" "@babel/preset-typescript" "^7.6.0" "@babel/standalone" "^7.6.4" "@hot-loader/react-dom" "^16.9.0+4.12.11" + "@rstacruz/gatsby-remark-component" "^2.0.0" "@stackblitz/sdk" "^1.3.0" "@types/classnames" "^2.2.9" "@types/codemirror" latest "@types/git-url-parse" "^9.0.0" + "@types/jest" "^26.0.0" "@types/lodash-es" "^4.17.3" "@types/parse-github-url" "^1.0.0" - "@types/react" "^16.9.2" - "@types/react-dom" "^16.9.0" + "@types/react" "^16.9.35" + "@types/react-dom" "^16.9.8" "@types/react-github-button" "^0.1.0" - "@types/react-helmet" "^5.0.10" + "@types/react-helmet" "^6.0.0" "@types/react-slick" "^0.23.4" "@types/rehype-react" "^4.0.0" "@types/shallowequal" "^1.1.1" - antd "^4.0.0" - babel-preset-gatsby "^0.3.0" + antd "^4.2.2" + babel-preset-gatsby "^0.5.1" classnames "^2.2.6" codemirror "^5.49.2" codesandbox "^2.1.10" docsearch.js "^2.6.3" - gatsby "^2.15.16" - gatsby-image "^2.2.19" + gatsby "^2.21.33" + gatsby-image "^2.4.3" gatsby-plugin-antd "^2.0.2" - gatsby-plugin-catch-links "^2.1.12" + gatsby-plugin-catch-links "^2.3.1" gatsby-plugin-cname "^1.0.0" gatsby-plugin-copy-files "^1.0.3" - gatsby-plugin-google-analytics "^2.1.16" + gatsby-plugin-google-analytics "^2.3.1" gatsby-plugin-i18n "^1.0.1" - gatsby-plugin-layout "^1.1.11" - gatsby-plugin-less "^3.0.6" - gatsby-plugin-manifest "^2.2.16" + gatsby-plugin-layout "^1.3.1" + gatsby-plugin-less "^4.0.0" + gatsby-plugin-manifest "^2.4.2" gatsby-plugin-meta-redirect "^1.1.1" - gatsby-plugin-nprogress "^2.1.12" - gatsby-plugin-offline "^3.0.22" - gatsby-plugin-page-creator "^2.1.25" - gatsby-plugin-react-helmet "^3.1.7" + gatsby-plugin-nprogress "^2.3.1" + gatsby-plugin-offline "^3.2.2" + gatsby-plugin-page-creator "^2.3.1" + gatsby-plugin-react-helmet "^3.3.1" gatsby-plugin-react-svg "^3.0.0" gatsby-plugin-remove-serviceworker "^1.0.0" - gatsby-plugin-remove-trailing-slashes "^2.1.9" - gatsby-plugin-sitemap "^2.2.21" - gatsby-plugin-typescript "^2.1.8" + gatsby-plugin-remove-trailing-slashes "^2.3.2" + gatsby-plugin-sitemap "^2.4.2" + gatsby-plugin-typescript "^2.4.2" gatsby-redirect-from "^0.2.1" - gatsby-remark-autolink-headers "^2.1.13" - gatsby-remark-component "^1.1.3" + gatsby-remark-autolink-headers "^2.3.2" gatsby-remark-external-links "^0.0.4" - gatsby-remark-prismjs "^3.3.29" + gatsby-remark-prismjs "^3.5.1" gatsby-remark-reading-time "^1.0.1" - gatsby-source-filesystem "^2.1.22" + gatsby-source-filesystem "^2.3.3" gatsby-source-github "^0.0.2" - gatsby-transformer-remark "^2.6.24" + gatsby-transformer-remark "^2.8.8" git-url-parse "^11.1.2" - i18next "^19.0.0" + i18next "^19.4.4" indent-string "^4.0.0" insert-css "^2.0.0" less "^3.10.3" @@ -203,29 +204,29 @@ mkdirp "^1.0.3" normalize.css "^8.0.1" parse-github-url "^1.0.2" - prettier "^2.0.1" + prettier "^2.0.5" pretty-quick "^2.0.0" prism-themes "^1.2.0" prismjs "^1.17.1" ptz-i18n "^1.0.0" - rc-drawer "^3.0.2" + rc-drawer "^4.0.0" rc-footer "^0.6.1" react "^16.9.0" react-codemirror2 "^7.0.0" react-dom "^16.9.0" react-github-button "^0.1.11" react-helmet "^6.0.0" - react-i18next "^11.0.0" - react-slick "^0.25.2" + react-i18next "^11.4.0" + react-slick "^0.26.1" react-split-pane "^0.1.87" react-test-renderer "^16.9.0" - react-use "^14.0.0" - rehype-react "^5.0.0" - release-it "^13.0.0" + react-use "^15.0.0" + rehype-react "^6.0.0" + release-it "^13.5.8" shallowequal "^1.1.0" slash "^3.0.0" slick-carousel "^1.8.1" - typescript "^3.7.4" + typescript "^3.9.2" video-react "^0.14.1" "@antv/gl-matrix@^2.7.1", "@antv/gl-matrix@~2.7.1": @@ -254,9 +255,9 @@ integrity sha1-FAOsXeENjKaJ/B9lhEwnF5rh1E8= "@babel/cli@^7.6.4": - version "7.10.5" - resolved "https://registry.npm.taobao.org/@babel/cli/download/@babel/cli-7.10.5.tgz?cache=0&sync_timestamp=1594749315560&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcli%2Fdownload%2F%40babel%2Fcli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a" - integrity sha1-V98ph8jPidD8fUsVfsWddhnxt3o= + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/cli/download/@babel/cli-7.11.5.tgz#4f51663f393d950b41f4c7ba41f3f7c2a595a295" + integrity sha1-T1FmPzk9lQtB9Me6QfP3wqWVopU= dependencies: commander "^4.0.1" convert-source-map "^1.1.0" @@ -265,7 +266,7 @@ lodash "^4.17.19" make-dir "^2.1.0" slash "^2.0.0" - source-map "^0.5.0" + source-map "^0.6.1" optionalDependencies: chokidar "^2.1.8" @@ -308,7 +309,7 @@ "@babel/core@7.10.5": version "7.10.5" - resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.10.5.tgz?cache=0&sync_timestamp=1597950104629&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" + resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" integrity sha1-HxXizKitmh14o43bphL158270zA= dependencies: "@babel/code-frame" "^7.10.4" @@ -330,7 +331,7 @@ "@babel/core@7.9.0": version "7.9.0" - resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.9.0.tgz?cache=0&sync_timestamp=1597950104629&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" + resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" integrity sha1-rJd7U4t34TL/cG87ik260JwDxW4= dependencies: "@babel/code-frame" "^7.8.3" @@ -351,18 +352,18 @@ source-map "^0.5.0" "@babel/core@>=7.2.2", "@babel/core@^7.1.0", "@babel/core@^7.10.3", "@babel/core@^7.4.5", "@babel/core@^7.6.4", "@babel/core@^7.7.5", "@babel/core@^7.9.6": - version "7.11.4" - resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.11.4.tgz?cache=0&sync_timestamp=1597950104629&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" - integrity sha1-QwHf36+gHuuX8YlsVQGj8GVdQik= + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d" + integrity sha1-atluL3GJnqP5tlHwqRHoUgXR/20= dependencies: "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.11.4" + "@babel/generator" "^7.11.5" "@babel/helper-module-transforms" "^7.11.0" "@babel/helpers" "^7.10.4" - "@babel/parser" "^7.11.4" + "@babel/parser" "^7.11.5" "@babel/template" "^7.10.4" - "@babel/traverse" "^7.11.0" - "@babel/types" "^7.11.0" + "@babel/traverse" "^7.11.5" + "@babel/types" "^7.11.5" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.1" @@ -370,11 +371,11 @@ lodash "^4.17.19" resolve "^1.3.2" semver "^5.4.1" - source-map "^0.5.0" + source-map "^0.6.1" "@babel/generator@7.0.0-beta.44": version "7.0.0-beta.44" - resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.0.0-beta.44.tgz?cache=0&sync_timestamp=1597948380887&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42" + resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.0.0-beta.44.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42" integrity sha1-x+Z7m1KEr89pswm1DX038+UDPUI= dependencies: "@babel/types" "7.0.0-beta.44" @@ -383,14 +384,14 @@ source-map "^0.5.0" trim-right "^1.0.1" -"@babel/generator@^7.10.5", "@babel/generator@^7.11.0", "@babel/generator@^7.11.4", "@babel/generator@^7.4.0", "@babel/generator@^7.9.0", "@babel/generator@^7.9.6": - version "7.11.4" - resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.11.4.tgz?cache=0&sync_timestamp=1597948380887&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" - integrity sha1-HsfuwA3vul1vg+UOPucq4v7kgr4= +"@babel/generator@^7.10.5", "@babel/generator@^7.11.5", "@babel/generator@^7.4.0", "@babel/generator@^7.9.0", "@babel/generator@^7.9.6": + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.11.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82" + integrity sha1-pVgnc0JaRo5LomnZofcB+8pqeoI= dependencies: - "@babel/types" "^7.11.0" + "@babel/types" "^7.11.5" jsesc "^2.5.1" - source-map "^0.5.0" + source-map "^0.6.1" "@babel/helper-annotate-as-pure@^7.10.4": version "7.10.4" @@ -407,14 +408,14 @@ "@babel/helper-explode-assignable-expression" "^7.10.4" "@babel/types" "^7.10.4" -"@babel/helper-builder-react-jsx-experimental@^7.10.4": - version "7.10.5" - resolved "https://registry.npm.taobao.org/@babel/helper-builder-react-jsx-experimental/download/@babel/helper-builder-react-jsx-experimental-7.10.5.tgz#f35e956a19955ff08c1258e44a515a6d6248646b" - integrity sha1-816VahmVX/CMEljkSlFabWJIZGs= +"@babel/helper-builder-react-jsx-experimental@^7.10.4", "@babel/helper-builder-react-jsx-experimental@^7.11.5": + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/helper-builder-react-jsx-experimental/download/@babel/helper-builder-react-jsx-experimental-7.11.5.tgz?cache=0&sync_timestamp=1598904591182&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-builder-react-jsx-experimental%2Fdownload%2F%40babel%2Fhelper-builder-react-jsx-experimental-7.11.5.tgz#4ea43dd63857b0a35cd1f1b161dc29b43414e79f" + integrity sha1-TqQ91jhXsKNc0fGxYdwptDQU558= dependencies: "@babel/helper-annotate-as-pure" "^7.10.4" "@babel/helper-module-imports" "^7.10.4" - "@babel/types" "^7.10.5" + "@babel/types" "^7.11.5" "@babel/helper-builder-react-jsx@^7.10.4": version "7.10.4" @@ -467,7 +468,7 @@ "@babel/helper-explode-assignable-expression@^7.10.4": version "7.11.4" - resolved "https://registry.npm.taobao.org/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.11.4.tgz?cache=0&sync_timestamp=1597948453171&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-explode-assignable-expression%2Fdownload%2F%40babel%2Fhelper-explode-assignable-expression-7.11.4.tgz#2d8e3470252cc17aba917ede7803d4a7a276a41b" + resolved "https://registry.npm.taobao.org/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.11.4.tgz#2d8e3470252cc17aba917ede7803d4a7a276a41b" integrity sha1-LY40cCUswXq6kX7eeAPUp6J2pBs= dependencies: "@babel/types" "^7.10.4" @@ -648,10 +649,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.10.3", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.11.0", "@babel/parser@^7.11.4", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.8.3", "@babel/parser@^7.9.0": - version "7.11.4" - resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.4.tgz?cache=0&sync_timestamp=1597948342860&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" - integrity sha1-b6GhGLiw2A0CZ7cZIT3JR+iMwMo= +"@babel/parser@^7.1.0", "@babel/parser@^7.10.3", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.11.5", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.8.3", "@babel/parser@^7.9.0": + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.5.tgz?cache=0&sync_timestamp=1598904268134&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" + integrity sha1-x/9jA99xCA7HpPW4wAPFjxz1EDc= "@babel/plugin-proposal-async-generator-functions@^7.10.4", "@babel/plugin-proposal-async-generator-functions@^7.8.3": version "7.10.5" @@ -670,7 +671,7 @@ "@babel/helper-create-class-features-plugin" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-proposal-class-properties@^7.10.1", "@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.8.3": +"@babel/plugin-proposal-class-properties@^7.10.1", "@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.7.0": version "7.10.4" resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.10.4.tgz?cache=0&sync_timestamp=1593522937004&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-class-properties%2Fdownload%2F%40babel%2Fplugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807" integrity sha1-ozv2Mto5ClnHqMVwBF0RFc13iAc= @@ -794,7 +795,7 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-optional-chaining" "^7.8.0" -"@babel/plugin-proposal-optional-chaining@^7.10.3", "@babel/plugin-proposal-optional-chaining@^7.11.0", "@babel/plugin-proposal-optional-chaining@^7.6.0", "@babel/plugin-proposal-optional-chaining@^7.8.3", "@babel/plugin-proposal-optional-chaining@^7.9.0", "@babel/plugin-proposal-optional-chaining@^7.9.4": +"@babel/plugin-proposal-optional-chaining@^7.10.3", "@babel/plugin-proposal-optional-chaining@^7.11.0", "@babel/plugin-proposal-optional-chaining@^7.6.0", "@babel/plugin-proposal-optional-chaining@^7.9.0", "@babel/plugin-proposal-optional-chaining@^7.9.4": version "7.11.0" resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.11.0.tgz?cache=0&sync_timestamp=1596145014102&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-optional-chaining%2Fdownload%2F%40babel%2Fplugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" integrity sha1-3lhm0GRvav2quKVmOC/joiF1UHY= @@ -856,7 +857,7 @@ "@babel/plugin-syntax-flow@^7.10.4", "@babel/plugin-syntax-flow@^7.8.3": version "7.10.4" - resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-flow/download/@babel/plugin-syntax-flow-7.10.4.tgz?cache=0&sync_timestamp=1593522939744&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-syntax-flow%2Fdownload%2F%40babel%2Fplugin-syntax-flow-7.10.4.tgz#53351dd7ae01995e567d04ce42af1a6e0ba846a6" + resolved "https://registry.npm.taobao.org/@babel/plugin-syntax-flow/download/@babel/plugin-syntax-flow-7.10.4.tgz?cache=0&sync_timestamp=1593521289320&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-syntax-flow%2Fdownload%2F%40babel%2Fplugin-syntax-flow-7.10.4.tgz#53351dd7ae01995e567d04ce42af1a6e0ba846a6" integrity sha1-UzUd164BmV5WfQTOQq8abguoRqY= dependencies: "@babel/helper-plugin-utils" "^7.10.4" @@ -1153,11 +1154,11 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-transform-react-jsx-development@^7.10.4", "@babel/plugin-transform-react-jsx-development@^7.9.0": - version "7.10.4" - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.10.4.tgz#6ec90f244394604623880e15ebc3c34c356258ba" - integrity sha1-bskPJEOUYEYjiA4V68PDTDViWLo= + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.11.5.tgz#e1439e6a57ee3d43e9f54ace363fb29cefe5d7b6" + integrity sha1-4UOealfuPUPp9UrONj+ynO/l17Y= dependencies: - "@babel/helper-builder-react-jsx-experimental" "^7.10.4" + "@babel/helper-builder-react-jsx-experimental" "^7.11.5" "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-jsx" "^7.10.4" @@ -1211,7 +1212,7 @@ "@babel/plugin-transform-runtime@7.9.0": version "7.9.0" - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.9.0.tgz?cache=0&sync_timestamp=1596143304021&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-runtime%2Fdownload%2F%40babel%2Fplugin-transform-runtime-7.9.0.tgz#45468c0ae74cc13204e1d3b1f4ce6ee83258af0b" + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.9.0.tgz#45468c0ae74cc13204e1d3b1f4ce6ee83258af0b" integrity sha1-RUaMCudMwTIE4dOx9M5u6DJYrws= dependencies: "@babel/helper-module-imports" "^7.8.3" @@ -1219,10 +1220,10 @@ resolve "^1.8.1" semver "^5.5.1" -"@babel/plugin-transform-runtime@^7.10.3", "@babel/plugin-transform-runtime@^7.7.6", "@babel/plugin-transform-runtime@^7.8.3": - version "7.11.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf" - integrity sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw== +"@babel/plugin-transform-runtime@^7.10.3", "@babel/plugin-transform-runtime@^7.7.6": + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.11.5.tgz#f108bc8e0cf33c37da031c097d1df470b3a293fc" + integrity sha1-8Qi8jgzzPDfaAxwJfR30cLOik/w= dependencies: "@babel/helper-module-imports" "^7.10.4" "@babel/helper-plugin-utils" "^7.10.4" @@ -1293,7 +1294,7 @@ "@babel/preset-env@7.9.0": version "7.9.0" - resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" + resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.9.0.tgz?cache=0&sync_timestamp=1598904590837&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" integrity sha1-pfxCSA6VCuj12fjyu8A/UnIt86g= dependencies: "@babel/compat-data" "^7.9.0" @@ -1357,10 +1358,10 @@ levenary "^1.1.1" semver "^5.5.0" -"@babel/preset-env@^7.10.3", "@babel/preset-env@^7.4.5", "@babel/preset-env@^7.5.5", "@babel/preset-env@^7.6.3", "@babel/preset-env@^7.8.7": - version "7.11.0" - resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" - integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== +"@babel/preset-env@^7.10.3", "@babel/preset-env@^7.4.5", "@babel/preset-env@^7.5.5", "@babel/preset-env@^7.9.6": + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.11.5.tgz?cache=0&sync_timestamp=1598904590837&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" + integrity sha1-GMtLk3nj6S/+qSwHRxqZopFOQnI= dependencies: "@babel/compat-data" "^7.11.0" "@babel/helper-compilation-targets" "^7.10.4" @@ -1424,7 +1425,7 @@ "@babel/plugin-transform-unicode-escapes" "^7.10.4" "@babel/plugin-transform-unicode-regex" "^7.10.4" "@babel/preset-modules" "^0.1.3" - "@babel/types" "^7.11.0" + "@babel/types" "^7.11.5" browserslist "^4.12.0" core-js-compat "^3.6.2" invariant "^2.2.2" @@ -1462,7 +1463,7 @@ "@babel/plugin-transform-react-jsx-self" "^7.9.0" "@babel/plugin-transform-react-jsx-source" "^7.9.0" -"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.10.1", "@babel/preset-react@^7.6.3", "@babel/preset-react@^7.8.3": +"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.10.1", "@babel/preset-react@^7.6.3": version "7.10.4" resolved "https://registry.npm.taobao.org/@babel/preset-react/download/@babel/preset-react-7.10.4.tgz#92e8a66d816f9911d11d4cc935be67adfc82dbcf" integrity sha1-kuimbYFvmRHRHUzJNb5nrfyC288= @@ -1514,7 +1515,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.11.2" resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.11.2.tgz?cache=0&sync_timestamp=1596637820375&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" integrity sha1-9UnBPHVMxAuHZEufqfCaapX+BzY= @@ -1522,9 +1523,9 @@ regenerator-runtime "^0.13.4" "@babel/standalone@^7.10.2", "@babel/standalone@^7.6.4": - version "7.11.4" - resolved "https://registry.npm.taobao.org/@babel/standalone/download/@babel/standalone-7.11.4.tgz#e25a0fa05e9373545a1a38ad4462acfbec7d8a87" - integrity sha1-4loPoF6Tc1RaGjitRGKs++x9ioc= + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/standalone/download/@babel/standalone-7.11.5.tgz#566e1ef7d9c93ffc49b5efa4785225d259dabc19" + integrity sha1-Vm4e99nJP/xJte+keFIl0lnavBk= "@babel/template@7.0.0-beta.44": version "7.0.0-beta.44" @@ -1547,7 +1548,7 @@ "@babel/traverse@7.0.0-beta.44": version "7.0.0-beta.44" - resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.0.0-beta.44.tgz?cache=0&sync_timestamp=1596144714257&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966" + resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.0.0-beta.44.tgz?cache=0&sync_timestamp=1598904281596&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966" integrity sha1-qXCixFR3rRgBfi5GWgYG/u4NKWY= dependencies: "@babel/code-frame" "7.0.0-beta.44" @@ -1561,34 +1562,34 @@ invariant "^2.2.0" lodash "^4.2.0" -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.2", "@babel/traverse@^7.10.3", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.0": - version "7.11.0" - resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.11.0.tgz?cache=0&sync_timestamp=1596144714257&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" - integrity sha1-m5ls4bmPU/fD5BdRFWBdVu0H3SQ= +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.2", "@babel/traverse@^7.10.3", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.0": + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.11.5.tgz?cache=0&sync_timestamp=1598904281596&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" + integrity sha1-vnd7k7UY62127i4eodFD2qEeYcM= dependencies: "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.11.0" + "@babel/generator" "^7.11.5" "@babel/helper-function-name" "^7.10.4" "@babel/helper-split-export-declaration" "^7.11.0" - "@babel/parser" "^7.11.0" - "@babel/types" "^7.11.0" + "@babel/parser" "^7.11.5" + "@babel/types" "^7.11.5" debug "^4.1.0" globals "^11.1.0" lodash "^4.17.19" "@babel/types@7.0.0-beta.44": version "7.0.0-beta.44" - resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.0.0-beta.44.tgz?cache=0&sync_timestamp=1596144714487&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" + resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.0.0-beta.44.tgz?cache=0&sync_timestamp=1598904272861&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" integrity sha1-axsWRZH3fewKA0KsqZXy0Eazp1c= dependencies: esutils "^2.0.2" lodash "^4.2.0" to-fast-properties "^2.0.0" -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.3", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.0", "@babel/types@^7.9.6": - version "7.11.0" - resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.11.0.tgz?cache=0&sync_timestamp=1596144714487&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" - integrity sha1-Kua/G6mujDxDgk5YYSaYcbIG6Q0= +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.3", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.9.0", "@babel/types@^7.9.6": + version "7.11.5" + resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.11.5.tgz?cache=0&sync_timestamp=1598904272861&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" + integrity sha1-2d5XfQElLXfGgAzuA57mT691Zi0= dependencies: "@babel/helper-validator-identifier" "^7.10.4" lodash "^4.17.19" @@ -1952,17 +1953,17 @@ which "^1.3.1" "@graphql-tools/schema@^6.0.14": - version "6.1.0" - resolved "https://registry.npm.taobao.org/@graphql-tools/schema/download/@graphql-tools/schema-6.1.0.tgz?cache=0&sync_timestamp=1598534753422&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40graphql-tools%2Fschema%2Fdownload%2F%40graphql-tools%2Fschema-6.1.0.tgz#8176bf3b56dc1e78243a5f01646c7abbc9921d26" - integrity sha1-gXa/O1bcHngkOl8BZGx6u8mSHSY= + version "6.2.0" + resolved "https://registry.npm.taobao.org/@graphql-tools/schema/download/@graphql-tools/schema-6.2.0.tgz#41171cdaeb7d7835a458628f0c546fef2bae3a64" + integrity sha1-QRcc2ut9eDWkWGKPDFRv7yuuOmQ= dependencies: - "@graphql-tools/utils" "6.1.0" + "@graphql-tools/utils" "6.2.0" tslib "~2.0.1" -"@graphql-tools/utils@6.1.0", "@graphql-tools/utils@^6.0.14": - version "6.1.0" - resolved "https://registry.npm.taobao.org/@graphql-tools/utils/download/@graphql-tools/utils-6.1.0.tgz?cache=0&sync_timestamp=1598534759551&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40graphql-tools%2Futils%2Fdownload%2F%40graphql-tools%2Futils-6.1.0.tgz#a8ab67bb8d8a879f40d29b334f48de6e6be71c41" - integrity sha1-qKtnu42Kh59A0pszT0jebmvnHEE= +"@graphql-tools/utils@6.2.0", "@graphql-tools/utils@^6.0.14": + version "6.2.0" + resolved "https://registry.npm.taobao.org/@graphql-tools/utils/download/@graphql-tools/utils-6.2.0.tgz#5dc2ccec9d7fa098b9c76bddfd8a7ca64fc3fe9c" + integrity sha1-XcLM7J1/oJi5x2vd/Yp8pk/D/pw= dependencies: "@ardatan/aggregate-error" "0.0.1" camel-case "4.1.1" @@ -1979,7 +1980,7 @@ "@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0": version "8.5.1" - resolved "https://registry.npm.taobao.org/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz?cache=0&sync_timestamp=1593915910245&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fhoek%2Fdownload%2F%40hapi%2Fhoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06" + resolved "https://registry.npm.taobao.org/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz?cache=0&sync_timestamp=1599008847431&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fhoek%2Fdownload%2F%40hapi%2Fhoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06" integrity sha1-/elgZMpEbeyMVajC8TCVewcMbgY= "@hapi/joi@^15.0.0", "@hapi/joi@^15.1.1": @@ -3205,22 +3206,10 @@ string-width "^2.0.0" strip-ansi "^3" -"@pmmmwh/react-refresh-webpack-plugin@^0.3.3": - version "0.3.3" - resolved "https://registry.npm.taobao.org/@pmmmwh/react-refresh-webpack-plugin/download/@pmmmwh/react-refresh-webpack-plugin-0.3.3.tgz#40a3d674f42a011b7f30a9609aa8fb68ec3c39c9" - integrity sha1-QKPWdPQqARt/MKlgmqj7aOw8Ock= - dependencies: - ansi-html "^0.0.7" - error-stack-parser "^2.0.6" - html-entities "^1.2.1" - lodash.debounce "^4.0.8" - native-url "^0.2.6" - schema-utils "^2.6.5" - "@pmmmwh/react-refresh-webpack-plugin@^0.4.1": version "0.4.1" - resolved "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.1.tgz#a4db0ed8e58c2f8566161c9a8cdf1d095c9a891b" - integrity sha512-MzM87WdX2r2KRFfhEho7oGyK1XRE/J9WwjB3v6oLQHN0dzBypBZxSWjnoYx+RWneRCsg8Sin1myf+EjX1fqIbQ== + resolved "https://registry.npm.taobao.org/@pmmmwh/react-refresh-webpack-plugin/download/@pmmmwh/react-refresh-webpack-plugin-0.4.1.tgz#a4db0ed8e58c2f8566161c9a8cdf1d095c9a891b" + integrity sha1-pNsO2OWML4VmFhyajN8dCVyaiRs= dependencies: ansi-html "^0.0.7" error-stack-parser "^2.0.6" @@ -3440,6 +3429,11 @@ estree-walker "^1.0.1" picomatch "^2.2.2" +"@rstacruz/gatsby-remark-component@^2.0.0": + version "2.0.0" + resolved "https://registry.npm.taobao.org/@rstacruz/gatsby-remark-component/download/@rstacruz/gatsby-remark-component-2.0.0.tgz#ecc81499c43729379b7ea80b909ef120c9afa7dd" + integrity sha1-7MgUmcQ3KTebfqgLkJ7xIMmvp90= + "@samverschueren/stream-to-observable@^0.3.0": version "0.3.1" resolved "https://registry.npm.taobao.org/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.1.tgz?cache=0&sync_timestamp=1596971971493&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40samverschueren%2Fstream-to-observable%2Fdownload%2F%40samverschueren%2Fstream-to-observable-0.3.1.tgz#a21117b19ee9be70c379ec1877537ef2e1c63301" @@ -3469,7 +3463,7 @@ "@storybook/addons@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/addons/download/@storybook/addons-5.3.21.tgz#ee312c738c33e8c34dc11777ef93522c3c36e56a" + resolved "https://registry.npm.taobao.org/@storybook/addons/download/@storybook/addons-5.3.21.tgz?cache=0&sync_timestamp=1598886871798&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Faddons%2Fdownload%2F%40storybook%2Faddons-5.3.21.tgz#ee312c738c33e8c34dc11777ef93522c3c36e56a" integrity sha1-7jEsc4wz6MNNwRd375NSLDw25Wo= dependencies: "@storybook/api" "5.3.21" @@ -3482,7 +3476,7 @@ "@storybook/api@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/api/download/@storybook/api-5.3.21.tgz#8f1772de53b65e1a65d2f0257463d621a8617c58" + resolved "https://registry.npm.taobao.org/@storybook/api/download/@storybook/api-5.3.21.tgz?cache=0&sync_timestamp=1598886870712&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Fapi%2Fdownload%2F%40storybook%2Fapi-5.3.21.tgz#8f1772de53b65e1a65d2f0257463d621a8617c58" integrity sha1-jxdy3lO2Xhpl0vAldGPWIahhfFg= dependencies: "@reach/router" "^1.2.1" @@ -3508,7 +3502,7 @@ "@storybook/channel-postmessage@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz#9c08bf1c108ff973dbca18e582680d25178db1d4" + resolved "https://registry.npm.taobao.org/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz?cache=0&sync_timestamp=1598886866437&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Fchannel-postmessage%2Fdownload%2F%40storybook%2Fchannel-postmessage-5.3.21.tgz#9c08bf1c108ff973dbca18e582680d25178db1d4" integrity sha1-nAi/HBCP+XPbyhjlgmgNJReNsdQ= dependencies: "@storybook/channels" "5.3.21" @@ -3526,7 +3520,7 @@ "@storybook/client-api@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/client-api/download/@storybook/client-api-5.3.21.tgz#5b218a28f24219c32ab4b92a6af2a3e452fb8089" + resolved "https://registry.npm.taobao.org/@storybook/client-api/download/@storybook/client-api-5.3.21.tgz?cache=0&sync_timestamp=1598886878584&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Fclient-api%2Fdownload%2F%40storybook%2Fclient-api-5.3.21.tgz#5b218a28f24219c32ab4b92a6af2a3e452fb8089" integrity sha1-WyGKKPJCGcMqtLkqavKj5FL7gIk= dependencies: "@storybook/addons" "5.3.21" @@ -3549,14 +3543,14 @@ "@storybook/client-logger@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz#912c83b0d358e70acad1ad4abe199de4c38b109f" + resolved "https://registry.npm.taobao.org/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz?cache=0&sync_timestamp=1598886864563&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Fclient-logger%2Fdownload%2F%40storybook%2Fclient-logger-5.3.21.tgz#912c83b0d358e70acad1ad4abe199de4c38b109f" integrity sha1-kSyDsNNY5wrK0a1Kvhmd5MOLEJ8= dependencies: core-js "^3.0.1" "@storybook/components@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/components/download/@storybook/components-5.3.21.tgz#17ee371a2455c6e807c3d3135a9266e63ad7651a" + resolved "https://registry.npm.taobao.org/@storybook/components/download/@storybook/components-5.3.21.tgz?cache=0&sync_timestamp=1598886869428&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Fcomponents%2Fdownload%2F%40storybook%2Fcomponents-5.3.21.tgz#17ee371a2455c6e807c3d3135a9266e63ad7651a" integrity sha1-F+43GiRVxugHw9MTWpJm5jrXZRo= dependencies: "@storybook/client-logger" "5.3.21" @@ -3583,14 +3577,14 @@ "@storybook/core-events@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz#41d81c3f107302a032545fc86ff344230c04b9e9" + resolved "https://registry.npm.taobao.org/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz?cache=0&sync_timestamp=1598886863598&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Fcore-events%2Fdownload%2F%40storybook%2Fcore-events-5.3.21.tgz#41d81c3f107302a032545fc86ff344230c04b9e9" integrity sha1-QdgcPxBzAqAyVF/Ib/NEIwwEuek= dependencies: core-js "^3.0.1" "@storybook/core@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/core/download/@storybook/core-5.3.21.tgz#da963166ea24601f318266a3aa6bbc06fc8fb175" + resolved "https://registry.npm.taobao.org/@storybook/core/download/@storybook/core-5.3.21.tgz?cache=0&sync_timestamp=1598886886722&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Fcore%2Fdownload%2F%40storybook%2Fcore-5.3.21.tgz#da963166ea24601f318266a3aa6bbc06fc8fb175" integrity sha1-2pYxZuokYB8xgmajqmu8BvyPsXU= dependencies: "@babel/plugin-proposal-class-properties" "^7.7.0" @@ -3688,7 +3682,7 @@ "@storybook/react@^5.1.9": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/react/download/@storybook/react-5.3.21.tgz#f7f364d3d3adc70746a12cf8b6614952f41d4bd0" + resolved "https://registry.npm.taobao.org/@storybook/react/download/@storybook/react-5.3.21.tgz?cache=0&sync_timestamp=1598886905286&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Freact%2Fdownload%2F%40storybook%2Freact-5.3.21.tgz#f7f364d3d3adc70746a12cf8b6614952f41d4bd0" integrity sha1-9/Nk09OtxwdGoSz4tmFJUvQdS9A= dependencies: "@babel/plugin-transform-react-constant-elements" "^7.6.3" @@ -3715,7 +3709,7 @@ "@storybook/router@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/router/download/@storybook/router-5.3.21.tgz#32b08e5daa90a6ffa024bb670b874525a712a901" + resolved "https://registry.npm.taobao.org/@storybook/router/download/@storybook/router-5.3.21.tgz?cache=0&sync_timestamp=1598886868352&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Frouter%2Fdownload%2F%40storybook%2Frouter-5.3.21.tgz#32b08e5daa90a6ffa024bb670b874525a712a901" integrity sha1-MrCOXaqQpv+gJLtnC4dFJacSqQE= dependencies: "@reach/router" "^1.2.1" @@ -3730,7 +3724,7 @@ "@storybook/theming@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/theming/download/@storybook/theming-5.3.21.tgz#ae2dc101aa57c3be4df1724ae729e11bad118e0b" + resolved "https://registry.npm.taobao.org/@storybook/theming/download/@storybook/theming-5.3.21.tgz?cache=0&sync_timestamp=1598886867348&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Ftheming%2Fdownload%2F%40storybook%2Ftheming-5.3.21.tgz#ae2dc101aa57c3be4df1724ae729e11bad118e0b" integrity sha1-ri3BAapXw75N8XJK5ynhG60Rjgs= dependencies: "@emotion/core" "^10.0.20" @@ -3748,7 +3742,7 @@ "@storybook/ui@5.3.21": version "5.3.21" - resolved "https://registry.npm.taobao.org/@storybook/ui/download/@storybook/ui-5.3.21.tgz#b42568e03353b47aaab1b6449311f38858585f81" + resolved "https://registry.npm.taobao.org/@storybook/ui/download/@storybook/ui-5.3.21.tgz?cache=0&sync_timestamp=1598886880928&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40storybook%2Fui%2Fdownload%2F%40storybook%2Fui-5.3.21.tgz#b42568e03353b47aaab1b6449311f38858585f81" integrity sha1-tCVo4DNTtHqqsbZEkxHziFhYX4E= dependencies: "@emotion/core" "^10.0.20" @@ -5091,10 +5085,10 @@ "@turf/invariant" "^5.1.5" d3-voronoi "1.1.2" -"@turist/fetch@^7.1.6", "@turist/fetch@^7.1.7": +"@turist/fetch@^7.1.7": version "7.1.7" - resolved "https://registry.npmjs.org/@turist/fetch/-/fetch-7.1.7.tgz#a2b1f7ec0265e6fe0946c51eef34bad9b9efc865" - integrity sha512-XP20kvfyMNlWdPVQXyuzA40LoCHbbJptikt7W+TlZ5sS+NNjk70xjXCtHBLEudp7li3JldXEFSIUzpW1a0WEhA== + resolved "https://registry.npm.taobao.org/@turist/fetch/download/@turist/fetch-7.1.7.tgz#a2b1f7ec0265e6fe0946c51eef34bad9b9efc865" + integrity sha1-orH37AJl5v4JRsUe7zS62bnvyGU= dependencies: "@types/node-fetch" "2" @@ -5148,7 +5142,7 @@ "@types/cacheable-request@^6.0.1": version "6.0.1" - resolved "https://registry.npm.taobao.org/@types/cacheable-request/download/@types/cacheable-request-6.0.1.tgz?cache=0&sync_timestamp=1596838007642&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fcacheable-request%2Fdownload%2F%40types%2Fcacheable-request-6.0.1.tgz#5d22f3dded1fd3a84c0bbeb5039a7419c2c91976" + resolved "https://registry.npm.taobao.org/@types/cacheable-request/download/@types/cacheable-request-6.0.1.tgz#5d22f3dded1fd3a84c0bbeb5039a7419c2c91976" integrity sha1-XSLz3e0f06hMC761A5p0GcLJGXY= dependencies: "@types/http-cache-semantics" "*" @@ -5170,8 +5164,8 @@ "@types/codemirror@latest": version "0.0.97" - resolved "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.97.tgz#6f2d8266b7f1b34aacfe8c77221fafe324c3d081" - integrity sha512-n5d7o9nWhC49DjfhsxANP7naWSeTzrjXASkUDQh7626sM4zK9XP2EVcHp1IcCf/IPV6c7ORzDUDF3Bkt231VKg== + resolved "https://registry.npm.taobao.org/@types/codemirror/download/@types/codemirror-0.0.97.tgz#6f2d8266b7f1b34aacfe8c77221fafe324c3d081" + integrity sha1-by2CZrfxs0qs/ox3Ih+v4yTD0IE= dependencies: "@types/tern" "*" @@ -5380,21 +5374,29 @@ "@types/jest@^25.2.1": version "25.2.3" - resolved "https://registry.npm.taobao.org/@types/jest/download/@types/jest-25.2.3.tgz?cache=0&sync_timestamp=1598394881763&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fjest%2Fdownload%2F%40types%2Fjest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf" + resolved "https://registry.npm.taobao.org/@types/jest/download/@types/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf" integrity sha1-M9J+TEcWyq5OztNVCXpHrTY/3K8= dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1" +"@types/jest@^26.0.0": + version "26.0.12" + resolved "https://registry.npm.taobao.org/@types/jest/download/@types/jest-26.0.12.tgz#0f20fef9e74f55a312530284e6178f3b3254f501" + integrity sha1-DyD++edPVaMSUwKE5hePOzJU9QE= + dependencies: + jest-diff "^25.2.1" + pretty-format "^25.2.1" + "@types/js-cookie@2.2.6": version "2.2.6" resolved "https://registry.npm.taobao.org/@types/js-cookie/download/@types/js-cookie-2.2.6.tgz#f1a1cb35aff47bc5cfb05cb0c441ca91e914c26f" integrity sha1-8aHLNa/0e8XPsFywxEHKkekUwm8= -"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4": - version "7.0.5" - resolved "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd" - integrity sha1-3M5EMOZLRDuolF8CkPtWStW6xt0= +"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5": + version "7.0.6" + resolved "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" + integrity sha1-9MfsQ+gbMZqYFRFQMXCfJph4kfA= "@types/json5@^0.0.29": version "0.0.29" @@ -5410,7 +5412,7 @@ "@types/lodash-es@^4.17.3": version "4.17.3" - resolved "https://registry.npm.taobao.org/@types/lodash-es/download/@types/lodash-es-4.17.3.tgz?cache=0&sync_timestamp=1596840670221&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Flodash-es%2Fdownload%2F%40types%2Flodash-es-4.17.3.tgz#87eb0b3673b076b8ee655f1890260a136af09a2d" + resolved "https://registry.npm.taobao.org/@types/lodash-es/download/@types/lodash-es-4.17.3.tgz#87eb0b3673b076b8ee655f1890260a136af09a2d" integrity sha1-h+sLNnOwdrjuZV8YkCYKE2rwmi0= dependencies: "@types/lodash" "*" @@ -5423,9 +5425,9 @@ "@types/lodash" "*" "@types/lodash@*", "@types/lodash@^4.14.138", "@types/lodash@^4.14.92": - version "4.14.160" - resolved "https://registry.npm.taobao.org/@types/lodash/download/@types/lodash-4.14.160.tgz?cache=0&sync_timestamp=1598288460918&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.160.tgz#2f1bba6500bc3cb9a732c6d66a083378fb0b0b29" - integrity sha1-Lxu6ZQC8PLmnMsbWaggzePsLCyk= + version "4.14.161" + resolved "https://registry.npm.taobao.org/@types/lodash/download/@types/lodash-4.14.161.tgz?cache=0&sync_timestamp=1598664997598&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.161.tgz#a21ca0777dabc6e4f44f3d07f37b765f54188b18" + integrity sha1-ohygd32rxuT0Tz0H83t2X1QYixg= "@types/mapbox-gl@^0.54.3": version "0.54.5" @@ -5467,23 +5469,23 @@ form-data "^3.0.0" "@types/node@*", "@types/node@>= 8": - version "14.6.1" - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.6.1.tgz?cache=0&sync_timestamp=1598525603720&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.6.1.tgz#fdf6f6c6c73d3d8eee9c98a9a0485bc524b048d7" - integrity sha1-/fb2xsc9PY7unJipoEhbxSSwSNc= + version "14.6.2" + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.6.2.tgz?cache=0&sync_timestamp=1598656851627&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.6.2.tgz#264b44c5a28dfa80198fc2f7b6d3c8a054b9491f" + integrity sha1-JktExaKN+oAZj8L3ttPIoFS5SR8= "@types/node@13.11.1": version "13.11.1" - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-13.11.1.tgz?cache=0&sync_timestamp=1598525603720&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7" + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-13.11.1.tgz?cache=0&sync_timestamp=1598656851627&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7" integrity sha1-SaKoPfnSbarOrTDQzMh2KxKNU8c= "@types/node@^10.12.18": version "10.17.28" - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-10.17.28.tgz?cache=0&sync_timestamp=1598525603720&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-10.17.28.tgz#0e36d718a29355ee51cec83b42d921299200f6d9" + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-10.17.28.tgz?cache=0&sync_timestamp=1598656851627&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-10.17.28.tgz#0e36d718a29355ee51cec83b42d921299200f6d9" integrity sha1-DjbXGKKTVe5Rzsg7QtkhKZIA9tk= "@types/node@^8.5.7": version "8.10.62" - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-8.10.62.tgz?cache=0&sync_timestamp=1598525603720&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a" + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-8.10.62.tgz?cache=0&sync_timestamp=1598656851627&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a" integrity sha1-jQ0NtEpGrnZ52S4uNtQb8cNiXWo= "@types/normalize-package-data@^2.4.0": @@ -5531,10 +5533,10 @@ "@types/history" "*" "@types/react" "*" -"@types/react-dom@^16.9.0": +"@types/react-dom@^16.9.8": version "16.9.8" - resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" - integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA== + resolved "https://registry.npm.taobao.org/@types/react-dom/download/@types/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" + integrity sha1-/kweEd/GcVVzPfpqplEItJcctCM= dependencies: "@types/react" "*" @@ -5545,10 +5547,10 @@ dependencies: "@types/react" "*" -"@types/react-helmet@^5.0.10": - version "5.0.16" - resolved "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-5.0.16.tgz#dafac5f043665b880559285a27c71a69abd1f29e" - integrity sha512-++KMqwodVBg75hT2ZT4jobvDPi6iPUl/Lhrn0nP1XTcmFLtccaDb4FTAxzrj3egL7WQYTDnpHuPj52FSFkJqzA== +"@types/react-helmet@^6.0.0": + version "6.1.0" + resolved "https://registry.npm.taobao.org/@types/react-helmet/download/@types/react-helmet-6.1.0.tgz?cache=0&sync_timestamp=1596840727373&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Freact-helmet%2Fdownload%2F%40types%2Freact-helmet-6.1.0.tgz#af586ed685f4905e2adc7462d1d65ace52beee7a" + integrity sha1-r1hu1oX0kF4q3HRi0dZazlK+7no= dependencies: "@types/react" "*" @@ -5561,7 +5563,7 @@ "@types/react-syntax-highlighter@11.0.4": version "11.0.4" - resolved "https://registry.npm.taobao.org/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd" + resolved "https://registry.npm.taobao.org/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz?cache=0&sync_timestamp=1598607790760&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Freact-syntax-highlighter%2Fdownload%2F%40types%2Freact-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd" integrity sha1-2G0XaX22L5gEaHT2L9s+U6C7xM0= dependencies: "@types/react" "*" @@ -5573,10 +5575,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.9.2": - version "16.9.48" - resolved "https://registry.npm.taobao.org/@types/react/download/@types/react-16.9.48.tgz?cache=0&sync_timestamp=1598471108591&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Freact%2Fdownload%2F%40types%2Freact-16.9.48.tgz#d3387329f070d1b1bc0ff4a54a54ceefd5a8485c" - integrity sha1-0zhzKfBw0bG8D/SlSlTO79WoSFw= +"@types/react@*", "@types/react@^16.9.35": + version "16.9.49" + resolved "https://registry.npm.taobao.org/@types/react/download/@types/react-16.9.49.tgz?cache=0&sync_timestamp=1598892378237&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Freact%2Fdownload%2F%40types%2Freact-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872" + integrity sha1-CdsCHPgImroM2xKkn4AhppzOSHI= dependencies: "@types/prop-types" "*" csstype "^3.0.2" @@ -5597,7 +5599,7 @@ "@types/responselike@*", "@types/responselike@^1.0.0": version "1.0.0" - resolved "https://registry.npm.taobao.org/@types/responselike/download/@types/responselike-1.0.0.tgz?cache=0&sync_timestamp=1596840738846&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fresponselike%2Fdownload%2F%40types%2Fresponselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29" + resolved "https://registry.npm.taobao.org/@types/responselike/download/@types/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29" integrity sha1-JR9P59FU0rrRJavhtCmyOv0mLik= dependencies: "@types/node" "*" @@ -5647,8 +5649,8 @@ "@types/tern@*": version "0.23.3" - resolved "https://registry.npmjs.org/@types/tern/-/tern-0.23.3.tgz#4b54538f04a88c9ff79de1f6f94f575a7f339460" - integrity sha512-imDtS4TAoTcXk0g7u4kkWqedB3E4qpjXzCpD2LU5M5NAXHzCDsypyvXSaG7mM8DKYkCRa7tFp4tS/lp/Wo7Q3w== + resolved "https://registry.npm.taobao.org/@types/tern/download/@types/tern-0.23.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Ftern%2Fdownload%2F%40types%2Ftern-0.23.3.tgz#4b54538f04a88c9ff79de1f6f94f575a7f339460" + integrity sha1-S1RTjwSojJ/3neH2+U9XWn8zlGA= dependencies: "@types/estree" "*" @@ -5694,7 +5696,7 @@ "@types/warning@^3.0.0": version "3.0.0" - resolved "https://registry.npm.taobao.org/@types/warning/download/@types/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52" + resolved "https://registry.npm.taobao.org/@types/warning/download/@types/warning-3.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fwarning%2Fdownload%2F%40types%2Fwarning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52" integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI= "@types/webpack-env@*", "@types/webpack-env@^1.15.0": @@ -5749,7 +5751,7 @@ "@typescript-eslint/eslint-plugin@^2.0.0", "@typescript-eslint/eslint-plugin@^2.10.0", "@typescript-eslint/eslint-plugin@^2.24.0": version "2.34.0" - resolved "https://registry.npm.taobao.org/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-2.34.0.tgz?cache=0&sync_timestamp=1598349544026&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Feslint-plugin%2Fdownload%2F%40typescript-eslint%2Feslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9" + resolved "https://registry.npm.taobao.org/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9" integrity sha1-b4zopGx96kpvHRcdK7j7rm2sK+k= dependencies: "@typescript-eslint/experimental-utils" "2.34.0" @@ -5759,7 +5761,7 @@ "@typescript-eslint/experimental-utils@2.34.0": version "2.34.0" - resolved "https://registry.npm.taobao.org/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-2.34.0.tgz?cache=0&sync_timestamp=1598351329269&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fexperimental-utils%2Fdownload%2F%40typescript-eslint%2Fexperimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f" + resolved "https://registry.npm.taobao.org/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f" integrity sha1-01JLZEzbQO687KZ/jPPkzJyPmA8= dependencies: "@types/json-schema" "^7.0.3" @@ -5769,7 +5771,7 @@ "@typescript-eslint/parser@^2.0.0", "@typescript-eslint/parser@^2.10.0", "@typescript-eslint/parser@^2.24.0": version "2.34.0" - resolved "https://registry.npm.taobao.org/@typescript-eslint/parser/download/@typescript-eslint/parser-2.34.0.tgz?cache=0&sync_timestamp=1598351330299&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fparser%2Fdownload%2F%40typescript-eslint%2Fparser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8" + resolved "https://registry.npm.taobao.org/@typescript-eslint/parser/download/@typescript-eslint/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8" integrity sha1-UCUmMMoxloVCDpo5ygX+GFola8g= dependencies: "@types/eslint-visitor-keys" "^1.0.0" @@ -5779,7 +5781,7 @@ "@typescript-eslint/typescript-estree@2.34.0": version "2.34.0" - resolved "https://registry.npm.taobao.org/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-2.34.0.tgz?cache=0&sync_timestamp=1598349548082&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Ftypescript-estree%2Fdownload%2F%40typescript-eslint%2Ftypescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5" + resolved "https://registry.npm.taobao.org/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-2.34.0.tgz?cache=0&sync_timestamp=1598900806691&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Ftypescript-estree%2Fdownload%2F%40typescript-eslint%2Ftypescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5" integrity sha1-FK62NTs57wcyzH8bgoUpSTfPN9U= dependencies: debug "^4.1.1" @@ -6188,13 +6190,6 @@ acorn@^7.1.0, acorn@^7.1.1, acorn@^7.2.0: resolved "https://registry.npm.taobao.org/acorn/download/acorn-7.4.0.tgz?cache=0&sync_timestamp=1597237468154&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c" integrity sha1-4a1IbmxUUBY0xsOXxcEh2qODYHw= -add-dom-event-listener@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz#6a92db3a0dd0abc254e095c0f1dc14acbbaae310" - integrity sha512-WCxx1ixHT0GQU9hb0KI/mhgRQhnU+U3GvwY6ZvVjYq8rsihIGoaIOUbY0yMPBxLH5MDtr0kz3fisWGNcbWW7Jw== - dependencies: - object-assign "4.x" - address@1.0.3: version "1.0.3" resolved "https://registry.npm.taobao.org/address/download/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9" @@ -6298,12 +6293,12 @@ ajv-errors@^1.0.0: resolved "https://registry.npm.taobao.org/ajv-errors/download/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" integrity sha1-81mGrOuRr63sQQL72FAUlQzvpk0= -ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: +ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: version "3.5.2" resolved "https://registry.npm.taobao.org/ajv-keywords/download/ajv-keywords-3.5.2.tgz?cache=0&sync_timestamp=1595907068923&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv-keywords%2Fdownload%2Fajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" integrity sha1-MfKdpatuANHC0yms97WSlhTVAU0= -ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3: +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4: version "6.12.4" resolved "https://registry.npm.taobao.org/ajv/download/ajv-6.12.4.tgz?cache=0&sync_timestamp=1597480799381&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv%2Fdownload%2Fajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234" integrity sha1-BhT6zEUiEn+nE0Rca/0+vTduIjQ= @@ -6441,10 +6436,10 @@ ansicolors@~0.2.1: resolved "https://registry.npm.taobao.org/ansicolors/download/ansicolors-0.2.1.tgz#be089599097b74a5c9c4a84a0cdbcdb62bd87aef" integrity sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8= -antd@^4.0.0, antd@^4.2.4: - version "4.6.1" - resolved "https://registry.npm.taobao.org/antd/download/antd-4.6.1.tgz?cache=0&sync_timestamp=1598246997183&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fantd%2Fdownload%2Fantd-4.6.1.tgz#d204215d3d00a3ac51a2e93ec2ee1a49adbdb705" - integrity sha1-0gQhXT0Ao6xRouk+wu4aSa29twU= +antd@^4.0.0, antd@^4.2.2, antd@^4.2.4: + version "4.6.2" + resolved "https://registry.npm.taobao.org/antd/download/antd-4.6.2.tgz#c3a8fda7f7c60aa3d3e8ed356bef61902ed3d1ad" + integrity sha1-w6j9p/fGCqPT6O01a+9hkC7T0a0= dependencies: "@ant-design/colors" "^4.0.5" "@ant-design/css-animation" "^1.7.2" @@ -6488,8 +6483,8 @@ antd@^4.0.0, antd@^4.2.4: rc-tree "~3.9.0" rc-tree-select "~4.1.1" rc-trigger "~4.4.0" - rc-upload "~3.2.0" - rc-util "^5.0.1" + rc-upload "~3.2.1" + rc-util "^5.1.0" scroll-into-view-if-needed "^2.2.25" warning "^4.0.3" @@ -6554,7 +6549,7 @@ are-we-there-yet@~1.1.2: argparse@^1.0.10, argparse@^1.0.7: version "1.0.10" - resolved "https://registry.npm.taobao.org/argparse/download/argparse-1.0.10.tgz?cache=0&sync_timestamp=1597414399705&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fargparse%2Fdownload%2Fargparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + resolved "https://registry.npm.taobao.org/argparse/download/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" integrity sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE= dependencies: sprintf-js "~1.0.2" @@ -6959,7 +6954,7 @@ aws4@^1.8.0: axe-core@^3.5.4: version "3.5.5" - resolved "https://registry.npm.taobao.org/axe-core/download/axe-core-3.5.5.tgz?cache=0&sync_timestamp=1598473423878&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxe-core%2Fdownload%2Faxe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227" + resolved "https://registry.npm.taobao.org/axe-core/download/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227" integrity sha1-hDFQc7U/o8DFFnbFiNWdoJoZIic= axios@^0.18.1: @@ -7141,7 +7136,7 @@ babel-plugin-css-modules-transform@^1.6.2: css-modules-require-hook "^4.0.6" mkdirp "^0.5.1" -babel-plugin-dynamic-import-node@^2.3.0, babel-plugin-dynamic-import-node@^2.3.3: +babel-plugin-dynamic-import-node@^2.3.3: version "2.3.3" resolved "https://registry.npm.taobao.org/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" integrity sha1-hP2hnJduxcbe/vV/lCez3vZuF6M= @@ -7457,68 +7452,10 @@ babel-polyfill@6.26.0: core-js "^2.5.0" regenerator-runtime "^0.10.5" -babel-preset-gatsby@^0.3.0: - version "0.3.6" - resolved "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz#98f0df47c1ab8df2ce13c1c0ea68d4a1598f5bbc" - integrity sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA== - dependencies: - "@babel/plugin-proposal-class-properties" "^7.8.3" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-proposal-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-transform-runtime" "^7.8.3" - "@babel/plugin-transform-spread" "^7.8.3" - "@babel/preset-env" "^7.8.7" - "@babel/preset-react" "^7.8.3" - "@babel/runtime" "^7.8.7" - babel-plugin-dynamic-import-node "^2.3.0" - babel-plugin-macros "^2.8.0" - babel-plugin-transform-react-remove-prop-types "^0.4.24" - gatsby-core-utils "^1.1.4" - -babel-preset-gatsby@^0.4.1: - version "0.4.12" - resolved "https://registry.npm.taobao.org/babel-preset-gatsby/download/babel-preset-gatsby-0.4.12.tgz#f69cbcb5e212761a6a11cd2d7a6032bfc672d22b" - integrity sha1-9py8teISdhpqEc0temAyv8Zy0is= - dependencies: - "@babel/plugin-proposal-class-properties" "^7.10.1" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" - "@babel/plugin-proposal-optional-chaining" "^7.10.3" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-transform-runtime" "^7.10.3" - "@babel/plugin-transform-spread" "^7.10.1" - "@babel/preset-env" "^7.10.3" - "@babel/preset-react" "^7.10.1" - "@babel/runtime" "^7.10.3" - babel-plugin-dynamic-import-node "^2.3.3" - babel-plugin-macros "^2.8.0" - babel-plugin-transform-react-remove-prop-types "^0.4.24" - gatsby-core-utils "^1.3.8" - -babel-preset-gatsby@^0.5.7: - version "0.5.7" - resolved "https://registry.npm.taobao.org/babel-preset-gatsby/download/babel-preset-gatsby-0.5.7.tgz#194f831b54769585d12da4affe13ae62628dc00d" - integrity sha1-GU+DG1R2lYXRLaSv/hOuYmKNwA0= - dependencies: - "@babel/plugin-proposal-class-properties" "^7.10.1" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" - "@babel/plugin-proposal-optional-chaining" "^7.10.3" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-transform-runtime" "^7.10.3" - "@babel/plugin-transform-spread" "^7.10.1" - "@babel/preset-env" "^7.10.3" - "@babel/preset-react" "^7.10.1" - "@babel/runtime" "^7.10.3" - babel-plugin-dynamic-import-node "^2.3.3" - babel-plugin-macros "^2.8.0" - babel-plugin-transform-react-remove-prop-types "^0.4.24" - gatsby-core-utils "^1.3.17" - gatsby-legacy-polyfills "^0.0.3" - -babel-preset-gatsby@^0.5.8: +babel-preset-gatsby@^0.5.1, babel-preset-gatsby@^0.5.8: version "0.5.8" - resolved "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.5.8.tgz#b3c0d6524e12e92bf93cb5ef78edc9ac8e093b61" - integrity sha512-24KnbRLTNF3uE1NtKCwAhRJ32hLucUuMsNFq+6n/idzZNo68POLYMN0/8wQ4dHgG2AEvlQf3CTk62vkJvz01Qw== + resolved "https://registry.npm.taobao.org/babel-preset-gatsby/download/babel-preset-gatsby-0.5.8.tgz#b3c0d6524e12e92bf93cb5ef78edc9ac8e093b61" + integrity sha1-s8DWUk4S6Sv5PLXveO3JrI4JO2E= dependencies: "@babel/plugin-proposal-class-properties" "^7.10.1" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" @@ -8294,7 +8231,7 @@ cache-manager-fs-hash@^0.0.9: cache-manager@^2.11.1: version "2.11.1" - resolved "https://registry.npm.taobao.org/cache-manager/download/cache-manager-2.11.1.tgz#212e8c3db15288af653b029a1d9fe12f1fd9df61" + resolved "https://registry.npm.taobao.org/cache-manager/download/cache-manager-2.11.1.tgz?cache=0&sync_timestamp=1598974998361&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcache-manager%2Fdownload%2Fcache-manager-2.11.1.tgz#212e8c3db15288af653b029a1d9fe12f1fd9df61" integrity sha1-IS6MPbFSiK9lOwKaHZ/hLx/Z32E= dependencies: async "1.5.2" @@ -8469,9 +8406,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000832, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111: - version "1.0.30001118" - resolved "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001118.tgz?cache=0&sync_timestamp=1598418260574&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcaniuse-lite%2Fdownload%2Fcaniuse-lite-1.0.30001118.tgz#116a9a670e5264aec895207f5e918129174c6f62" - integrity sha1-EWqaZw5SZK7IlSB/XpGBKRdMb2I= + version "1.0.30001122" + resolved "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001122.tgz#2c8ff631330d986a07a7ba7125cce77a1373b475" + integrity sha1-LI/2MTMNmGoHp7pxJcznehNztHU= capture-exit@^2.0.0: version "2.0.0" @@ -8604,21 +8541,6 @@ cheerio@^1.0.0-rc.3: lodash "^4.15.0" parse5 "^3.0.1" -chokidar@3.4.0: - version "3.4.0" - resolved "https://registry.npm.taobao.org/chokidar/download/chokidar-3.4.0.tgz?cache=0&sync_timestamp=1596728921978&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchokidar%2Fdownload%2Fchokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8" - integrity sha1-swYRQjzjdjV8dlubj5BLn7o8C+g= - dependencies: - anymatch "~3.1.1" - braces "~3.0.2" - glob-parent "~5.1.0" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.4.0" - optionalDependencies: - fsevents "~2.1.2" - chokidar@^2.0.4, chokidar@^2.1.8: version "2.1.8" resolved "https://registry.npm.taobao.org/chokidar/download/chokidar-2.1.8.tgz?cache=0&sync_timestamp=1596728921978&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchokidar%2Fdownload%2Fchokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" @@ -8640,8 +8562,8 @@ chokidar@^2.0.4, chokidar@^2.1.8: chokidar@^3.3.0, chokidar@^3.4.1, chokidar@^3.4.2: version "3.4.2" - resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d" - integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== + resolved "https://registry.npm.taobao.org/chokidar/download/chokidar-3.4.2.tgz?cache=0&sync_timestamp=1596728921978&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchokidar%2Fdownload%2Fchokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d" + integrity sha1-ONyOZY3sOAl0HrPve7Ckf+QkIy0= dependencies: anymatch "~3.1.1" braces "~3.0.2" @@ -8729,9 +8651,9 @@ cli-boxes@^1.0.0: integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= cli-boxes@^2.2.0: - version "2.2.0" - resolved "https://registry.npm.taobao.org/cli-boxes/download/cli-boxes-2.2.0.tgz#538ecae8f9c6ca508e3c3c95b453fe93cb4c168d" - integrity sha1-U47K6PnGylCOPDyVtFP+k8tMFo0= + version "2.2.1" + resolved "https://registry.npm.taobao.org/cli-boxes/download/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" + integrity sha1-3dUDXSUJT84iDpyrQKRYQKRAMY8= cli-cursor@^2.0.0, cli-cursor@^2.1.0: version "2.1.0" @@ -8878,9 +8800,9 @@ clone@^1.0.2: resolved "https://registry.npm.taobao.org/clone/download/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= -clone@^2.1.1: +clone@^2.1.2: version "2.1.2" - resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" + resolved "https://registry.npm.taobao.org/clone/download/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= co@^4.6.0: @@ -8904,8 +8826,8 @@ code-point-at@^1.0.0: codemirror@^5.49.2: version "5.57.0" - resolved "https://registry.npmjs.org/codemirror/-/codemirror-5.57.0.tgz#d26365b72f909f5d2dbb6b1209349ca1daeb2d50" - integrity sha512-WGc6UL7Hqt+8a6ZAsj/f1ApQl3NPvHY/UQSzG6fB6l4BjExgVdhFaxd7mRTw1UCiYe/6q86zHP+kfvBQcZGvUg== + resolved "https://registry.npm.taobao.org/codemirror/download/codemirror-5.57.0.tgz?cache=0&sync_timestamp=1597910665451&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcodemirror%2Fdownload%2Fcodemirror-5.57.0.tgz#d26365b72f909f5d2dbb6b1209349ca1daeb2d50" + integrity sha1-0mNlty+Qn10tu2sSCTScodrrLVA= codesandbox-import-util-types@^2.1.15: version "2.1.15" @@ -9038,12 +8960,12 @@ command-exists@^1.2.4: commander@2, commander@^2.11.0, commander@^2.12.1, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.20.3, commander@^2.9.0: version "2.20.3" - resolved "https://registry.npm.taobao.org/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1598576076977&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + resolved "https://registry.npm.taobao.org/commander/download/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha1-/UhehMA+tIgcIHIrpIA16FMa6zM= commander@^4.0.1, commander@^4.1.1: version "4.1.1" - resolved "https://registry.npm.taobao.org/commander/download/commander-4.1.1.tgz?cache=0&sync_timestamp=1598576076977&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" + resolved "https://registry.npm.taobao.org/commander/download/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" integrity sha1-n9YCvZNilOnp70aj9NaWQESxgGg= comment-parser@^0.5.4: @@ -9330,7 +9252,7 @@ conventional-changelog-angular@^5.0.3: conventional-changelog-conventionalcommits@4.2.1: version "4.2.1" - resolved "https://registry.npm.taobao.org/conventional-changelog-conventionalcommits/download/conventional-changelog-conventionalcommits-4.2.1.tgz?cache=0&sync_timestamp=1597209522723&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconventional-changelog-conventionalcommits%2Fdownload%2Fconventional-changelog-conventionalcommits-4.2.1.tgz#d6cb2e2c5d7bfca044a08b9dba84b4082e1a1bd9" + resolved "https://registry.npm.taobao.org/conventional-changelog-conventionalcommits/download/conventional-changelog-conventionalcommits-4.2.1.tgz#d6cb2e2c5d7bfca044a08b9dba84b4082e1a1bd9" integrity sha1-1ssuLF17/KBEoIuduoS0CC4aG9k= dependencies: compare-func "^1.3.1" @@ -9475,7 +9397,7 @@ copy-to-clipboard@^3.0.8, copy-to-clipboard@^3.2.0: copy-webpack-plugin@^5.1.1: version "5.1.2" - resolved "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz?cache=0&sync_timestamp=1598537583945&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-5.1.2.tgz#8a889e1dcafa6c91c6cd4be1ad158f1d3823bae2" + resolved "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz?cache=0&sync_timestamp=1598891316380&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-5.1.2.tgz#8a889e1dcafa6c91c6cd4be1ad158f1d3823bae2" integrity sha1-ioieHcr6bJHGzUvhrRWPHTgjuuI= dependencies: cacache "^12.0.3" @@ -10007,7 +9929,7 @@ cssfilter@0.0.10: cssnano-preset-default@^4.0.7: version "4.0.7" - resolved "https://registry.npm.taobao.org/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz?cache=0&sync_timestamp=1598374268506&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcssnano-preset-default%2Fdownload%2Fcssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76" + resolved "https://registry.npm.taobao.org/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz?cache=0&sync_timestamp=1598978950093&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcssnano-preset-default%2Fdownload%2Fcssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76" integrity sha1-UexmLM/KD4izltzZZ5zbkxvhf3Y= dependencies: css-declaration-sorter "^4.0.1" @@ -10065,7 +9987,7 @@ cssnano-util-same-parent@^4.0.0: cssnano@^4.1.10: version "4.1.10" - resolved "https://registry.npm.taobao.org/cssnano/download/cssnano-4.1.10.tgz?cache=0&sync_timestamp=1598376021983&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcssnano%2Fdownload%2Fcssnano-4.1.10.tgz#0ac41f0b13d13d465487e111b778d42da631b8b2" + resolved "https://registry.npm.taobao.org/cssnano/download/cssnano-4.1.10.tgz?cache=0&sync_timestamp=1598978947725&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcssnano%2Fdownload%2Fcssnano-4.1.10.tgz#0ac41f0b13d13d465487e111b778d42da631b8b2" integrity sha1-CsQfCxPRPUZUh+ERt3jULaYxuLI= dependencies: cosmiconfig "^5.0.0" @@ -10156,7 +10078,7 @@ cz-conventional-changelog@^3.0.2: d3-array@1, d3-array@^1.2.0: version "1.2.4" - resolved "https://registry.npm.taobao.org/d3-array/download/d3-array-1.2.4.tgz?cache=0&sync_timestamp=1598227545985&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fd3-array%2Fdownload%2Fd3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f" + resolved "https://registry.npm.taobao.org/d3-array/download/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f" integrity sha1-Y1zk1e6nWfb2BYY9vPww7cc39x8= d3-collection@1: @@ -10190,7 +10112,7 @@ d3-ease@1, d3-ease@~1.0.3: d3-format@1: version "1.4.5" - resolved "https://registry.npm.taobao.org/d3-format/download/d3-format-1.4.5.tgz?cache=0&sync_timestamp=1597937962813&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fd3-format%2Fdownload%2Fd3-format-1.4.5.tgz#374f2ba1320e3717eb74a9356c67daee17a7edb4" + resolved "https://registry.npm.taobao.org/d3-format/download/d3-format-1.4.5.tgz#374f2ba1320e3717eb74a9356c67daee17a7edb4" integrity sha1-N08roTIONxfrdKk1bGfa7hen7bQ= d3-geo@1.7.1: @@ -10238,7 +10160,7 @@ d3-selection@^1.0.2, d3-selection@^1.1.0: d3-time-format@2: version "2.3.0" - resolved "https://registry.npm.taobao.org/d3-time-format/download/d3-time-format-2.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fd3-time-format%2Fdownload%2Fd3-time-format-2.3.0.tgz#107bdc028667788a8924ba040faf1fbccd5a7850" + resolved "https://registry.npm.taobao.org/d3-time-format/download/d3-time-format-2.3.0.tgz#107bdc028667788a8924ba040faf1fbccd5a7850" integrity sha1-EHvcAoZneIqJJLoED68fvM1aeFA= dependencies: d3-time "1" @@ -10327,13 +10249,13 @@ datauri@^1.1.0: date-fns@^1.27.2: version "1.30.1" - resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-1.30.1.tgz?cache=0&sync_timestamp=1598534750308&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdate-fns%2Fdownload%2Fdate-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" + resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-1.30.1.tgz?cache=0&sync_timestamp=1598884204789&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdate-fns%2Fdownload%2Fdate-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" integrity sha1-LnG/CxGRU9u0zE6I2epaz7UNwFw= date-fns@^2.0.1, date-fns@^2.14.0, date-fns@^2.15.0, date-fns@^2.8.1: - version "2.16.0" - resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-2.16.0.tgz?cache=0&sync_timestamp=1598534750308&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdate-fns%2Fdownload%2Fdate-fns-2.16.0.tgz#d34f0f5f2fd498c984513042e8f7247ea86c4cb7" - integrity sha1-008PXy/UmMmEUTBC6PckfqhsTLc= + version "2.16.1" + resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-2.16.1.tgz?cache=0&sync_timestamp=1598884204789&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdate-fns%2Fdownload%2Fdate-fns-2.16.1.tgz#05775792c3f3331da812af253e1a935851d3834b" + integrity sha1-BXdXksPzMx2oEq8lPhqTWFHTg0s= dateformat@^3.0.0: version "3.0.3" @@ -11062,13 +10984,13 @@ electron-download@^4.1.0: sumchecker "^2.0.2" electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.523: - version "1.3.552" - resolved "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.552.tgz?cache=0&sync_timestamp=1598556946879&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.552.tgz#6a50736f155f9666501839c8e134ea28a5c80b84" - integrity sha1-alBzbxVflmZQGDnI4TTqKKXIC4Q= + version "1.3.558" + resolved "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.558.tgz?cache=0&sync_timestamp=1599032079192&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.558.tgz#a329d3139cb33e8652a7e7db4c5ae26e294b9f60" + integrity sha1-oynTE5yzPoZSp+fbTFribilLn2A= electron@^6.0.7: version "6.1.12" - resolved "https://registry.npm.taobao.org/electron/download/electron-6.1.12.tgz?cache=0&sync_timestamp=1598575777078&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-6.1.12.tgz#a7aee6dfa75b57f32b3645ef8e14dcef6d5f31a9" + resolved "https://registry.npm.taobao.org/electron/download/electron-6.1.12.tgz?cache=0&sync_timestamp=1598944064400&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-6.1.12.tgz#a7aee6dfa75b57f32b3645ef8e14dcef6d5f31a9" integrity sha1-p67m36dbV/MrNkXvjhTc721fMak= dependencies: "@types/node" "^10.12.18" @@ -11252,13 +11174,13 @@ envify@^4.0.0: envinfo@^7.3.1, envinfo@^7.5.1, envinfo@^7.7.3: version "7.7.3" - resolved "https://registry.npmjs.org/envinfo/-/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc" - integrity sha512-46+j5QxbPWza0PB1i15nZx0xQ4I/EfQxg9J8Had3b408SV63nEtor2e+oiY63amTo9KTuh2a3XLObNwduxYwwA== + resolved "https://registry.npm.taobao.org/envinfo/download/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc" + integrity sha1-Sy2GIuPnNmr7gJGyPtlVaeoCCMw= enzyme-adapter-react-16@^1.5.0: - version "1.15.3" - resolved "https://registry.npm.taobao.org/enzyme-adapter-react-16/download/enzyme-adapter-react-16-1.15.3.tgz?cache=0&sync_timestamp=1596853691041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenzyme-adapter-react-16%2Fdownload%2Fenzyme-adapter-react-16-1.15.3.tgz#90154055be3318d70a51df61ac89cfa22e3d5f60" - integrity sha1-kBVAVb4zGNcKUd9hrInPoi49X2A= + version "1.15.4" + resolved "https://registry.npm.taobao.org/enzyme-adapter-react-16/download/enzyme-adapter-react-16-1.15.4.tgz?cache=0&sync_timestamp=1598851087029&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fenzyme-adapter-react-16%2Fdownload%2Fenzyme-adapter-react-16-1.15.4.tgz#328a782365a363ecb424f99283c4833dd92c0f21" + integrity sha1-Mop4I2WjY+y0JPmSg8SDPdksDyE= dependencies: enzyme-adapter-utils "^1.13.1" enzyme-shallow-equal "^1.0.4" @@ -11511,7 +11433,7 @@ escodegen@^1.11.0, escodegen@^1.9.1: eslint-config-egg@^7.5.1: version "7.5.1" - resolved "https://registry.npm.taobao.org/eslint-config-egg/download/eslint-config-egg-7.5.1.tgz#d62a345e1a541cce7601750941b5840c476e27cc" + resolved "https://registry.npm.taobao.org/eslint-config-egg/download/eslint-config-egg-7.5.1.tgz?cache=0&sync_timestamp=1598924493838&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-config-egg%2Fdownload%2Feslint-config-egg-7.5.1.tgz#d62a345e1a541cce7601750941b5840c476e27cc" integrity sha1-1io0XhpUHM52AXUJQbWEDEduJ8w= dependencies: "@typescript-eslint/eslint-plugin" "^2.0.0" @@ -11641,7 +11563,7 @@ eslint-plugin-import@^2.14.0, eslint-plugin-import@^2.22.0: eslint-plugin-jsdoc@^4.1.1: version "4.8.4" - resolved "https://registry.npm.taobao.org/eslint-plugin-jsdoc/download/eslint-plugin-jsdoc-4.8.4.tgz#31f413c8a31fe656881398d8920b381bfdfac618" + resolved "https://registry.npm.taobao.org/eslint-plugin-jsdoc/download/eslint-plugin-jsdoc-4.8.4.tgz?cache=0&sync_timestamp=1599019003781&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-jsdoc%2Fdownload%2Feslint-plugin-jsdoc-4.8.4.tgz#31f413c8a31fe656881398d8920b381bfdfac618" integrity sha1-MfQTyKMf5laIE5jYkgs4G/36xhg= dependencies: comment-parser "^0.5.4" @@ -11711,10 +11633,10 @@ eslint-plugin-react@7.19.0: string.prototype.matchall "^4.0.2" xregexp "^4.3.0" -eslint-plugin-react@^7.11.1, eslint-plugin-react@^7.20.2, eslint-plugin-react@^7.20.6: +eslint-plugin-react@^7.11.1, eslint-plugin-react@^7.20.6: version "7.20.6" - resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60" - integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== + resolved "https://registry.npm.taobao.org/eslint-plugin-react/download/eslint-plugin-react-7.20.6.tgz?cache=0&sync_timestamp=1597262986640&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-react%2Fdownload%2Feslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60" + integrity sha1-TXhFMRqTxGNJPM+goZycXQ/Wn2A= dependencies: array-includes "^3.1.1" array.prototype.flatmap "^1.2.3" @@ -11781,7 +11703,7 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: eslint@^6.6.0, eslint@^6.8.0: version "6.8.0" - resolved "https://registry.npm.taobao.org/eslint/download/eslint-6.8.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint%2Fdownload%2Feslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" + resolved "https://registry.npm.taobao.org/eslint/download/eslint-6.8.0.tgz?cache=0&sync_timestamp=1598991497283&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint%2Fdownload%2Feslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" integrity sha1-YiYtZylzn5J1cjgkMC+yJ8jJP/s= dependencies: "@babel/code-frame" "^7.0.0" @@ -11854,18 +11776,18 @@ esquery@^1.0.1: estraverse "^5.1.0" esrecurse@^4.1.0: - version "4.2.1" - resolved "https://registry.npm.taobao.org/esrecurse/download/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" - integrity sha1-AHo7n9vCs7uH5IeeoZyS/b05Qs8= + version "4.3.0" + resolved "https://registry.npm.taobao.org/esrecurse/download/esrecurse-4.3.0.tgz?cache=0&sync_timestamp=1598898247102&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fesrecurse%2Fdownload%2Fesrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha1-eteWTWeauyi+5yzsY3WLHF0smSE= dependencies: - estraverse "^4.1.0" + estraverse "^5.2.0" -estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: +estraverse@^4.1.1, estraverse@^4.2.0: version "4.3.0" resolved "https://registry.npm.taobao.org/estraverse/download/estraverse-4.3.0.tgz?cache=0&sync_timestamp=1596641261331&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Festraverse%2Fdownload%2Festraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" integrity sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0= -estraverse@^5.1.0: +estraverse@^5.1.0, estraverse@^5.2.0: version "5.2.0" resolved "https://registry.npm.taobao.org/estraverse/download/estraverse-5.2.0.tgz?cache=0&sync_timestamp=1596641261331&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Festraverse%2Fdownload%2Festraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" integrity sha1-MH30JUfmzHMk088DwVXVzbjFOIA= @@ -11947,7 +11869,7 @@ exec-sh@^0.3.2: resolved "https://registry.npm.taobao.org/exec-sh/download/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5" integrity sha1-OgGM61JsxvbfK7UEsr/o46STTsU= -execa@4.0.3, execa@^4.0.2: +execa@4.0.3, execa@^4.0.2, execa@^4.0.3: version "4.0.3" resolved "https://registry.npm.taobao.org/execa/download/execa-4.0.3.tgz?cache=0&sync_timestamp=1594145159577&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fexeca%2Fdownload%2Fexeca-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2" integrity sha1-CjTau61tZhAL1vLFdshmlAPzF/I= @@ -12214,7 +12136,7 @@ fast-deep-equal@^2.0.1: resolved "https://registry.npm.taobao.org/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz?cache=0&sync_timestamp=1591599651635&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-deep-equal%2Fdownload%2Ffast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= -fast-deep-equal@^3.1.1: +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.npm.taobao.org/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz?cache=0&sync_timestamp=1591599651635&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-deep-equal%2Fdownload%2Ffast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU= @@ -12381,7 +12303,7 @@ file-entry-cache@^5.0.1: file-loader@4.3.0, file-loader@^4.2.0: version "4.3.0" - resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af" + resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-4.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffile-loader%2Fdownload%2Ffile-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af" integrity sha1-eA8ED3KbPRgBnyBgX3I+hEuKWK8= dependencies: loader-utils "^1.2.3" @@ -12389,7 +12311,7 @@ file-loader@4.3.0, file-loader@^4.2.0: file-loader@^1.1.11: version "1.1.11" - resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8" + resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-1.1.11.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffile-loader%2Fdownload%2Ffile-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8" integrity sha1-b+iGRJsPKpNuQ8q6rAzb+zaVBvg= dependencies: loader-utils "^1.0.2" @@ -12953,55 +12875,10 @@ fuse.js@^3.4.6: resolved "https://registry.npm.taobao.org/fuse.js/download/fuse.js-3.6.1.tgz#7de85fdd6e1b3377c23ce010892656385fd9b10c" integrity sha1-fehf3W4bM3fCPOAQiSZWOF/ZsQw= -gatsby-cli@^2.12.89: - version "2.12.89" - resolved "https://registry.npm.taobao.org/gatsby-cli/download/gatsby-cli-2.12.89.tgz#b4506e4fe9099a172b13e1be9d07da2e527b82a8" - integrity sha1-tFBuT+kJmhcrE+G+nQfaLlJ7gqg= - dependencies: - "@babel/code-frame" "^7.10.3" - "@hapi/joi" "^15.1.1" - "@types/common-tags" "^1.8.0" - better-opn "^1.0.0" - chalk "^2.4.2" - clipboardy "^2.3.0" - common-tags "^1.8.0" - configstore "^5.0.1" - convert-hrtime "^3.0.0" - envinfo "^7.5.1" - execa "^3.4.0" - fs-exists-cached "^1.0.0" - fs-extra "^8.1.0" - gatsby-core-utils "^1.3.17" - gatsby-recipes "^0.2.18" - gatsby-telemetry "^1.3.29" - hosted-git-info "^3.0.4" - ink "^2.7.1" - ink-spinner "^3.1.0" - is-valid-path "^0.1.1" - lodash "^4.17.15" - meant "^1.0.1" - node-fetch "^2.6.0" - opentracing "^0.14.4" - pretty-error "^2.1.1" - progress "^2.0.3" - prompts "^2.3.2" - react "^16.8.0" - redux "^4.0.5" - resolve-cwd "^3.0.0" - semver "^7.3.2" - signal-exit "^3.0.3" - source-map "0.7.3" - stack-trace "^0.0.10" - strip-ansi "^5.2.0" - update-notifier "^4.1.0" - uuid "3.4.0" - yargs "^15.3.1" - yurnalist "^1.1.2" - -gatsby-cli@^2.12.90: - version "2.12.90" - resolved "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.90.tgz#bc8052d5d7d0f73d3a336f0d8371120752297865" - integrity sha512-LK6pqXnQEXdPjXyYHVHa2dYL2PwZ4Ry9/0w8gcRMMgompynxa8Hh5ptTfIyBq4H19gU7a6j+NraavrOcKKaM0g== +gatsby-cli@^2.12.91: + version "2.12.91" + resolved "https://registry.npm.taobao.org/gatsby-cli/download/gatsby-cli-2.12.91.tgz#897e7fe7ed8e26119f95e6198a037fcfb6f41542" + integrity sha1-iX5/5+2OJhGfleYZigN/z7b0FUI= dependencies: "@babel/code-frame" "^7.10.3" "@hapi/joi" "^15.1.1" @@ -13017,7 +12894,7 @@ gatsby-cli@^2.12.90: fs-exists-cached "^1.0.0" fs-extra "^8.1.0" gatsby-core-utils "^1.3.18" - gatsby-recipes "^0.2.19" + gatsby-recipes "^0.2.20" gatsby-telemetry "^1.3.30" hosted-git-info "^3.0.4" ink "^2.7.1" @@ -13043,23 +12920,10 @@ gatsby-cli@^2.12.90: yargs "^15.3.1" yurnalist "^1.1.2" -gatsby-core-utils@^1.1.4, gatsby-core-utils@^1.3.18: +gatsby-core-utils@^1.3.18: version "1.3.18" - resolved "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.18.tgz#8eecb424f8709bbb3dac9653973068643b3fd66f" - integrity sha512-B7ixQb4H0e2yB0nNfM2zshOAUw3nW9MvcNsRskVFwIPJY+ngh8Srla4XWXVMJ60Fyt103+jPVZTxGq72/u5HuQ== - dependencies: - ci-info "2.0.0" - configstore "^5.0.1" - fs-extra "^8.1.0" - node-object-hash "^2.0.0" - proper-lockfile "^4.1.1" - tmp "^0.2.1" - xdg-basedir "^4.0.0" - -gatsby-core-utils@^1.3.17, gatsby-core-utils@^1.3.8: - version "1.3.17" - resolved "https://registry.npm.taobao.org/gatsby-core-utils/download/gatsby-core-utils-1.3.17.tgz?cache=0&sync_timestamp=1598452556597&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgatsby-core-utils%2Fdownload%2Fgatsby-core-utils-1.3.17.tgz#ec9f38866d30c489ae4a4ffa0fb6be7a549c2e54" - integrity sha1-7J84hm0wxImuSk/6D7a+elScLlQ= + resolved "https://registry.npm.taobao.org/gatsby-core-utils/download/gatsby-core-utils-1.3.18.tgz#8eecb424f8709bbb3dac9653973068643b3fd66f" + integrity sha1-juy0JPhwm7s9rJZTlzBoZDs/1m8= dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -13076,24 +12940,17 @@ gatsby-design-tokens@^2.0.2: dependencies: hex2rgba "^0.0.1" -gatsby-graphiql-explorer@^0.4.12: - version "0.4.12" - resolved "https://registry.npm.taobao.org/gatsby-graphiql-explorer/download/gatsby-graphiql-explorer-0.4.12.tgz#9c7a3c9c562e7bb8e3e24bf7c8ac4b319d0ce64b" - integrity sha1-nHo8nFYue7jj4kv3yKxLMZ0M5ks= - dependencies: - "@babel/runtime" "^7.10.3" - gatsby-graphiql-explorer@^0.4.13: version "0.4.13" - resolved "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.13.tgz#c52b3d7516454c7a267cdfed6f073ca2f4783cb7" - integrity sha512-sxuQ5p2jQrK4irI57/BXGUvvlqQxmJlUMgLQ6M4pbxO1LP9sWsqDsAjWpifwbSlQh02VcPuMWScJxTq5xPUfng== + resolved "https://registry.npm.taobao.org/gatsby-graphiql-explorer/download/gatsby-graphiql-explorer-0.4.13.tgz#c52b3d7516454c7a267cdfed6f073ca2f4783cb7" + integrity sha1-xSs9dRZFTHomfN/tbwc8ovR4PLc= dependencies: "@babel/runtime" "^7.10.3" -gatsby-image@^2.2.19: +gatsby-image@^2.4.3: version "2.4.16" - resolved "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.16.tgz#65ce1642bb6a0c8d87c74b204ed79995cd43da16" - integrity sha512-N5kJ3LE8re57DgR1lAZFWP2or0nCSuNXSUKvSBvVgxwcebdcFGCxN/xTJbU4ojFfFBJ/D4gKuxJrvLvDf3jcyg== + resolved "https://registry.npm.taobao.org/gatsby-image/download/gatsby-image-2.4.16.tgz#65ce1642bb6a0c8d87c74b204ed79995cd43da16" + integrity sha1-Zc4WQrtqDI2Hx0sgTteZlc1D2hY= dependencies: "@babel/runtime" "^7.10.3" object-fit-images "^3.2.4" @@ -13119,17 +12976,10 @@ gatsby-interface@^0.0.166: lodash.sample "^4.2.1" theme-ui "^0.2.49" -gatsby-legacy-polyfills@^0.0.3: - version "0.0.3" - resolved "https://registry.npm.taobao.org/gatsby-legacy-polyfills/download/gatsby-legacy-polyfills-0.0.3.tgz#f68acafb6a0f0ca26f158e1adcc7e76cb6544ae6" - integrity sha1-9orK+2oPDKJvFY4a3MfnbLZUSuY= - dependencies: - core-js-compat "^3.6.5" - gatsby-legacy-polyfills@^0.0.4: version "0.0.4" - resolved "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-0.0.4.tgz#2c11859f485b87ca6fd3331bda1951f64d114b7e" - integrity sha512-BDlY9jkhEhqpQN5yvfnJYt8wTRzBOEtIQZnWHzuE7b6tYHsngxbfIMLN3UBOs9t5ZUqcPKc1C0J0NKG6NhC4Qw== + resolved "https://registry.npm.taobao.org/gatsby-legacy-polyfills/download/gatsby-legacy-polyfills-0.0.4.tgz#2c11859f485b87ca6fd3331bda1951f64d114b7e" + integrity sha1-LBGFn0hbh8pv0zMb2hlR9k0RS34= dependencies: core-js-compat "^3.6.5" @@ -13142,24 +12992,10 @@ gatsby-link@^2.4.13: "@types/reach__router" "^1.3.3" prop-types "^15.7.2" -gatsby-page-utils@^0.2.22: - version "0.2.22" - resolved "https://registry.npm.taobao.org/gatsby-page-utils/download/gatsby-page-utils-0.2.22.tgz#4007527100dfd2d045974a830a9245fdf437ca10" - integrity sha1-QAdScQDf0tBFl0qDCpJF/fQ3yhA= - dependencies: - "@babel/runtime" "^7.10.3" - bluebird "^3.7.2" - chokidar "3.4.0" - fs-exists-cached "^1.0.0" - gatsby-core-utils "^1.3.17" - glob "^7.1.6" - lodash "^4.17.15" - micromatch "^3.1.10" - gatsby-page-utils@^0.2.23: version "0.2.23" - resolved "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.23.tgz#8216adb75a4f7143f6a945f2efff05c9458bf9a2" - integrity sha512-z0eiGNchTk0sWNubLVBNXOI9VLHCNHFFjNt5RweW211SLR/Bw7paQOaX9gY0Bdj1C2+NZ8JMyTHs1JF7yybaDg== + resolved "https://registry.npm.taobao.org/gatsby-page-utils/download/gatsby-page-utils-0.2.23.tgz#8216adb75a4f7143f6a945f2efff05c9458bf9a2" + integrity sha1-ghatt1pPcUP2qUXy7/8FyUWL+aI= dependencies: "@babel/runtime" "^7.10.3" bluebird "^3.7.2" @@ -13178,10 +13014,10 @@ gatsby-plugin-antd@^2.0.2: antd "^4.0.0" babel-plugin-import "^1.13.0" -gatsby-plugin-catch-links@^2.1.12: +gatsby-plugin-catch-links@^2.3.1: version "2.3.11" - resolved "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.3.11.tgz#6a61a126a2ffcc3b155a1647123eb069a0b9e5d6" - integrity sha512-30oNCe85evOmyEQ4THwfV0Uokv0GVQv+VpR6ztabLDF78J3p3yFQNQhtcyXPjHrLU2EeuWutSZYk3v1etdh9Hw== + resolved "https://registry.npm.taobao.org/gatsby-plugin-catch-links/download/gatsby-plugin-catch-links-2.3.11.tgz#6a61a126a2ffcc3b155a1647123eb069a0b9e5d6" + integrity sha1-amGhJqL/zDsVWhZHEj6waaC55dY= dependencies: "@babel/runtime" "^7.10.3" escape-string-regexp "^1.0.5" @@ -13198,10 +13034,10 @@ gatsby-plugin-copy-files@^1.0.3: dependencies: fs-extra "^4.0.0" -gatsby-plugin-google-analytics@^2.1.16, gatsby-plugin-google-analytics@^2.1.27: +gatsby-plugin-google-analytics@^2.1.27, gatsby-plugin-google-analytics@^2.3.1: version "2.3.13" - resolved "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.13.tgz#46f78f4df11cc773d44e5909ea491c8f8c0e6774" - integrity sha512-K/6c9iByR8uDpFZuJrappjyMsVtWFwPyAkRlXFHhq2mmNtgZeRVKFf5XoGiOHCeMPEpBGE58LLana/F01LLteQ== + resolved "https://registry.npm.taobao.org/gatsby-plugin-google-analytics/download/gatsby-plugin-google-analytics-2.3.13.tgz#46f78f4df11cc773d44e5909ea491c8f8c0e6774" + integrity sha1-RvePTfEcx3PUTlkJ6kkcj4wOZ3Q= dependencies: "@babel/runtime" "^7.10.3" minimatch "3.0.4" @@ -13215,30 +13051,30 @@ gatsby-plugin-i18n@^1.0.1: graphql "^0.11.7" ptz-i18n "^1.0.0" -gatsby-plugin-layout@^1.1.11: +gatsby-plugin-layout@^1.3.1: version "1.3.10" - resolved "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.10.tgz#701312dc462da9b15c9abe6748d141a44cd26f73" - integrity sha512-iO+aDef4hzJVrIa+LrO3r2FzcM4OdMePb/sDKgmknAeN+sJKH735DdRbk/H/41UREM9rTdwdq+/oFxxlAo3Lmw== + resolved "https://registry.npm.taobao.org/gatsby-plugin-layout/download/gatsby-plugin-layout-1.3.10.tgz#701312dc462da9b15c9abe6748d141a44cd26f73" + integrity sha1-cBMS3EYtqbFcmr5nSNFBpEzSb3M= dependencies: "@babel/runtime" "^7.10.3" -gatsby-plugin-less@^3.0.6: - version "3.2.9" - resolved "https://registry.npmjs.org/gatsby-plugin-less/-/gatsby-plugin-less-3.2.9.tgz#bce554256a722ae201720e0595a6aea49b2677a6" - integrity sha512-JcUpHv53WdgSCKxaatqGTc/zRqJ6hc39W62ClLPLHLTtm7fa1x8RCrzuBu1kFLJl6uRkZfbAg4DSKuc50KMNNQ== +gatsby-plugin-less@^4.0.0: + version "4.0.3" + resolved "https://registry.npm.taobao.org/gatsby-plugin-less/download/gatsby-plugin-less-4.0.3.tgz#170f207369dceaa7ca584e21ad7c2bdd4be2c80f" + integrity sha1-Fw8gc2nc6qfKWE4hrXwr3UviyA8= dependencies: "@babel/runtime" "^7.10.3" - less-loader "^5.0.0" + less-loader "^6.1.3" -gatsby-plugin-manifest@^2.2.16: - version "2.4.26" - resolved "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.26.tgz#8c1784283fba32264c107efb74169d27bf4d798b" - integrity sha512-9C0D9VofaMyPtZTt4Myn2+8oJVo2+gDiphAs/610c3ZSesJHegLIU4tJWzivW8vPKFw3f29yDae2btCQoM8l9A== +gatsby-plugin-manifest@^2.4.2: + version "2.4.27" + resolved "https://registry.npm.taobao.org/gatsby-plugin-manifest/download/gatsby-plugin-manifest-2.4.27.tgz#e87102137efcb1fe66ab27f913241f9c1b2f4fa7" + integrity sha1-6HECE378sf5mqyf5EyQfnBsvT6c= dependencies: "@babel/runtime" "^7.10.3" gatsby-core-utils "^1.3.18" semver "^7.3.2" - sharp "^0.25.1" + sharp "^0.25.4" gatsby-plugin-meta-redirect@^1.1.1: version "1.1.1" @@ -13247,18 +13083,18 @@ gatsby-plugin-meta-redirect@^1.1.1: dependencies: fs-extra "^7.0.0" -gatsby-plugin-nprogress@^2.1.12: +gatsby-plugin-nprogress@^2.3.1: version "2.3.10" - resolved "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-2.3.10.tgz#58d8134550d4940b8ffa87445e1dd6a8dca67e56" - integrity sha512-iB20T8gLp4l1Zi+/ji6WDttIIvw160jwJmlQNYKxxPCe3+koBzQ9TZgxMJqI4uT5gXACpRIQx7c9Sg1YMJ3Mzg== + resolved "https://registry.npm.taobao.org/gatsby-plugin-nprogress/download/gatsby-plugin-nprogress-2.3.10.tgz#58d8134550d4940b8ffa87445e1dd6a8dca67e56" + integrity sha1-WNgTRVDUlAuP+odEXh3WqNymflY= dependencies: "@babel/runtime" "^7.10.3" nprogress "^0.2.0" -gatsby-plugin-offline@^3.0.22: +gatsby-plugin-offline@^3.2.2: version "3.2.26" - resolved "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.26.tgz#e6ac8c1b94cb658e7c163c3165f4091493dfa831" - integrity sha512-eb2C9X4xBeNrdC0VcvhwyJYQXKqNqnBqMd1my4bmmQhIRtxz7H2GLX0hEpbZ937fDwdNqnNXpxRMFD/xkWhvSQ== + resolved "https://registry.npm.taobao.org/gatsby-plugin-offline/download/gatsby-plugin-offline-3.2.26.tgz#e6ac8c1b94cb658e7c163c3165f4091493dfa831" + integrity sha1-5qyMG5TLZY58FjwxZfQJFJPfqDE= dependencies: "@babel/runtime" "^7.10.3" cheerio "^1.0.0-rc.3" @@ -13268,10 +13104,10 @@ gatsby-plugin-offline@^3.0.22: lodash "^4.17.15" workbox-build "^4.3.1" -gatsby-plugin-page-creator@^2.1.25, gatsby-plugin-page-creator@^2.3.25: +gatsby-plugin-page-creator@^2.3.1, gatsby-plugin-page-creator@^2.3.25: version "2.3.25" - resolved "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.25.tgz#74087a71e1c8ff5e072fbc5355e3cdb6ba669cd5" - integrity sha512-zpVFNKDNMpvTwe/hj6C27sc/POVxxGp0ZidoTDFd6so/f+Mc0OJQQDEIzs122oYBnuspPya+0+wWaph4QcadSQ== + resolved "https://registry.npm.taobao.org/gatsby-plugin-page-creator/download/gatsby-plugin-page-creator-2.3.25.tgz#74087a71e1c8ff5e072fbc5355e3cdb6ba669cd5" + integrity sha1-dAh6ceHI/14HL7xTVePNtrpmnNU= dependencies: "@babel/traverse" "^7.10.2" fs-exists-cached "^1.0.0" @@ -13281,23 +13117,10 @@ gatsby-plugin-page-creator@^2.1.25, gatsby-plugin-page-creator@^2.3.25: lodash "^4.17.15" slugify "^1.4.4" -gatsby-plugin-page-creator@^2.3.24: - version "2.3.24" - resolved "https://registry.npm.taobao.org/gatsby-plugin-page-creator/download/gatsby-plugin-page-creator-2.3.24.tgz#22e9c652b0969b575263e7f987c759245e91ee4e" - integrity sha1-IunGUrCWm1dSY+f5h8dZJF6R7k4= - dependencies: - "@babel/traverse" "^7.10.2" - fs-exists-cached "^1.0.0" - gatsby-page-utils "^0.2.22" - globby "^11.0.1" - graphql "^14.6.0" - lodash "^4.17.15" - slugify "^1.4.4" - -gatsby-plugin-react-helmet@^3.1.7: +gatsby-plugin-react-helmet@^3.3.1: version "3.3.10" - resolved "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.10.tgz#ba2f84715cc2471606b90327c7c3ba11c5287bc7" - integrity sha512-AcXYwmS3r298JWs6iQ3OLNxIe8L8i5a2iSdLr/SDMpHqumYm7q/vB9kCX0et5wM7DIuZ7aPXDrdi5yDCAvU5lg== + resolved "https://registry.npm.taobao.org/gatsby-plugin-react-helmet/download/gatsby-plugin-react-helmet-3.3.10.tgz#ba2f84715cc2471606b90327c7c3ba11c5287bc7" + integrity sha1-ui+EcVzCRxYGuQMnx8O6EcUoe8c= dependencies: "@babel/runtime" "^7.10.3" @@ -13313,27 +13136,27 @@ gatsby-plugin-remove-serviceworker@^1.0.0: resolved "https://registry.npm.taobao.org/gatsby-plugin-remove-serviceworker/download/gatsby-plugin-remove-serviceworker-1.0.0.tgz#9fb433bc8bd766e14e1d3711c4ac6f051e1dff7c" integrity sha1-n7QzvIvXZuFOHTcRxKxvBR4d/3w= -gatsby-plugin-remove-trailing-slashes@^2.1.9: +gatsby-plugin-remove-trailing-slashes@^2.3.2: version "2.3.11" - resolved "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.3.11.tgz#1ebcf55a01c34686a83cdefd9b83d98ed13c9e56" - integrity sha512-wYlfSDhUWqAapdyO4bClQIYZFIwHZmBUDdoNTmly+DU4Cw+yN1Q/jQSsT81jYyBHGvlOmnnfYPWyzQwMl0hUXA== + resolved "https://registry.npm.taobao.org/gatsby-plugin-remove-trailing-slashes/download/gatsby-plugin-remove-trailing-slashes-2.3.11.tgz#1ebcf55a01c34686a83cdefd9b83d98ed13c9e56" + integrity sha1-Hrz1WgHDRoaoPN79m4PZjtE8nlY= dependencies: "@babel/runtime" "^7.10.3" -gatsby-plugin-sitemap@^2.2.21: +gatsby-plugin-sitemap@^2.4.2: version "2.4.12" - resolved "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.12.tgz#4564800ac0e8dfaad7edf7054d7625dad7ecb793" - integrity sha512-nQK3EyqECUpUcCoQr5ZCfGYPUCc+hI6tK+hvoqr4lkhMr0sjfXUvGkSlVarhMVLRNRe+e6Q39JFhVtsTXUp8Iw== + resolved "https://registry.npm.taobao.org/gatsby-plugin-sitemap/download/gatsby-plugin-sitemap-2.4.12.tgz#4564800ac0e8dfaad7edf7054d7625dad7ecb793" + integrity sha1-RWSACsDo36rX7fcFTXYl2tfst5M= dependencies: "@babel/runtime" "^7.10.3" minimatch "^3.0.4" pify "^3.0.0" sitemap "^1.13.0" -gatsby-plugin-typescript@^2.1.8, gatsby-plugin-typescript@^2.4.18: +gatsby-plugin-typescript@^2.4.18, gatsby-plugin-typescript@^2.4.2: version "2.4.18" - resolved "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.18.tgz#9361ef69f149f68e55ebf2d3f773b9aafce75df8" - integrity sha512-irFd9xu+LjEmL7olcuUziVSb2yRf0nVWFwgaDb+l5rfU6HeKr3zyHuxLqBMwvXWTxu6gVs8sAJVXCcxxM4DbeA== + resolved "https://registry.npm.taobao.org/gatsby-plugin-typescript/download/gatsby-plugin-typescript-2.4.18.tgz#9361ef69f149f68e55ebf2d3f773b9aafce75df8" + integrity sha1-k2HvafFJ9o5V6/LT93O5qvznXfg= dependencies: "@babel/core" "^7.10.3" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" @@ -13350,99 +13173,10 @@ gatsby-react-router-scroll@^3.0.12: dependencies: "@babel/runtime" "^7.10.3" -gatsby-recipes@^0.2.18: - version "0.2.18" - resolved "https://registry.npm.taobao.org/gatsby-recipes/download/gatsby-recipes-0.2.18.tgz#e6a8aa37fea6bfe0c41ce38bc9bd71df8c27853f" - integrity sha1-5qiqN/6mv+DEHOOLyb1x34wnhT8= - dependencies: - "@babel/core" "^7.9.6" - "@babel/generator" "^7.9.6" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-proposal-optional-chaining" "^7.9.4" - "@babel/plugin-transform-react-jsx" "^7.9.4" - "@babel/standalone" "^7.10.2" - "@babel/template" "^7.8.6" - "@babel/types" "^7.9.6" - "@emotion/core" "^10.0.14" - "@emotion/styled" "^10.0.14" - "@graphql-tools/schema" "^6.0.14" - "@graphql-tools/utils" "^6.0.14" - "@hapi/hoek" "8.x.x" - "@hapi/joi" "^15.1.1" - "@mdx-js/mdx" "^2.0.0-next.4" - "@mdx-js/react" "^2.0.0-next.4" - "@mdx-js/runtime" "^2.0.0-next.4" - acorn "^7.2.0" - acorn-jsx "^5.2.0" - ansi-html "^0.0.7" - babel-plugin-remove-export-keywords "^1.6.5" - better-queue "^3.8.10" - chokidar "3.4.0" - concurrently "^5.0.0" - contentful-management "^5.26.3" - cors "^2.8.5" - debug "^4.1.1" - detect-port "^1.3.0" - dotenv "^8.2.0" - execa "^4.0.2" - express "^4.17.1" - express-graphql "^0.9.0" - flatted "^3.0.0" - formik "^2.0.8" - fs-extra "^8.1.0" - gatsby-core-utils "^1.3.17" - gatsby-interface "^0.0.166" - gatsby-telemetry "^1.3.29" - glob "^7.1.6" - graphql "^14.6.0" - graphql-compose "^6.3.8" - graphql-subscriptions "^1.1.0" - graphql-type-json "^0.3.2" - hicat "^0.7.0" - html-tag-names "^1.1.5" - ink-box "^1.0.0" - is-binary-path "^2.1.0" - is-url "^1.2.4" - isomorphic-fetch "^2.1.0" - jest-diff "^25.5.0" - lock "^1.0.0" - lodash "^4.17.15" - mitt "^1.2.0" - mkdirp "^0.5.1" - node-fetch "^2.5.0" - normalize.css "^8.0.1" - pkg-dir "^4.2.0" - prettier "^2.0.5" - prop-types "^15.6.1" - property-information "5.5.0" - react-circular-progressbar "^2.0.0" - react-icons "^3.0.1" - react-reconciler "^0.25.1" - remark-mdx "^2.0.0-next.4" - remark-mdxjs "^2.0.0-next.4" - remark-parse "^6.0.3" - remark-stringify "^8.1.0" - resolve-cwd "^3.0.0" - semver "^7.3.2" - single-trailing-newline "^1.0.0" - strip-ansi "^6.0.0" - style-to-object "^0.3.0" - subscriptions-transport-ws "^0.9.16" - svg-tag-names "^2.0.1" - unified "^8.4.2" - unist-util-remove "^2.0.0" - unist-util-visit "^2.0.2" - urql "^1.9.7" - uuid "^8.2.0" - ws "^7.3.0" - xstate "^4.9.1" - yoga-layout-prebuilt "^1.9.6" - yup "^0.27.0" - -gatsby-recipes@^0.2.19: - version "0.2.19" - resolved "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.2.19.tgz#0d4e43b1b74b73046089797f9ec677483b5de645" - integrity sha512-VkickYkzFzS2qXLuhvw7mxcNxc9Yh1kpEBKIJPJcknpCURakGiScckwSTLQzHU41vXZiG3Tgsx7AVTd0HCzDNA== +gatsby-recipes@^0.2.20: + version "0.2.20" + resolved "https://registry.npm.taobao.org/gatsby-recipes/download/gatsby-recipes-0.2.20.tgz#66bd9fb0064a973b2122443367ae64419e0d3ac9" + integrity sha1-Zr2fsAZKlzshIkQzZ65kQZ4NOsk= dependencies: "@babel/core" "^7.9.6" "@babel/generator" "^7.9.6" @@ -13533,10 +13267,10 @@ gatsby-redirect-from@^0.2.1: resolved "https://registry.npm.taobao.org/gatsby-redirect-from/download/gatsby-redirect-from-0.2.4.tgz#23862e1e53163a750b314e7a3466d72f07b1e014" integrity sha1-I4YuHlMWOnULMU56NGbXLwex4BQ= -gatsby-remark-autolink-headers@^2.1.13: +gatsby-remark-autolink-headers@^2.3.2: version "2.3.11" - resolved "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-2.3.11.tgz#13f9e6354b73d0088896dad8bea8e35b5a85ba43" - integrity sha512-jYGgZ+NTbVxJmyS6z1oojWxOR12R7MGl4jM5aOXSmPuTSo8gbpm3aW7l5XMyud5fDDdP3xfbYuTX4RvBUWrx7g== + resolved "https://registry.npm.taobao.org/gatsby-remark-autolink-headers/download/gatsby-remark-autolink-headers-2.3.11.tgz#13f9e6354b73d0088896dad8bea8e35b5a85ba43" + integrity sha1-E/nmNUtz0AiIltrYvqjjW1qFukM= dependencies: "@babel/runtime" "^7.10.3" github-slugger "^1.3.0" @@ -13544,13 +13278,6 @@ gatsby-remark-autolink-headers@^2.1.13: mdast-util-to-string "^1.1.0" unist-util-visit "^1.4.1" -gatsby-remark-component@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/gatsby-remark-component/-/gatsby-remark-component-1.1.3.tgz#9a5276d19028b7eaf1ab30f44070124360b8e34e" - integrity sha512-bRJ2r7FgdH12+ahsKSFe+OWPTmjw8lBD+S0ytm+p1M9Bfmq2Qai+ROacNAp7d18vZLEhRpzznWJgSU7gEejVXg== - dependencies: - unist-util-visit "^1.1.1" - gatsby-remark-external-links@^0.0.4: version "0.0.4" resolved "https://registry.npm.taobao.org/gatsby-remark-external-links/download/gatsby-remark-external-links-0.0.4.tgz#85b98c1e9dacfaa58085319648c904ff3cab42f0" @@ -13569,10 +13296,10 @@ gatsby-remark-prettier@^1.0.0: "@babel/runtime" "7.0.0-beta.51" unist-util-visit "^1.3.0" -gatsby-remark-prismjs@^3.3.29: +gatsby-remark-prismjs@^3.5.1: version "3.5.11" - resolved "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.5.11.tgz#d5309f90411ba2fd3cb002a0accad509b7ae7591" - integrity sha512-AMtHZb+i7GAlRM3UINAhx+SN1aVLsIUcbEbD8d3zdBxGQTeM1cJTIJz2UjUzdCqujW9tgewaw9mE+u4SFuQtKA== + resolved "https://registry.npm.taobao.org/gatsby-remark-prismjs/download/gatsby-remark-prismjs-3.5.11.tgz#d5309f90411ba2fd3cb002a0accad509b7ae7591" + integrity sha1-1TCfkEEbov08sAKgrMrVCbeudZE= dependencies: "@babel/runtime" "^7.10.3" parse-numeric-range "^0.0.2" @@ -13585,10 +13312,10 @@ gatsby-remark-reading-time@^1.0.1: dependencies: reading-time "^1.1.3" -gatsby-source-filesystem@^2.1.22: +gatsby-source-filesystem@^2.3.3: version "2.3.27" - resolved "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.27.tgz#e575b992d877a5ddc1fe6177567ab5c268374ca7" - integrity sha512-lNWRVDkaC2g6mSPTGuE9bsXawS0GkkwV/X8l8ZJnqbcMBl8p+h3zYoKXQ2u00pmQRqjwp4lvlaTarLRxD0tGDQ== + resolved "https://registry.npm.taobao.org/gatsby-source-filesystem/download/gatsby-source-filesystem-2.3.27.tgz#e575b992d877a5ddc1fe6177567ab5c268374ca7" + integrity sha1-5XW5kth3pd3B/mF3Vnq1wmg3TKc= dependencies: "@babel/runtime" "^7.10.3" better-queue "^3.8.10" @@ -13615,31 +13342,10 @@ gatsby-source-github@^0.0.2: lodash "~4.17.5" yup "~0.24.1" -gatsby-telemetry@^1.3.29: - version "1.3.29" - resolved "https://registry.npm.taobao.org/gatsby-telemetry/download/gatsby-telemetry-1.3.29.tgz#07ec0c570c55ef17cadbdee64e46a265d0c88183" - integrity sha1-B+wMVwxV7xfK297mTkaiZdDIgYM= - dependencies: - "@babel/code-frame" "^7.10.3" - "@babel/runtime" "^7.10.3" - "@turist/fetch" "^7.1.6" - "@turist/time" "^0.0.1" - async-retry-ng "^2.0.1" - boxen "^4.2.0" - configstore "^5.0.1" - envinfo "^7.5.1" - fs-extra "^8.1.0" - gatsby-core-utils "^1.3.17" - git-up "4.0.1" - is-docker "2.0.0" - lodash "^4.17.15" - node-fetch "2.6.0" - uuid "3.4.0" - gatsby-telemetry@^1.3.30: version "1.3.30" - resolved "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.30.tgz#dd169f8674017597907cad2ce95127af7a4d7465" - integrity sha512-2EJdu8f7CqLfENnShK1gSJdlxC/me6eImrbReYQDuf7Bu7l9UT5Ag07D1vC8qA58wjj+p9mhZqAL5pYCdQ04jA== + resolved "https://registry.npm.taobao.org/gatsby-telemetry/download/gatsby-telemetry-1.3.30.tgz#dd169f8674017597907cad2ce95127af7a4d7465" + integrity sha1-3RafhnQBdZeQfK0s6VEnr3pNdGU= dependencies: "@babel/code-frame" "^7.10.3" "@babel/runtime" "^7.10.3" @@ -13657,10 +13363,10 @@ gatsby-telemetry@^1.3.30: node-fetch "^2.6.0" uuid "^8.3.0" -gatsby-transformer-remark@^2.6.24: - version "2.8.31" - resolved "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.8.31.tgz#3e1f11c3a6181831aa700e58356cbbe0b2ec39e5" - integrity sha512-VyiJg/5l8tvS8srPKH7yDrRsI4nDWJlIXDzqpZW7IZ+01633MObaG/aVfAKFi/0hllHRP4BpBf4wxAeImYZMpw== +gatsby-transformer-remark@^2.8.8: + version "2.8.32" + resolved "https://registry.npm.taobao.org/gatsby-transformer-remark/download/gatsby-transformer-remark-2.8.32.tgz#1a1cf4a91a2a1605464337c0ce23e97f820cbb4f" + integrity sha1-Ghz0qRoqFgVGQzfAziPpf4IMu08= dependencies: "@babel/runtime" "^7.10.3" bluebird "^3.7.2" @@ -13684,10 +13390,10 @@ gatsby-transformer-remark@^2.6.24: unist-util-select "^1.5.0" unist-util-visit "^1.4.1" -gatsby@^2.15.16: - version "2.24.52" - resolved "https://registry.npmjs.org/gatsby/-/gatsby-2.24.52.tgz#c16ecef0e806019c64eac315861995720f210e23" - integrity sha512-tQWbxBUfLD8T1qeWTe5iRx8AvM2Qgowi1w24oI50MATUGgbEm+47DI7TS6bxIJnXgKhgGyFGoHK7IaCImgUqJA== +gatsby@^2.19.15, gatsby@^2.21.33: + version "2.24.53" + resolved "https://registry.npm.taobao.org/gatsby/download/gatsby-2.24.53.tgz#93c5e45bc188881c9adc9e44f693245e0e02ba22" + integrity sha1-k8XkW8GIiBya3J5E9pMkXg4CuiI= dependencies: "@babel/code-frame" "^7.10.3" "@babel/core" "^7.10.3" @@ -13744,6 +13450,7 @@ gatsby@^2.15.16: eslint-plugin-react "^7.20.6" eslint-plugin-react-hooks "^1.7.0" event-source-polyfill "^1.0.15" + execa "^4.0.3" express "^4.17.1" express-graphql "^0.9.0" fast-levenshtein "^2.0.6" @@ -13751,7 +13458,7 @@ gatsby@^2.15.16: find-cache-dir "^3.3.1" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^2.12.90" + gatsby-cli "^2.12.91" gatsby-core-utils "^1.3.18" gatsby-graphiql-explorer "^0.4.13" gatsby-legacy-polyfills "^0.0.4" @@ -13833,155 +13540,6 @@ gatsby@^2.15.16: xstate "^4.11.0" yaml-loader "^0.6.0" -gatsby@^2.19.15: - version "2.24.51" - resolved "https://registry.npm.taobao.org/gatsby/download/gatsby-2.24.51.tgz#f91c2f3876544ed57bacefc612363523ba930e0e" - integrity sha1-+RwvOHZUTtV7rO/GEjY1I7qTDg4= - dependencies: - "@babel/code-frame" "^7.10.3" - "@babel/core" "^7.10.3" - "@babel/parser" "^7.10.3" - "@babel/runtime" "^7.10.3" - "@babel/traverse" "^7.10.3" - "@babel/types" "^7.10.3" - "@hapi/joi" "^15.1.1" - "@mikaelkristiansson/domready" "^1.0.10" - "@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2" - "@pmmmwh/react-refresh-webpack-plugin" "^0.3.3" - "@reach/router" "^1.3.4" - "@types/http-proxy" "^1.17.4" - "@typescript-eslint/eslint-plugin" "^2.24.0" - "@typescript-eslint/parser" "^2.24.0" - address "1.1.2" - autoprefixer "^9.8.4" - axios "^0.19.2" - babel-core "7.0.0-bridge.0" - babel-eslint "^10.1.0" - babel-loader "^8.1.0" - babel-plugin-add-module-exports "^0.3.3" - babel-plugin-dynamic-import-node "^2.3.3" - babel-plugin-remove-graphql-queries "^2.9.17" - babel-preset-gatsby "^0.5.7" - better-opn "1.0.0" - better-queue "^3.8.10" - bluebird "^3.7.2" - browserslist "^4.12.2" - cache-manager "^2.11.1" - cache-manager-fs-hash "^0.0.9" - chalk "^2.4.2" - chokidar "3.4.0" - common-tags "^1.8.0" - compression "^1.7.4" - convert-hrtime "^3.0.0" - copyfiles "^2.3.0" - core-js "^3.6.5" - cors "^2.8.5" - css-loader "^1.0.1" - date-fns "^2.14.0" - debug "^3.2.6" - del "^5.1.0" - detect-port "^1.3.0" - devcert "^1.1.3" - dotenv "^8.2.0" - eslint "^6.8.0" - eslint-config-react-app "^5.2.1" - eslint-loader "^2.2.1" - eslint-plugin-flowtype "^3.13.0" - eslint-plugin-graphql "^3.1.1" - eslint-plugin-import "^2.22.0" - eslint-plugin-jsx-a11y "^6.3.1" - eslint-plugin-react "^7.20.2" - eslint-plugin-react-hooks "^1.7.0" - event-source-polyfill "^1.0.15" - express "^4.17.1" - express-graphql "^0.9.0" - fast-levenshtein "^2.0.6" - file-loader "^1.1.11" - find-cache-dir "^3.3.1" - fs-exists-cached "1.0.0" - fs-extra "^8.1.0" - gatsby-cli "^2.12.89" - gatsby-core-utils "^1.3.17" - gatsby-graphiql-explorer "^0.4.12" - gatsby-legacy-polyfills "^0.0.3" - gatsby-link "^2.4.13" - gatsby-plugin-page-creator "^2.3.24" - gatsby-plugin-typescript "^2.4.18" - gatsby-react-router-scroll "^3.0.12" - gatsby-telemetry "^1.3.29" - glob "^7.1.6" - got "8.3.2" - graphql "^14.6.0" - graphql-compose "^6.3.8" - graphql-playground-middleware-express "^1.7.18" - hasha "^5.2.0" - http-proxy "^1.18.1" - invariant "^2.2.4" - is-relative "^1.0.0" - is-relative-url "^3.0.0" - is-wsl "^2.2.0" - jest-worker "^24.9.0" - json-loader "^0.5.7" - json-stringify-safe "^5.0.1" - latest-version "5.1.0" - lodash "^4.17.15" - md5-file "^3.2.3" - meant "^1.0.1" - micromatch "^3.1.10" - mime "^2.4.6" - mini-css-extract-plugin "^0.8.2" - mitt "^1.2.0" - mkdirp "^0.5.1" - moment "^2.27.0" - name-all-modules-plugin "^1.0.1" - normalize-path "^3.0.0" - null-loader "^3.0.0" - opentracing "^0.14.4" - optimize-css-assets-webpack-plugin "^5.0.3" - p-defer "^3.0.0" - parseurl "^1.3.3" - physical-cpu-count "^2.0.0" - pnp-webpack-plugin "^1.6.4" - postcss-flexbugs-fixes "^4.2.1" - postcss-loader "^3.0.0" - prompts "^2.3.2" - prop-types "^15.7.2" - query-string "^6.13.1" - raw-loader "^0.5.1" - react-dev-utils "^4.2.3" - react-error-overlay "^3.0.0" - react-hot-loader "^4.12.21" - react-refresh "^0.7.0" - redux "^4.0.5" - redux-thunk "^2.3.0" - semver "^7.3.2" - shallow-compare "^1.2.2" - signal-exit "^3.0.3" - slugify "^1.4.4" - socket.io "^2.3.0" - socket.io-client "2.3.0" - st "^2.0.0" - stack-trace "^0.0.10" - string-similarity "^1.2.2" - style-loader "^0.23.1" - terser-webpack-plugin "^1.4.4" - tmp "^0.2.1" - "true-case-path" "^2.2.1" - type-of "^2.0.1" - url-loader "^1.1.2" - util.promisify "^1.0.1" - uuid "^3.4.0" - v8-compile-cache "^1.1.2" - webpack "~4.43.0" - webpack-dev-middleware "^3.7.2" - webpack-dev-server "^3.11.0" - webpack-hot-middleware "^2.25.0" - webpack-merge "^4.2.2" - webpack-stats-plugin "^0.3.1" - webpack-virtual-modules "^0.2.2" - xstate "^4.11.0" - yaml-loader "^0.6.0" - gauge@~2.7.3: version "2.7.4" resolved "https://registry.npm.taobao.org/gauge/download/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" @@ -14232,14 +13790,6 @@ git-semver-tags@^2.0.3: meow "^4.0.0" semver "^6.0.0" -git-up@4.0.1: - version "4.0.1" - resolved "https://registry.npm.taobao.org/git-up/download/git-up-4.0.1.tgz?cache=0&sync_timestamp=1596976431214&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgit-up%2Fdownload%2Fgit-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0" - integrity sha1-yy7whmU2QOch0gQv4xBIV9iQB8A= - dependencies: - is-ssh "^1.3.0" - parse-url "^5.0.0" - git-up@^4.0.0, git-up@^4.0.2: version "4.0.2" resolved "https://registry.npm.taobao.org/git-up/download/git-up-4.0.2.tgz?cache=0&sync_timestamp=1596976431214&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgit-up%2Fdownload%2Fgit-up-4.0.2.tgz#10c3d731051b366dc19d3df454bfca3f77913a7c" @@ -14718,30 +14268,30 @@ graphql-import@^0.7.1: lodash "^4.17.4" resolve-from "^4.0.0" -graphql-playground-html@1.6.25: - version "1.6.25" - resolved "https://registry.npm.taobao.org/graphql-playground-html/download/graphql-playground-html-1.6.25.tgz#2d8fa250cec4036a4f5b7f8ad069c86d6d64c95f" - integrity sha1-LY+iUM7EA2pPW3+K0GnIbW1kyV8= +graphql-playground-html@^1.6.27: + version "1.6.27" + resolved "https://registry.npm.taobao.org/graphql-playground-html/download/graphql-playground-html-1.6.27.tgz#4ead6ef79c275184bbc90f3d69b4f764b5192090" + integrity sha1-Tq1u95wnUYS7yQ89abT3ZLUZIJA= dependencies: xss "^1.0.6" graphql-playground-middleware-express@^1.7.18: - version "1.7.18" - resolved "https://registry.npm.taobao.org/graphql-playground-middleware-express/download/graphql-playground-middleware-express-1.7.18.tgz#306d64d54ccb531baf7df0699df3220ca4e25364" - integrity sha1-MG1k1UzLUxuvffBpnfMiDKTiU2Q= + version "1.7.20" + resolved "https://registry.npm.taobao.org/graphql-playground-middleware-express/download/graphql-playground-middleware-express-1.7.20.tgz#6417f0c97af3a38b60b432fcc93f20d43c6e21e6" + integrity sha1-ZBfwyXrzo4tgtDL8yT8g1DxuIeY= dependencies: - graphql-playground-html "1.6.25" + graphql-playground-html "^1.6.27" graphql-request@^1.5.0: version "1.8.2" - resolved "https://registry.npm.taobao.org/graphql-request/download/graphql-request-1.8.2.tgz#398d10ae15c585676741bde3fc01d5ca948f8fbe" + resolved "https://registry.npm.taobao.org/graphql-request/download/graphql-request-1.8.2.tgz?cache=0&sync_timestamp=1598635792146&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgraphql-request%2Fdownload%2Fgraphql-request-1.8.2.tgz#398d10ae15c585676741bde3fc01d5ca948f8fbe" integrity sha1-OY0QrhXFhWdnQb3j/AHVypSPj74= dependencies: cross-fetch "2.2.2" graphql-request@~1.5.1: version "1.5.2" - resolved "https://registry.npm.taobao.org/graphql-request/download/graphql-request-1.5.2.tgz#cf329fad59e36daf6925f41751b4ba8ad93371c3" + resolved "https://registry.npm.taobao.org/graphql-request/download/graphql-request-1.5.2.tgz?cache=0&sync_timestamp=1598635792146&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgraphql-request%2Fdownload%2Fgraphql-request-1.5.2.tgz#cf329fad59e36daf6925f41751b4ba8ad93371c3" integrity sha1-zzKfrVnjba9pJfQXUbS6itkzccM= dependencies: cross-fetch "2.0.0" @@ -15016,18 +14566,6 @@ hast-to-hyperscript@^5.0.0: unist-util-is "^2.0.0" web-namespaces "^1.1.2" -hast-to-hyperscript@^8.0.0: - version "8.1.1" - resolved "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-8.1.1.tgz#081e5a98d961ab46277a844f97dfe8dae05a8479" - integrity sha512-IsVTowDrvX4n+Nt+zP0VLQmh/ddVtnFSLUv1gb/706ovL2VgFdnE5ior2fDHSp1Bc0E5GidF2ax+PMjd+TW7gA== - dependencies: - comma-separated-tokens "^1.0.0" - property-information "^5.3.0" - space-separated-tokens "^1.0.0" - style-to-object "^0.3.0" - unist-util-is "^4.0.0" - web-namespaces "^1.0.0" - hast-util-from-parse5@^4.0.2: version "4.0.2" resolved "https://registry.npm.taobao.org/hast-util-from-parse5/download/hast-util-from-parse5-4.0.2.tgz#b7164a7ffc88da4f751dc7c2f801ff8d7c143bab" @@ -15337,9 +14875,9 @@ html-webpack-plugin@4.0.0-beta.11: util.promisify "1.0.0" html-webpack-plugin@^4.0.0-beta.2, html-webpack-plugin@^4.3.0: - version "4.3.0" - resolved "https://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd" - integrity sha1-U7+PbWlsRjfVtlbT2YY9ic6BdP0= + version "4.4.1" + resolved "https://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-4.4.1.tgz#61ab85aa1a84ba181443345ebaead51abbb84149" + integrity sha1-YauFqhqEuhgUQzReuurVGru4QUk= dependencies: "@types/html-minifier-terser" "^5.0.0" "@types/tapable" "^1.0.5" @@ -15540,10 +15078,10 @@ hyphenate-style-name@^1.0.2: resolved "https://registry.npm.taobao.org/hyphenate-style-name/download/hyphenate-style-name-1.0.4.tgz?cache=0&sync_timestamp=1594640136347&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhyphenate-style-name%2Fdownload%2Fhyphenate-style-name-1.0.4.tgz#691879af8e220aea5750e8827db4ef62a54e361d" integrity sha1-aRh5r44iCupXUOiCfbTvYqVONh0= -i18next@^19.0.0: +i18next@^19.4.4: version "19.7.0" - resolved "https://registry.npmjs.org/i18next/-/i18next-19.7.0.tgz#e637bbbf36481d34b7d5e6d3b04e1bb654bf2a26" - integrity sha512-sxZhj6u7HbEYOMx81oGwq5MiXISRBVg2wRY3n6YIbe+HtU8ydzlGzv6ErHdrRKYxATBFssVXYbc3lNZoyB4vfA== + resolved "https://registry.npm.taobao.org/i18next/download/i18next-19.7.0.tgz#e637bbbf36481d34b7d5e6d3b04e1bb654bf2a26" + integrity sha1-5je7vzZIHTS31ebTsE4btlS/KiY= dependencies: "@babel/runtime" "^7.10.1" @@ -15815,7 +15353,7 @@ ink-spinner@^3.1.0: ink@^2.7.1: version "2.7.1" - resolved "https://registry.npm.taobao.org/ink/download/ink-2.7.1.tgz#ff1c75b4b022924e2993af62297fa0e48e85618b" + resolved "https://registry.npm.taobao.org/ink/download/ink-2.7.1.tgz?cache=0&sync_timestamp=1599009180189&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fink%2Fdownload%2Fink-2.7.1.tgz#ff1c75b4b022924e2993af62297fa0e48e85618b" integrity sha1-/xx1tLAikk4pk69iKX+g5I6FYYs= dependencies: ansi-escapes "^4.2.1" @@ -16189,11 +15727,6 @@ is-directory@^0.3.1: resolved "https://registry.npm.taobao.org/is-directory/download/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= -is-docker@2.0.0: - version "2.0.0" - resolved "https://registry.npm.taobao.org/is-docker/download/is-docker-2.0.0.tgz#2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b" - integrity sha1-LLDfDnXi0GT+GGTDfN6st7Lc8ls= - is-docker@^2.0.0, is-docker@^2.1.1: version "2.1.1" resolved "https://registry.npm.taobao.org/is-docker/download/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156" @@ -16737,7 +16270,7 @@ istanbul-reports@^2.2.6: istextorbinary@^2.2.1: version "2.6.0" - resolved "https://registry.npm.taobao.org/istextorbinary/download/istextorbinary-2.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fistextorbinary%2Fdownload%2Fistextorbinary-2.6.0.tgz#60776315fb0fa3999add276c02c69557b9ca28ab" + resolved "https://registry.npm.taobao.org/istextorbinary/download/istextorbinary-2.6.0.tgz?cache=0&sync_timestamp=1598780655562&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fistextorbinary%2Fdownload%2Fistextorbinary-2.6.0.tgz#60776315fb0fa3999add276c02c69557b9ca28ab" integrity sha1-YHdjFfsPo5ma3SdsAsaVV7nKKKs= dependencies: binaryextensions "^2.1.2" @@ -17339,7 +16872,7 @@ json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-bet json-parse-even-better-errors@^2.3.0: version "2.3.0" - resolved "https://registry.npm.taobao.org/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.0.tgz?cache=0&sync_timestamp=1597945135063&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjson-parse-even-better-errors%2Fdownload%2Fjson-parse-even-better-errors-2.3.0.tgz#371873c5ffa44304a6ba12419bcfa95f404ae081" + resolved "https://registry.npm.taobao.org/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.0.tgz#371873c5ffa44304a6ba12419bcfa95f404ae081" integrity sha1-Nxhzxf+kQwSmuhJBm8+pX0BK4IE= json-schema-traverse@^0.4.1: @@ -17624,14 +17157,15 @@ lerna@^3.16.4: import-local "^2.0.0" npmlog "^4.1.2" -less-loader@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/less-loader/-/less-loader-5.0.0.tgz#498dde3a6c6c4f887458ee9ed3f086a12ad1b466" - integrity sha512-bquCU89mO/yWLaUq0Clk7qCsKhsF/TZpJUzETRvJa9KSVEL9SO3ovCvdEHISBhrC81OwC8QSVX7E0bzElZj9cg== +less-loader@^6.1.3: + version "6.2.0" + resolved "https://registry.npm.taobao.org/less-loader/download/less-loader-6.2.0.tgz?cache=0&sync_timestamp=1598354373395&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fless-loader%2Fdownload%2Fless-loader-6.2.0.tgz#8b26f621c155b342eefc24f5bd6e9dc40c42a719" + integrity sha1-iyb2IcFVs0Lu/CT1vW6dxAxCpxk= dependencies: - clone "^2.1.1" - loader-utils "^1.1.0" - pify "^4.0.1" + clone "^2.1.2" + less "^3.11.3" + loader-utils "^2.0.0" + schema-utils "^2.7.0" less@3.0.2: version "3.0.2" @@ -17647,7 +17181,7 @@ less@3.0.2: request "^2.83.0" source-map "^0.5.3" -less@^3.10.3, less@^3.9.0: +less@^3.10.3, less@^3.11.3, less@^3.9.0: version "3.12.2" resolved "https://registry.npm.taobao.org/less/download/less-3.12.2.tgz?cache=0&sync_timestamp=1594913917424&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fless%2Fdownload%2Fless-3.12.2.tgz#157e6dd32a68869df8859314ad38e70211af3ab4" integrity sha1-FX5t0ypohp34hZMUrTjnAhGvOrQ= @@ -18485,7 +18019,7 @@ mdast-util-definitions@^3.0.0: mdast-util-to-hast@9.1.0: version "9.1.0" - resolved "https://registry.npm.taobao.org/mdast-util-to-hast/download/mdast-util-to-hast-9.1.0.tgz#6ef121dd3cd3b006bf8650b1b9454da0faf79ffe" + resolved "https://registry.npm.taobao.org/mdast-util-to-hast/download/mdast-util-to-hast-9.1.0.tgz?cache=0&sync_timestamp=1599039946057&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmdast-util-to-hast%2Fdownload%2Fmdast-util-to-hast-9.1.0.tgz#6ef121dd3cd3b006bf8650b1b9454da0faf79ffe" integrity sha1-bvEh3TzTsAa/hlCxuUVNoPr3n/4= dependencies: "@types/mdast" "^3.0.0" @@ -18502,7 +18036,7 @@ mdast-util-to-hast@9.1.0: mdast-util-to-hast@^3.0.4: version "3.0.4" - resolved "https://registry.npm.taobao.org/mdast-util-to-hast/download/mdast-util-to-hast-3.0.4.tgz#132001b266031192348d3366a6b011f28e54dc40" + resolved "https://registry.npm.taobao.org/mdast-util-to-hast/download/mdast-util-to-hast-3.0.4.tgz?cache=0&sync_timestamp=1599039946057&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmdast-util-to-hast%2Fdownload%2Fmdast-util-to-hast-3.0.4.tgz#132001b266031192348d3366a6b011f28e54dc40" integrity sha1-EyABsmYDEZI0jTNmprAR8o5U3EA= dependencies: collapse-white-space "^1.0.0" @@ -18600,7 +18134,7 @@ memorystream@^0.3.1: meow@5.0.0, meow@^5.0.0: version "5.0.0" - resolved "https://registry.npm.taobao.org/meow/download/meow-5.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmeow%2Fdownload%2Fmeow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4" + resolved "https://registry.npm.taobao.org/meow/download/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4" integrity sha1-38c9Y6mvxxSl43F2DrXIi5EHiqQ= dependencies: camelcase-keys "^4.0.0" @@ -18615,7 +18149,7 @@ meow@5.0.0, meow@^5.0.0: meow@^3.1.0, meow@^3.3.0, meow@^3.7.0: version "3.7.0" - resolved "https://registry.npm.taobao.org/meow/download/meow-3.7.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmeow%2Fdownload%2Fmeow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" + resolved "https://registry.npm.taobao.org/meow/download/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= dependencies: camelcase-keys "^2.0.0" @@ -18631,7 +18165,7 @@ meow@^3.1.0, meow@^3.3.0, meow@^3.7.0: meow@^4.0.0: version "4.0.1" - resolved "https://registry.npm.taobao.org/meow/download/meow-4.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmeow%2Fdownload%2Fmeow-4.0.1.tgz#d48598f6f4b1472f35bf6317a95945ace347f975" + resolved "https://registry.npm.taobao.org/meow/download/meow-4.0.1.tgz#d48598f6f4b1472f35bf6317a95945ace347f975" integrity sha1-1IWY9vSxRy81v2MXqVlFrONH+XU= dependencies: camelcase-keys "^4.0.0" @@ -18645,9 +18179,9 @@ meow@^4.0.0: trim-newlines "^2.0.0" meow@^7.0.0: - version "7.1.0" - resolved "https://registry.npm.taobao.org/meow/download/meow-7.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmeow%2Fdownload%2Fmeow-7.1.0.tgz#50ecbcdafa16f8b58fb7eb9675b933f6473b3a59" - integrity sha1-UOy82voW+LWPt+uWdbkz9kc7Olk= + version "7.1.1" + resolved "https://registry.npm.taobao.org/meow/download/meow-7.1.1.tgz#7c01595e3d337fcb0ec4e8eed1666ea95903d306" + integrity sha1-fAFZXj0zf8sOxOju0WZuqVkD0wY= dependencies: "@types/minimist" "^1.2.0" camelcase-keys "^6.2.2" @@ -18812,7 +18346,7 @@ min-indent@^1.0.0: mini-css-extract-plugin@0.9.0: version "0.9.0" - resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1598546389670&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" + resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" integrity sha1-R/LPB6oWWrNXM7H8l9TEbAVkM54= dependencies: loader-utils "^1.1.0" @@ -18822,7 +18356,7 @@ mini-css-extract-plugin@0.9.0: mini-css-extract-plugin@^0.7.0: version "0.7.0" - resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.7.0.tgz?cache=0&sync_timestamp=1598546389670&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.7.0.tgz#5ba8290fbb4179a43dd27cca444ba150bee743a0" + resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.7.0.tgz#5ba8290fbb4179a43dd27cca444ba150bee743a0" integrity sha1-W6gpD7tBeaQ90nzKREuhUL7nQ6A= dependencies: loader-utils "^1.1.0" @@ -18832,7 +18366,7 @@ mini-css-extract-plugin@^0.7.0: mini-css-extract-plugin@^0.8.2: version "0.8.2" - resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.8.2.tgz?cache=0&sync_timestamp=1598546389670&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.8.2.tgz#a875e169beb27c88af77dd962771c9eedc3da161" + resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.8.2.tgz#a875e169beb27c88af77dd962771c9eedc3da161" integrity sha1-qHXhab6yfIivd92WJ3HJ7tw9oWE= dependencies: loader-utils "^1.1.0" @@ -19325,11 +18859,6 @@ node-fetch@2.1.2: resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5" integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U= -node-fetch@2.6.0, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0: - version "2.6.0" - resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0= - node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -19338,9 +18867,14 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" +node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0: + version "2.6.0" + resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" + integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0= + node-forge@0.9.0: version "0.9.0" - resolved "https://registry.npm.taobao.org/node-forge/download/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579" + resolved "https://registry.npm.taobao.org/node-forge/download/node-forge-0.9.0.tgz?cache=0&sync_timestamp=1599010706324&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-forge%2Fdownload%2Fnode-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579" integrity sha1-1iQFDtu0SHStyhK7mlLsY8t4JXk= node-gyp@^3.8.0: @@ -19750,7 +19284,7 @@ oauth-sign@~0.9.0: resolved "https://registry.npm.taobao.org/oauth-sign/download/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" integrity sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU= -object-assign@*, object-assign@4.x, object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: +object-assign@*, object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" resolved "https://registry.npm.taobao.org/object-assign/download/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= @@ -19933,15 +19467,15 @@ onetime@^5.1.0: open@^6.3.0, open@^6.4.0: version "6.4.0" - resolved "https://registry.npm.taobao.org/open/download/open-6.4.0.tgz?cache=0&sync_timestamp=1598047327689&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fopen%2Fdownload%2Fopen-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" + resolved "https://registry.npm.taobao.org/open/download/open-6.4.0.tgz?cache=0&sync_timestamp=1598611776334&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fopen%2Fdownload%2Fopen-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" integrity sha1-XBPpbQ3IlGhhZPGJZez+iJ7PyKk= dependencies: is-wsl "^1.1.0" open@^7.0.0, open@^7.0.2: - version "7.2.0" - resolved "https://registry.npm.taobao.org/open/download/open-7.2.0.tgz?cache=0&sync_timestamp=1598047327689&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fopen%2Fdownload%2Fopen-7.2.0.tgz#212959bd7b0ce2e8e3676adc76e3cf2f0a2498b4" - integrity sha1-ISlZvXsM4ujjZ2rcduPPLwokmLQ= + version "7.2.1" + resolved "https://registry.npm.taobao.org/open/download/open-7.2.1.tgz?cache=0&sync_timestamp=1598611776334&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fopen%2Fdownload%2Fopen-7.2.1.tgz#07b0ade11a43f2a8ce718480bdf3d7563a095195" + integrity sha1-B7Ct4RpD8qjOcYSAvfPXVjoJUZU= dependencies: is-docker "^2.0.0" is-wsl "^2.1.1" @@ -19970,7 +19504,7 @@ opn@^5.5.0: dependencies: is-wsl "^1.1.0" -optimize-css-assets-webpack-plugin@5.0.3, optimize-css-assets-webpack-plugin@^5.0.3: +optimize-css-assets-webpack-plugin@5.0.3: version "5.0.3" resolved "https://registry.npm.taobao.org/optimize-css-assets-webpack-plugin/download/optimize-css-assets-webpack-plugin-5.0.3.tgz#e2f1d4d94ad8c0af8967ebd7cf138dcb1ef14572" integrity sha1-4vHU2UrYwK+JZ+vXzxONyx7xRXI= @@ -19978,6 +19512,14 @@ optimize-css-assets-webpack-plugin@5.0.3, optimize-css-assets-webpack-plugin@^5. cssnano "^4.1.10" last-call-webpack-plugin "^3.0.0" +optimize-css-assets-webpack-plugin@^5.0.3: + version "5.0.4" + resolved "https://registry.npm.taobao.org/optimize-css-assets-webpack-plugin/download/optimize-css-assets-webpack-plugin-5.0.4.tgz#85883c6528aaa02e30bbad9908c92926bb52dc90" + integrity sha1-hYg8ZSiqoC4wu62ZCMkpJrtS3JA= + dependencies: + cssnano "^4.1.10" + last-call-webpack-plugin "^3.0.0" + optionator@^0.8.1, optionator@^0.8.3: version "0.8.3" resolved "https://registry.npm.taobao.org/optionator/download/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" @@ -20767,9 +20309,9 @@ point-in-polygon@^1.0.1: integrity sha1-1Ztk6P7kHElFiqyCtWcYxZV7Kvc= polished@^3.3.1: - version "3.6.5" - resolved "https://registry.npm.taobao.org/polished/download/polished-3.6.5.tgz#dbefdde64c675935ec55119fe2a2ab627ca82e9c" - integrity sha1-2+/d5kxnWTXsVRGf4qKrYnyoLpw= + version "3.6.6" + resolved "https://registry.npm.taobao.org/polished/download/polished-3.6.6.tgz#91ef9eface9be5366c07672b63b736f50c151185" + integrity sha1-ke+e+s6b5TZsB2crY7c29QwVEYU= dependencies: "@babel/runtime" "^7.9.2" @@ -20815,9 +20357,9 @@ postcss-browser-comments@^3.0.0: postcss "^7" postcss-calc@^7.0.1: - version "7.0.3" - resolved "https://registry.npm.taobao.org/postcss-calc/download/postcss-calc-7.0.3.tgz?cache=0&sync_timestamp=1596805653918&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-calc%2Fdownload%2Fpostcss-calc-7.0.3.tgz#d65cca92a3c52bf27ad37a5f732e0587b74f1623" - integrity sha1-1lzKkqPFK/J603pfcy4Fh7dPFiM= + version "7.0.4" + resolved "https://registry.npm.taobao.org/postcss-calc/download/postcss-calc-7.0.4.tgz?cache=0&sync_timestamp=1598957836882&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-calc%2Fdownload%2Fpostcss-calc-7.0.4.tgz#5e177ddb417341e6d4a193c5d9fd8ada79094f8b" + integrity sha1-Xhd920FzQebUoZPF2f2K2nkJT4s= dependencies: postcss "^7.0.27" postcss-selector-parser "^6.0.2" @@ -20867,7 +20409,7 @@ postcss-color-rebeccapurple@^4.0.1: postcss-colormin@^4.0.3: version "4.0.3" - resolved "https://registry.npm.taobao.org/postcss-colormin/download/postcss-colormin-4.0.3.tgz?cache=0&sync_timestamp=1598374268712&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-colormin%2Fdownload%2Fpostcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" + resolved "https://registry.npm.taobao.org/postcss-colormin/download/postcss-colormin-4.0.3.tgz?cache=0&sync_timestamp=1598978950295&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-colormin%2Fdownload%2Fpostcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" integrity sha1-rgYLzpPteUrHEmTwgTLVUJVr04E= dependencies: browserslist "^4.0.0" @@ -20878,7 +20420,7 @@ postcss-colormin@^4.0.3: postcss-convert-values@^4.0.1: version "4.0.1" - resolved "https://registry.npm.taobao.org/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz?cache=0&sync_timestamp=1598374268822&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-convert-values%2Fdownload%2Fpostcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" + resolved "https://registry.npm.taobao.org/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz?cache=0&sync_timestamp=1598978950403&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-convert-values%2Fdownload%2Fpostcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" integrity sha1-yjgT7U2g+BL51DcDWE5Enr4Ymn8= dependencies: postcss "^7.0.0" @@ -20917,28 +20459,28 @@ postcss-dir-pseudo-class@^5.0.0: postcss-discard-comments@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz?cache=0&sync_timestamp=1598374268925&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-comments%2Fdownload%2Fpostcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" + resolved "https://registry.npm.taobao.org/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz?cache=0&sync_timestamp=1598978950502&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-comments%2Fdownload%2Fpostcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" integrity sha1-H7q9LCRr/2qq15l7KwkY9NevQDM= dependencies: postcss "^7.0.0" postcss-discard-duplicates@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz?cache=0&sync_timestamp=1598374269028&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-duplicates%2Fdownload%2Fpostcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" + resolved "https://registry.npm.taobao.org/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz?cache=0&sync_timestamp=1598978950603&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-duplicates%2Fdownload%2Fpostcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" integrity sha1-P+EzzTyCKC5VD8myORdqkge3hOs= dependencies: postcss "^7.0.0" postcss-discard-empty@^4.0.1: version "4.0.1" - resolved "https://registry.npm.taobao.org/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz?cache=0&sync_timestamp=1598374269111&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-empty%2Fdownload%2Fpostcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" + resolved "https://registry.npm.taobao.org/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz?cache=0&sync_timestamp=1598978950728&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-empty%2Fdownload%2Fpostcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" integrity sha1-yMlR6fc+2UKAGUWERKAq2Qu592U= dependencies: postcss "^7.0.0" postcss-discard-overridden@^4.0.1: version "4.0.1" - resolved "https://registry.npm.taobao.org/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz?cache=0&sync_timestamp=1598374269214&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-overridden%2Fdownload%2Fpostcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" + resolved "https://registry.npm.taobao.org/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz?cache=0&sync_timestamp=1598978950814&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-overridden%2Fdownload%2Fpostcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" integrity sha1-ZSrvipZybwKfXj4AFG7npOdV/1c= dependencies: postcss "^7.0.0" @@ -21120,7 +20662,7 @@ postcss-media-query-parser@^0.2.3: postcss-merge-longhand@^4.0.11: version "4.0.11" - resolved "https://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz?cache=0&sync_timestamp=1598374269415&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-merge-longhand%2Fdownload%2Fpostcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" + resolved "https://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz?cache=0&sync_timestamp=1598978951088&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-merge-longhand%2Fdownload%2Fpostcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" integrity sha1-YvSaE+Sg7gTnuY9CuxYGLKJUniQ= dependencies: css-color-names "0.0.4" @@ -21130,7 +20672,7 @@ postcss-merge-longhand@^4.0.11: postcss-merge-rules@^4.0.3: version "4.0.3" - resolved "https://registry.npm.taobao.org/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz?cache=0&sync_timestamp=1598374269614&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-merge-rules%2Fdownload%2Fpostcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" + resolved "https://registry.npm.taobao.org/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz?cache=0&sync_timestamp=1598978951199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-merge-rules%2Fdownload%2Fpostcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" integrity sha1-NivqT/Wh+Y5AdacTxsslrv75plA= dependencies: browserslist "^4.0.0" @@ -21142,7 +20684,7 @@ postcss-merge-rules@^4.0.3: postcss-minify-font-values@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz?cache=0&sync_timestamp=1598374269711&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-font-values%2Fdownload%2Fpostcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" + resolved "https://registry.npm.taobao.org/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz?cache=0&sync_timestamp=1598978951286&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-font-values%2Fdownload%2Fpostcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" integrity sha1-zUw0TM5HQ0P6xdgiBqssvLiv1aY= dependencies: postcss "^7.0.0" @@ -21150,7 +20692,7 @@ postcss-minify-font-values@^4.0.2: postcss-minify-gradients@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz?cache=0&sync_timestamp=1598374269802&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-gradients%2Fdownload%2Fpostcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" + resolved "https://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz?cache=0&sync_timestamp=1598978951378&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-gradients%2Fdownload%2Fpostcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" integrity sha1-k7KcL/UJnFNe7NpWxKpuZlpmNHE= dependencies: cssnano-util-get-arguments "^4.0.0" @@ -21160,7 +20702,7 @@ postcss-minify-gradients@^4.0.2: postcss-minify-params@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz?cache=0&sync_timestamp=1598374269922&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-params%2Fdownload%2Fpostcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" + resolved "https://registry.npm.taobao.org/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz?cache=0&sync_timestamp=1598978951483&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-params%2Fdownload%2Fpostcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" integrity sha1-a5zvAwwR41Jh+V9hjJADbWgNuHQ= dependencies: alphanum-sort "^1.0.0" @@ -21172,7 +20714,7 @@ postcss-minify-params@^4.0.2: postcss-minify-selectors@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz?cache=0&sync_timestamp=1598374266402&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-selectors%2Fdownload%2Fpostcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" + resolved "https://registry.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz?cache=0&sync_timestamp=1598978951583&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-selectors%2Fdownload%2Fpostcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" integrity sha1-4uXrQL/uUA0M2SQ1APX46kJi+9g= dependencies: alphanum-sort "^1.0.0" @@ -21280,14 +20822,14 @@ postcss-nesting@^7.0.0: postcss-normalize-charset@^4.0.1: version "4.0.1" - resolved "https://registry.npm.taobao.org/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz?cache=0&sync_timestamp=1598374266484&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-charset%2Fdownload%2Fpostcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" + resolved "https://registry.npm.taobao.org/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz?cache=0&sync_timestamp=1598978951674&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-charset%2Fdownload%2Fpostcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" integrity sha1-izWt067oOhNrBHHg1ZvlilAoXdQ= dependencies: postcss "^7.0.0" postcss-normalize-display-values@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz?cache=0&sync_timestamp=1598374266565&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-display-values%2Fdownload%2Fpostcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" + resolved "https://registry.npm.taobao.org/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz?cache=0&sync_timestamp=1598978951755&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-display-values%2Fdownload%2Fpostcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" integrity sha1-Db4EpM6QY9RmftK+R2u4MMglk1o= dependencies: cssnano-util-get-match "^4.0.0" @@ -21296,7 +20838,7 @@ postcss-normalize-display-values@^4.0.2: postcss-normalize-positions@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz?cache=0&sync_timestamp=1598374266644&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-positions%2Fdownload%2Fpostcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" + resolved "https://registry.npm.taobao.org/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz?cache=0&sync_timestamp=1598979133239&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-positions%2Fdownload%2Fpostcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" integrity sha1-BfdX+E8mBDc3g2ipH4ky1LECkX8= dependencies: cssnano-util-get-arguments "^4.0.0" @@ -21306,7 +20848,7 @@ postcss-normalize-positions@^4.0.2: postcss-normalize-repeat-style@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz?cache=0&sync_timestamp=1598374266721&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-repeat-style%2Fdownload%2Fpostcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" + resolved "https://registry.npm.taobao.org/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz?cache=0&sync_timestamp=1598979133166&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-repeat-style%2Fdownload%2Fpostcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" integrity sha1-xOu8KJ85kaAo1EdRy90RkYsXkQw= dependencies: cssnano-util-get-arguments "^4.0.0" @@ -21316,7 +20858,7 @@ postcss-normalize-repeat-style@^4.0.2: postcss-normalize-string@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz?cache=0&sync_timestamp=1598374266906&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-string%2Fdownload%2Fpostcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" + resolved "https://registry.npm.taobao.org/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz?cache=0&sync_timestamp=1598979133315&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-string%2Fdownload%2Fpostcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" integrity sha1-zUTECrB6DHo23F6Zqs4eyk7CaQw= dependencies: has "^1.0.0" @@ -21325,7 +20867,7 @@ postcss-normalize-string@^4.0.2: postcss-normalize-timing-functions@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz?cache=0&sync_timestamp=1598374266812&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-timing-functions%2Fdownload%2Fpostcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" + resolved "https://registry.npm.taobao.org/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz?cache=0&sync_timestamp=1598979133401&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-timing-functions%2Fdownload%2Fpostcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" integrity sha1-jgCcoqOUnNr4rSPmtquZy159KNk= dependencies: cssnano-util-get-match "^4.0.0" @@ -21334,7 +20876,7 @@ postcss-normalize-timing-functions@^4.0.2: postcss-normalize-unicode@^4.0.1: version "4.0.1" - resolved "https://registry.npm.taobao.org/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz?cache=0&sync_timestamp=1598374267094&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-unicode%2Fdownload%2Fpostcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" + resolved "https://registry.npm.taobao.org/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz?cache=0&sync_timestamp=1598979133478&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-unicode%2Fdownload%2Fpostcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" integrity sha1-hBvUj9zzAZrUuqdJOj02O1KuHPs= dependencies: browserslist "^4.0.0" @@ -21343,7 +20885,7 @@ postcss-normalize-unicode@^4.0.1: postcss-normalize-url@^4.0.1: version "4.0.1" - resolved "https://registry.npm.taobao.org/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz?cache=0&sync_timestamp=1598374267005&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-url%2Fdownload%2Fpostcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" + resolved "https://registry.npm.taobao.org/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" integrity sha1-EOQ3+GvHx+WPe5ZS7YeNqqlfquE= dependencies: is-absolute-url "^2.0.0" @@ -21353,7 +20895,7 @@ postcss-normalize-url@^4.0.1: postcss-normalize-whitespace@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz?cache=0&sync_timestamp=1598374267172&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-whitespace%2Fdownload%2Fpostcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" + resolved "https://registry.npm.taobao.org/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz?cache=0&sync_timestamp=1598979133667&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-whitespace%2Fdownload%2Fpostcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" integrity sha1-vx1AcP5Pzqh9E0joJdjMDF+qfYI= dependencies: postcss "^7.0.0" @@ -21372,7 +20914,7 @@ postcss-normalize@8.0.1: postcss-ordered-values@^4.1.2: version "4.1.2" - resolved "https://registry.npm.taobao.org/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz?cache=0&sync_timestamp=1598374267285&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-ordered-values%2Fdownload%2Fpostcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" + resolved "https://registry.npm.taobao.org/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" integrity sha1-DPdcgg7H1cTSgBiVWeC1ceusDu4= dependencies: cssnano-util-get-arguments "^4.0.0" @@ -21461,7 +21003,7 @@ postcss-pseudo-class-any-link@^6.0.0: postcss-reduce-initial@^4.0.3: version "4.0.3" - resolved "https://registry.npm.taobao.org/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz?cache=0&sync_timestamp=1598374267413&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-reduce-initial%2Fdownload%2Fpostcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" + resolved "https://registry.npm.taobao.org/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" integrity sha1-f9QuvqXpyBRgljniwuhK4nC6SN8= dependencies: browserslist "^4.0.0" @@ -21471,7 +21013,7 @@ postcss-reduce-initial@^4.0.3: postcss-reduce-transforms@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz?cache=0&sync_timestamp=1598374267580&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-reduce-transforms%2Fdownload%2Fpostcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" + resolved "https://registry.npm.taobao.org/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" integrity sha1-F++kBerMbge+NBSlyi0QdGgdTik= dependencies: cssnano-util-get-match "^4.0.0" @@ -21575,7 +21117,7 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: postcss-svgo@^4.0.2: version "4.0.2" - resolved "https://registry.npm.taobao.org/postcss-svgo/download/postcss-svgo-4.0.2.tgz?cache=0&sync_timestamp=1598374267847&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-svgo%2Fdownload%2Fpostcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258" + resolved "https://registry.npm.taobao.org/postcss-svgo/download/postcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258" integrity sha1-F7mXvHEbMzurFDqu07jT1uPTglg= dependencies: is-svg "^3.0.0" @@ -21590,7 +21132,7 @@ postcss-syntax@^0.36.2: postcss-unique-selectors@^4.0.1: version "4.0.1" - resolved "https://registry.npm.taobao.org/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz?cache=0&sync_timestamp=1598374267935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-unique-selectors%2Fdownload%2Fpostcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" + resolved "https://registry.npm.taobao.org/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" integrity sha1-lEaRHzKJv9ZMbWgPBzwDsfnuS6w= dependencies: alphanum-sort "^1.0.0" @@ -21718,10 +21260,10 @@ prettier@^1.19.1: resolved "https://registry.npm.taobao.org/prettier/download/prettier-1.19.1.tgz?cache=0&sync_timestamp=1598414052614&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fprettier%2Fdownload%2Fprettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" integrity sha1-99f1/4qc2HKnvkyhQglZVqYHl8s= -prettier@^2.0.1, prettier@^2.0.5: +prettier@^2.0.5: version "2.1.1" - resolved "https://registry.npmjs.org/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6" - integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw== + resolved "https://registry.npm.taobao.org/prettier/download/prettier-2.1.1.tgz?cache=0&sync_timestamp=1598414052614&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fprettier%2Fdownload%2Fprettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6" + integrity sha1-2Uhd1eSZ2qbLVHAjuHps9RvuN9Y= pretty-bytes@^1.0.2: version "1.0.4" @@ -21732,9 +21274,9 @@ pretty-bytes@^1.0.2: meow "^3.1.0" pretty-bytes@^5.1.0, pretty-bytes@^5.3.0: - version "5.3.0" - resolved "https://registry.npm.taobao.org/pretty-bytes/download/pretty-bytes-5.3.0.tgz#f2849e27db79fb4d6cfe24764fc4134f165989f2" - integrity sha1-8oSeJ9t5+01s/iR2T8QTTxZZifI= + version "5.4.1" + resolved "https://registry.npm.taobao.org/pretty-bytes/download/pretty-bytes-5.4.1.tgz#cd89f79bbcef21e3d21eb0da68ffe93f803e884b" + integrity sha1-zYn3m7zvIePSHrDaaP/pP4A+iEs= pretty-error@^2.1.1: version "2.1.1" @@ -22317,10 +21859,10 @@ rc-collapse@~2.0.0: react-is "^16.7.0" shallowequal "^1.1.0" -rc-dialog@^8.1.0: - version "8.2.0" - resolved "https://registry.npm.taobao.org/rc-dialog/download/rc-dialog-8.2.0.tgz#75a2b680917387db853232a538c97bf9fdcd0834" - integrity sha1-daK2gJFzh9uFMjKlOMl7+f3NCDQ= +rc-dialog@^8.3.2: + version "8.3.2" + resolved "https://registry.npm.taobao.org/rc-dialog/download/rc-dialog-8.3.2.tgz?cache=0&sync_timestamp=1599028225005&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-dialog%2Fdownload%2Frc-dialog-8.3.2.tgz#0e2ce0f2d5d0d31e25d88abaedfe2d9db2236551" + integrity sha1-Dizg8tXQ0x4l2Iq67f4tnbIjZVE= dependencies: "@babel/runtime" "^7.10.1" rc-animate "3.x" @@ -22328,21 +21870,13 @@ rc-dialog@^8.1.0: rc-dialog@~8.1.0: version "8.1.1" - resolved "https://registry.npm.taobao.org/rc-dialog/download/rc-dialog-8.1.1.tgz#ce54bd78e940c030b69d3acfc87874536966a27b" + resolved "https://registry.npm.taobao.org/rc-dialog/download/rc-dialog-8.1.1.tgz?cache=0&sync_timestamp=1599028225005&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-dialog%2Fdownload%2Frc-dialog-8.1.1.tgz#ce54bd78e940c030b69d3acfc87874536966a27b" integrity sha1-zlS9eOlAwDC2nTrPyHh0U2lmons= dependencies: rc-animate "3.x" rc-util "^5.0.1" -rc-drawer@^3.0.2: - version "3.2.0" - resolved "https://registry.npmjs.org/rc-drawer/-/rc-drawer-3.2.0.tgz#6d9bba2fb1647942840dad61f36b9c88b753f565" - integrity sha512-ekt5K2pHIQihByupUooJ7kVmpmAyHrGy2T9h+AlPwhIL9xemK+RVRq3RbOv1V03BqNPCDx4sWV5sWiAhGMUctw== - dependencies: - classnames "^2.2.6" - rc-util "^4.16.1" - -rc-drawer@~4.1.0: +rc-drawer@^4.0.0, rc-drawer@~4.1.0: version "4.1.0" resolved "https://registry.npm.taobao.org/rc-drawer/download/rc-drawer-4.1.0.tgz?cache=0&sync_timestamp=1591625506897&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-drawer%2Fdownload%2Frc-drawer-4.1.0.tgz#d7bf0bc030300b62d282bc04e053b9acad6b08b4" integrity sha1-178LwDAwC2LSgrwE4FO5rK1rCLQ= @@ -22377,14 +21911,14 @@ rc-footer@^0.6.1: classnames "^2.2.1" rc-image@~3.0.2: - version "3.0.3" - resolved "https://registry.npm.taobao.org/rc-image/download/rc-image-3.0.3.tgz?cache=0&sync_timestamp=1598413176803&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-image%2Fdownload%2Frc-image-3.0.3.tgz#c7acc385924028d65e1d501eedebedba916285df" - integrity sha1-x6zDhZJAKNZeHVAe7evtupFihd8= + version "3.0.4" + resolved "https://registry.npm.taobao.org/rc-image/download/rc-image-3.0.4.tgz?cache=0&sync_timestamp=1599034049862&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-image%2Fdownload%2Frc-image-3.0.4.tgz#9ad060a7eea266b916fbf202e583c26005d023b1" + integrity sha1-mtBgp+6iZrkW+/IC5YPCYAXQI7E= dependencies: "@ant-design/icons" "^4.2.2" "@babel/runtime" "^7.11.2" classnames "^2.2.6" - rc-dialog "^8.1.0" + rc-dialog "^8.3.2" rc-util "^5.0.6" rc-input-number@~6.0.0: @@ -22424,14 +21958,13 @@ rc-menu@^8.0.1, rc-menu@^8.2.1, rc-menu@~8.5.2: shallowequal "^1.1.0" rc-motion@^1.0.0, rc-motion@^1.0.1: - version "1.0.2" - resolved "https://registry.npm.taobao.org/rc-motion/download/rc-motion-1.0.2.tgz?cache=0&sync_timestamp=1597116994599&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-motion%2Fdownload%2Frc-motion-1.0.2.tgz#b8aec288642298d74ddc9ac1773e1b600aaa1c25" - integrity sha1-uK7CiGQimNdN3JrBdz4bYAqqHCU= + version "1.1.1" + resolved "https://registry.npm.taobao.org/rc-motion/download/rc-motion-1.1.1.tgz#1713f253148f1f5f2781edaacf6088fb8b08df50" + integrity sha1-FxPyUxSPH18nge2qz2CI+4sI31A= dependencies: "@babel/runtime" "^7.11.1" classnames "^2.2.1" - raf "^3.4.1" - rc-util "^5.0.6" + rc-util "^5.2.1" rc-notification@~4.4.0: version "4.4.0" @@ -22467,7 +22000,7 @@ rc-picker@~2.0.6: rc-progress@~3.0.0: version "3.0.0" - resolved "https://registry.npm.taobao.org/rc-progress/download/rc-progress-3.0.0.tgz#cea324ce8fc31421cd815d94a4649a8a29f8f8db" + resolved "https://registry.npm.taobao.org/rc-progress/download/rc-progress-3.0.0.tgz?cache=0&sync_timestamp=1598965873666&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-progress%2Fdownload%2Frc-progress-3.0.0.tgz#cea324ce8fc31421cd815d94a4649a8a29f8f8db" integrity sha1-zqMkzo/DFCHNgV2UpGSaiin4+Ns= dependencies: classnames "^2.2.6" @@ -22492,9 +22025,9 @@ rc-resize-observer@^0.2.0, rc-resize-observer@^0.2.1, rc-resize-observer@^0.2.3: resize-observer-polyfill "^1.5.1" rc-select@^11.1.1, rc-select@~11.1.0: - version "11.1.6" - resolved "https://registry.npm.taobao.org/rc-select/download/rc-select-11.1.6.tgz?cache=0&sync_timestamp=1597904396886&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-select%2Fdownload%2Frc-select-11.1.6.tgz#39bb7c685dc61f65d5d73554df58979587c45b16" - integrity sha1-Obt8aF3GH2XV1zVU31iXlYfEWxY= + version "11.1.7" + resolved "https://registry.npm.taobao.org/rc-select/download/rc-select-11.1.7.tgz#2d7d190a78dae359d178d7a5f48934607b223584" + integrity sha1-LX0ZCnja41nReNel9Ik0YHsiNYQ= dependencies: "@babel/runtime" "^7.10.1" classnames "2.x" @@ -22534,9 +22067,9 @@ rc-switch@~3.2.0: rc-util "^5.0.1" rc-table@~7.9.2: - version "7.9.5" - resolved "https://registry.npm.taobao.org/rc-table/download/rc-table-7.9.5.tgz#246b29fac7149b6c1f09ea889a84c887f2f965b8" - integrity sha1-JGsp+scUm2wfCeqImoTIh/L5Zbg= + version "7.9.6" + resolved "https://registry.npm.taobao.org/rc-table/download/rc-table-7.9.6.tgz?cache=0&sync_timestamp=1598610278197&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-table%2Fdownload%2Frc-table-7.9.6.tgz#e15dff9d04d933da25e3e7ac60f0e2070dea0fff" + integrity sha1-4V3/nQTZM9ol4+esYPDiBw3qD/8= dependencies: "@babel/runtime" "^7.10.1" classnames "^2.2.5" @@ -22570,16 +22103,16 @@ rc-textarea@^0.3.0, rc-textarea@~0.3.0: rc-resize-observer "^0.2.3" rc-tooltip@^4.0.0, rc-tooltip@~4.2.0: - version "4.2.1" - resolved "https://registry.npm.taobao.org/rc-tooltip/download/rc-tooltip-4.2.1.tgz#c1a2d5017ee03a771a9301c0dfdb46dfdf8fef94" - integrity sha1-waLVAX7gOncakwHA39tG39+P75Q= + version "4.2.2" + resolved "https://registry.npm.taobao.org/rc-tooltip/download/rc-tooltip-4.2.2.tgz#b0c374a26846f285b21eb74f9d533e6049e34b22" + integrity sha1-sMN0omhG8oWyHrdPnVM+YEnjSyI= dependencies: rc-trigger "^4.2.1" rc-tree-select@~4.1.1: - version "4.1.1" - resolved "https://registry.npm.taobao.org/rc-tree-select/download/rc-tree-select-4.1.1.tgz?cache=0&sync_timestamp=1596621462054&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-tree-select%2Fdownload%2Frc-tree-select-4.1.1.tgz#2d3c61f2449de72839eddf94ab876d3f6567692f" - integrity sha1-LTxh8kSd5yg57d+Uq4dtP2VnaS8= + version "4.1.2" + resolved "https://registry.npm.taobao.org/rc-tree-select/download/rc-tree-select-4.1.2.tgz?cache=0&sync_timestamp=1598868459669&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-tree-select%2Fdownload%2Frc-tree-select-4.1.2.tgz#bf012c3c32cf2e82fc7ffbdd60cb596163a290a0" + integrity sha1-vwEsPDLPLoL8f/vdYMtZYWOikKA= dependencies: "@babel/runtime" "^7.10.1" classnames "2.x" @@ -22588,9 +22121,9 @@ rc-tree-select@~4.1.1: rc-util "^5.0.5" rc-tree@^3.8.0, rc-tree@~3.9.0: - version "3.9.3" - resolved "https://registry.npm.taobao.org/rc-tree/download/rc-tree-3.9.3.tgz?cache=0&sync_timestamp=1598087447103&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-tree%2Fdownload%2Frc-tree-3.9.3.tgz#5f52b7b805815996d15e5446e4e367a547470ea9" - integrity sha1-X1K3uAWBWZbRXlRG5ONnpUdHDqk= + version "3.9.4" + resolved "https://registry.npm.taobao.org/rc-tree/download/rc-tree-3.9.4.tgz#aa83a2abc59d4b3b869b26ded3caab20ba237b01" + integrity sha1-qoOiq8WdSzuGmybe08qrILojewE= dependencies: "@babel/runtime" "^7.10.1" classnames "2.x" @@ -22599,9 +22132,9 @@ rc-tree@^3.8.0, rc-tree@~3.9.0: rc-virtual-list "^3.0.1" rc-trigger@^4.0.0, rc-trigger@^4.2.1, rc-trigger@^4.3.0, rc-trigger@^4.4.0, rc-trigger@~4.4.0: - version "4.4.0" - resolved "https://registry.npm.taobao.org/rc-trigger/download/rc-trigger-4.4.0.tgz?cache=0&sync_timestamp=1596620514652&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-trigger%2Fdownload%2Frc-trigger-4.4.0.tgz#52be45c7b40327b297ebacff84d69ce9285606bc" - integrity sha1-Ur5Fx7QDJ7KX66z/hNac6ShWBrw= + version "4.4.2" + resolved "https://registry.npm.taobao.org/rc-trigger/download/rc-trigger-4.4.2.tgz?cache=0&sync_timestamp=1598868257339&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-trigger%2Fdownload%2Frc-trigger-4.4.2.tgz#74f7ebcfdcdc191b7c82380def68fbba79ed5aec" + integrity sha1-dPfrz9zcGRt8gjgN72j7unntWuw= dependencies: "@babel/runtime" "^7.10.1" classnames "^2.2.6" @@ -22610,36 +22143,25 @@ rc-trigger@^4.0.0, rc-trigger@^4.2.1, rc-trigger@^4.3.0, rc-trigger@^4.4.0, rc-t rc-motion "^1.0.0" rc-util "^5.0.1" -rc-upload@~3.2.0: - version "3.2.0" - resolved "https://registry.npm.taobao.org/rc-upload/download/rc-upload-3.2.0.tgz?cache=0&sync_timestamp=1592472951089&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-upload%2Fdownload%2Frc-upload-3.2.0.tgz#251fc3c9105902e808600a414f368f285d63bfba" - integrity sha1-JR/DyRBZAugIYApBTzaPKF1jv7o= +rc-upload@~3.2.1: + version "3.2.1" + resolved "https://registry.npm.taobao.org/rc-upload/download/rc-upload-3.2.1.tgz?cache=0&sync_timestamp=1598855550953&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-upload%2Fdownload%2Frc-upload-3.2.1.tgz#2bd6af19061be748736624f553a67d04a49c0deb" + integrity sha1-K9avGQYb50hzZiT1U6Z9BKScDes= dependencies: classnames "^2.2.5" -rc-util@^4.16.1: - version "4.21.1" - resolved "https://registry.npmjs.org/rc-util/-/rc-util-4.21.1.tgz#88602d0c3185020aa1053d9a1e70eac161becb05" - integrity sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg== - dependencies: - add-dom-event-listener "^1.1.0" - prop-types "^15.5.10" - react-is "^16.12.0" - react-lifecycles-compat "^3.0.4" - shallowequal "^1.1.0" - -rc-util@^5.0.0, rc-util@^5.0.1, rc-util@^5.0.4, rc-util@^5.0.5, rc-util@^5.0.6, rc-util@^5.0.7: - version "5.0.7" - resolved "https://registry.npm.taobao.org/rc-util/download/rc-util-5.0.7.tgz?cache=0&sync_timestamp=1597287314845&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-util%2Fdownload%2Frc-util-5.0.7.tgz#125c3a2fd917803afbb685f9eadc789b085dc813" - integrity sha1-Elw6L9kXgDr7toX56tx4mwhdyBM= +rc-util@^5.0.0, rc-util@^5.0.1, rc-util@^5.0.4, rc-util@^5.0.5, rc-util@^5.0.6, rc-util@^5.0.7, rc-util@^5.1.0, rc-util@^5.2.1: + version "5.2.1" + resolved "https://registry.npm.taobao.org/rc-util/download/rc-util-5.2.1.tgz#c01a3e25b4d65570e433f46f85fdf36ed44de6af" + integrity sha1-wBo+JbTWVXDkM/Rvhf3zbtRN5q8= dependencies: react-is "^16.12.0" shallowequal "^1.1.0" rc-virtual-list@^3.0.1, rc-virtual-list@^3.0.3: - version "3.0.7" - resolved "https://registry.npm.taobao.org/rc-virtual-list/download/rc-virtual-list-3.0.7.tgz?cache=0&sync_timestamp=1598342050453&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-virtual-list%2Fdownload%2Frc-virtual-list-3.0.7.tgz#f911f00fc93b0433a8ff54630a059b892b60d572" - integrity sha1-+RHwD8k7BDOo/1RjCgWbiStg1XI= + version "3.0.11" + resolved "https://registry.npm.taobao.org/rc-virtual-list/download/rc-virtual-list-3.0.11.tgz?cache=0&sync_timestamp=1599033453040&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-virtual-list%2Fdownload%2Frc-virtual-list-3.0.11.tgz#500e5da01340ba64fb6b54f087cf870726744356" + integrity sha1-UA5doBNAumT7a1Twh8+HByZ0Q1Y= dependencies: classnames "^2.2.6" rc-resize-observer "^0.2.3" @@ -22681,8 +22203,8 @@ react-clientside-effect@^1.2.2: react-codemirror2@^7.0.0: version "7.2.1" - resolved "https://registry.npmjs.org/react-codemirror2/-/react-codemirror2-7.2.1.tgz#38dab492fcbe5fb8ebf5630e5bb7922db8d3a10c" - integrity sha512-t7YFmz1AXdlImgHXA9Ja0T6AWuopilub24jRaQdPVbzUJVNKIYuy3uCFZYa7CE5S3UW6SrSa5nAqVQvtzRF9gw== + resolved "https://registry.npm.taobao.org/react-codemirror2/download/react-codemirror2-7.2.1.tgz#38dab492fcbe5fb8ebf5630e5bb7922db8d3a10c" + integrity sha1-ONq0kvy+X7jr9WMOW7eSLbjToQw= react-dev-utils@^10.2.1: version "10.2.1" @@ -22779,9 +22301,9 @@ react-docgen-typescript-loader@^3.1.0: react-docgen-typescript "^1.15.0" react-docgen-typescript@^1.15.0: - version "1.20.3" - resolved "https://registry.npm.taobao.org/react-docgen-typescript/download/react-docgen-typescript-1.20.3.tgz#d121bcb3ed8ab0a2c75f37fb3f90413cb4dbd429" - integrity sha1-0SG8s+2KsKLHXzf7P5BBPLTb1Ck= + version "1.20.4" + resolved "https://registry.npm.taobao.org/react-docgen-typescript/download/react-docgen-typescript-1.20.4.tgz#9a5655986077ccfc58c1a447f92c3d19f7a875bf" + integrity sha1-mlZVmGB3zPxYwaRH+Sw9Gfeodb8= react-docgen@^5.0.0: version "5.3.0" @@ -22799,7 +22321,7 @@ react-docgen@^5.0.0: react-dom@^16.13.1, react-dom@^16.8.3, react-dom@^16.9.0: version "16.13.1" - resolved "https://registry.npm.taobao.org/react-dom/download/react-dom-16.13.1.tgz?cache=0&sync_timestamp=1598575626760&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-dom%2Fdownload%2Freact-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f" + resolved "https://registry.npm.taobao.org/react-dom/download/react-dom-16.13.1.tgz?cache=0&sync_timestamp=1598612890476&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-dom%2Fdownload%2Freact-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f" integrity sha1-wb03MxoEhsB47lTEdAcgmTsuDn8= dependencies: loose-envify "^1.1.0" @@ -22896,10 +22418,10 @@ react-hotkeys@2.0.0: dependencies: prop-types "^15.6.1" -react-i18next@^11.0.0, react-i18next@^11.0.1: +react-i18next@^11.0.1, react-i18next@^11.4.0: version "11.7.2" - resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.7.2.tgz#b3cb94ad3b85c25e3d4802a141139d65238b976f" - integrity sha512-Djj3K3hh5Tecla2CI9rLO3TZBYGMFrGilm0JY4cLofAQONCi5TK6nVmUPKoB59n1ZffgjfgJt6zlbE9aGF6Q0Q== + resolved "https://registry.npm.taobao.org/react-i18next/download/react-i18next-11.7.2.tgz#b3cb94ad3b85c25e3d4802a141139d65238b976f" + integrity sha1-s8uUrTuFwl49SAKhQROdZSOLl28= dependencies: "@babel/runtime" "^7.3.1" html-parse-stringify2 "2.0.1" @@ -22913,7 +22435,7 @@ react-icons@^3.0.1: react-is@^16.12.0, react-is@^16.13.1, react-is@^16.3.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6: version "16.13.1" - resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" + resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.1.tgz?cache=0&sync_timestamp=1598612864426&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-is%2Fdownload%2Freact-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ= react-lifecycles-compat@^3.0.4: @@ -22944,7 +22466,7 @@ react-popper@^1.3.7: react-reconciler@^0.24.0: version "0.24.0" - resolved "https://registry.npm.taobao.org/react-reconciler/download/react-reconciler-0.24.0.tgz#5a396b2c2f5efe8554134a5935f49f546723f2dd" + resolved "https://registry.npm.taobao.org/react-reconciler/download/react-reconciler-0.24.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-reconciler%2Fdownload%2Freact-reconciler-0.24.0.tgz#5a396b2c2f5efe8554134a5935f49f546723f2dd" integrity sha1-WjlrLC9e/oVUE0pZNfSfVGcj8t0= dependencies: loose-envify "^1.1.0" @@ -22954,7 +22476,7 @@ react-reconciler@^0.24.0: react-reconciler@^0.25.1: version "0.25.1" - resolved "https://registry.npm.taobao.org/react-reconciler/download/react-reconciler-0.25.1.tgz#f9814d59d115e1210762287ce987801529363aaa" + resolved "https://registry.npm.taobao.org/react-reconciler/download/react-reconciler-0.25.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-reconciler%2Fdownload%2Freact-reconciler-0.25.1.tgz#f9814d59d115e1210762287ce987801529363aaa" integrity sha1-+YFNWdEV4SEHYih86YeAFSk2Oqo= dependencies: loose-envify "^1.1.0" @@ -23061,10 +22583,10 @@ react-sizeme@^2.6.7: shallowequal "^1.1.0" throttle-debounce "^2.1.0" -react-slick@^0.25.2: - version "0.25.2" - resolved "https://registry.npmjs.org/react-slick/-/react-slick-0.25.2.tgz#56331b67d47d8bcfe2dceb6acab1c8fd5bd1f6bc" - integrity sha512-8MNH/NFX/R7zF6W/w+FS5VXNyDusF+XDW1OU0SzODEU7wqYB+ZTGAiNJ++zVNAVqCAHdyCybScaUB+FCZOmBBw== +react-slick@^0.26.1: + version "0.26.1" + resolved "https://registry.npm.taobao.org/react-slick/download/react-slick-0.26.1.tgz?cache=0&sync_timestamp=1597925568850&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-slick%2Fdownload%2Freact-slick-0.26.1.tgz#42d6b9bfdf3a16e4e4609a6c6536957f8acde7d9" + integrity sha1-Qta5v986FuTkYJpsZTaVf4rN59k= dependencies: classnames "^2.2.5" enquire.js "^2.1.6" @@ -23110,7 +22632,7 @@ react-syntax-highlighter@^11.0.2: react-test-renderer@^16.0.0-0, react-test-renderer@^16.9.0: version "16.13.1" - resolved "https://registry.npm.taobao.org/react-test-renderer/download/react-test-renderer-16.13.1.tgz?cache=0&sync_timestamp=1598575608250&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-test-renderer%2Fdownload%2Freact-test-renderer-16.13.1.tgz#de25ea358d9012606de51e012d9742e7f0deabc1" + resolved "https://registry.npm.taobao.org/react-test-renderer/download/react-test-renderer-16.13.1.tgz?cache=0&sync_timestamp=1598612903979&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-test-renderer%2Fdownload%2Freact-test-renderer-16.13.1.tgz#de25ea358d9012606de51e012d9742e7f0deabc1" integrity sha1-3iXqNY2QEmBt5R4BLZdC5/Deq8E= dependencies: object-assign "^4.1.1" @@ -23126,34 +22648,34 @@ react-textarea-autosize@^7.1.0: "@babel/runtime" "^7.1.2" prop-types "^15.6.0" -react-universal-interface@^0.6.0: +react-universal-interface@^0.6.2: version "0.6.2" - resolved "https://registry.npmjs.org/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" - integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw== + resolved "https://registry.npm.taobao.org/react-universal-interface/download/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" + integrity sha1-Xo1DigFymk27y+7OsLhr4Ub+Kzs= -react-use@^14.0.0: - version "14.3.0" - resolved "https://registry.npmjs.org/react-use/-/react-use-14.3.0.tgz#aa794db42108e15363be5c04db35a57acf8ecb6b" - integrity sha512-Jx7Zl0k8dHA0UKpTVwYUThC5/V+Dt6JzCGiMHPNIhsxJGkiKuB1AQ7J7pNq4zj3l37ABd/RF+jRGThw0czrJXA== +react-use@^15.0.0: + version "15.3.3" + resolved "https://registry.npm.taobao.org/react-use/download/react-use-15.3.3.tgz#f16de7a16286c446388e8bd99680952fc3dc9a95" + integrity sha1-8W3noWKGxEY4jovZloCVL8PcmpU= dependencies: "@types/js-cookie" "2.2.6" "@xobotyi/scrollbar-width" "1.9.5" copy-to-clipboard "^3.2.0" - fast-deep-equal "^3.1.1" + fast-deep-equal "^3.1.3" fast-shallow-equal "^1.0.0" js-cookie "^2.2.1" nano-css "^5.2.1" - react-universal-interface "^0.6.0" + react-universal-interface "^0.6.2" resize-observer-polyfill "^1.5.1" screenfull "^5.0.0" set-harmonic-interval "^1.0.1" throttle-debounce "^2.1.0" ts-easing "^0.2.0" - tslib "^1.10.0" + tslib "^2.0.0" react@^16.13.1, react@^16.8.0, react@^16.8.3, react@^16.9.0: version "16.13.1" - resolved "https://registry.npm.taobao.org/react/download/react-16.13.1.tgz?cache=0&sync_timestamp=1598573879029&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact%2Fdownload%2Freact-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e" + resolved "https://registry.npm.taobao.org/react/download/react-16.13.1.tgz?cache=0&sync_timestamp=1598612757707&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact%2Fdownload%2Freact-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e" integrity sha1-LoGIIvGpdDEiwGPWQQ2FweOv5I4= dependencies: loose-envify "^1.1.0" @@ -23370,7 +22892,7 @@ realpath-native@^1.1.0: recast@^0.14.7: version "0.14.7" - resolved "https://registry.npm.taobao.org/recast/download/recast-0.14.7.tgz?cache=0&sync_timestamp=1598280351089&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frecast%2Fdownload%2Frecast-0.14.7.tgz#4f1497c2b5826d42a66e8e3c9d80c512983ff61d" + resolved "https://registry.npm.taobao.org/recast/download/recast-0.14.7.tgz#4f1497c2b5826d42a66e8e3c9d80c512983ff61d" integrity sha1-TxSXwrWCbUKmbo48nYDFEpg/9h0= dependencies: ast-types "0.11.3" @@ -23592,23 +23114,23 @@ regl@^1.6.1: resolved "https://registry.npm.taobao.org/regl/download/regl-1.6.1.tgz#6930172cda9b8fb65724abc0d4930d79333f5460" integrity sha1-aTAXLNqbj7ZXJKvA1JMNeTM/VGA= -rehype-react@^5.0.0: - version "5.0.1" - resolved "https://registry.npmjs.org/rehype-react/-/rehype-react-5.0.1.tgz#6934c90101a140328fffe22b9569b86cdeac1d73" - integrity sha512-vv/uqHROopaPimIw6Ip4Mx5+YySLClC7pSFJSW3QkwVYvguqbm5N+Cu4yJgt6nvDmOsP66GnQtDlU+tI6bhigQ== +rehype-react@^6.0.0: + version "6.1.0" + resolved "https://registry.npm.taobao.org/rehype-react/download/rehype-react-6.1.0.tgz?cache=0&sync_timestamp=1596009310972&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frehype-react%2Fdownload%2Frehype-react-6.1.0.tgz#95f8c936eea2159f92adfbf58e5e90be86a97cbf" + integrity sha1-lfjJNu6iFZ+Srfv1jl6QvoapfL8= dependencies: "@mapbox/hast-util-table-cell-style" "^0.1.3" - hast-to-hyperscript "^8.0.0" + hast-to-hyperscript "^9.0.0" relateurl@^0.2.7: version "0.2.7" resolved "https://registry.npm.taobao.org/relateurl/download/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= -release-it@^13.0.0: +release-it@^13.5.8: version "13.7.0" - resolved "https://registry.npmjs.org/release-it/-/release-it-13.7.0.tgz#a25f1052688a4ecc30e0ef9c580d365702ce5e95" - integrity sha512-zrCQcw9vXh/ROHiYMLI9Nl/lgSlMg6XgxTjc8XmVWy/boaeRMXg935MnU6W1cF8WqhWAuUGfy3ZGqSvD6eYoBw== + resolved "https://registry.npm.taobao.org/release-it/download/release-it-13.7.0.tgz#a25f1052688a4ecc30e0ef9c580d365702ce5e95" + integrity sha1-ol8QUmiKTsww4O+cWA02VwLOXpU= dependencies: "@iarna/toml" "2.2.5" "@octokit/rest" "18.0.3" @@ -24278,7 +23800,7 @@ rollup-pluginutils@^2.3.3, rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.8.1, rollup@^0.25.8: version "0.25.8" - resolved "https://registry.npm.taobao.org/rollup/download/rollup-0.25.8.tgz?cache=0&sync_timestamp=1598504470935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup%2Fdownload%2Frollup-0.25.8.tgz#bf6ce83b87510d163446eeaa577ed6a6fc5835e0" + resolved "https://registry.npm.taobao.org/rollup/download/rollup-0.25.8.tgz?cache=0&sync_timestamp=1598945459926&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup%2Fdownload%2Frollup-0.25.8.tgz#bf6ce83b87510d163446eeaa577ed6a6fc5835e0" integrity sha1-v2zoO4dRDRY0Ru6qV37WpvxYNeA= dependencies: chalk "^1.1.1" @@ -24287,14 +23809,14 @@ rollup@^0.25.8: rollup@^0.34.7: version "0.34.13" - resolved "https://registry.npm.taobao.org/rollup/download/rollup-0.34.13.tgz?cache=0&sync_timestamp=1598504470935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup%2Fdownload%2Frollup-0.34.13.tgz#a211cdde31f96cb39e7cb4e35becb15ddc3efa19" + resolved "https://registry.npm.taobao.org/rollup/download/rollup-0.34.13.tgz?cache=0&sync_timestamp=1598945459926&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup%2Fdownload%2Frollup-0.34.13.tgz#a211cdde31f96cb39e7cb4e35becb15ddc3efa19" integrity sha1-ohHN3jH5bLOefLTjW+yxXdw++hk= dependencies: source-map-support "^0.4.0" rollup@^1.27.14: version "1.32.1" - resolved "https://registry.npm.taobao.org/rollup/download/rollup-1.32.1.tgz?cache=0&sync_timestamp=1598504470935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup%2Fdownload%2Frollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4" + resolved "https://registry.npm.taobao.org/rollup/download/rollup-1.32.1.tgz?cache=0&sync_timestamp=1598945459926&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup%2Fdownload%2Frollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4" integrity sha1-RIDlLZ2eKuS0a6DZ3erzFjlA+cQ= dependencies: "@types/estree" "*" @@ -24302,9 +23824,9 @@ rollup@^1.27.14: acorn "^7.1.0" rollup@^2.3.3: - version "2.26.6" - resolved "https://registry.npm.taobao.org/rollup/download/rollup-2.26.6.tgz?cache=0&sync_timestamp=1598504470935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup%2Fdownload%2Frollup-2.26.6.tgz#0b460c1da224c6af12a1e948a28c513aa11f2b93" - integrity sha1-C0YMHaIkxq8SoelIooxROqEfK5M= + version "2.26.9" + resolved "https://registry.npm.taobao.org/rollup/download/rollup-2.26.9.tgz?cache=0&sync_timestamp=1598945459926&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup%2Fdownload%2Frollup-2.26.9.tgz#4b6ce4e9044dd257d7314d8ed9b4d4d8a7d166c9" + integrity sha1-S2zk6QRN0lfXMU2O2bTU2KfRZsk= optionalDependencies: fsevents "~2.1.2" @@ -24476,7 +23998,7 @@ saxes@^3.1.9: scheduler@^0.18.0: version "0.18.0" - resolved "https://registry.npm.taobao.org/scheduler/download/scheduler-0.18.0.tgz?cache=0&sync_timestamp=1598575724406&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fscheduler%2Fdownload%2Fscheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4" + resolved "https://registry.npm.taobao.org/scheduler/download/scheduler-0.18.0.tgz?cache=0&sync_timestamp=1598612890734&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fscheduler%2Fdownload%2Fscheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4" integrity sha1-WQGtZlm8HY8/2vNut6Z7DWdGscQ= dependencies: loose-envify "^1.1.0" @@ -24484,7 +24006,7 @@ scheduler@^0.18.0: scheduler@^0.19.0, scheduler@^0.19.1: version "0.19.1" - resolved "https://registry.npm.taobao.org/scheduler/download/scheduler-0.19.1.tgz?cache=0&sync_timestamp=1598575724406&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fscheduler%2Fdownload%2Fscheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196" + resolved "https://registry.npm.taobao.org/scheduler/download/scheduler-0.19.1.tgz?cache=0&sync_timestamp=1598612890734&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fscheduler%2Fdownload%2Fscheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196" integrity sha1-Tz4u0sGn1laB9MhU+oxaHMtA8ZY= dependencies: loose-envify "^1.1.0" @@ -24508,13 +24030,13 @@ schema-utils@^1.0.0: ajv-keywords "^3.1.0" schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0: - version "2.7.0" - resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" - integrity sha1-FxUfdtjq5n+793lgwzxnatn078c= + version "2.7.1" + resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" + integrity sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc= dependencies: - "@types/json-schema" "^7.0.4" - ajv "^6.12.2" - ajv-keywords "^3.4.1" + "@types/json-schema" "^7.0.5" + ajv "^6.12.4" + ajv-keywords "^3.5.2" screenfull@^5.0.0: version "5.0.2" @@ -24776,7 +24298,7 @@ sharkdown@^0.1.0: minimist "0.0.5" split "~0.2.10" -sharp@^0.25.1: +sharp@^0.25.4: version "0.25.4" resolved "https://registry.npm.taobao.org/sharp/download/sharp-0.25.4.tgz#1a8e542144a07ab7e9316ab89de80182b827c363" integrity sha1-Go5UIUSgerfpMWq4negBgrgnw2M= @@ -25174,7 +24696,7 @@ socks-proxy-agent@^4.0.0: socks@^1.1.10: version "1.1.10" - resolved "https://registry.npm.taobao.org/socks/download/socks-1.1.10.tgz?cache=0&sync_timestamp=1592780415818&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsocks%2Fdownload%2Fsocks-1.1.10.tgz#5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a" + resolved "https://registry.npm.taobao.org/socks/download/socks-1.1.10.tgz#5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a" integrity sha1-W4t/x8jzQcU+0FbpKbe/Tei6e1o= dependencies: ip "^1.1.4" @@ -25182,7 +24704,7 @@ socks@^1.1.10: socks@~2.3.2: version "2.3.3" - resolved "https://registry.npm.taobao.org/socks/download/socks-2.3.3.tgz?cache=0&sync_timestamp=1592780415818&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsocks%2Fdownload%2Fsocks-2.3.3.tgz#01129f0a5d534d2b897712ed8aceab7ee65d78e3" + resolved "https://registry.npm.taobao.org/socks/download/socks-2.3.3.tgz#01129f0a5d534d2b897712ed8aceab7ee65d78e3" integrity sha1-ARKfCl1TTSuJdxLtis6rfuZdeOM= dependencies: ip "1.1.5" @@ -25946,7 +25468,7 @@ styled-components@^3.4.6: stylehacks@^4.0.0: version "4.0.3" - resolved "https://registry.npm.taobao.org/stylehacks/download/stylehacks-4.0.3.tgz?cache=0&sync_timestamp=1598374268113&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylehacks%2Fdownload%2Fstylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" + resolved "https://registry.npm.taobao.org/stylehacks/download/stylehacks-4.0.3.tgz?cache=0&sync_timestamp=1598979134361&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylehacks%2Fdownload%2Fstylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" integrity sha1-Zxj8r00eB9ihMYaQiB6NlnJqcdU= dependencies: browserslist "^4.0.0" @@ -25987,7 +25509,7 @@ stylelint-processor-styled-components@^1.3.2: stylelint@^9.5.0: version "9.10.1" - resolved "https://registry.npm.taobao.org/stylelint/download/stylelint-9.10.1.tgz?cache=0&sync_timestamp=1592396621223&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylelint%2Fdownload%2Fstylelint-9.10.1.tgz#5f0ee3701461dff1d68284e1386efe8f0677a75d" + resolved "https://registry.npm.taobao.org/stylelint/download/stylelint-9.10.1.tgz#5f0ee3701461dff1d68284e1386efe8f0677a75d" integrity sha1-Xw7jcBRh3/HWgoThOG7+jwZ3p10= dependencies: autoprefixer "^9.0.0" @@ -26090,39 +25612,46 @@ supercluster@^7.0.0, supercluster@^7.1.0: dependencies: kdbush "^3.0.0" -supports-color@7.1.0, supports-color@^7.0.0, supports-color@^7.1.0: +supports-color@7.1.0: version "7.1.0" - resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" + resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-7.1.0.tgz?cache=0&sync_timestamp=1598611771865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" integrity sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E= dependencies: has-flag "^4.0.0" supports-color@^2.0.0: version "2.0.0" - resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz?cache=0&sync_timestamp=1598611771865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= supports-color@^3.2.3: version "3.2.3" - resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" + resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-3.2.3.tgz?cache=0&sync_timestamp=1598611771865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= dependencies: has-flag "^1.0.0" supports-color@^5.3.0, supports-color@^5.4.0: version "5.5.0" - resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-5.5.0.tgz?cache=0&sync_timestamp=1598611771865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" integrity sha1-4uaaRKyHcveKHsCzW2id9lMO/I8= dependencies: has-flag "^3.0.0" supports-color@^6.1.0: version "6.1.0" - resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-6.1.0.tgz?cache=0&sync_timestamp=1598611771865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" integrity sha1-B2Srxpxj1ayELdSGfo0CXogN+PM= dependencies: has-flag "^3.0.0" +supports-color@^7.0.0, supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611771865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha1-G33NyzK4E4gBs+R4umpRyqiWSNo= + dependencies: + has-flag "^4.0.0" + svg-inline-loader@^0.8.0: version "0.8.2" resolved "https://registry.npm.taobao.org/svg-inline-loader/download/svg-inline-loader-0.8.2.tgz#9872414f9e4141601e04eb80cda748c9a50dae71" @@ -26180,7 +25709,7 @@ svgo@^1.0.0, svgo@^1.2.2: symbol-observable@^1.0.4, symbol-observable@^1.1.0, symbol-observable@^1.2.0: version "1.2.0" - resolved "https://registry.npm.taobao.org/symbol-observable/download/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" + resolved "https://registry.npm.taobao.org/symbol-observable/download/symbol-observable-1.2.0.tgz?cache=0&sync_timestamp=1598969098905&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsymbol-observable%2Fdownload%2Fsymbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" integrity sha1-wiaIrtTqs83C3+rLtWFmBWCgCAQ= symbol-tree@^3.2.2: @@ -26400,7 +25929,7 @@ terser-webpack-plugin@^1.4.3, terser-webpack-plugin@^1.4.4: terser@^4.1.2, terser@^4.6.12, terser@^4.6.2, terser@^4.6.3: version "4.8.0" - resolved "https://registry.npm.taobao.org/terser/download/terser-4.8.0.tgz?cache=0&sync_timestamp=1597937590152&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" + resolved "https://registry.npm.taobao.org/terser/download/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" integrity sha1-YwVjQ9fHC7KfOvZlhlpG/gOg3xc= dependencies: commander "^2.20.0" @@ -26434,7 +25963,7 @@ text-table@0.2.0, text-table@^0.2.0: textextensions@^2.5.0: version "2.6.0" - resolved "https://registry.npm.taobao.org/textextensions/download/textextensions-2.6.0.tgz?cache=0&sync_timestamp=1598187803420&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftextextensions%2Fdownload%2Ftextextensions-2.6.0.tgz#d7e4ab13fe54e32e08873be40d51b74229b00fc4" + resolved "https://registry.npm.taobao.org/textextensions/download/textextensions-2.6.0.tgz?cache=0&sync_timestamp=1598780688754&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftextextensions%2Fdownload%2Ftextextensions-2.6.0.tgz#d7e4ab13fe54e32e08873be40d51b74229b00fc4" integrity sha1-1+SrE/5U4y4IhzvkDVG3QimwD8Q= theme-ui@^0.2.49: @@ -27022,10 +26551,10 @@ typedarray@^0.0.6, typedarray@~0.0.5: resolved "https://registry.npm.taobao.org/typedarray/download/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.7.0-beta, typescript@^3.7.4: +typescript@^3.7.0-beta, typescript@^3.9.2: version "3.9.7" - resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== + resolved "https://registry.npm.taobao.org/typescript/download/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" + integrity sha1-mNYApevcOPQMsndSLxLcgA6eJfo= ua-parser-js@^0.7.18: version "0.7.21" @@ -27034,7 +26563,7 @@ ua-parser-js@^0.7.18: uglify-js@^2.6.2: version "2.8.29" - resolved "https://registry.npm.taobao.org/uglify-js/download/uglify-js-2.8.29.tgz?cache=0&sync_timestamp=1598210460949&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuglify-js%2Fdownload%2Fuglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd" + resolved "https://registry.npm.taobao.org/uglify-js/download/uglify-js-2.8.29.tgz?cache=0&sync_timestamp=1598806851178&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuglify-js%2Fdownload%2Fuglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd" integrity sha1-KcVzMUgFe7Th913zW3qcty5qWd0= dependencies: source-map "~0.5.1" @@ -27043,9 +26572,9 @@ uglify-js@^2.6.2: uglify-to-browserify "~1.0.0" uglify-js@^3.1.4: - version "3.10.2" - resolved "https://registry.npm.taobao.org/uglify-js/download/uglify-js-3.10.2.tgz?cache=0&sync_timestamp=1598210460949&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuglify-js%2Fdownload%2Fuglify-js-3.10.2.tgz#8cfa1209fd04199cc8a7f9930ddedb30b0f1912d" - integrity sha1-jPoSCf0EGZzIp/mTDd7bMLDxkS0= + version "3.10.3" + resolved "https://registry.npm.taobao.org/uglify-js/download/uglify-js-3.10.3.tgz?cache=0&sync_timestamp=1598806851178&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuglify-js%2Fdownload%2Fuglify-js-3.10.3.tgz#f0d2f99736c14de46d2d24649ba328be3e71c3bf" + integrity sha1-8NL5lzbBTeRtLSRkm6Movj5xw78= uglify-to-browserify@~1.0.0: version "1.0.2" @@ -27076,9 +26605,9 @@ underscore.string@^3.3.5: util-deprecate "^1.0.2" underscore@^1.7.0: - version "1.10.2" - resolved "https://registry.npm.taobao.org/underscore/download/underscore-1.10.2.tgz#73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf" - integrity sha1-c9aqNmjzGI5K2w8ZQ70Sz9fvqq8= + version "1.11.0" + resolved "https://registry.npm.taobao.org/underscore/download/underscore-1.11.0.tgz?cache=0&sync_timestamp=1598645044264&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Funderscore%2Fdownload%2Funderscore-1.11.0.tgz#dd7c23a195db34267186044649870ff1bab5929e" + integrity sha1-3XwjoZXbNCZxhgRGSYcP8bq1kp4= unfetch@^4.1.0: version "4.1.0" @@ -27356,7 +26885,7 @@ unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.2: unist-util-is "^4.0.0" unist-util-visit-parents "^3.0.0" -unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.1.1, unist-util-visit@^1.1.3, unist-util-visit@^1.3.0, unist-util-visit@^1.4.1: +unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.1.3, unist-util-visit@^1.3.0, unist-util-visit@^1.4.1: version "1.4.1" resolved "https://registry.npm.taobao.org/unist-util-visit/download/unist-util-visit-1.4.1.tgz?cache=0&sync_timestamp=1594459251819&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Funist-util-visit%2Fdownload%2Funist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3" integrity sha1-RySqqEhububibX/zyGhZYNVgseM= @@ -27444,9 +26973,9 @@ update-notifier@^2.2.0: xdg-basedir "^3.0.0" uri-js@^4.2.2: - version "4.2.2" - resolved "https://registry.npm.taobao.org/uri-js/download/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" - integrity sha1-lMVA4f93KVbiKZUHwBCupsiDjrA= + version "4.4.0" + resolved "https://registry.npm.taobao.org/uri-js/download/uri-js-4.4.0.tgz?cache=0&sync_timestamp=1598814377097&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furi-js%2Fdownload%2Furi-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602" + integrity sha1-qnFCYd55PoqCNHp7zJznTobyhgI= dependencies: punycode "^2.1.0" @@ -27598,16 +27127,16 @@ utils-merge@1.0.1: resolved "https://registry.npm.taobao.org/utils-merge/download/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@3.4.0, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2, uuid@^3.4.0: - version "3.4.0" - resolved "https://registry.npm.taobao.org/uuid/download/uuid-3.4.0.tgz?cache=0&sync_timestamp=1595886825323&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuuid%2Fdownload%2Fuuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4= - -uuid@8.3.0, uuid@^8.2.0, uuid@^8.3.0: +uuid@8.3.0, uuid@^8.3.0: version "8.3.0" resolved "https://registry.npm.taobao.org/uuid/download/uuid-8.3.0.tgz?cache=0&sync_timestamp=1595886825323&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuuid%2Fdownload%2Fuuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea" integrity sha1-q3OAhcoi3JqMknJeRZsdUH311uo= +uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2, uuid@^3.4.0: + version "3.4.0" + resolved "https://registry.npm.taobao.org/uuid/download/uuid-3.4.0.tgz?cache=0&sync_timestamp=1595886825323&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuuid%2Fdownload%2Fuuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4= + v8-compile-cache@^1.1.2: version "1.1.2" resolved "https://registry.npm.taobao.org/v8-compile-cache/download/v8-compile-cache-1.1.2.tgz#8d32e4f16974654657e676e0e467a348e89b0dc4" @@ -27802,9 +27331,9 @@ watchpack-chokidar2@^2.0.0: dependencies: chokidar "^2.1.8" -watchpack@^1.6.0, watchpack@^1.6.1, watchpack@^1.7.4: +watchpack@^1.6.0, watchpack@^1.7.4: version "1.7.4" - resolved "https://registry.npm.taobao.org/watchpack/download/watchpack-1.7.4.tgz?cache=0&sync_timestamp=1598569254580&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack%2Fdownload%2Fwatchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b" + resolved "https://registry.npm.taobao.org/watchpack/download/watchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b" integrity sha1-bp2lOzyAuy1lCBiPWyAEEIZs0ws= dependencies: graceful-fs "^4.1.2" @@ -27944,7 +27473,7 @@ webpack-manifest-plugin@2.2.0: webpack-merge@^4.1.4, webpack-merge@^4.2.2: version "4.2.2" - resolved "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-4.2.2.tgz?cache=0&sync_timestamp=1597767096651&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d" + resolved "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-4.2.2.tgz?cache=0&sync_timestamp=1598768710532&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d" integrity sha1-onxS6ng9E5iv0gh/VH17nS9DY00= dependencies: lodash "^4.17.15" @@ -27971,7 +27500,7 @@ webpack-virtual-modules@^0.2.0, webpack-virtual-modules@^0.2.2: webpack@4.42.0: version "4.42.0" - resolved "https://registry.npm.taobao.org/webpack/download/webpack-4.42.0.tgz?cache=0&sync_timestamp=1597914959238&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.42.0.tgz#b901635dd6179391d90740a63c93f76f39883eb8" + resolved "https://registry.npm.taobao.org/webpack/download/webpack-4.42.0.tgz#b901635dd6179391d90740a63c93f76f39883eb8" integrity sha1-uQFjXdYXk5HZB0CmPJP3bzmIPrg= dependencies: "@webassemblyjs/ast" "1.8.5" @@ -28000,8 +27529,8 @@ webpack@4.42.0: webpack@^4.17.1, webpack@^4.33.0, webpack@^4.38.0, webpack@^4.44.1: version "4.44.1" - resolved "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" - integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== + resolved "https://registry.npm.taobao.org/webpack/download/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" + integrity sha1-F+af/58yG48RfR/acU7fwLk5zCE= dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0" @@ -28027,35 +27556,6 @@ webpack@^4.17.1, webpack@^4.33.0, webpack@^4.38.0, webpack@^4.44.1: watchpack "^1.7.4" webpack-sources "^1.4.1" -webpack@~4.43.0: - version "4.43.0" - resolved "https://registry.npm.taobao.org/webpack/download/webpack-4.43.0.tgz?cache=0&sync_timestamp=1597914959238&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6" - integrity sha1-xIVHsR1WMiTFYdrRFyyKoLimeOY= - dependencies: - "@webassemblyjs/ast" "1.9.0" - "@webassemblyjs/helper-module-context" "1.9.0" - "@webassemblyjs/wasm-edit" "1.9.0" - "@webassemblyjs/wasm-parser" "1.9.0" - acorn "^6.4.1" - ajv "^6.10.2" - ajv-keywords "^3.4.1" - chrome-trace-event "^1.0.2" - enhanced-resolve "^4.1.0" - eslint-scope "^4.0.3" - json-parse-better-errors "^1.0.2" - loader-runner "^2.4.0" - loader-utils "^1.2.3" - memory-fs "^0.4.1" - micromatch "^3.1.10" - mkdirp "^0.5.3" - neo-async "^2.6.1" - node-libs-browser "^2.2.1" - schema-utils "^1.0.0" - tapable "^1.1.3" - terser-webpack-plugin "^1.4.3" - watchpack "^1.6.1" - webpack-sources "^1.4.1" - websocket-driver@0.6.5: version "0.6.5" resolved "https://registry.npm.taobao.org/websocket-driver/download/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36"