umbrella22

更新依赖

......@@ -73,7 +73,7 @@
},
"dependencies": {
"axios": "^0.20.0",
"date-fns": "^2.16.0",
"date-fns": "^2.16.1",
"electron-updater": "^4.3.4",
"element-ui": "^2.13.2",
"express": "^4.17.1",
......@@ -85,13 +85,13 @@
"vuex": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/core": "^7.11.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.10.5",
"@babel/plugin-proposal-function-bind": "^7.11.5",
"@babel/plugin-proposal-function-sent": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
......@@ -102,10 +102,10 @@
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@types/fs-extra": "^9.0.1",
"@types/node": "^14.6.2",
......@@ -116,11 +116,11 @@
"cache-loader": "^4.1.0",
"cfonts": "^2.8.6",
"chalk": "^4.0.0",
"copy-webpack-plugin": "^6.0.4",
"copy-webpack-plugin": "^6.1.0",
"cross-env": "^7.0.2",
"css-loader": "^4.2.2",
"del": "^5.1.0",
"electron": "^10.1.0",
"electron": "^10.1.1",
"electron-builder": "^22.8.0",
"electron-devtools-installer": "^3.1.1",
"eslint": "^6.8.0",
......@@ -132,7 +132,7 @@
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^6.0.0",
"file-loader": "^6.1.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^4.4.1",
"mini-css-extract-plugin": "0.11.0",
......
......@@ -32,19 +32,19 @@
invariant "^2.2.4"
semver "^5.5.0"
"@babel/core@^7.11.4":
version "7.11.4"
resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.11.4.tgz?cache=0&sync_timestamp=1597948361519&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=
"@babel/core@^7.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.11.5.tgz?cache=0&sync_timestamp=1598904534071&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-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"
......@@ -52,7 +52,7 @@
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.10.4":
version "7.10.4"
......@@ -64,23 +64,14 @@
lodash "^4.17.13"
source-map "^0.5.0"
"@babel/generator@^7.11.0":
version "7.11.0"
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
integrity sha1-S5DHjYwSglAkVoy+g+5smvGTWFw=
dependencies:
"@babel/types" "^7.11.0"
jsesc "^2.5.1"
source-map "^0.5.0"
"@babel/generator@^7.11.4":
version "7.11.4"
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.11.4.tgz?cache=0&sync_timestamp=1597948344423&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.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-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"
......@@ -335,15 +326,10 @@
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.4.tgz?cache=0&sync_timestamp=1593521083313&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
integrity sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=
"@babel/parser@^7.11.0":
version "7.11.0"
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.0.tgz?cache=0&sync_timestamp=1596141177149&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
integrity sha1-qdfhGurSXTtCLReyxlAsjd3val0=
"@babel/parser@^7.11.4":
version "7.11.4"
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.4.tgz?cache=0&sync_timestamp=1597948344626&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.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
integrity sha1-x/9jA99xCA7HpPW4wAPFjxz1EDc=
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
version "7.10.4"
......@@ -403,10 +389,10 @@
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
"@babel/plugin-proposal-function-bind@^7.10.5":
version "7.10.5"
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-function-bind/download/@babel/plugin-proposal-function-bind-7.10.5.tgz#62acbdde1c43e7dfae6efc9ddd5bc60920cee719"
integrity sha1-Yqy93hxD59+ubvyd3VvGCSDO5xk=
"@babel/plugin-proposal-function-bind@^7.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-function-bind/download/@babel/plugin-proposal-function-bind-7.11.5.tgz#6ce571686dd1bc2f5c1ae7bdebad8aaa7fda3893"
integrity sha1-bOVxaG3RvC9cGue9662Kqn/aOJM=
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-function-bind" "^7.10.4"
......@@ -849,10 +835,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-transform-runtime@^7.11.0":
version "7.11.0"
resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf"
integrity sha1-4n946zbxlEhjbgXDPJD9mtm4vM8=
"@babel/plugin-transform-runtime@^7.11.5":
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"
......@@ -912,18 +898,18 @@
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/polyfill@^7.10.4":
version "7.10.4"
resolved "https://registry.npm.taobao.org/@babel/polyfill/download/@babel/polyfill-7.10.4.tgz?cache=0&sync_timestamp=1593522815834&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpolyfill%2Fdownload%2F%40babel%2Fpolyfill-7.10.4.tgz#915e5bfe61490ac0199008e35ca9d7d151a8e45a"
integrity sha1-kV5b/mFJCsAZkAjjXKnX0VGo5Fo=
"@babel/polyfill@^7.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/polyfill/download/@babel/polyfill-7.11.5.tgz#df550b2ec53abbc2ed599367ec59e64c7a707bb5"
integrity sha1-31ULLsU6u8LtWZNn7FnmTHpwe7U=
dependencies:
core-js "^2.6.5"
regenerator-runtime "^0.13.4"
"@babel/preset-env@^7.11.0":
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=
"@babel/preset-env@^7.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
integrity sha1-GMtLk3nj6S/+qSwHRxqZopFOQnI=
dependencies:
"@babel/compat-data" "^7.11.0"
"@babel/helper-compilation-targets" "^7.10.4"
......@@ -987,7 +973,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"
......@@ -1005,10 +991,10 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"
"@babel/register@^7.10.5":
version "7.10.5"
resolved "https://registry.npm.taobao.org/@babel/register/download/@babel/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89"
integrity sha1-NU81dIlfEwf3nv43pRUl5S/TjYk=
"@babel/register@^7.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/register/download/@babel/register-7.11.5.tgz#79becf89e0ddd0fba8b92bc279bc0f5d2d7ce2ea"
integrity sha1-eb7PieDd0PuouSvCebwPXS184uo=
dependencies:
find-cache-dir "^2.0.0"
lodash "^4.17.19"
......@@ -1062,17 +1048,17 @@
globals "^11.1.0"
lodash "^4.17.13"
"@babel/traverse@^7.11.0":
version "7.11.0"
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.11.0.tgz?cache=0&sync_timestamp=1596145725870&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.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-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"
......@@ -1104,6 +1090,15 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"
"@babel/types@^7.11.5":
version "7.11.5"
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.11.5.tgz?cache=0&sync_timestamp=1598904531412&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"
to-fast-properties "^2.0.0"
"@develar/schema-utils@~2.6.5":
version "2.6.5"
resolved "https://registry.npm.taobao.org/@develar/schema-utils/download/@develar/schema-utils-2.6.5.tgz?cache=0&sync_timestamp=1583923594521&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40develar%2Fschema-utils%2Fdownload%2F%40develar%2Fschema-utils-2.6.5.tgz#3ece22c5838402419a6e0425f85742b961d9b6c6"
......@@ -1208,6 +1203,11 @@
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.5":
version "7.0.6"
resolved "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.6.tgz?cache=0&sync_timestamp=1598910403749&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fjson-schema%2Fdownload%2F%40types%2Fjson-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
integrity sha1-9MfsQ+gbMZqYFRFQMXCfJph4kfA=
"@types/json5@^0.0.29":
version "0.0.29"
resolved "https://registry.npm.taobao.org/@types/json5/download/@types/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
......@@ -1500,6 +1500,11 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1:
resolved "https://registry.npm.taobao.org/ajv-keywords/download/ajv-keywords-3.5.0.tgz?cache=0&sync_timestamp=1592579699027&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv-keywords%2Fdownload%2Fajv-keywords-3.5.0.tgz#5c894537098785926d71e696114a53ce768ed773"
integrity sha1-XIlFNwmHhZJtceaWEUpTznaO13M=
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=1595907068314&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.0, ajv@^6.12.2:
version "6.12.3"
resolved "https://registry.npm.taobao.org/ajv/download/ajv-6.12.3.tgz?cache=0&sync_timestamp=1593876933357&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv%2Fdownload%2Fajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706"
......@@ -3111,10 +3116,10 @@ copy-descriptor@^0.1.0:
resolved "https://registry.npm.taobao.org/copy-descriptor/download/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
copy-webpack-plugin@^6.0.4:
version "6.0.4"
resolved "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-6.0.4.tgz#7b7d7f7f290aa21b3411d02525859b89988a200b"
integrity sha1-e31/fykKohs0EdAlJYWbiZiKIAs=
copy-webpack-plugin@^6.1.0:
version "6.1.0"
resolved "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-6.1.0.tgz?cache=0&sync_timestamp=1598891385026&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-6.1.0.tgz#5bde7f826d87e716d8d5e761ddd34bb675448458"
integrity sha1-W95/gm2H5xbY1edh3dNLtnVEhFg=
dependencies:
cacache "^15.0.5"
fast-glob "^3.2.4"
......@@ -3124,7 +3129,7 @@ copy-webpack-plugin@^6.0.4:
loader-utils "^2.0.0"
normalize-path "^3.0.0"
p-limit "^3.0.2"
schema-utils "^2.7.0"
schema-utils "^2.7.1"
serialize-javascript "^4.0.0"
webpack-sources "^1.4.3"
......@@ -3279,10 +3284,10 @@ cyclist@^1.0.1:
resolved "https://registry.npm.taobao.org/cyclist/download/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
date-fns@^2.16.0:
version "2.16.0"
resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-2.16.0.tgz?cache=0&sync_timestamp=1598534799277&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdate-fns%2Fdownload%2Fdate-fns-2.16.0.tgz#d34f0f5f2fd498c984513042e8f7247ea86c4cb7"
integrity sha1-008PXy/UmMmEUTBC6PckfqhsTLc=
date-fns@^2.16.1:
version "2.16.1"
resolved "https://registry.npm.taobao.org/date-fns/download/date-fns-2.16.1.tgz#05775792c3f3331da812af253e1a935851d3834b"
integrity sha1-BXdXksPzMx2oEq8lPhqTWFHTg0s=
de-indent@^1.0.2:
version "1.0.2"
......@@ -3727,10 +3732,10 @@ electron-updater@^4.3.4:
lodash.isequal "^4.5.0"
semver "^7.3.2"
electron@^10.1.0:
version "10.1.0"
resolved "https://registry.npm.taobao.org/electron/download/electron-10.1.0.tgz?cache=0&sync_timestamp=1598575707749&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-10.1.0.tgz#3559182545dc76e20d9764d183d555415d55c250"
integrity sha1-NVkYJUXcduINl2TRg9VVQV1VwlA=
electron@^10.1.1:
version "10.1.1"
resolved "https://registry.npm.taobao.org/electron/download/electron-10.1.1.tgz?cache=0&sync_timestamp=1598944090354&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-10.1.1.tgz#44ff9207afc9df253d3b5ea40c7e6513c5dc08d8"
integrity sha1-RP+SB6/J3yU9O16kDH5lE8XcCNg=
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"
......@@ -4375,13 +4380,13 @@ file-entry-cache@^5.0.1:
dependencies:
flat-cache "^2.0.1"
file-loader@^6.0.0:
version "6.0.0"
resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-6.0.0.tgz#97bbfaab7a2460c07bcbd72d3a6922407f67649f"
integrity sha1-l7v6q3okYMB7y9ctOmkiQH9nZJ8=
file-loader@^6.1.0:
version "6.1.0"
resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-6.1.0.tgz?cache=0&sync_timestamp=1598876102788&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffile-loader%2Fdownload%2Ffile-loader-6.1.0.tgz#65b9fcfb0ea7f65a234a1f10cdd7f1ab9a33f253"
integrity sha1-Zbn8+w6n9lojSh8Qzdfxq5oz8lM=
dependencies:
loader-utils "^2.0.0"
schema-utils "^2.6.5"
schema-utils "^2.7.1"
file-uri-to-path@1.0.0:
version "1.0.0"
......@@ -8003,6 +8008,15 @@ schema-utils@^2.0.0, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7
ajv "^6.12.2"
ajv-keywords "^3.4.1"
schema-utils@^2.7.1:
version "2.7.1"
resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-2.7.1.tgz?cache=0&sync_timestamp=1598871750711&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fschema-utils%2Fdownload%2Fschema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
integrity sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=
dependencies:
"@types/json-schema" "^7.0.5"
ajv "^6.12.4"
ajv-keywords "^3.5.2"
select-hose@^2.0.0:
version "2.0.0"
resolved "https://registry.npm.taobao.org/select-hose/download/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
......