正在显示
2 个修改的文件
包含
160 行增加
和
95 行删除
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | "build:mac": "cross-env BUILD_TARGET=clean node .electron-vue/build.js && node .electron-vue/build.js && electron-builder --mac", | 13 | "build:mac": "cross-env BUILD_TARGET=clean node .electron-vue/build.js && node .electron-vue/build.js && electron-builder --mac", |
| 14 | "build:dir": "cross-env BUILD_TARGET=clean node .electron-vue/build.js && node .electron-vue/build.js && electron-builder --dir", | 14 | "build:dir": "cross-env BUILD_TARGET=clean node .electron-vue/build.js && node .electron-vue/build.js && electron-builder --dir", |
| 15 | "build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js", | 15 | "build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js", |
| 16 | - "build:web": "cross-env BUILD_TARGET=web ENV_TARGET=web node .electron-vue/build.js", | 16 | + "build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js", |
| 17 | "pack": "npm run pack:main && npm run pack:renderer", | 17 | "pack": "npm run pack:main && npm run pack:renderer", |
| 18 | "pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js", | 18 | "pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js", |
| 19 | "pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js", | 19 | "pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js", |
| ... | @@ -77,7 +77,7 @@ | ... | @@ -77,7 +77,7 @@ |
| 77 | "vuex": "^3.6.2" | 77 | "vuex": "^3.6.2" |
| 78 | }, | 78 | }, |
| 79 | "devDependencies": { | 79 | "devDependencies": { |
| 80 | - "@babel/core": "^7.12.13", | 80 | + "@babel/core": "^7.12.17", |
| 81 | "@babel/plugin-proposal-class-properties": "^7.12.13", | 81 | "@babel/plugin-proposal-class-properties": "^7.12.13", |
| 82 | "@babel/plugin-proposal-decorators": "^7.12.13", | 82 | "@babel/plugin-proposal-decorators": "^7.12.13", |
| 83 | "@babel/plugin-proposal-do-expressions": "^7.12.13", | 83 | "@babel/plugin-proposal-do-expressions": "^7.12.13", |
| ... | @@ -89,32 +89,32 @@ | ... | @@ -89,32 +89,32 @@ |
| 89 | "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", | 89 | "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", |
| 90 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", | 90 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", |
| 91 | "@babel/plugin-proposal-numeric-separator": "^7.12.13", | 91 | "@babel/plugin-proposal-numeric-separator": "^7.12.13", |
| 92 | - "@babel/plugin-proposal-optional-chaining": "^7.12.13", | 92 | + "@babel/plugin-proposal-optional-chaining": "^7.12.17", |
| 93 | "@babel/plugin-proposal-pipeline-operator": "^7.12.13", | 93 | "@babel/plugin-proposal-pipeline-operator": "^7.12.13", |
| 94 | "@babel/plugin-proposal-throw-expressions": "^7.12.13", | 94 | "@babel/plugin-proposal-throw-expressions": "^7.12.13", |
| 95 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", | 95 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 96 | "@babel/plugin-syntax-import-meta": "^7.10.4", | 96 | "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 97 | - "@babel/plugin-transform-runtime": "^7.12.15", | 97 | + "@babel/plugin-transform-runtime": "^7.12.17", |
| 98 | - "@babel/preset-env": "^7.12.13", | 98 | + "@babel/preset-env": "^7.12.17", |
| 99 | "@babel/register": "^7.12.13", | 99 | "@babel/register": "^7.12.13", |
| 100 | - "@babel/runtime": "^7.12.13", | 100 | + "@babel/runtime": "^7.12.18", |
| 101 | - "@types/fs-extra": "^9.0.6", | 101 | + "@types/fs-extra": "^9.0.7", |
| 102 | - "@types/node": "^14.14.25", | 102 | + "@types/node": "^14.14.30", |
| 103 | - "ajv": "^7.1.0", | 103 | + "ajv": "^7.1.1", |
| 104 | "babel-eslint": "^10.1.0", | 104 | "babel-eslint": "^10.1.0", |
| 105 | "babel-loader": "^8.2.2", | 105 | "babel-loader": "^8.2.2", |
| 106 | "cache-loader": "^4.1.0", | 106 | "cache-loader": "^4.1.0", |
| 107 | "cfonts": "^2.9.1", | 107 | "cfonts": "^2.9.1", |
| 108 | "chalk": "^4.0.0", | 108 | "chalk": "^4.0.0", |
| 109 | "copy-webpack-plugin": "^6.3.2", | 109 | "copy-webpack-plugin": "^6.3.2", |
| 110 | - "core-js": "^3.8.3", | 110 | + "core-js": "^3.9.0", |
| 111 | "cross-env": "^7.0.3", | 111 | "cross-env": "^7.0.3", |
| 112 | "css-loader": "^5.0.2", | 112 | "css-loader": "^5.0.2", |
| 113 | "del": "^6.0.0", | 113 | "del": "^6.0.0", |
| 114 | "electron": "11.2.3", | 114 | "electron": "11.2.3", |
| 115 | "electron-builder": "^22.9.1", | 115 | "electron-builder": "^22.9.1", |
| 116 | "electron-devtools-installer": "^3.1.1", | 116 | "electron-devtools-installer": "^3.1.1", |
| 117 | - "eslint": "^7.19.0", | 117 | + "eslint": "^7.20.0", |
| 118 | "eslint-config-standard": "^14.1.1", | 118 | "eslint-config-standard": "^14.1.1", |
| 119 | "eslint-friendly-formatter": "^4.0.1", | 119 | "eslint-friendly-formatter": "^4.0.1", |
| 120 | "eslint-loader": "^4.0.2", | 120 | "eslint-loader": "^4.0.2", |
| ... | @@ -125,11 +125,11 @@ | ... | @@ -125,11 +125,11 @@ |
| 125 | "eslint-plugin-standard": "^5.0.0", | 125 | "eslint-plugin-standard": "^5.0.0", |
| 126 | "file-loader": "^6.2.0", | 126 | "file-loader": "^6.2.0", |
| 127 | "html-webpack-plugin": "^4.5.1", | 127 | "html-webpack-plugin": "^4.5.1", |
| 128 | - "mini-css-extract-plugin": "1.3.6", | 128 | + "mini-css-extract-plugin": "1.3.8", |
| 129 | "multispinner": "^0.2.1", | 129 | "multispinner": "^0.2.1", |
| 130 | "node-loader": "^1.0.2", | 130 | "node-loader": "^1.0.2", |
| 131 | "portfinder": "^1.0.28", | 131 | "portfinder": "^1.0.28", |
| 132 | - "sass": "^1.32.7", | 132 | + "sass": "^1.32.8", |
| 133 | "sass-loader": "^10.1.1", | 133 | "sass-loader": "^10.1.1", |
| 134 | "split2": "^3.2.2", | 134 | "split2": "^3.2.2", |
| 135 | "style-loader": "^2.0.0", | 135 | "style-loader": "^2.0.0", | ... | ... |
| ... | @@ -7,6 +7,13 @@ | ... | @@ -7,6 +7,13 @@ |
| 7 | resolved "https://registry.npm.taobao.org/7zip-bin/download/7zip-bin-5.0.3.tgz#bc5b5532ecafd923a61f2fb097e3b108c0106a3f" | 7 | resolved "https://registry.npm.taobao.org/7zip-bin/download/7zip-bin-5.0.3.tgz#bc5b5532ecafd923a61f2fb097e3b108c0106a3f" |
| 8 | integrity sha1-vFtVMuyv2SOmHy+wl+OxCMAQaj8= | 8 | integrity sha1-vFtVMuyv2SOmHy+wl+OxCMAQaj8= |
| 9 | 9 | ||
| 10 | +"@babel/code-frame@7.12.11": | ||
| 11 | + version "7.12.11" | ||
| 12 | + resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz?cache=0&sync_timestamp=1612314620252&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" | ||
| 13 | + integrity sha1-9K1DWqJj25NbjxDyxVLSP7cWpj8= | ||
| 14 | + dependencies: | ||
| 15 | + "@babel/highlight" "^7.10.4" | ||
| 16 | + | ||
| 10 | "@babel/code-frame@^7.0.0": | 17 | "@babel/code-frame@^7.0.0": |
| 11 | version "7.10.4" | 18 | version "7.10.4" |
| 12 | resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz?cache=0&sync_timestamp=1593522948158&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" | 19 | resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz?cache=0&sync_timestamp=1593522948158&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
| ... | @@ -26,19 +33,19 @@ | ... | @@ -26,19 +33,19 @@ |
| 26 | resolved "https://registry.npm.taobao.org/@babel/compat-data/download/@babel/compat-data-7.12.13.tgz?cache=0&sync_timestamp=1612314879614&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcompat-data%2Fdownload%2F%40babel%2Fcompat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8" | 33 | resolved "https://registry.npm.taobao.org/@babel/compat-data/download/@babel/compat-data-7.12.13.tgz?cache=0&sync_timestamp=1612314879614&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcompat-data%2Fdownload%2F%40babel%2Fcompat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8" |
| 27 | integrity sha1-J+GeDtNybM9UBnztQQlQF2Xn4ug= | 34 | integrity sha1-J+GeDtNybM9UBnztQQlQF2Xn4ug= |
| 28 | 35 | ||
| 29 | -"@babel/core@^7.12.13": | 36 | +"@babel/core@^7.12.17": |
| 30 | - version "7.12.13" | 37 | + version "7.12.17" |
| 31 | - resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425" | 38 | + resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2" |
| 32 | - integrity sha1-tzqHo6Pn0UKmYki/atiLnOsJNCU= | 39 | + integrity sha1-mTxeiTMzEHooFdjg1zosN1XigLI= |
| 33 | dependencies: | 40 | dependencies: |
| 34 | "@babel/code-frame" "^7.12.13" | 41 | "@babel/code-frame" "^7.12.13" |
| 35 | - "@babel/generator" "^7.12.13" | 42 | + "@babel/generator" "^7.12.17" |
| 36 | - "@babel/helper-module-transforms" "^7.12.13" | 43 | + "@babel/helper-module-transforms" "^7.12.17" |
| 37 | - "@babel/helpers" "^7.12.13" | 44 | + "@babel/helpers" "^7.12.17" |
| 38 | - "@babel/parser" "^7.12.13" | 45 | + "@babel/parser" "^7.12.17" |
| 39 | "@babel/template" "^7.12.13" | 46 | "@babel/template" "^7.12.13" |
| 40 | - "@babel/traverse" "^7.12.13" | 47 | + "@babel/traverse" "^7.12.17" |
| 41 | - "@babel/types" "^7.12.13" | 48 | + "@babel/types" "^7.12.17" |
| 42 | convert-source-map "^1.7.0" | 49 | convert-source-map "^1.7.0" |
| 43 | debug "^4.1.0" | 50 | debug "^4.1.0" |
| 44 | gensync "^1.0.0-beta.1" | 51 | gensync "^1.0.0-beta.1" |
| ... | @@ -56,6 +63,15 @@ | ... | @@ -56,6 +63,15 @@ |
| 56 | jsesc "^2.5.1" | 63 | jsesc "^2.5.1" |
| 57 | source-map "^0.5.0" | 64 | source-map "^0.5.0" |
| 58 | 65 | ||
| 66 | +"@babel/generator@^7.12.17": | ||
| 67 | + version "7.12.17" | ||
| 68 | + resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287" | ||
| 69 | + integrity sha1-nvHdeS13izIoRBHfY/T2aKmVcoc= | ||
| 70 | + dependencies: | ||
| 71 | + "@babel/types" "^7.12.17" | ||
| 72 | + jsesc "^2.5.1" | ||
| 73 | + source-map "^0.5.0" | ||
| 74 | + | ||
| 59 | "@babel/helper-annotate-as-pure@^7.10.4": | 75 | "@babel/helper-annotate-as-pure@^7.10.4": |
| 60 | version "7.10.4" | 76 | version "7.10.4" |
| 61 | resolved "https://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.10.4.tgz?cache=0&sync_timestamp=1593521294951&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-annotate-as-pure%2Fdownload%2F%40babel%2Fhelper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" | 77 | resolved "https://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.10.4.tgz?cache=0&sync_timestamp=1593521294951&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-annotate-as-pure%2Fdownload%2F%40babel%2Fhelper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" |
| ... | @@ -78,13 +94,13 @@ | ... | @@ -78,13 +94,13 @@ |
| 78 | "@babel/helper-explode-assignable-expression" "^7.12.13" | 94 | "@babel/helper-explode-assignable-expression" "^7.12.13" |
| 79 | "@babel/types" "^7.12.13" | 95 | "@babel/types" "^7.12.13" |
| 80 | 96 | ||
| 81 | -"@babel/helper-compilation-targets@^7.12.13": | 97 | +"@babel/helper-compilation-targets@^7.12.17": |
| 82 | - version "7.12.13" | 98 | + version "7.12.17" |
| 83 | - resolved "https://registry.npm.taobao.org/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.12.13.tgz?cache=0&sync_timestamp=1612314908633&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-compilation-targets%2Fdownload%2F%40babel%2Fhelper-compilation-targets-7.12.13.tgz#d689cdef88810aa74e15a7a94186f26a3d773c98" | 99 | + resolved "https://registry.npm.taobao.org/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.12.17.tgz?cache=0&sync_timestamp=1613661303507&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-compilation-targets%2Fdownload%2F%40babel%2Fhelper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7" |
| 84 | - integrity sha1-1onN74iBCqdOFaepQYbyaj13PJg= | 100 | + integrity sha1-kdg/rmHvOQ05w/BQfLg5ebq4N8c= |
| 85 | dependencies: | 101 | dependencies: |
| 86 | "@babel/compat-data" "^7.12.13" | 102 | "@babel/compat-data" "^7.12.13" |
| 87 | - "@babel/helper-validator-option" "^7.12.11" | 103 | + "@babel/helper-validator-option" "^7.12.17" |
| 88 | browserslist "^4.14.5" | 104 | browserslist "^4.14.5" |
| 89 | semver "^5.5.0" | 105 | semver "^5.5.0" |
| 90 | 106 | ||
| ... | @@ -175,6 +191,21 @@ | ... | @@ -175,6 +191,21 @@ |
| 175 | "@babel/types" "^7.12.13" | 191 | "@babel/types" "^7.12.13" |
| 176 | lodash "^4.17.19" | 192 | lodash "^4.17.19" |
| 177 | 193 | ||
| 194 | +"@babel/helper-module-transforms@^7.12.17": | ||
| 195 | + version "7.12.17" | ||
| 196 | + resolved "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.12.17.tgz?cache=0&sync_timestamp=1613661307465&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509" | ||
| 197 | + integrity sha1-fHW5h9bf1bSOV1ZI+B6qyJFTlQk= | ||
| 198 | + dependencies: | ||
| 199 | + "@babel/helper-module-imports" "^7.12.13" | ||
| 200 | + "@babel/helper-replace-supers" "^7.12.13" | ||
| 201 | + "@babel/helper-simple-access" "^7.12.13" | ||
| 202 | + "@babel/helper-split-export-declaration" "^7.12.13" | ||
| 203 | + "@babel/helper-validator-identifier" "^7.12.11" | ||
| 204 | + "@babel/template" "^7.12.13" | ||
| 205 | + "@babel/traverse" "^7.12.17" | ||
| 206 | + "@babel/types" "^7.12.17" | ||
| 207 | + lodash "^4.17.19" | ||
| 208 | + | ||
| 178 | "@babel/helper-optimise-call-expression@^7.12.13": | 209 | "@babel/helper-optimise-call-expression@^7.12.13": |
| 179 | version "7.12.13" | 210 | version "7.12.13" |
| 180 | resolved "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz?cache=0&sync_timestamp=1612314687212&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" | 211 | resolved "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz?cache=0&sync_timestamp=1612314687212&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
| ... | @@ -249,10 +280,10 @@ | ... | @@ -249,10 +280,10 @@ |
| 249 | resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz?cache=0&sync_timestamp=1608076995361&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" | 280 | resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz?cache=0&sync_timestamp=1608076995361&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 250 | integrity sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0= | 281 | integrity sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0= |
| 251 | 282 | ||
| 252 | -"@babel/helper-validator-option@^7.12.11": | 283 | +"@babel/helper-validator-option@^7.12.17": |
| 253 | - version "7.12.11" | 284 | + version "7.12.17" |
| 254 | - resolved "https://registry.npm.taobao.org/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.11.tgz?cache=0&sync_timestamp=1608076995499&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-option%2Fdownload%2F%40babel%2Fhelper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f" | 285 | + resolved "https://registry.npm.taobao.org/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
| 255 | - integrity sha1-1my4t6Pn/kxpYrMgIKEx7PCEf08= | 286 | + integrity sha1-0fvwEuGnm37rv9xtJwuq+NnrmDE= |
| 256 | 287 | ||
| 257 | "@babel/helper-wrap-function@^7.12.13": | 288 | "@babel/helper-wrap-function@^7.12.13": |
| 258 | version "7.12.13" | 289 | version "7.12.13" |
| ... | @@ -264,14 +295,14 @@ | ... | @@ -264,14 +295,14 @@ |
| 264 | "@babel/traverse" "^7.12.13" | 295 | "@babel/traverse" "^7.12.13" |
| 265 | "@babel/types" "^7.12.13" | 296 | "@babel/types" "^7.12.13" |
| 266 | 297 | ||
| 267 | -"@babel/helpers@^7.12.13": | 298 | +"@babel/helpers@^7.12.17": |
| 268 | - version "7.12.13" | 299 | + version "7.12.17" |
| 269 | - resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.13.tgz?cache=0&sync_timestamp=1612314730864&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" | 300 | + resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.17.tgz?cache=0&sync_timestamp=1613661308068&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc" |
| 270 | - integrity sha1-PHXpk2MuTa3AJ06uIZxz63ZFukc= | 301 | + integrity sha1-ceA9KYGmte4WiZlk9BAdyEcdYLw= |
| 271 | dependencies: | 302 | dependencies: |
| 272 | "@babel/template" "^7.12.13" | 303 | "@babel/template" "^7.12.13" |
| 273 | - "@babel/traverse" "^7.12.13" | 304 | + "@babel/traverse" "^7.12.17" |
| 274 | - "@babel/types" "^7.12.13" | 305 | + "@babel/types" "^7.12.17" |
| 275 | 306 | ||
| 276 | "@babel/highlight@^7.10.4": | 307 | "@babel/highlight@^7.10.4": |
| 277 | version "7.10.4" | 308 | version "7.10.4" |
| ... | @@ -296,6 +327,11 @@ | ... | @@ -296,6 +327,11 @@ |
| 296 | resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9" | 327 | resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9" |
| 297 | integrity sha1-Pue+QTH+ZXupFD1cWzqfJT/bdek= | 328 | integrity sha1-Pue+QTH+ZXupFD1cWzqfJT/bdek= |
| 298 | 329 | ||
| 330 | +"@babel/parser@^7.12.17": | ||
| 331 | + version "7.12.17" | ||
| 332 | + resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848" | ||
| 333 | + integrity sha1-vIXS1H2zgJTluyaPx2Fxbn1pOEg= | ||
| 334 | + | ||
| 299 | "@babel/plugin-proposal-async-generator-functions@^7.12.13": | 335 | "@babel/plugin-proposal-async-generator-functions@^7.12.13": |
| 300 | version "7.12.13" | 336 | version "7.12.13" |
| 301 | resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.12.13.tgz?cache=0&sync_timestamp=1612314797418&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-async-generator-functions%2Fdownload%2F%40babel%2Fplugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5" | 337 | resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.12.13.tgz?cache=0&sync_timestamp=1612314797418&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-async-generator-functions%2Fdownload%2F%40babel%2Fplugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5" |
| ... | @@ -330,12 +366,12 @@ | ... | @@ -330,12 +366,12 @@ |
| 330 | "@babel/helper-plugin-utils" "^7.12.13" | 366 | "@babel/helper-plugin-utils" "^7.12.13" |
| 331 | "@babel/plugin-syntax-do-expressions" "^7.12.13" | 367 | "@babel/plugin-syntax-do-expressions" "^7.12.13" |
| 332 | 368 | ||
| 333 | -"@babel/plugin-proposal-dynamic-import@^7.12.1": | 369 | +"@babel/plugin-proposal-dynamic-import@^7.12.17": |
| 334 | - version "7.12.1" | 370 | + version "7.12.17" |
| 335 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.1.tgz?cache=0&sync_timestamp=1602801779067&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-dynamic-import%2Fdownload%2F%40babel%2Fplugin-proposal-dynamic-import-7.12.1.tgz#43eb5c2a3487ecd98c5c8ea8b5fdb69a2749b2dc" | 371 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512" |
| 336 | - integrity sha1-Q+tcKjSH7NmMXI6otf22midJstw= | 372 | + integrity sha1-4OvY22Wsw36sUY+he+rSF04iRRI= |
| 337 | dependencies: | 373 | dependencies: |
| 338 | - "@babel/helper-plugin-utils" "^7.10.4" | 374 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 339 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" | 375 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
| 340 | 376 | ||
| 341 | "@babel/plugin-proposal-export-default-from@^7.12.13": | 377 | "@babel/plugin-proposal-export-default-from@^7.12.13": |
| ... | @@ -420,10 +456,10 @@ | ... | @@ -420,10 +456,10 @@ |
| 420 | "@babel/helper-plugin-utils" "^7.12.13" | 456 | "@babel/helper-plugin-utils" "^7.12.13" |
| 421 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" | 457 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
| 422 | 458 | ||
| 423 | -"@babel/plugin-proposal-optional-chaining@^7.12.13": | 459 | +"@babel/plugin-proposal-optional-chaining@^7.12.17": |
| 424 | - version "7.12.13" | 460 | + version "7.12.17" |
| 425 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.13.tgz#63a7d805bc8ce626f3234ee5421a2a7fb23f66d9" | 461 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c" |
| 426 | - integrity sha1-Y6fYBbyM5ibzI07lQhoqf7I/Ztk= | 462 | + integrity sha1-44K+ytwssWt5E7bGctkuSzM4W1w= |
| 427 | dependencies: | 463 | dependencies: |
| 428 | "@babel/helper-plugin-utils" "^7.12.13" | 464 | "@babel/helper-plugin-utils" "^7.12.13" |
| 429 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" | 465 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
| ... | @@ -814,10 +850,10 @@ | ... | @@ -814,10 +850,10 @@ |
| 814 | dependencies: | 850 | dependencies: |
| 815 | "@babel/helper-plugin-utils" "^7.12.13" | 851 | "@babel/helper-plugin-utils" "^7.12.13" |
| 816 | 852 | ||
| 817 | -"@babel/plugin-transform-runtime@^7.12.15": | 853 | +"@babel/plugin-transform-runtime@^7.12.17": |
| 818 | - version "7.12.15" | 854 | + version "7.12.17" |
| 819 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.15.tgz#4337b2507288007c2b197059301aa0af8d90c085" | 855 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.17.tgz#329cb61d293b7e60a7685b91dda7c300668cee18" |
| 820 | - integrity sha1-QzeyUHKIAHwrGXBZMBqgr42QwIU= | 856 | + integrity sha1-Mpy2HSk7fmCnaFuR3afDAGaM7hg= |
| 821 | dependencies: | 857 | dependencies: |
| 822 | "@babel/helper-module-imports" "^7.12.13" | 858 | "@babel/helper-module-imports" "^7.12.13" |
| 823 | "@babel/helper-plugin-utils" "^7.12.13" | 859 | "@babel/helper-plugin-utils" "^7.12.13" |
| ... | @@ -874,19 +910,19 @@ | ... | @@ -874,19 +910,19 @@ |
| 874 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" | 910 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
| 875 | "@babel/helper-plugin-utils" "^7.12.13" | 911 | "@babel/helper-plugin-utils" "^7.12.13" |
| 876 | 912 | ||
| 877 | -"@babel/preset-env@^7.12.13": | 913 | +"@babel/preset-env@^7.12.17": |
| 878 | - version "7.12.13" | 914 | + version "7.12.17" |
| 879 | - resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.12.13.tgz#3aa2d09cf7d255177538dff292ac9af29ad46525" | 915 | + resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa" |
| 880 | - integrity sha1-OqLQnPfSVRd1ON/ykqya8prUZSU= | 916 | + integrity sha1-lKN5P/CJwy7nTXajwDp1l2k+uqo= |
| 881 | dependencies: | 917 | dependencies: |
| 882 | "@babel/compat-data" "^7.12.13" | 918 | "@babel/compat-data" "^7.12.13" |
| 883 | - "@babel/helper-compilation-targets" "^7.12.13" | 919 | + "@babel/helper-compilation-targets" "^7.12.17" |
| 884 | "@babel/helper-module-imports" "^7.12.13" | 920 | "@babel/helper-module-imports" "^7.12.13" |
| 885 | "@babel/helper-plugin-utils" "^7.12.13" | 921 | "@babel/helper-plugin-utils" "^7.12.13" |
| 886 | - "@babel/helper-validator-option" "^7.12.11" | 922 | + "@babel/helper-validator-option" "^7.12.17" |
| 887 | "@babel/plugin-proposal-async-generator-functions" "^7.12.13" | 923 | "@babel/plugin-proposal-async-generator-functions" "^7.12.13" |
| 888 | "@babel/plugin-proposal-class-properties" "^7.12.13" | 924 | "@babel/plugin-proposal-class-properties" "^7.12.13" |
| 889 | - "@babel/plugin-proposal-dynamic-import" "^7.12.1" | 925 | + "@babel/plugin-proposal-dynamic-import" "^7.12.17" |
| 890 | "@babel/plugin-proposal-export-namespace-from" "^7.12.13" | 926 | "@babel/plugin-proposal-export-namespace-from" "^7.12.13" |
| 891 | "@babel/plugin-proposal-json-strings" "^7.12.13" | 927 | "@babel/plugin-proposal-json-strings" "^7.12.13" |
| 892 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.13" | 928 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.13" |
| ... | @@ -894,7 +930,7 @@ | ... | @@ -894,7 +930,7 @@ |
| 894 | "@babel/plugin-proposal-numeric-separator" "^7.12.13" | 930 | "@babel/plugin-proposal-numeric-separator" "^7.12.13" |
| 895 | "@babel/plugin-proposal-object-rest-spread" "^7.12.13" | 931 | "@babel/plugin-proposal-object-rest-spread" "^7.12.13" |
| 896 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.13" | 932 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.13" |
| 897 | - "@babel/plugin-proposal-optional-chaining" "^7.12.13" | 933 | + "@babel/plugin-proposal-optional-chaining" "^7.12.17" |
| 898 | "@babel/plugin-proposal-private-methods" "^7.12.13" | 934 | "@babel/plugin-proposal-private-methods" "^7.12.13" |
| 899 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" | 935 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" |
| 900 | "@babel/plugin-syntax-async-generators" "^7.8.0" | 936 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
| ... | @@ -942,7 +978,7 @@ | ... | @@ -942,7 +978,7 @@ |
| 942 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" | 978 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
| 943 | "@babel/plugin-transform-unicode-regex" "^7.12.13" | 979 | "@babel/plugin-transform-unicode-regex" "^7.12.13" |
| 944 | "@babel/preset-modules" "^0.1.3" | 980 | "@babel/preset-modules" "^0.1.3" |
| 945 | - "@babel/types" "^7.12.13" | 981 | + "@babel/types" "^7.12.17" |
| 946 | core-js-compat "^3.8.0" | 982 | core-js-compat "^3.8.0" |
| 947 | semver "^5.5.0" | 983 | semver "^5.5.0" |
| 948 | 984 | ||
| ... | @@ -968,10 +1004,10 @@ | ... | @@ -968,10 +1004,10 @@ |
| 968 | pirates "^4.0.0" | 1004 | pirates "^4.0.0" |
| 969 | source-map-support "^0.5.16" | 1005 | source-map-support "^0.5.16" |
| 970 | 1006 | ||
| 971 | -"@babel/runtime@^7.12.13": | 1007 | +"@babel/runtime@^7.12.18": |
| 972 | - version "7.12.13" | 1008 | + version "7.12.18" |
| 973 | - resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d" | 1009 | + resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b" |
| 974 | - integrity sha1-CiFFI1KwJULbD/uSisLTyny21m0= | 1010 | + integrity sha1-rxN71+fZcFpBKzyq+ZH+aqqXgxs= |
| 975 | dependencies: | 1011 | dependencies: |
| 976 | regenerator-runtime "^0.13.4" | 1012 | regenerator-runtime "^0.13.4" |
| 977 | 1013 | ||
| ... | @@ -1006,6 +1042,21 @@ | ... | @@ -1006,6 +1042,21 @@ |
| 1006 | globals "^11.1.0" | 1042 | globals "^11.1.0" |
| 1007 | lodash "^4.17.19" | 1043 | lodash "^4.17.19" |
| 1008 | 1044 | ||
| 1045 | +"@babel/traverse@^7.12.17": | ||
| 1046 | + version "7.12.17" | ||
| 1047 | + resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619" | ||
| 1048 | + integrity sha1-QOyMf/tQLE5Ux/lUktwRuI1xhhk= | ||
| 1049 | + dependencies: | ||
| 1050 | + "@babel/code-frame" "^7.12.13" | ||
| 1051 | + "@babel/generator" "^7.12.17" | ||
| 1052 | + "@babel/helper-function-name" "^7.12.13" | ||
| 1053 | + "@babel/helper-split-export-declaration" "^7.12.13" | ||
| 1054 | + "@babel/parser" "^7.12.17" | ||
| 1055 | + "@babel/types" "^7.12.17" | ||
| 1056 | + debug "^4.1.0" | ||
| 1057 | + globals "^11.1.0" | ||
| 1058 | + lodash "^4.17.19" | ||
| 1059 | + | ||
| 1009 | "@babel/types@^7.10.4", "@babel/types@^7.4.4": | 1060 | "@babel/types@^7.10.4", "@babel/types@^7.4.4": |
| 1010 | version "7.11.5" | 1061 | version "7.11.5" |
| 1011 | 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" | 1062 | 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" |
| ... | @@ -1033,6 +1084,15 @@ | ... | @@ -1033,6 +1084,15 @@ |
| 1033 | lodash "^4.17.19" | 1084 | lodash "^4.17.19" |
| 1034 | to-fast-properties "^2.0.0" | 1085 | to-fast-properties "^2.0.0" |
| 1035 | 1086 | ||
| 1087 | +"@babel/types@^7.12.17": | ||
| 1088 | + version "7.12.17" | ||
| 1089 | + resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963" | ||
| 1090 | + integrity sha1-nXEeuAfgk0yQuLHKDrH3Iw0VCWM= | ||
| 1091 | + dependencies: | ||
| 1092 | + "@babel/helper-validator-identifier" "^7.12.11" | ||
| 1093 | + lodash "^4.17.19" | ||
| 1094 | + to-fast-properties "^2.0.0" | ||
| 1095 | + | ||
| 1036 | "@develar/schema-utils@~2.6.5": | 1096 | "@develar/schema-utils@~2.6.5": |
| 1037 | version "2.6.5" | 1097 | version "2.6.5" |
| 1038 | resolved "https://registry.npm.taobao.org/@develar/schema-utils/download/@develar/schema-utils-2.6.5.tgz#3ece22c5838402419a6e0425f85742b961d9b6c6" | 1098 | resolved "https://registry.npm.taobao.org/@develar/schema-utils/download/@develar/schema-utils-2.6.5.tgz#3ece22c5838402419a6e0425f85742b961d9b6c6" |
| ... | @@ -1136,10 +1196,10 @@ | ... | @@ -1136,10 +1196,10 @@ |
| 1136 | dependencies: | 1196 | dependencies: |
| 1137 | "@types/node" "*" | 1197 | "@types/node" "*" |
| 1138 | 1198 | ||
| 1139 | -"@types/fs-extra@^9.0.6": | 1199 | +"@types/fs-extra@^9.0.7": |
| 1140 | - version "9.0.6" | 1200 | + version "9.0.7" |
| 1141 | - resolved "https://registry.npm.taobao.org/@types/fs-extra/download/@types/fs-extra-9.0.6.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Ffs-extra%2Fdownload%2F%40types%2Ffs-extra-9.0.6.tgz#488e56b77299899a608b8269719c1d133027a6ab" | 1201 | + resolved "https://registry.npm.taobao.org/@types/fs-extra/download/@types/fs-extra-9.0.7.tgz#a9ef2ffdab043def080c5bec94c03402f793577f" |
| 1142 | - integrity sha1-SI5Wt3KZiZpgi4JpcZwdEzAnpqs= | 1202 | + integrity sha1-qe8v/asEPe8IDFvslMA0AveTV38= |
| 1143 | dependencies: | 1203 | dependencies: |
| 1144 | "@types/node" "*" | 1204 | "@types/node" "*" |
| 1145 | 1205 | ||
| ... | @@ -1181,10 +1241,10 @@ | ... | @@ -1181,10 +1241,10 @@ |
| 1181 | resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.19.15.tgz#0de7e978fb43db62da369db18ea088a63673c182" | 1241 | resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.19.15.tgz#0de7e978fb43db62da369db18ea088a63673c182" |
| 1182 | integrity sha1-DefpePtD22LaNp2xjqCIpjZzwYI= | 1242 | integrity sha1-DefpePtD22LaNp2xjqCIpjZzwYI= |
| 1183 | 1243 | ||
| 1184 | -"@types/node@^14.14.25": | 1244 | +"@types/node@^14.14.30": |
| 1185 | - version "14.14.25" | 1245 | + version "14.14.30" |
| 1186 | - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93" | 1246 | + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.30.tgz#7d5162eec085ba34f8cb9011e9ba12119f76f961" |
| 1187 | - integrity sha1-FZZ6e1d/+BOD+biIqmcF1D+7rpM= | 1247 | + integrity sha1-fVFi7sCFujT4y5AR6boSEZ92+WE= |
| 1188 | 1248 | ||
| 1189 | "@types/semver@^7.3.1": | 1249 | "@types/semver@^7.3.1": |
| 1190 | version "7.3.3" | 1250 | version "7.3.3" |
| ... | @@ -1483,10 +1543,10 @@ ajv@^7.0.2: | ... | @@ -1483,10 +1543,10 @@ ajv@^7.0.2: |
| 1483 | require-from-string "^2.0.2" | 1543 | require-from-string "^2.0.2" |
| 1484 | uri-js "^4.2.2" | 1544 | uri-js "^4.2.2" |
| 1485 | 1545 | ||
| 1486 | -ajv@^7.1.0: | 1546 | +ajv@^7.1.1: |
| 1487 | - version "7.1.0" | 1547 | + version "7.1.1" |
| 1488 | - resolved "https://registry.npm.taobao.org/ajv/download/ajv-7.1.0.tgz#f982ea7933dc7f1012eae9eec5a86687d805421b" | 1548 | + resolved "https://registry.npm.taobao.org/ajv/download/ajv-7.1.1.tgz#1e6b37a454021fa9941713f38b952fc1c8d32a84" |
| 1489 | - integrity sha1-+YLqeTPcfxAS6unuxahmh9gFQhs= | 1549 | + integrity sha1-Hms3pFQCH6mUFxPzi5UvwcjTKoQ= |
| 1490 | dependencies: | 1550 | dependencies: |
| 1491 | fast-deep-equal "^3.1.1" | 1551 | fast-deep-equal "^3.1.1" |
| 1492 | json-schema-traverse "^1.0.0" | 1552 | json-schema-traverse "^1.0.0" |
| ... | @@ -2757,11 +2817,16 @@ core-js@^2.4.0: | ... | @@ -2757,11 +2817,16 @@ core-js@^2.4.0: |
| 2757 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-2.6.11.tgz?cache=0&sync_timestamp=1589682726446&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" | 2817 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-2.6.11.tgz?cache=0&sync_timestamp=1589682726446&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" |
| 2758 | integrity sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw= | 2818 | integrity sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw= |
| 2759 | 2819 | ||
| 2760 | -core-js@^3.6.5, core-js@^3.8.3: | 2820 | +core-js@^3.6.5: |
| 2761 | version "3.8.3" | 2821 | version "3.8.3" |
| 2762 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.8.3.tgz?cache=0&sync_timestamp=1611040749668&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-3.8.3.tgz#c21906e1f14f3689f93abcc6e26883550dd92dd0" | 2822 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.8.3.tgz?cache=0&sync_timestamp=1611040749668&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-3.8.3.tgz#c21906e1f14f3689f93abcc6e26883550dd92dd0" |
| 2763 | integrity sha1-whkG4fFPNon5OrzG4miDVQ3ZLdA= | 2823 | integrity sha1-whkG4fFPNon5OrzG4miDVQ3ZLdA= |
| 2764 | 2824 | ||
| 2825 | +core-js@^3.9.0: | ||
| 2826 | + version "3.9.0" | ||
| 2827 | + resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.9.0.tgz#790b1bb11553a2272b36e2625c7179db345492f8" | ||
| 2828 | + integrity sha1-eQsbsRVToicrNuJiXHF52zRUkvg= | ||
| 2829 | + | ||
| 2765 | core-util-is@~1.0.0: | 2830 | core-util-is@~1.0.0: |
| 2766 | version "1.0.2" | 2831 | version "1.0.2" |
| 2767 | resolved "https://registry.npm.taobao.org/core-util-is/download/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" | 2832 | resolved "https://registry.npm.taobao.org/core-util-is/download/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" |
| ... | @@ -3680,12 +3745,12 @@ eslint-visitor-keys@^2.0.0: | ... | @@ -3680,12 +3745,12 @@ eslint-visitor-keys@^2.0.0: |
| 3680 | resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" | 3745 | resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" |
| 3681 | integrity sha1-If3I+82ceVzAMh8FY3AglXUVEag= | 3746 | integrity sha1-If3I+82ceVzAMh8FY3AglXUVEag= |
| 3682 | 3747 | ||
| 3683 | -eslint@^7.19.0: | 3748 | +eslint@^7.20.0: |
| 3684 | - version "7.19.0" | 3749 | + version "7.20.0" |
| 3685 | - resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41" | 3750 | + resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7" |
| 3686 | - integrity sha1-ZxliGxlrX61y5DOHmBMU5dDcP0E= | 3751 | + integrity sha1-2wfEyk7aLiMW56pXrH/JHsVQvcc= |
| 3687 | dependencies: | 3752 | dependencies: |
| 3688 | - "@babel/code-frame" "^7.0.0" | 3753 | + "@babel/code-frame" "7.12.11" |
| 3689 | "@eslint/eslintrc" "^0.3.0" | 3754 | "@eslint/eslintrc" "^0.3.0" |
| 3690 | ajv "^6.10.0" | 3755 | ajv "^6.10.0" |
| 3691 | chalk "^4.0.0" | 3756 | chalk "^4.0.0" |
| ... | @@ -3697,7 +3762,7 @@ eslint@^7.19.0: | ... | @@ -3697,7 +3762,7 @@ eslint@^7.19.0: |
| 3697 | eslint-utils "^2.1.0" | 3762 | eslint-utils "^2.1.0" |
| 3698 | eslint-visitor-keys "^2.0.0" | 3763 | eslint-visitor-keys "^2.0.0" |
| 3699 | espree "^7.3.1" | 3764 | espree "^7.3.1" |
| 3700 | - esquery "^1.2.0" | 3765 | + esquery "^1.4.0" |
| 3701 | esutils "^2.0.2" | 3766 | esutils "^2.0.2" |
| 3702 | file-entry-cache "^6.0.0" | 3767 | file-entry-cache "^6.0.0" |
| 3703 | functional-red-black-tree "^1.0.1" | 3768 | functional-red-black-tree "^1.0.1" |
| ... | @@ -3742,10 +3807,10 @@ esprima@~3.1.0: | ... | @@ -3742,10 +3807,10 @@ esprima@~3.1.0: |
| 3742 | resolved "https://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz?cache=0&sync_timestamp=1589682833047&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fesprima%2Fdownload%2Fesprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" | 3807 | resolved "https://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz?cache=0&sync_timestamp=1589682833047&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fesprima%2Fdownload%2Fesprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" |
| 3743 | integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= | 3808 | integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= |
| 3744 | 3809 | ||
| 3745 | -esquery@^1.2.0: | 3810 | +esquery@^1.4.0: |
| 3746 | - version "1.3.1" | 3811 | + version "1.4.0" |
| 3747 | - resolved "https://registry.npm.taobao.org/esquery/download/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57" | 3812 | + resolved "https://registry.npm.taobao.org/esquery/download/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
| 3748 | - integrity sha1-t4tYKKqOIU4p+3TE1bdS4cAz2lc= | 3813 | + integrity sha1-IUj/w4uC6McFff7UhCWz5h8PJKU= |
| 3749 | dependencies: | 3814 | dependencies: |
| 3750 | estraverse "^5.1.0" | 3815 | estraverse "^5.1.0" |
| 3751 | 3816 | ||
| ... | @@ -5838,10 +5903,10 @@ mimic-response@^1.0.0, mimic-response@^1.0.1: | ... | @@ -5838,10 +5903,10 @@ mimic-response@^1.0.0, mimic-response@^1.0.1: |
| 5838 | resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" | 5903 | resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" |
| 5839 | integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= | 5904 | integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= |
| 5840 | 5905 | ||
| 5841 | -mini-css-extract-plugin@1.3.6: | 5906 | +mini-css-extract-plugin@1.3.8: |
| 5842 | - version "1.3.6" | 5907 | + version "1.3.8" |
| 5843 | - resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.6.tgz#02e2b477aa7ab2579c7ea2854a875897a8b8dad0" | 5908 | + resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.8.tgz#639047b78c2ee728704285aa468d2a5a8d91d566" |
| 5844 | - integrity sha1-AuK0d6p6slecfqKFSodYl6i42tA= | 5909 | + integrity sha1-Y5BHt4wu5yhwQoWqRo0qWo2R1WY= |
| 5845 | dependencies: | 5910 | dependencies: |
| 5846 | loader-utils "^2.0.0" | 5911 | loader-utils "^2.0.0" |
| 5847 | schema-utils "^3.0.0" | 5912 | schema-utils "^3.0.0" |
| ... | @@ -7375,10 +7440,10 @@ sass-loader@^10.1.1: | ... | @@ -7375,10 +7440,10 @@ sass-loader@^10.1.1: |
| 7375 | schema-utils "^3.0.0" | 7440 | schema-utils "^3.0.0" |
| 7376 | semver "^7.3.2" | 7441 | semver "^7.3.2" |
| 7377 | 7442 | ||
| 7378 | -sass@^1.32.7: | 7443 | +sass@^1.32.8: |
| 7379 | - version "1.32.7" | 7444 | + version "1.32.8" |
| 7380 | - resolved "https://registry.npm.taobao.org/sass/download/sass-1.32.7.tgz#632a9df2b85dc4b346977fcaf2d5e6f2b7039fd8" | 7445 | + resolved "https://registry.npm.taobao.org/sass/download/sass-1.32.8.tgz#f16a9abd8dc530add8834e506878a2808c037bdc" |
| 7381 | - integrity sha1-Yyqd8rhdxLNGl3/K8tXm8rcDn9g= | 7446 | + integrity sha1-8WqavY3FMK3Yg05QaHiigIwDe9w= |
| 7382 | dependencies: | 7447 | dependencies: |
| 7383 | chokidar ">=2.0.0 <4.0.0" | 7448 | chokidar ">=2.0.0 <4.0.0" |
| 7384 | 7449 | ... | ... |
-
请 注册 或 登录 后发表评论