From 9ae4fb54693754d6245b8a27f0e789a07542252f Mon Sep 17 00:00:00 2001 From: thinkinggis Date: Tue, 1 Sep 2020 11:06:58 +0800 Subject: [PATCH] fix(boundary): county fix: #492 --- package.json | 2 +- packages/boundary/src/layer/baseLayer.ts | 20 + stories/District/Layer/country_bubble.tsx | 24 +- yarn.lock | 1016 ++++++++++++++------- 4 files changed, 722 insertions(+), 340 deletions(-) diff --git a/package.json b/package.json index fdf15ff757..3077938d73 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@antv/g2": "^3.5.9", - "@antv/gatsby-theme-antv": "^0.11.5", + "@antv/gatsby-theme-antv": "0.10.59", "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/plugin-proposal-decorators": "^7.6.0", diff --git a/packages/boundary/src/layer/baseLayer.ts b/packages/boundary/src/layer/baseLayer.ts index 41edff174e..c2c0e73707 100644 --- a/packages/boundary/src/layer/baseLayer.ts +++ b/packages/boundary/src/layer/baseLayer.ts @@ -36,6 +36,7 @@ export default class BaseLayer extends EventEmitter { protected options: IDistrictLayerOption; protected layers: ILayer[] = []; protected fillData: any; + protected bubbleData: any; private popup: IPopup; constructor(scene: Scene, option: Partial = {}) { @@ -87,6 +88,23 @@ export default class BaseLayer extends EventEmitter { }, ], }); + + // 气泡图也需要更新 + if(this.bubbleLayer) { + this.bubbleLayer.setData(this.bubbleData, { + transforms: + data.length === 0 + ? [] + : [ + { + type: 'join', + sourceField: joinBy[1], // data1 对应字段名 + targetField: joinBy[0], // data 对应字段名 绑定到的地理数据 + data, + }, + ], + }); + } } protected async fetchData(data: { url: any; type: string }) { if (data.type === 'pbf') { @@ -215,6 +233,8 @@ export default class BaseLayer extends EventEmitter { center: [feature.properties.x, feature.properties.y], }; }); + + this.bubbleData = labeldata; this.addBubbleLayer(labeldata); } if (popup.enable) { diff --git a/stories/District/Layer/country_bubble.tsx b/stories/District/Layer/country_bubble.tsx index e1945d9c61..2af30ee49b 100644 --- a/stories/District/Layer/country_bubble.tsx +++ b/stories/District/Layer/country_bubble.tsx @@ -195,6 +195,24 @@ export default class Country extends React.Component { value: null, }, ]; + + const ProvinceData2 = [ + { + name: '云南省', + code: 530000, + value: 178810.12, + }, + { + name: '黑龙江省', + code: 230000, + value: 163610.62, + }, + { + name: '贵州省', + code: 520000, + value: 148060.45, + } + ] scene.on('loaded', () => { const Layer = new CountryLayer(scene, { data: ProvinceData, @@ -204,7 +222,7 @@ export default class Country extends React.Component { enable: true, size: { field: 'value', - values: [3, 20], + values: [8, 20], }, }, popup: { @@ -214,6 +232,10 @@ export default class Country extends React.Component { }, }, }); + + setTimeout(() => { + Layer.updateData(ProvinceData2); + }, 2000); }); this.scene = scene; } diff --git a/yarn.lock b/yarn.lock index c4a0c28d6a..4646cd615b 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.1.0", "@ant-design/icons@^4.2.1", "@ant-design/icons@^4.2.2": +"@ant-design/icons@^4.0.2", "@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= @@ -131,70 +131,69 @@ d3-timer "~1.0.6" detect-browser "^5.1.0" -"@antv/gatsby-theme-antv@^0.11.5": - version "0.11.5" - resolved "https://registry.npm.taobao.org/@antv/gatsby-theme-antv/download/@antv/gatsby-theme-antv-0.11.5.tgz#9cb68b367729784c723bb612bee190a6979601f4" - integrity sha1-nLaLNncpeExyO7YSvuGQppeWAfQ= +"@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== dependencies: - "@ant-design/icons" "^4.1.0" + "@ant-design/icons" "^4.0.2" "@babel/plugin-transform-modules-umd" "^7.2.0" - "@babel/preset-env" "^7.9.6" + "@babel/preset-env" "^7.6.3" "@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" - "@microsoft/api-extractor" "^7.9.2" - "@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.35" - "@types/react-dom" "^16.9.8" + "@types/react" "^16.9.2" + "@types/react-dom" "^16.9.0" "@types/react-github-button" "^0.1.0" - "@types/react-helmet" "^6.0.0" + "@types/react-helmet" "^5.0.10" "@types/react-slick" "^0.23.4" "@types/rehype-react" "^4.0.0" "@types/shallowequal" "^1.1.1" - antd "^4.2.2" - babel-preset-gatsby "^0.5.1" + antd "^4.0.0" + babel-preset-gatsby "^0.3.0" classnames "^2.2.6" + codemirror "^5.49.2" codesandbox "^2.1.10" docsearch.js "^2.6.3" - gatsby "^2.21.33" - gatsby-image "^2.4.3" + gatsby "^2.15.16" + gatsby-image "^2.2.19" gatsby-plugin-antd "^2.0.2" - gatsby-plugin-catch-links "^2.3.1" + gatsby-plugin-catch-links "^2.1.12" gatsby-plugin-cname "^1.0.0" gatsby-plugin-copy-files "^1.0.3" - gatsby-plugin-google-analytics "^2.3.1" + gatsby-plugin-google-analytics "^2.1.16" gatsby-plugin-i18n "^1.0.1" - gatsby-plugin-layout "^1.3.1" - gatsby-plugin-less "^4.0.0" - gatsby-plugin-manifest "^2.4.2" + gatsby-plugin-layout "^1.1.11" + gatsby-plugin-less "^3.0.6" + gatsby-plugin-manifest "^2.2.16" gatsby-plugin-meta-redirect "^1.1.1" - gatsby-plugin-no-sourcemaps "^2.2.0" - 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-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-react-svg "^3.0.0" gatsby-plugin-remove-serviceworker "^1.0.0" - gatsby-plugin-remove-trailing-slashes "^2.3.2" - gatsby-plugin-sitemap "^2.4.2" - gatsby-plugin-typescript "^2.4.2" + gatsby-plugin-remove-trailing-slashes "^2.1.9" + gatsby-plugin-sitemap "^2.2.21" + gatsby-plugin-typescript "^2.1.8" gatsby-redirect-from "^0.2.1" - gatsby-remark-autolink-headers "^2.3.2" + gatsby-remark-autolink-headers "^2.1.13" + gatsby-remark-component "^1.1.3" gatsby-remark-external-links "^0.0.4" - gatsby-remark-prismjs "^3.5.1" + gatsby-remark-prismjs "^3.3.29" gatsby-remark-reading-time "^1.0.1" - gatsby-source-filesystem "^2.3.3" + gatsby-source-filesystem "^2.1.22" gatsby-source-github "^0.0.2" - gatsby-transformer-remark "^2.8.8" + gatsby-transformer-remark "^2.6.24" git-url-parse "^11.1.2" - i18next "^19.4.4" + i18next "^19.0.0" indent-string "^4.0.0" insert-css "^2.0.0" less "^3.10.3" @@ -202,33 +201,31 @@ lodash-es "^4.17.15" matchmedia-polyfill "^0.3.2" mkdirp "^1.0.3" - monaco-editor "^0.20.0" - monaco-editor-webpack-plugin "^1.9.0" normalize.css "^8.0.1" parse-github-url "^1.0.2" - prettier "^2.0.5" + prettier "^2.0.1" pretty-quick "^2.0.0" prism-themes "^1.2.0" prismjs "^1.17.1" ptz-i18n "^1.0.0" - rc-drawer "^4.0.0" + rc-drawer "^3.0.2" 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.4.0" - react-monaco-editor "^0.39.1" - react-slick "^0.27.0" + react-i18next "^11.0.0" + react-slick "^0.25.2" react-split-pane "^0.1.87" react-test-renderer "^16.9.0" - react-use "^15.0.0" - rehype-react "^6.0.0" - release-it "^13.5.8" + react-use "^14.0.0" + rehype-react "^5.0.0" + release-it "^13.0.0" shallowequal "^1.1.0" slash "^3.0.0" slick-carousel "^1.8.1" - typescript "^3.9.2" + typescript "^3.7.4" video-react "^0.14.1" "@antv/gl-matrix@^2.7.1", "@antv/gl-matrix@~2.7.1": @@ -673,7 +670,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.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": 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= @@ -797,7 +794,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.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.8.3", "@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= @@ -1222,10 +1219,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.10.3", "@babel/plugin-transform-runtime@^7.7.6", "@babel/plugin-transform-runtime@^7.8.3": version "7.11.0" - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.11.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.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf" - integrity sha1-4n946zbxlEhjbgXDPJD9mtm4vM8= + 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== dependencies: "@babel/helper-module-imports" "^7.10.4" "@babel/helper-plugin-utils" "^7.10.4" @@ -1360,10 +1357,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.9.6": +"@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.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" - integrity sha1-hg7jjyzhetYEgMICG6lok5Pvt5Y= + resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" + integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== dependencies: "@babel/compat-data" "^7.11.0" "@babel/helper-compilation-targets" "^7.10.4" @@ -1465,7 +1462,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.0.0", "@babel/preset-react@^7.10.1", "@babel/preset-react@^7.6.3", "@babel/preset-react@^7.8.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= @@ -1517,7 +1514,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.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.8.7", "@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= @@ -3004,35 +3001,6 @@ resolved "https://registry.npm.taobao.org/@mdx-js/util/download/@mdx-js/util-2.0.0-next.7.tgz#b1c52e7622917d7601b2c9ba2f132aaf8d4224fc" integrity sha1-scUudiKRfXYBssm6LxMqr41CJPw= -"@microsoft/api-extractor-model@7.8.19": - version "7.8.19" - resolved "https://registry.npm.taobao.org/@microsoft/api-extractor-model/download/@microsoft/api-extractor-model-7.8.19.tgz#a49fb1b3f454966c4f60e8d63ffae2599eeaace3" - integrity sha1-pJ+xs/RUlmxPYOjWP/riWZ7qrOM= - dependencies: - "@microsoft/tsdoc" "0.12.19" - "@rushstack/node-core-library" "3.30.0" - -"@microsoft/api-extractor@^7.9.2": - version "7.9.11" - resolved "https://registry.npm.taobao.org/@microsoft/api-extractor/download/@microsoft/api-extractor-7.9.11.tgz#ba4276bf1343f6e9df2560e77e7861af4e8740dd" - integrity sha1-ukJ2vxND9unfJWDnfnhhr06HQN0= - dependencies: - "@microsoft/api-extractor-model" "7.8.19" - "@microsoft/tsdoc" "0.12.19" - "@rushstack/node-core-library" "3.30.0" - "@rushstack/ts-command-line" "4.6.4" - colors "~1.2.1" - lodash "~4.17.15" - resolve "~1.17.0" - semver "~7.3.0" - source-map "~0.6.1" - typescript "~3.9.5" - -"@microsoft/tsdoc@0.12.19": - version "0.12.19" - resolved "https://registry.npm.taobao.org/@microsoft/tsdoc/download/@microsoft/tsdoc-0.12.19.tgz#2173ccb92469aaf62031fa9499d21b16d07f9b57" - integrity sha1-IXPMuSRpqvYgMfqUmdIbFtB/m1c= - "@mikaelkristiansson/domready@^1.0.10": version "1.0.10" resolved "https://registry.npm.taobao.org/@mikaelkristiansson/domready/download/@mikaelkristiansson/domready-1.0.10.tgz#f6d69866c0857664e70690d7a0bfedb72143adb5" @@ -3249,6 +3217,18 @@ 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== + dependencies: + ansi-html "^0.0.7" + error-stack-parser "^2.0.6" + html-entities "^1.2.1" + native-url "^0.2.6" + schema-utils "^2.6.5" + source-map "^0.7.3" + "@probe.gl/stats@3.3.0": version "3.3.0" resolved "https://registry.npm.taobao.org/@probe.gl/stats/download/@probe.gl/stats-3.3.0.tgz#66f684ead7cee1f2aad5ee5e9d297e84e08c5536" @@ -3460,36 +3440,6 @@ 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= - -"@rushstack/node-core-library@3.30.0": - version "3.30.0" - resolved "https://registry.npm.taobao.org/@rushstack/node-core-library/download/@rushstack/node-core-library-3.30.0.tgz#a2b814a611a040ac69d6c31ffc92bf9155c983fb" - integrity sha1-orgUphGgQKxp1sMf/JK/kVXJg/s= - dependencies: - "@types/node" "10.17.13" - colors "~1.2.1" - fs-extra "~7.0.1" - import-lazy "~4.0.0" - jju "~1.4.0" - resolve "~1.17.0" - semver "~7.3.0" - timsort "~0.3.0" - z-schema "~3.18.3" - -"@rushstack/ts-command-line@4.6.4": - version "4.6.4" - resolved "https://registry.npm.taobao.org/@rushstack/ts-command-line/download/@rushstack/ts-command-line-4.6.4.tgz#bf04299aa69ccf066085ce7ed88b03852f3ed781" - integrity sha1-vwQpmqaczwZghc5+2IsDhS8+14E= - dependencies: - "@types/argparse" "1.0.38" - argparse "~1.0.9" - colors "~1.2.1" - string-argv "~0.3.1" - "@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" @@ -5141,10 +5091,10 @@ "@turf/invariant" "^5.1.5" d3-voronoi "1.1.2" -"@turist/fetch@^7.1.6": +"@turist/fetch@^7.1.6", "@turist/fetch@^7.1.7": version "7.1.7" - resolved "https://registry.npm.taobao.org/@turist/fetch/download/@turist/fetch-7.1.7.tgz#a2b1f7ec0265e6fe0946c51eef34bad9b9efc865" - integrity sha1-orH37AJl5v4JRsUe7zS62bnvyGU= + resolved "https://registry.npmjs.org/@turist/fetch/-/fetch-7.1.7.tgz#a2b1f7ec0265e6fe0946c51eef34bad9b9efc865" + integrity sha512-XP20kvfyMNlWdPVQXyuzA40LoCHbbJptikt7W+TlZ5sS+NNjk70xjXCtHBLEudp7li3JldXEFSIUzpW1a0WEhA== dependencies: "@types/node-fetch" "2" @@ -5163,11 +5113,6 @@ resolved "https://registry.npm.taobao.org/@types/anymatch/download/@types/anymatch-1.3.1.tgz?cache=0&sync_timestamp=1596837568556&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fanymatch%2Fdownload%2F%40types%2Fanymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" integrity sha1-M2utwb7sudrMOL6izzKt9ieoQho= -"@types/argparse@1.0.38": - version "1.0.38" - resolved "https://registry.npm.taobao.org/@types/argparse/download/@types/argparse-1.0.38.tgz?cache=0&sync_timestamp=1598532137974&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fargparse%2Fdownload%2F%40types%2Fargparse-1.0.38.tgz#a81fd8606d481f873a3800c6ebae4f1d768a56a9" - integrity sha1-qB/YYG1IH4c6OADG665PHXaKVqk= - "@types/babel__core@^7.1.0": version "7.1.9" resolved "https://registry.npm.taobao.org/@types/babel__core/download/@types/babel__core-7.1.9.tgz?cache=0&sync_timestamp=1596836931492&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fbabel__core%2Fdownload%2F%40types%2Fbabel__core-7.1.9.tgz#77e59d438522a6fb898fa43dc3455c6e72f3963d" @@ -5223,6 +5168,13 @@ resolved "https://registry.npm.taobao.org/@types/classnames/download/@types/classnames-2.2.10.tgz?cache=0&sync_timestamp=1596838013367&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fclassnames%2Fdownload%2F%40types%2Fclassnames-2.2.10.tgz#cc658ca319b6355399efc1f5b9e818f1a24bf999" integrity sha1-zGWMoxm2NVOZ78H1uegY8aJL+Zk= +"@types/codemirror@latest": + version "0.0.97" + resolved "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.97.tgz#6f2d8266b7f1b34aacfe8c77221fafe324c3d081" + integrity sha512-n5d7o9nWhC49DjfhsxANP7naWSeTzrjXASkUDQh7626sM4zK9XP2EVcHp1IcCf/IPV6c7ORzDUDF3Bkt231VKg== + dependencies: + "@types/tern" "*" + "@types/color-name@^1.1.1": version "1.1.1" resolved "https://registry.npm.taobao.org/@types/color-name/download/@types/color-name-1.1.1.tgz?cache=0&sync_timestamp=1596837707987&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fcolor-name%2Fdownload%2F%40types%2Fcolor-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" @@ -5434,14 +5386,6 @@ jest-diff "^25.2.1" pretty-format "^25.2.1" -"@types/jest@^26.0.0": - version "26.0.10" - resolved "https://registry.npm.taobao.org/@types/jest/download/@types/jest-26.0.10.tgz?cache=0&sync_timestamp=1598394881763&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fjest%2Fdownload%2F%40types%2Fjest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607" - integrity sha1-j69+l1bAM8OQFK52pzKe/qAOpgc= - 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" @@ -5527,11 +5471,6 @@ 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= -"@types/node@10.17.13": - version "10.17.13" - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-10.17.13.tgz?cache=0&sync_timestamp=1598525603720&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-10.17.13.tgz#ccebcdb990bd6139cd16e84c39dc2fb1023ca90c" - integrity sha1-zOvNuZC9YTnNFuhMOdwvsQI8qQw= - "@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" @@ -5592,10 +5531,10 @@ "@types/history" "*" "@types/react" "*" -"@types/react-dom@^16.9.8": +"@types/react-dom@^16.9.0": version "16.9.8" - resolved "https://registry.npm.taobao.org/@types/react-dom/download/@types/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" - integrity sha1-/kweEd/GcVVzPfpqplEItJcctCM= + resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" + integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA== dependencies: "@types/react" "*" @@ -5606,10 +5545,10 @@ dependencies: "@types/react" "*" -"@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= +"@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== dependencies: "@types/react" "*" @@ -5634,7 +5573,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.9.35", "@types/react@^16.x": +"@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= @@ -5706,6 +5645,13 @@ resolved "https://registry.npm.taobao.org/@types/tapable/download/@types/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74" integrity sha1-qcpLcKGLJwzLK8Cqr+/R1Ia36nQ= +"@types/tern@*": + version "0.23.3" + resolved "https://registry.npmjs.org/@types/tern/-/tern-0.23.3.tgz#4b54538f04a88c9ff79de1f6f94f575a7f339460" + integrity sha512-imDtS4TAoTcXk0g7u4kkWqedB3E4qpjXzCpD2LU5M5NAXHzCDsypyvXSaG7mM8DKYkCRa7tFp4tS/lp/Wo7Q3w== + dependencies: + "@types/estree" "*" + "@types/tmp@^0.0.33": version "0.0.33" resolved "https://registry.npm.taobao.org/@types/tmp/download/@types/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d" @@ -6242,6 +6188,13 @@ 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" @@ -6488,7 +6441,7 @@ 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.2, antd@^4.2.4: +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= @@ -6599,7 +6552,7 @@ are-we-there-yet@~1.1.2: delegates "^1.0.0" readable-stream "^2.0.6" -argparse@^1.0.10, argparse@^1.0.7, argparse@~1.0.9: +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" integrity sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE= @@ -7188,7 +7141,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.3: +babel-plugin-dynamic-import-node@^2.3.0, 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= @@ -7504,6 +7457,25 @@ 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" @@ -7523,7 +7495,7 @@ babel-preset-gatsby@^0.4.1: babel-plugin-transform-react-remove-prop-types "^0.4.24" gatsby-core-utils "^1.3.8" -babel-preset-gatsby@^0.5.1, babel-preset-gatsby@^0.5.7: +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= @@ -7543,6 +7515,26 @@ babel-preset-gatsby@^0.5.1, babel-preset-gatsby@^0.5.7: gatsby-core-utils "^1.3.17" gatsby-legacy-polyfills "^0.0.3" +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== + 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.18" + gatsby-legacy-polyfills "^0.0.4" + babel-preset-jest@^24.9.0: version "24.9.0" resolved "https://registry.npm.taobao.org/babel-preset-jest/download/babel-preset-jest-24.9.0.tgz?cache=0&sync_timestamp=1597057489775&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-preset-jest%2Fdownload%2Fbabel-preset-jest-24.9.0.tgz#192b521e2217fb1d1f67cf73f70c336650ad3cdc" @@ -8646,10 +8638,10 @@ chokidar@^2.0.4, chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" -chokidar@^3.3.0, chokidar@^3.4.1: +chokidar@^3.3.0, chokidar@^3.4.1, chokidar@^3.4.2: version "3.4.2" - 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= + resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d" + integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== dependencies: anymatch "~3.1.1" braces "~3.0.2" @@ -8886,9 +8878,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.2: +clone@^2.1.1: version "2.1.2" - resolved "https://registry.npm.taobao.org/clone/download/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" + resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= co@^4.6.0: @@ -8910,6 +8902,11 @@ code-point-at@^1.0.0: resolved "https://registry.npm.taobao.org/code-point-at/download/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= +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== + codesandbox-import-util-types@^2.1.15: version "2.1.15" resolved "https://registry.npm.taobao.org/codesandbox-import-util-types/download/codesandbox-import-util-types-2.1.15.tgz#c38b7aeedff7f2b2b285d02f828ba32f72bb9634" @@ -9014,11 +9011,6 @@ colors@^1.1.2: resolved "https://registry.npm.taobao.org/colors/download/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" integrity sha1-xQSRR51MG9rtLJztMs98fcI2D3g= -colors@~1.2.1: - version "1.2.5" - resolved "https://registry.npm.taobao.org/colors/download/colors-1.2.5.tgz#89c7ad9a374bc030df8013241f68136ed8835afc" - integrity sha1-icetmjdLwDDfgBMkH2gTbtiDWvw= - columnify@^1.5.4: version "1.5.4" resolved "https://registry.npm.taobao.org/columnify/download/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb" @@ -9044,7 +9036,7 @@ command-exists@^1.2.4: resolved "https://registry.npm.taobao.org/command-exists/download/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69" integrity sha1-xQclrzgIyKsCYP1gsB+/oluVT2k= -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.7.1, commander@^2.9.0: +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" integrity sha1-/UhehMA+tIgcIHIrpIA16FMa6zM= @@ -11258,10 +11250,10 @@ envify@^4.0.0: esprima "^4.0.0" through "~2.3.4" -envinfo@^7.3.1, envinfo@^7.5.1: +envinfo@^7.3.1, envinfo@^7.5.1, envinfo@^7.7.3: version "7.7.3" - resolved "https://registry.npm.taobao.org/envinfo/download/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc" - integrity sha1-Sy2GIuPnNmr7gJGyPtlVaeoCCMw= + resolved "https://registry.npmjs.org/envinfo/-/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc" + integrity sha512-46+j5QxbPWza0PB1i15nZx0xQ4I/EfQxg9J8Had3b408SV63nEtor2e+oiY63amTo9KTuh2a3XLObNwduxYwwA== enzyme-adapter-react-16@^1.5.0: version "1.15.3" @@ -11719,10 +11711,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.11.1, eslint-plugin-react@^7.20.2, eslint-plugin-react@^7.20.6: version "7.20.6" - 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= + resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60" + integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== dependencies: array-includes "^3.1.1" array.prototype.flatmap "^1.2.3" @@ -12222,7 +12214,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.3: +fast-deep-equal@^3.1.1: 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= @@ -12861,7 +12853,7 @@ fs-extra@^4.0.0, fs-extra@^4.0.1, fs-extra@^4.0.2: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^7.0.0, fs-extra@~7.0.1: +fs-extra@^7.0.0: version "7.0.1" resolved "https://registry.npm.taobao.org/fs-extra/download/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" integrity sha1-TxicRKoSO4lfcigE9V6iPq3DSOk= @@ -13006,6 +12998,64 @@ gatsby-cli@^2.12.89: 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== + 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.18" + gatsby-recipes "^0.2.19" + gatsby-telemetry "^1.3.30" + 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 "^8.3.0" + yargs "^15.3.1" + yurnalist "^1.1.2" + +gatsby-core-utils@^1.1.4, 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" @@ -13033,10 +13083,17 @@ gatsby-graphiql-explorer@^0.4.12: dependencies: "@babel/runtime" "^7.10.3" -gatsby-image@^2.4.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== + dependencies: + "@babel/runtime" "^7.10.3" + +gatsby-image@^2.2.19: version "2.4.16" - resolved "https://registry.npm.taobao.org/gatsby-image/download/gatsby-image-2.4.16.tgz#65ce1642bb6a0c8d87c74b204ed79995cd43da16" - integrity sha1-Zc4WQrtqDI2Hx0sgTteZlc1D2hY= + resolved "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.16.tgz#65ce1642bb6a0c8d87c74b204ed79995cd43da16" + integrity sha512-N5kJ3LE8re57DgR1lAZFWP2or0nCSuNXSUKvSBvVgxwcebdcFGCxN/xTJbU4ojFfFBJ/D4gKuxJrvLvDf3jcyg== dependencies: "@babel/runtime" "^7.10.3" object-fit-images "^3.2.4" @@ -13069,6 +13126,13 @@ gatsby-legacy-polyfills@^0.0.3: 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== + dependencies: + core-js-compat "^3.6.5" + gatsby-link@^2.4.13: version "2.4.13" resolved "https://registry.npm.taobao.org/gatsby-link/download/gatsby-link-2.4.13.tgz#018461021a775c97859fe3c8e1f5d593287def78" @@ -13092,6 +13156,20 @@ gatsby-page-utils@^0.2.22: 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== + dependencies: + "@babel/runtime" "^7.10.3" + bluebird "^3.7.2" + chokidar "^3.4.2" + fs-exists-cached "^1.0.0" + gatsby-core-utils "^1.3.18" + glob "^7.1.6" + lodash "^4.17.15" + micromatch "^3.1.10" + gatsby-plugin-antd@^2.0.2: version "2.2.0" resolved "https://registry.npm.taobao.org/gatsby-plugin-antd/download/gatsby-plugin-antd-2.2.0.tgz#9d9565e3e98e03517854b1b68b7bdcac9ed73d27" @@ -13100,10 +13178,10 @@ gatsby-plugin-antd@^2.0.2: antd "^4.0.0" babel-plugin-import "^1.13.0" -gatsby-plugin-catch-links@^2.3.1: +gatsby-plugin-catch-links@^2.1.12: version "2.3.11" - resolved "https://registry.npm.taobao.org/gatsby-plugin-catch-links/download/gatsby-plugin-catch-links-2.3.11.tgz#6a61a126a2ffcc3b155a1647123eb069a0b9e5d6" - integrity sha1-amGhJqL/zDsVWhZHEj6waaC55dY= + resolved "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.3.11.tgz#6a61a126a2ffcc3b155a1647123eb069a0b9e5d6" + integrity sha512-30oNCe85evOmyEQ4THwfV0Uokv0GVQv+VpR6ztabLDF78J3p3yFQNQhtcyXPjHrLU2EeuWutSZYk3v1etdh9Hw== dependencies: "@babel/runtime" "^7.10.3" escape-string-regexp "^1.0.5" @@ -13120,10 +13198,10 @@ gatsby-plugin-copy-files@^1.0.3: dependencies: fs-extra "^4.0.0" -gatsby-plugin-google-analytics@^2.1.27, gatsby-plugin-google-analytics@^2.3.1: +gatsby-plugin-google-analytics@^2.1.16, gatsby-plugin-google-analytics@^2.1.27: version "2.3.13" - resolved "https://registry.npm.taobao.org/gatsby-plugin-google-analytics/download/gatsby-plugin-google-analytics-2.3.13.tgz#46f78f4df11cc773d44e5909ea491c8f8c0e6774" - integrity sha1-RvePTfEcx3PUTlkJ6kkcj4wOZ3Q= + resolved "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.13.tgz#46f78f4df11cc773d44e5909ea491c8f8c0e6774" + integrity sha512-K/6c9iByR8uDpFZuJrappjyMsVtWFwPyAkRlXFHhq2mmNtgZeRVKFf5XoGiOHCeMPEpBGE58LLana/F01LLteQ== dependencies: "@babel/runtime" "^7.10.3" minimatch "3.0.4" @@ -13137,28 +13215,28 @@ gatsby-plugin-i18n@^1.0.1: graphql "^0.11.7" ptz-i18n "^1.0.0" -gatsby-plugin-layout@^1.3.1: +gatsby-plugin-layout@^1.1.11: version "1.3.10" - resolved "https://registry.npm.taobao.org/gatsby-plugin-layout/download/gatsby-plugin-layout-1.3.10.tgz#701312dc462da9b15c9abe6748d141a44cd26f73" - integrity sha1-cBMS3EYtqbFcmr5nSNFBpEzSb3M= + 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== dependencies: "@babel/runtime" "^7.10.3" -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= +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== dependencies: "@babel/runtime" "^7.10.3" - less-loader "^6.1.3" + less-loader "^5.0.0" -gatsby-plugin-manifest@^2.4.2: - version "2.4.25" - resolved "https://registry.npm.taobao.org/gatsby-plugin-manifest/download/gatsby-plugin-manifest-2.4.25.tgz#19efcdad340a0a4fbf4e5c75fca0628b1f4d7aac" - integrity sha1-Ge/NrTQKCk+/Tlx1/KBiix9Neqw= +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== dependencies: "@babel/runtime" "^7.10.3" - gatsby-core-utils "^1.3.17" + gatsby-core-utils "^1.3.18" semver "^7.3.2" sharp "^0.25.1" @@ -13169,33 +13247,41 @@ gatsby-plugin-meta-redirect@^1.1.1: dependencies: fs-extra "^7.0.0" -gatsby-plugin-no-sourcemaps@^2.2.0: - version "2.2.0" - resolved "https://registry.npm.taobao.org/gatsby-plugin-no-sourcemaps/download/gatsby-plugin-no-sourcemaps-2.2.0.tgz#3803380c9d9c412e70168c47c9fb85926cc29a48" - integrity sha1-OAM4DJ2cQS5wFoxHyfuFkmzCmkg= - -gatsby-plugin-nprogress@^2.3.1: +gatsby-plugin-nprogress@^2.1.12: version "2.3.10" - resolved "https://registry.npm.taobao.org/gatsby-plugin-nprogress/download/gatsby-plugin-nprogress-2.3.10.tgz#58d8134550d4940b8ffa87445e1dd6a8dca67e56" - integrity sha1-WNgTRVDUlAuP+odEXh3WqNymflY= + resolved "https://registry.npmjs.org/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-2.3.10.tgz#58d8134550d4940b8ffa87445e1dd6a8dca67e56" + integrity sha512-iB20T8gLp4l1Zi+/ji6WDttIIvw160jwJmlQNYKxxPCe3+koBzQ9TZgxMJqI4uT5gXACpRIQx7c9Sg1YMJ3Mzg== dependencies: "@babel/runtime" "^7.10.3" nprogress "^0.2.0" -gatsby-plugin-offline@^3.2.2: - version "3.2.25" - resolved "https://registry.npm.taobao.org/gatsby-plugin-offline/download/gatsby-plugin-offline-3.2.25.tgz#defcbd3414ecc5772511d4386e2f7b90a2e7fb82" - integrity sha1-3vy9NBTsxXclEdQ4bi97kKLn+4I= +gatsby-plugin-offline@^3.0.22: + version "3.2.26" + resolved "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.26.tgz#e6ac8c1b94cb658e7c163c3165f4091493dfa831" + integrity sha512-eb2C9X4xBeNrdC0VcvhwyJYQXKqNqnBqMd1my4bmmQhIRtxz7H2GLX0hEpbZ937fDwdNqnNXpxRMFD/xkWhvSQ== dependencies: "@babel/runtime" "^7.10.3" cheerio "^1.0.0-rc.3" - gatsby-core-utils "^1.3.17" + gatsby-core-utils "^1.3.18" glob "^7.1.6" idb-keyval "^3.2.0" lodash "^4.17.15" workbox-build "^4.3.1" -gatsby-plugin-page-creator@^2.3.1, gatsby-plugin-page-creator@^2.3.24: +gatsby-plugin-page-creator@^2.1.25, 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== + dependencies: + "@babel/traverse" "^7.10.2" + fs-exists-cached "^1.0.0" + gatsby-page-utils "^0.2.23" + globby "^11.0.1" + graphql "^14.6.0" + 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= @@ -13208,10 +13294,10 @@ gatsby-plugin-page-creator@^2.3.1, gatsby-plugin-page-creator@^2.3.24: lodash "^4.17.15" slugify "^1.4.4" -gatsby-plugin-react-helmet@^3.3.1: +gatsby-plugin-react-helmet@^3.1.7: version "3.3.10" - resolved "https://registry.npm.taobao.org/gatsby-plugin-react-helmet/download/gatsby-plugin-react-helmet-3.3.10.tgz#ba2f84715cc2471606b90327c7c3ba11c5287bc7" - integrity sha1-ui+EcVzCRxYGuQMnx8O6EcUoe8c= + resolved "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.10.tgz#ba2f84715cc2471606b90327c7c3ba11c5287bc7" + integrity sha512-AcXYwmS3r298JWs6iQ3OLNxIe8L8i5a2iSdLr/SDMpHqumYm7q/vB9kCX0et5wM7DIuZ7aPXDrdi5yDCAvU5lg== dependencies: "@babel/runtime" "^7.10.3" @@ -13227,27 +13313,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.3.2: +gatsby-plugin-remove-trailing-slashes@^2.1.9: version "2.3.11" - 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= + 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== dependencies: "@babel/runtime" "^7.10.3" -gatsby-plugin-sitemap@^2.4.2: +gatsby-plugin-sitemap@^2.2.21: version "2.4.12" - resolved "https://registry.npm.taobao.org/gatsby-plugin-sitemap/download/gatsby-plugin-sitemap-2.4.12.tgz#4564800ac0e8dfaad7edf7054d7625dad7ecb793" - integrity sha1-RWSACsDo36rX7fcFTXYl2tfst5M= + resolved "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.12.tgz#4564800ac0e8dfaad7edf7054d7625dad7ecb793" + integrity sha512-nQK3EyqECUpUcCoQr5ZCfGYPUCc+hI6tK+hvoqr4lkhMr0sjfXUvGkSlVarhMVLRNRe+e6Q39JFhVtsTXUp8Iw== dependencies: "@babel/runtime" "^7.10.3" minimatch "^3.0.4" pify "^3.0.0" sitemap "^1.13.0" -gatsby-plugin-typescript@^2.4.18, gatsby-plugin-typescript@^2.4.2: +gatsby-plugin-typescript@^2.1.8, gatsby-plugin-typescript@^2.4.18: version "2.4.18" - resolved "https://registry.npm.taobao.org/gatsby-plugin-typescript/download/gatsby-plugin-typescript-2.4.18.tgz#9361ef69f149f68e55ebf2d3f773b9aafce75df8" - integrity sha1-k2HvafFJ9o5V6/LT93O5qvznXfg= + resolved "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.18.tgz#9361ef69f149f68e55ebf2d3f773b9aafce75df8" + integrity sha512-irFd9xu+LjEmL7olcuUziVSb2yRf0nVWFwgaDb+l5rfU6HeKr3zyHuxLqBMwvXWTxu6gVs8sAJVXCcxxM4DbeA== dependencies: "@babel/core" "^7.10.3" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" @@ -13353,15 +13439,104 @@ gatsby-recipes@^0.2.18: 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== + 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.2" + 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.18" + gatsby-interface "^0.0.166" + gatsby-telemetry "^1.3.30" + 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.3.0" + ws "^7.3.0" + xstate "^4.9.1" + yoga-layout-prebuilt "^1.9.6" + yup "^0.27.0" + gatsby-redirect-from@^0.2.1: version "0.2.4" 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.3.2: +gatsby-remark-autolink-headers@^2.1.13: version "2.3.11" - resolved "https://registry.npm.taobao.org/gatsby-remark-autolink-headers/download/gatsby-remark-autolink-headers-2.3.11.tgz#13f9e6354b73d0088896dad8bea8e35b5a85ba43" - integrity sha1-E/nmNUtz0AiIltrYvqjjW1qFukM= + resolved "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-2.3.11.tgz#13f9e6354b73d0088896dad8bea8e35b5a85ba43" + integrity sha512-jYGgZ+NTbVxJmyS6z1oojWxOR12R7MGl4jM5aOXSmPuTSo8gbpm3aW7l5XMyud5fDDdP3xfbYuTX4RvBUWrx7g== dependencies: "@babel/runtime" "^7.10.3" github-slugger "^1.3.0" @@ -13369,6 +13544,13 @@ gatsby-remark-autolink-headers@^2.3.2: 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" @@ -13387,10 +13569,10 @@ gatsby-remark-prettier@^1.0.0: "@babel/runtime" "7.0.0-beta.51" unist-util-visit "^1.3.0" -gatsby-remark-prismjs@^3.5.1: +gatsby-remark-prismjs@^3.3.29: version "3.5.11" - resolved "https://registry.npm.taobao.org/gatsby-remark-prismjs/download/gatsby-remark-prismjs-3.5.11.tgz#d5309f90411ba2fd3cb002a0accad509b7ae7591" - integrity sha1-1TCfkEEbov08sAKgrMrVCbeudZE= + resolved "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.5.11.tgz#d5309f90411ba2fd3cb002a0accad509b7ae7591" + integrity sha512-AMtHZb+i7GAlRM3UINAhx+SN1aVLsIUcbEbD8d3zdBxGQTeM1cJTIJz2UjUzdCqujW9tgewaw9mE+u4SFuQtKA== dependencies: "@babel/runtime" "^7.10.3" parse-numeric-range "^0.0.2" @@ -13403,18 +13585,18 @@ gatsby-remark-reading-time@^1.0.1: dependencies: reading-time "^1.1.3" -gatsby-source-filesystem@^2.3.3: - version "2.3.26" - resolved "https://registry.npm.taobao.org/gatsby-source-filesystem/download/gatsby-source-filesystem-2.3.26.tgz#3a5881741e7eba38a6de5162fcb8d634e6034d78" - integrity sha1-OliBdB5+ujim3lFi/LjWNOYDTXg= +gatsby-source-filesystem@^2.1.22: + 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== dependencies: "@babel/runtime" "^7.10.3" better-queue "^3.8.10" bluebird "^3.7.2" - chokidar "3.4.0" + chokidar "^3.4.2" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.17" + gatsby-core-utils "^1.3.18" got "^9.6.0" md5-file "^3.2.3" mime "^2.4.6" @@ -13454,14 +13636,35 @@ gatsby-telemetry@^1.3.29: node-fetch "2.6.0" uuid "3.4.0" -gatsby-transformer-remark@^2.8.8: - version "2.8.30" - resolved "https://registry.npm.taobao.org/gatsby-transformer-remark/download/gatsby-transformer-remark-2.8.30.tgz?cache=0&sync_timestamp=1598452566590&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgatsby-transformer-remark%2Fdownload%2Fgatsby-transformer-remark-2.8.30.tgz#e19fa58107f196eed436f670f5b21a993cdc16cf" - integrity sha1-4Z+lgQfxlu7UNvZw9bIamTzcFs8= +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== + dependencies: + "@babel/code-frame" "^7.10.3" + "@babel/runtime" "^7.10.3" + "@turist/fetch" "^7.1.7" + "@turist/time" "^0.0.1" + async-retry-ng "^2.0.1" + boxen "^4.2.0" + configstore "^5.0.1" + envinfo "^7.7.3" + fs-extra "^8.1.0" + gatsby-core-utils "^1.3.18" + git-up "^4.0.2" + is-docker "^2.1.1" + lodash "^4.17.15" + 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== dependencies: "@babel/runtime" "^7.10.3" bluebird "^3.7.2" - gatsby-core-utils "^1.3.17" + gatsby-core-utils "^1.3.18" gray-matter "^4.0.2" hast-util-raw "^4.0.0" hast-util-to-html "^4.0.1" @@ -13481,7 +13684,156 @@ gatsby-transformer-remark@^2.8.8: unist-util-select "^1.5.0" unist-util-visit "^1.4.1" -gatsby@^2.19.15, gatsby@^2.21.33: +gatsby@^2.15.16: + version "2.24.52" + resolved "https://registry.npmjs.org/gatsby/-/gatsby-2.24.52.tgz#c16ecef0e806019c64eac315861995720f210e23" + integrity sha512-tQWbxBUfLD8T1qeWTe5iRx8AvM2Qgowi1w24oI50MATUGgbEm+47DI7TS6bxIJnXgKhgGyFGoHK7IaCImgUqJA== + 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.4.1" + "@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.8" + 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.2" + 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.6" + 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.90" + gatsby-core-utils "^1.3.18" + gatsby-graphiql-explorer "^0.4.13" + gatsby-legacy-polyfills "^0.0.4" + gatsby-link "^2.4.13" + gatsby-plugin-page-creator "^2.3.25" + gatsby-plugin-typescript "^2.4.18" + gatsby-react-router-scroll "^3.0.12" + gatsby-telemetry "^1.3.30" + 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 "^8.3.0" + v8-compile-cache "^1.1.2" + webpack "^4.44.1" + 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" + +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= @@ -13888,7 +14240,7 @@ git-up@4.0.1: is-ssh "^1.3.0" parse-url "^5.0.0" -git-up@^4.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" integrity sha1-EMPXMQUbNm3BnT30VL/KP3eROnw= @@ -14664,6 +15016,18 @@ 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" @@ -15176,10 +15540,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.4.4: +i18next@^19.0.0: version "19.7.0" - resolved "https://registry.npm.taobao.org/i18next/download/i18next-19.7.0.tgz#e637bbbf36481d34b7d5e6d3b04e1bb654bf2a26" - integrity sha1-5je7vzZIHTS31ebTsE4btlS/KiY= + resolved "https://registry.npmjs.org/i18next/-/i18next-19.7.0.tgz#e637bbbf36481d34b7d5e6d3b04e1bb654bf2a26" + integrity sha512-sxZhj6u7HbEYOMx81oGwq5MiXISRBVg2wRY3n6YIbe+HtU8ydzlGzv6ErHdrRKYxATBFssVXYbc3lNZoyB4vfA== dependencies: "@babel/runtime" "^7.10.1" @@ -15341,11 +15705,6 @@ import-lazy@^3.1.0: resolved "https://registry.npm.taobao.org/import-lazy/download/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc" integrity sha1-iRJ5ICyKIoD9vWZ029jaGh38Z8w= -import-lazy@~4.0.0: - version "4.0.0" - resolved "https://registry.npm.taobao.org/import-lazy/download/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" - integrity sha1-6OtidIOgpD2jwD8+NVSL5csMwVM= - import-local@^2.0.0: version "2.0.0" resolved "https://registry.npm.taobao.org/import-local/download/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" @@ -15835,7 +16194,7 @@ is-docker@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.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" integrity sha1-QSWojkTkUNOE4JBH7eca3C0UQVY= @@ -16846,11 +17205,6 @@ jest@24.9.0, jest@^24.9.0: import-local "^2.0.0" jest-cli "^24.9.0" -jju@~1.4.0: - version "1.4.0" - resolved "https://registry.npm.taobao.org/jju/download/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a" - integrity sha1-o6vicYryQaKykE+EpiWXDzia4yo= - js-base64@^2.1.8: version "2.6.4" resolved "https://registry.npm.taobao.org/js-base64/download/js-base64-2.6.4.tgz?cache=0&sync_timestamp=1596920188035&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-base64%2Fdownload%2Fjs-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" @@ -17270,15 +17624,14 @@ lerna@^3.16.4: import-local "^2.0.0" npmlog "^4.1.2" -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= +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== dependencies: - clone "^2.1.2" - less "^3.11.3" - loader-utils "^2.0.0" - schema-utils "^2.7.0" + clone "^2.1.1" + loader-utils "^1.1.0" + pify "^4.0.1" less@3.0.2: version "3.0.2" @@ -17294,7 +17647,7 @@ less@3.0.2: request "^2.83.0" source-map "^0.5.3" -less@^3.10.3, less@^3.11.3, less@^3.9.0: +less@^3.10.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= @@ -17611,7 +17964,7 @@ lodash.foreach@^4.5.0: resolved "https://registry.npm.taobao.org/lodash.foreach/download/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53" integrity sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM= -lodash.get@^4.0.0, lodash.get@^4.4.2: +lodash.get@^4.4.2: version "4.4.2" resolved "https://registry.npm.taobao.org/lodash.get/download/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= @@ -17621,7 +17974,7 @@ lodash.isarray@^4.0.0: resolved "https://registry.npm.taobao.org/lodash.isarray/download/lodash.isarray-4.0.0.tgz#2aca496b28c4ca6d726715313590c02e6ea34403" integrity sha1-KspJayjEym1yZxUxNZDALm6jRAM= -lodash.isequal@^4.0.0, lodash.isequal@^4.5.0: +lodash.isequal@^4.5.0: version "4.5.0" resolved "https://registry.npm.taobao.org/lodash.isequal/download/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA= @@ -17716,7 +18069,7 @@ lodash@4.17.15: resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1597336053864&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg= -lodash@4.17.20, "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.11.1, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.2, lodash@~4.17.10, lodash@~4.17.15, lodash@~4.17.5: +lodash@4.17.20, "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.11.1, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.2, lodash@~4.17.10, lodash@~4.17.5: version "4.17.20" resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz?cache=0&sync_timestamp=1597336053864&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" integrity sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI= @@ -18715,18 +19068,6 @@ moment@^2.24.0, moment@^2.25.3, moment@^2.27.0: resolved "https://registry.npm.taobao.org/moment/download/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" integrity sha1-i/9OPiaiNiIN/j423nVrbrqgEF0= -monaco-editor-webpack-plugin@^1.9.0: - version "1.9.0" - resolved "https://registry.npm.taobao.org/monaco-editor-webpack-plugin/download/monaco-editor-webpack-plugin-1.9.0.tgz#5b547281b9f404057dc5d8c5722390df9ac90be6" - integrity sha1-W1Rygbn0BAV9xdjFciOQ35rJC+Y= - dependencies: - loader-utils "^1.2.3" - -monaco-editor@*, monaco-editor@^0.20.0: - version "0.20.0" - resolved "https://registry.npm.taobao.org/monaco-editor/download/monaco-editor-0.20.0.tgz#5d5009343a550124426cb4d965a4d27a348b4dea" - integrity sha1-XVAJNDpVASRCbLTZZaTSejSLTeo= - moo@^0.5.0: version "0.5.1" resolved "https://registry.npm.taobao.org/moo/download/moo-0.5.1.tgz#7aae7f384b9b09f620b6abf6f74ebbcd1b65dbc4" @@ -19409,7 +19750,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, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: +object-assign@*, object-assign@4.x, 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= @@ -21377,10 +21718,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.5: +prettier@^2.0.1, prettier@^2.0.5: version "2.1.1" - 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= + resolved "https://registry.npmjs.org/prettier/-/prettier-2.1.1.tgz#d9485dd5e499daa6cb547023b87a6cf51bee37d6" + integrity sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw== pretty-bytes@^1.0.2: version "1.0.4" @@ -21993,7 +22334,15 @@ rc-dialog@~8.1.0: rc-animate "3.x" rc-util "^5.0.1" -rc-drawer@^4.0.0, rc-drawer@~4.1.0: +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: 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= @@ -22268,6 +22617,17 @@ rc-upload@~3.2.0: 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" @@ -22319,6 +22679,11 @@ react-clientside-effect@^1.2.2: dependencies: "@babel/runtime" "^7.0.0" +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== + react-dev-utils@^10.2.1: version "10.2.1" resolved "https://registry.npm.taobao.org/react-dev-utils/download/react-dev-utils-10.2.1.tgz?cache=0&sync_timestamp=1596649576319&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-dev-utils%2Fdownload%2Freact-dev-utils-10.2.1.tgz#f6de325ae25fa4d546d09df4bb1befdc6dd19c19" @@ -22531,10 +22896,10 @@ react-hotkeys@2.0.0: dependencies: prop-types "^15.6.1" -react-i18next@^11.0.1, react-i18next@^11.4.0: +react-i18next@^11.0.0, react-i18next@^11.0.1: version "11.7.2" - resolved "https://registry.npm.taobao.org/react-i18next/download/react-i18next-11.7.2.tgz#b3cb94ad3b85c25e3d4802a141139d65238b976f" - integrity sha1-s8uUrTuFwl49SAKhQROdZSOLl28= + resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.7.2.tgz#b3cb94ad3b85c25e3d4802a141139d65238b976f" + integrity sha512-Djj3K3hh5Tecla2CI9rLO3TZBYGMFrGilm0JY4cLofAQONCi5TK6nVmUPKoB59n1ZffgjfgJt6zlbE9aGF6Q0Q== dependencies: "@babel/runtime" "^7.3.1" html-parse-stringify2 "2.0.1" @@ -22556,15 +22921,6 @@ react-lifecycles-compat@^3.0.4: resolved "https://registry.npm.taobao.org/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha1-TxonOv38jzSIqMUWv9p4+HI1I2I= -react-monaco-editor@^0.39.1: - version "0.39.1" - resolved "https://registry.npm.taobao.org/react-monaco-editor/download/react-monaco-editor-0.39.1.tgz#2be0edf38f62eab127214c4d930f3d3ae369bfee" - integrity sha1-K+Dt849i6rEnIUxNkw89OuNpv+4= - dependencies: - "@types/react" "^16.x" - monaco-editor "*" - prop-types "^15.7.2" - react-popper-tooltip@^2.8.3: version "2.11.1" resolved "https://registry.npm.taobao.org/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz#3c4bdfd8bc10d1c2b9a162e859bab8958f5b2644" @@ -22705,10 +23061,10 @@ react-sizeme@^2.6.7: shallowequal "^1.1.0" throttle-debounce "^2.1.0" -react-slick@^0.27.0: - version "0.27.10" - resolved "https://registry.npm.taobao.org/react-slick/download/react-slick-0.27.10.tgz?cache=0&sync_timestamp=1597925568850&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-slick%2Fdownload%2Freact-slick-0.27.10.tgz#13e599f5dcb617f84a1050c99bb76fd8cca1a7ad" - integrity sha1-E+WZ9dy2F/hKEFDJm7dv2Myhp60= +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== dependencies: classnames "^2.2.5" enquire.js "^2.1.6" @@ -22770,30 +23126,30 @@ react-textarea-autosize@^7.1.0: "@babel/runtime" "^7.1.2" prop-types "^15.6.0" -react-universal-interface@^0.6.2: +react-universal-interface@^0.6.0: version "0.6.2" - resolved "https://registry.npm.taobao.org/react-universal-interface/download/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" - integrity sha1-Xo1DigFymk27y+7OsLhr4Ub+Kzs= + resolved "https://registry.npmjs.org/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" + integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw== -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= +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== dependencies: "@types/js-cookie" "2.2.6" "@xobotyi/scrollbar-width" "1.9.5" copy-to-clipboard "^3.2.0" - fast-deep-equal "^3.1.3" + fast-deep-equal "^3.1.1" fast-shallow-equal "^1.0.0" js-cookie "^2.2.1" nano-css "^5.2.1" - react-universal-interface "^0.6.2" + react-universal-interface "^0.6.0" 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 "^2.0.0" + tslib "^1.10.0" react@^16.13.1, react@^16.8.0, react@^16.8.3, react@^16.9.0: version "16.13.1" @@ -23236,23 +23592,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@^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= +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== dependencies: "@mapbox/hast-util-table-cell-style" "^0.1.3" - hast-to-hyperscript "^9.0.0" + hast-to-hyperscript "^8.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.5.8: +release-it@^13.0.0: version "13.7.0" - resolved "https://registry.npm.taobao.org/release-it/download/release-it-13.7.0.tgz#a25f1052688a4ecc30e0ef9c580d365702ce5e95" - integrity sha1-ol8QUmiKTsww4O+cWA02VwLOXpU= + resolved "https://registry.npmjs.org/release-it/-/release-it-13.7.0.tgz#a25f1052688a4ecc30e0ef9c580d365702ce5e95" + integrity sha512-zrCQcw9vXh/ROHiYMLI9Nl/lgSlMg6XgxTjc8XmVWy/boaeRMXg935MnU6W1cF8WqhWAuUGfy3ZGqSvD6eYoBw== dependencies: "@iarna/toml" "2.2.5" "@octokit/rest" "18.0.3" @@ -24244,7 +24600,7 @@ semver@7.0.0: resolved "https://registry.npm.taobao.org/semver/download/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" integrity sha1-XzyjV2HkfgWyBsba/yz4FPAxa44= -semver@7.3.2, semver@^7.3.2, semver@~7.3.0: +semver@7.3.2, semver@^7.3.2: version "7.3.2" resolved "https://registry.npm.taobao.org/semver/download/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" integrity sha1-YElisFK4HtB4aq6EOJ/7pw/9OTg= @@ -25223,7 +25579,7 @@ strict-uri-encode@^2.0.0: resolved "https://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY= -string-argv@^0.3.0, string-argv@~0.3.1: +string-argv@^0.3.0: version "0.3.1" resolved "https://registry.npm.taobao.org/string-argv/download/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" integrity sha1-leL77AQnrhkYSTX4FtdKqkxcGdo= @@ -26205,7 +26561,7 @@ timers-browserify@^2.0.4: dependencies: setimmediate "^1.0.4" -timsort@^0.3.0, timsort@~0.3.0: +timsort@^0.3.0: version "0.3.0" resolved "https://registry.npm.taobao.org/timsort/download/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= @@ -26666,10 +27022,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.9.2, typescript@~3.9.5: +typescript@^3.7.0-beta, typescript@^3.7.4: version "3.9.7" - resolved "https://registry.npm.taobao.org/typescript/download/typescript-3.9.7.tgz?cache=0&sync_timestamp=1598511014229&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftypescript%2Fdownload%2Ftypescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha1-mNYApevcOPQMsndSLxLcgA6eJfo= + resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" + integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== ua-parser-js@^0.7.18: version "0.7.21" @@ -27000,7 +27356,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.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.1, 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= @@ -27247,7 +27603,7 @@ uuid@3.4.0, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2, uuid@^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.2.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= @@ -27282,11 +27638,6 @@ validate-npm-package-name@^3.0.0: dependencies: builtins "^1.0.3" -validator@^8.0.0: - version "8.2.0" - resolved "https://registry.npm.taobao.org/validator/download/validator-8.2.0.tgz#3c1237290e37092355344fef78c231249dab77b9" - integrity sha1-PBI3KQ43CSNVNE/veMIxJJ2rd7k= - vary@^1, vary@~1.1.2: version "1.1.2" resolved "https://registry.npm.taobao.org/vary/download/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" @@ -27647,10 +27998,10 @@ webpack@4.42.0: watchpack "^1.6.0" webpack-sources "^1.4.1" -webpack@^4.17.1, webpack@^4.33.0, webpack@^4.38.0: +webpack@^4.17.1, webpack@^4.33.0, webpack@^4.38.0, webpack@^4.44.1: version "4.44.1" - resolved "https://registry.npm.taobao.org/webpack/download/webpack-4.44.1.tgz?cache=0&sync_timestamp=1597914959238&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack%2Fdownload%2Fwebpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" - integrity sha1-F+af/58yG48RfR/acU7fwLk5zCE= + resolved "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" + integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0" @@ -28451,17 +28802,6 @@ yurnalist@^1.1.2: strip-ansi "^5.2.0" strip-bom "^4.0.0" -z-schema@~3.18.3: - version "3.18.4" - resolved "https://registry.npm.taobao.org/z-schema/download/z-schema-3.18.4.tgz#ea8132b279533ee60be2485a02f7e3e42541a9a2" - integrity sha1-6oEysnlTPuYL4khaAvfj5CVBqaI= - dependencies: - lodash.get "^4.0.0" - lodash.isequal "^4.0.0" - validator "^8.0.0" - optionalDependencies: - commander "^2.7.1" - zepto@^1.2.0: version "1.2.0" resolved "https://registry.npm.taobao.org/zepto/download/zepto-1.2.0.tgz#e127bd9e66fd846be5eab48c1394882f7c0e4f98"