正在显示
2 个修改的文件
包含
172 行增加
和
119 行删除
| ... | @@ -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", |
| ... | @@ -78,8 +78,8 @@ | ... | @@ -78,8 +78,8 @@ |
| 78 | "vuex": "^3.6.2" | 78 | "vuex": "^3.6.2" |
| 79 | }, | 79 | }, |
| 80 | "devDependencies": { | 80 | "devDependencies": { |
| 81 | - "@babel/core": "^7.12.13", | 81 | + "@babel/core": "^7.12.17", |
| 82 | - "@babel/eslint-parser": "^7.12.13", | 82 | + "@babel/eslint-parser": "^7.12.17", |
| 83 | "@babel/plugin-proposal-class-properties": "^7.12.13", | 83 | "@babel/plugin-proposal-class-properties": "^7.12.13", |
| 84 | "@babel/plugin-proposal-decorators": "^7.12.13", | 84 | "@babel/plugin-proposal-decorators": "^7.12.13", |
| 85 | "@babel/plugin-proposal-do-expressions": "^7.12.13", | 85 | "@babel/plugin-proposal-do-expressions": "^7.12.13", |
| ... | @@ -91,44 +91,44 @@ | ... | @@ -91,44 +91,44 @@ |
| 91 | "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", | 91 | "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", |
| 92 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", | 92 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", |
| 93 | "@babel/plugin-proposal-numeric-separator": "^7.12.13", | 93 | "@babel/plugin-proposal-numeric-separator": "^7.12.13", |
| 94 | - "@babel/plugin-proposal-optional-chaining": "^7.12.13", | 94 | + "@babel/plugin-proposal-optional-chaining": "^7.12.17", |
| 95 | "@babel/plugin-proposal-pipeline-operator": "^7.12.13", | 95 | "@babel/plugin-proposal-pipeline-operator": "^7.12.13", |
| 96 | "@babel/plugin-proposal-throw-expressions": "^7.12.13", | 96 | "@babel/plugin-proposal-throw-expressions": "^7.12.13", |
| 97 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", | 97 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 98 | "@babel/plugin-syntax-import-meta": "^7.10.4", | 98 | "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 99 | - "@babel/plugin-transform-runtime": "^7.12.15", | 99 | + "@babel/plugin-transform-runtime": "^7.12.17", |
| 100 | "@babel/polyfill": "^7.12.1", | 100 | "@babel/polyfill": "^7.12.1", |
| 101 | - "@babel/preset-env": "^7.12.13", | 101 | + "@babel/preset-env": "^7.12.17", |
| 102 | "@babel/register": "^7.12.13", | 102 | "@babel/register": "^7.12.13", |
| 103 | - "@babel/runtime": "^7.12.13", | 103 | + "@babel/runtime": "^7.12.18", |
| 104 | - "@types/fs-extra": "^9.0.6", | 104 | + "@types/fs-extra": "^9.0.7", |
| 105 | - "@types/node": "^14.14.25", | 105 | + "@types/node": "^14.14.30", |
| 106 | - "ajv": "^7.1.0", | 106 | + "ajv": "^7.1.1", |
| 107 | "babel-loader": "^8.2.2", | 107 | "babel-loader": "^8.2.2", |
| 108 | "cfonts": "^2.9.1", | 108 | "cfonts": "^2.9.1", |
| 109 | "chalk": "^4.0.0", | 109 | "chalk": "^4.0.0", |
| 110 | "copy-webpack-plugin": "^7.0.0", | 110 | "copy-webpack-plugin": "^7.0.0", |
| 111 | - "core-js": "^3.8.3", | 111 | + "core-js": "^3.9.0", |
| 112 | "cross-env": "^7.0.3", | 112 | "cross-env": "^7.0.3", |
| 113 | "css-loader": "^5.0.2", | 113 | "css-loader": "^5.0.2", |
| 114 | "del": "^6.0.0", | 114 | "del": "^6.0.0", |
| 115 | "electron": "^11.2.3", | 115 | "electron": "^11.2.3", |
| 116 | "electron-builder": "^22.9.1", | 116 | "electron-builder": "^22.9.1", |
| 117 | "electron-devtools-installer": "^3.1.1", | 117 | "electron-devtools-installer": "^3.1.1", |
| 118 | - "eslint": "^7.19.0", | 118 | + "eslint": "^7.20.0", |
| 119 | "eslint-config-standard": "^16.0.2", | 119 | "eslint-config-standard": "^16.0.2", |
| 120 | "eslint-friendly-formatter": "^4.0.1", | 120 | "eslint-friendly-formatter": "^4.0.1", |
| 121 | "eslint-plugin-html": "^6.1.1", | 121 | "eslint-plugin-html": "^6.1.1", |
| 122 | "eslint-plugin-import": "^2.22.1", | 122 | "eslint-plugin-import": "^2.22.1", |
| 123 | "eslint-plugin-node": "^11.1.0", | 123 | "eslint-plugin-node": "^11.1.0", |
| 124 | "eslint-plugin-promise": "^4.3.1", | 124 | "eslint-plugin-promise": "^4.3.1", |
| 125 | - "eslint-webpack-plugin": "^2.5.0", | 125 | + "eslint-webpack-plugin": "^2.5.2", |
| 126 | - "html-webpack-plugin": "^5.0.0", | 126 | + "html-webpack-plugin": "^5.1.0", |
| 127 | - "mini-css-extract-plugin": "1.3.6", | 127 | + "mini-css-extract-plugin": "1.3.8", |
| 128 | "multispinner": "^0.2.1", | 128 | "multispinner": "^0.2.1", |
| 129 | "node-loader": "^1.0.2", | 129 | "node-loader": "^1.0.2", |
| 130 | "portfinder": "^1.0.28", | 130 | "portfinder": "^1.0.28", |
| 131 | - "sass": "^1.32.7", | 131 | + "sass": "^1.32.8", |
| 132 | "sass-loader": "^11.0.1", | 132 | "sass-loader": "^11.0.1", |
| 133 | "split2": "^3.2.2", | 133 | "split2": "^3.2.2", |
| 134 | "style-loader": "^2.0.0", | 134 | "style-loader": "^2.0.0", |
| ... | @@ -141,7 +141,7 @@ | ... | @@ -141,7 +141,7 @@ |
| 141 | "vue-loader": "^15.9.6", | 141 | "vue-loader": "^15.9.6", |
| 142 | "vue-style-loader": "^4.1.2", | 142 | "vue-style-loader": "^4.1.2", |
| 143 | "vue-template-compiler": "^2.6.12", | 143 | "vue-template-compiler": "^2.6.12", |
| 144 | - "webpack": "^5.21.2", | 144 | + "webpack": "^5.23.0", |
| 145 | "webpack-cli": "^4.5.0", | 145 | "webpack-cli": "^4.5.0", |
| 146 | "webpack-dev-server": "^3.11.2", | 146 | "webpack-dev-server": "^3.11.2", |
| 147 | "webpack-hot-middleware": "^2.25.0", | 147 | "webpack-hot-middleware": "^2.25.0", | ... | ... |
| ... | @@ -7,10 +7,10 @@ | ... | @@ -7,10 +7,10 @@ |
| 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.0.0": | 10 | +"@babel/code-frame@7.12.11": |
| 11 | - version "7.10.4" | 11 | + version "7.12.11" |
| 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" | 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-Fo2ho26Q2miujUnA8bSMfGJJITo= | 13 | + integrity sha1-9K1DWqJj25NbjxDyxVLSP7cWpj8= |
| 14 | dependencies: | 14 | dependencies: |
| 15 | "@babel/highlight" "^7.10.4" | 15 | "@babel/highlight" "^7.10.4" |
| 16 | 16 | ||
| ... | @@ -26,19 +26,19 @@ | ... | @@ -26,19 +26,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" | 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" |
| 27 | integrity sha1-J+GeDtNybM9UBnztQQlQF2Xn4ug= | 27 | integrity sha1-J+GeDtNybM9UBnztQQlQF2Xn4ug= |
| 28 | 28 | ||
| 29 | -"@babel/core@^7.12.13": | 29 | +"@babel/core@^7.12.17": |
| 30 | - version "7.12.13" | 30 | + version "7.12.17" |
| 31 | - resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.12.13.tgz?cache=0&sync_timestamp=1612314799232&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425" | 31 | + resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2" |
| 32 | - integrity sha1-tzqHo6Pn0UKmYki/atiLnOsJNCU= | 32 | + integrity sha1-mTxeiTMzEHooFdjg1zosN1XigLI= |
| 33 | dependencies: | 33 | dependencies: |
| 34 | "@babel/code-frame" "^7.12.13" | 34 | "@babel/code-frame" "^7.12.13" |
| 35 | - "@babel/generator" "^7.12.13" | 35 | + "@babel/generator" "^7.12.17" |
| 36 | - "@babel/helper-module-transforms" "^7.12.13" | 36 | + "@babel/helper-module-transforms" "^7.12.17" |
| 37 | - "@babel/helpers" "^7.12.13" | 37 | + "@babel/helpers" "^7.12.17" |
| 38 | - "@babel/parser" "^7.12.13" | 38 | + "@babel/parser" "^7.12.17" |
| 39 | "@babel/template" "^7.12.13" | 39 | "@babel/template" "^7.12.13" |
| 40 | - "@babel/traverse" "^7.12.13" | 40 | + "@babel/traverse" "^7.12.17" |
| 41 | - "@babel/types" "^7.12.13" | 41 | + "@babel/types" "^7.12.17" |
| 42 | convert-source-map "^1.7.0" | 42 | convert-source-map "^1.7.0" |
| 43 | debug "^4.1.0" | 43 | debug "^4.1.0" |
| 44 | gensync "^1.0.0-beta.1" | 44 | gensync "^1.0.0-beta.1" |
| ... | @@ -47,10 +47,10 @@ | ... | @@ -47,10 +47,10 @@ |
| 47 | semver "^5.4.1" | 47 | semver "^5.4.1" |
| 48 | source-map "^0.5.0" | 48 | source-map "^0.5.0" |
| 49 | 49 | ||
| 50 | -"@babel/eslint-parser@^7.12.13": | 50 | +"@babel/eslint-parser@^7.12.17": |
| 51 | - version "7.12.13" | 51 | + version "7.12.17" |
| 52 | - resolved "https://registry.npm.taobao.org/@babel/eslint-parser/download/@babel/eslint-parser-7.12.13.tgz?cache=0&sync_timestamp=1612314643499&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Feslint-parser%2Fdownload%2F%40babel%2Feslint-parser-7.12.13.tgz#f3158c28ed9eecd95fb75ee3015033b8b3b869b2" | 52 | + resolved "https://registry.npm.taobao.org/@babel/eslint-parser/download/@babel/eslint-parser-7.12.17.tgz#6cb57929c5614654ee7d6d27fa85ed0b6a8d4470" |
| 53 | - integrity sha1-8xWMKO2e7Nlft17jAVAzuLO4abI= | 53 | + integrity sha1-bLV5KcVhRlTufW0n+oXtC2qNRHA= |
| 54 | dependencies: | 54 | dependencies: |
| 55 | eslint-scope "5.1.0" | 55 | eslint-scope "5.1.0" |
| 56 | eslint-visitor-keys "^1.3.0" | 56 | eslint-visitor-keys "^1.3.0" |
| ... | @@ -65,6 +65,15 @@ | ... | @@ -65,6 +65,15 @@ |
| 65 | jsesc "^2.5.1" | 65 | jsesc "^2.5.1" |
| 66 | source-map "^0.5.0" | 66 | source-map "^0.5.0" |
| 67 | 67 | ||
| 68 | +"@babel/generator@^7.12.17": | ||
| 69 | + version "7.12.17" | ||
| 70 | + resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287" | ||
| 71 | + integrity sha1-nvHdeS13izIoRBHfY/T2aKmVcoc= | ||
| 72 | + dependencies: | ||
| 73 | + "@babel/types" "^7.12.17" | ||
| 74 | + jsesc "^2.5.1" | ||
| 75 | + source-map "^0.5.0" | ||
| 76 | + | ||
| 68 | "@babel/helper-annotate-as-pure@^7.10.4": | 77 | "@babel/helper-annotate-as-pure@^7.10.4": |
| 69 | version "7.10.4" | 78 | version "7.10.4" |
| 70 | 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" | 79 | 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" |
| ... | @@ -87,13 +96,13 @@ | ... | @@ -87,13 +96,13 @@ |
| 87 | "@babel/helper-explode-assignable-expression" "^7.12.13" | 96 | "@babel/helper-explode-assignable-expression" "^7.12.13" |
| 88 | "@babel/types" "^7.12.13" | 97 | "@babel/types" "^7.12.13" |
| 89 | 98 | ||
| 90 | -"@babel/helper-compilation-targets@^7.12.13": | 99 | +"@babel/helper-compilation-targets@^7.12.17": |
| 91 | - version "7.12.13" | 100 | + version "7.12.17" |
| 92 | - 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" | 101 | + 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" |
| 93 | - integrity sha1-1onN74iBCqdOFaepQYbyaj13PJg= | 102 | + integrity sha1-kdg/rmHvOQ05w/BQfLg5ebq4N8c= |
| 94 | dependencies: | 103 | dependencies: |
| 95 | "@babel/compat-data" "^7.12.13" | 104 | "@babel/compat-data" "^7.12.13" |
| 96 | - "@babel/helper-validator-option" "^7.12.11" | 105 | + "@babel/helper-validator-option" "^7.12.17" |
| 97 | browserslist "^4.14.5" | 106 | browserslist "^4.14.5" |
| 98 | semver "^5.5.0" | 107 | semver "^5.5.0" |
| 99 | 108 | ||
| ... | @@ -184,6 +193,21 @@ | ... | @@ -184,6 +193,21 @@ |
| 184 | "@babel/types" "^7.12.13" | 193 | "@babel/types" "^7.12.13" |
| 185 | lodash "^4.17.19" | 194 | lodash "^4.17.19" |
| 186 | 195 | ||
| 196 | +"@babel/helper-module-transforms@^7.12.17": | ||
| 197 | + version "7.12.17" | ||
| 198 | + 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" | ||
| 199 | + integrity sha1-fHW5h9bf1bSOV1ZI+B6qyJFTlQk= | ||
| 200 | + dependencies: | ||
| 201 | + "@babel/helper-module-imports" "^7.12.13" | ||
| 202 | + "@babel/helper-replace-supers" "^7.12.13" | ||
| 203 | + "@babel/helper-simple-access" "^7.12.13" | ||
| 204 | + "@babel/helper-split-export-declaration" "^7.12.13" | ||
| 205 | + "@babel/helper-validator-identifier" "^7.12.11" | ||
| 206 | + "@babel/template" "^7.12.13" | ||
| 207 | + "@babel/traverse" "^7.12.17" | ||
| 208 | + "@babel/types" "^7.12.17" | ||
| 209 | + lodash "^4.17.19" | ||
| 210 | + | ||
| 187 | "@babel/helper-optimise-call-expression@^7.12.13": | 211 | "@babel/helper-optimise-call-expression@^7.12.13": |
| 188 | version "7.12.13" | 212 | version "7.12.13" |
| 189 | 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" | 213 | 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" |
| ... | @@ -258,10 +282,10 @@ | ... | @@ -258,10 +282,10 @@ |
| 258 | 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" | 282 | 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" |
| 259 | integrity sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0= | 283 | integrity sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0= |
| 260 | 284 | ||
| 261 | -"@babel/helper-validator-option@^7.12.11": | 285 | +"@babel/helper-validator-option@^7.12.17": |
| 262 | - version "7.12.11" | 286 | + version "7.12.17" |
| 263 | - 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" | 287 | + resolved "https://registry.npm.taobao.org/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
| 264 | - integrity sha1-1my4t6Pn/kxpYrMgIKEx7PCEf08= | 288 | + integrity sha1-0fvwEuGnm37rv9xtJwuq+NnrmDE= |
| 265 | 289 | ||
| 266 | "@babel/helper-wrap-function@^7.12.13": | 290 | "@babel/helper-wrap-function@^7.12.13": |
| 267 | version "7.12.13" | 291 | version "7.12.13" |
| ... | @@ -273,14 +297,14 @@ | ... | @@ -273,14 +297,14 @@ |
| 273 | "@babel/traverse" "^7.12.13" | 297 | "@babel/traverse" "^7.12.13" |
| 274 | "@babel/types" "^7.12.13" | 298 | "@babel/types" "^7.12.13" |
| 275 | 299 | ||
| 276 | -"@babel/helpers@^7.12.13": | 300 | +"@babel/helpers@^7.12.17": |
| 277 | - version "7.12.13" | 301 | + version "7.12.17" |
| 278 | - 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" | 302 | + 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" |
| 279 | - integrity sha1-PHXpk2MuTa3AJ06uIZxz63ZFukc= | 303 | + integrity sha1-ceA9KYGmte4WiZlk9BAdyEcdYLw= |
| 280 | dependencies: | 304 | dependencies: |
| 281 | "@babel/template" "^7.12.13" | 305 | "@babel/template" "^7.12.13" |
| 282 | - "@babel/traverse" "^7.12.13" | 306 | + "@babel/traverse" "^7.12.17" |
| 283 | - "@babel/types" "^7.12.13" | 307 | + "@babel/types" "^7.12.17" |
| 284 | 308 | ||
| 285 | "@babel/highlight@^7.10.4": | 309 | "@babel/highlight@^7.10.4": |
| 286 | version "7.10.4" | 310 | version "7.10.4" |
| ... | @@ -305,6 +329,11 @@ | ... | @@ -305,6 +329,11 @@ |
| 305 | resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.15.tgz?cache=0&sync_timestamp=1612474717518&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf" | 329 | resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.15.tgz?cache=0&sync_timestamp=1612474717518&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf" |
| 306 | integrity sha1-KyDefwtLMy2bEZ3ZwzQJxTi4qs8= | 330 | integrity sha1-KyDefwtLMy2bEZ3ZwzQJxTi4qs8= |
| 307 | 331 | ||
| 332 | +"@babel/parser@^7.12.17": | ||
| 333 | + version "7.12.17" | ||
| 334 | + resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848" | ||
| 335 | + integrity sha1-vIXS1H2zgJTluyaPx2Fxbn1pOEg= | ||
| 336 | + | ||
| 308 | "@babel/plugin-proposal-async-generator-functions@^7.12.13": | 337 | "@babel/plugin-proposal-async-generator-functions@^7.12.13": |
| 309 | version "7.12.13" | 338 | version "7.12.13" |
| 310 | 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" | 339 | 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" |
| ... | @@ -339,12 +368,12 @@ | ... | @@ -339,12 +368,12 @@ |
| 339 | "@babel/helper-plugin-utils" "^7.12.13" | 368 | "@babel/helper-plugin-utils" "^7.12.13" |
| 340 | "@babel/plugin-syntax-do-expressions" "^7.12.13" | 369 | "@babel/plugin-syntax-do-expressions" "^7.12.13" |
| 341 | 370 | ||
| 342 | -"@babel/plugin-proposal-dynamic-import@^7.12.1": | 371 | +"@babel/plugin-proposal-dynamic-import@^7.12.17": |
| 343 | - version "7.12.1" | 372 | + version "7.12.17" |
| 344 | - 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" | 373 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512" |
| 345 | - integrity sha1-Q+tcKjSH7NmMXI6otf22midJstw= | 374 | + integrity sha1-4OvY22Wsw36sUY+he+rSF04iRRI= |
| 346 | dependencies: | 375 | dependencies: |
| 347 | - "@babel/helper-plugin-utils" "^7.10.4" | 376 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 348 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" | 377 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
| 349 | 378 | ||
| 350 | "@babel/plugin-proposal-export-default-from@^7.12.13": | 379 | "@babel/plugin-proposal-export-default-from@^7.12.13": |
| ... | @@ -429,10 +458,10 @@ | ... | @@ -429,10 +458,10 @@ |
| 429 | "@babel/helper-plugin-utils" "^7.12.13" | 458 | "@babel/helper-plugin-utils" "^7.12.13" |
| 430 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" | 459 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
| 431 | 460 | ||
| 432 | -"@babel/plugin-proposal-optional-chaining@^7.12.13": | 461 | +"@babel/plugin-proposal-optional-chaining@^7.12.17": |
| 433 | - version "7.12.13" | 462 | + version "7.12.17" |
| 434 | - resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.13.tgz?cache=0&sync_timestamp=1612314835146&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-optional-chaining%2Fdownload%2F%40babel%2Fplugin-proposal-optional-chaining-7.12.13.tgz#63a7d805bc8ce626f3234ee5421a2a7fb23f66d9" | 463 | + resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c" |
| 435 | - integrity sha1-Y6fYBbyM5ibzI07lQhoqf7I/Ztk= | 464 | + integrity sha1-44K+ytwssWt5E7bGctkuSzM4W1w= |
| 436 | dependencies: | 465 | dependencies: |
| 437 | "@babel/helper-plugin-utils" "^7.12.13" | 466 | "@babel/helper-plugin-utils" "^7.12.13" |
| 438 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" | 467 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
| ... | @@ -823,10 +852,10 @@ | ... | @@ -823,10 +852,10 @@ |
| 823 | dependencies: | 852 | dependencies: |
| 824 | "@babel/helper-plugin-utils" "^7.12.13" | 853 | "@babel/helper-plugin-utils" "^7.12.13" |
| 825 | 854 | ||
| 826 | -"@babel/plugin-transform-runtime@^7.12.15": | 855 | +"@babel/plugin-transform-runtime@^7.12.17": |
| 827 | - version "7.12.15" | 856 | + version "7.12.17" |
| 828 | - resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.15.tgz#4337b2507288007c2b197059301aa0af8d90c085" | 857 | + resolved "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.17.tgz#329cb61d293b7e60a7685b91dda7c300668cee18" |
| 829 | - integrity sha1-QzeyUHKIAHwrGXBZMBqgr42QwIU= | 858 | + integrity sha1-Mpy2HSk7fmCnaFuR3afDAGaM7hg= |
| 830 | dependencies: | 859 | dependencies: |
| 831 | "@babel/helper-module-imports" "^7.12.13" | 860 | "@babel/helper-module-imports" "^7.12.13" |
| 832 | "@babel/helper-plugin-utils" "^7.12.13" | 861 | "@babel/helper-plugin-utils" "^7.12.13" |
| ... | @@ -891,19 +920,19 @@ | ... | @@ -891,19 +920,19 @@ |
| 891 | core-js "^2.6.5" | 920 | core-js "^2.6.5" |
| 892 | regenerator-runtime "^0.13.4" | 921 | regenerator-runtime "^0.13.4" |
| 893 | 922 | ||
| 894 | -"@babel/preset-env@^7.12.13": | 923 | +"@babel/preset-env@^7.12.17": |
| 895 | - version "7.12.13" | 924 | + version "7.12.17" |
| 896 | - resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.12.13.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.12.13.tgz#3aa2d09cf7d255177538dff292ac9af29ad46525" | 925 | + resolved "https://registry.npm.taobao.org/@babel/preset-env/download/@babel/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa" |
| 897 | - integrity sha1-OqLQnPfSVRd1ON/ykqya8prUZSU= | 926 | + integrity sha1-lKN5P/CJwy7nTXajwDp1l2k+uqo= |
| 898 | dependencies: | 927 | dependencies: |
| 899 | "@babel/compat-data" "^7.12.13" | 928 | "@babel/compat-data" "^7.12.13" |
| 900 | - "@babel/helper-compilation-targets" "^7.12.13" | 929 | + "@babel/helper-compilation-targets" "^7.12.17" |
| 901 | "@babel/helper-module-imports" "^7.12.13" | 930 | "@babel/helper-module-imports" "^7.12.13" |
| 902 | "@babel/helper-plugin-utils" "^7.12.13" | 931 | "@babel/helper-plugin-utils" "^7.12.13" |
| 903 | - "@babel/helper-validator-option" "^7.12.11" | 932 | + "@babel/helper-validator-option" "^7.12.17" |
| 904 | "@babel/plugin-proposal-async-generator-functions" "^7.12.13" | 933 | "@babel/plugin-proposal-async-generator-functions" "^7.12.13" |
| 905 | "@babel/plugin-proposal-class-properties" "^7.12.13" | 934 | "@babel/plugin-proposal-class-properties" "^7.12.13" |
| 906 | - "@babel/plugin-proposal-dynamic-import" "^7.12.1" | 935 | + "@babel/plugin-proposal-dynamic-import" "^7.12.17" |
| 907 | "@babel/plugin-proposal-export-namespace-from" "^7.12.13" | 936 | "@babel/plugin-proposal-export-namespace-from" "^7.12.13" |
| 908 | "@babel/plugin-proposal-json-strings" "^7.12.13" | 937 | "@babel/plugin-proposal-json-strings" "^7.12.13" |
| 909 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.13" | 938 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.13" |
| ... | @@ -911,7 +940,7 @@ | ... | @@ -911,7 +940,7 @@ |
| 911 | "@babel/plugin-proposal-numeric-separator" "^7.12.13" | 940 | "@babel/plugin-proposal-numeric-separator" "^7.12.13" |
| 912 | "@babel/plugin-proposal-object-rest-spread" "^7.12.13" | 941 | "@babel/plugin-proposal-object-rest-spread" "^7.12.13" |
| 913 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.13" | 942 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.13" |
| 914 | - "@babel/plugin-proposal-optional-chaining" "^7.12.13" | 943 | + "@babel/plugin-proposal-optional-chaining" "^7.12.17" |
| 915 | "@babel/plugin-proposal-private-methods" "^7.12.13" | 944 | "@babel/plugin-proposal-private-methods" "^7.12.13" |
| 916 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" | 945 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" |
| 917 | "@babel/plugin-syntax-async-generators" "^7.8.0" | 946 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
| ... | @@ -959,7 +988,7 @@ | ... | @@ -959,7 +988,7 @@ |
| 959 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" | 988 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
| 960 | "@babel/plugin-transform-unicode-regex" "^7.12.13" | 989 | "@babel/plugin-transform-unicode-regex" "^7.12.13" |
| 961 | "@babel/preset-modules" "^0.1.3" | 990 | "@babel/preset-modules" "^0.1.3" |
| 962 | - "@babel/types" "^7.12.13" | 991 | + "@babel/types" "^7.12.17" |
| 963 | core-js-compat "^3.8.0" | 992 | core-js-compat "^3.8.0" |
| 964 | semver "^5.5.0" | 993 | semver "^5.5.0" |
| 965 | 994 | ||
| ... | @@ -985,10 +1014,10 @@ | ... | @@ -985,10 +1014,10 @@ |
| 985 | pirates "^4.0.0" | 1014 | pirates "^4.0.0" |
| 986 | source-map-support "^0.5.16" | 1015 | source-map-support "^0.5.16" |
| 987 | 1016 | ||
| 988 | -"@babel/runtime@^7.12.13": | 1017 | +"@babel/runtime@^7.12.18": |
| 989 | - version "7.12.13" | 1018 | + version "7.12.18" |
| 990 | - resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d" | 1019 | + resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b" |
| 991 | - integrity sha1-CiFFI1KwJULbD/uSisLTyny21m0= | 1020 | + integrity sha1-rxN71+fZcFpBKzyq+ZH+aqqXgxs= |
| 992 | dependencies: | 1021 | dependencies: |
| 993 | regenerator-runtime "^0.13.4" | 1022 | regenerator-runtime "^0.13.4" |
| 994 | 1023 | ||
| ... | @@ -1023,6 +1052,21 @@ | ... | @@ -1023,6 +1052,21 @@ |
| 1023 | globals "^11.1.0" | 1052 | globals "^11.1.0" |
| 1024 | lodash "^4.17.19" | 1053 | lodash "^4.17.19" |
| 1025 | 1054 | ||
| 1055 | +"@babel/traverse@^7.12.17": | ||
| 1056 | + version "7.12.17" | ||
| 1057 | + resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619" | ||
| 1058 | + integrity sha1-QOyMf/tQLE5Ux/lUktwRuI1xhhk= | ||
| 1059 | + dependencies: | ||
| 1060 | + "@babel/code-frame" "^7.12.13" | ||
| 1061 | + "@babel/generator" "^7.12.17" | ||
| 1062 | + "@babel/helper-function-name" "^7.12.13" | ||
| 1063 | + "@babel/helper-split-export-declaration" "^7.12.13" | ||
| 1064 | + "@babel/parser" "^7.12.17" | ||
| 1065 | + "@babel/types" "^7.12.17" | ||
| 1066 | + debug "^4.1.0" | ||
| 1067 | + globals "^11.1.0" | ||
| 1068 | + lodash "^4.17.19" | ||
| 1069 | + | ||
| 1026 | "@babel/types@^7.10.4", "@babel/types@^7.4.4": | 1070 | "@babel/types@^7.10.4", "@babel/types@^7.4.4": |
| 1027 | version "7.10.4" | 1071 | version "7.10.4" |
| 1028 | resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.4.tgz?cache=0&sync_timestamp=1593522838025&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" | 1072 | resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.4.tgz?cache=0&sync_timestamp=1593522838025&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
| ... | @@ -1050,6 +1094,15 @@ | ... | @@ -1050,6 +1094,15 @@ |
| 1050 | lodash "^4.17.19" | 1094 | lodash "^4.17.19" |
| 1051 | to-fast-properties "^2.0.0" | 1095 | to-fast-properties "^2.0.0" |
| 1052 | 1096 | ||
| 1097 | +"@babel/types@^7.12.17": | ||
| 1098 | + version "7.12.17" | ||
| 1099 | + resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963" | ||
| 1100 | + integrity sha1-nXEeuAfgk0yQuLHKDrH3Iw0VCWM= | ||
| 1101 | + dependencies: | ||
| 1102 | + "@babel/helper-validator-identifier" "^7.12.11" | ||
| 1103 | + lodash "^4.17.19" | ||
| 1104 | + to-fast-properties "^2.0.0" | ||
| 1105 | + | ||
| 1053 | "@develar/schema-utils@~2.6.5": | 1106 | "@develar/schema-utils@~2.6.5": |
| 1054 | version "2.6.5" | 1107 | version "2.6.5" |
| 1055 | 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" | 1108 | 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" |
| ... | @@ -1166,10 +1219,10 @@ | ... | @@ -1166,10 +1219,10 @@ |
| 1166 | dependencies: | 1219 | dependencies: |
| 1167 | "@types/node" "*" | 1220 | "@types/node" "*" |
| 1168 | 1221 | ||
| 1169 | -"@types/fs-extra@^9.0.6": | 1222 | +"@types/fs-extra@^9.0.7": |
| 1170 | - version "9.0.6" | 1223 | + version "9.0.7" |
| 1171 | - 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" | 1224 | + resolved "https://registry.npm.taobao.org/@types/fs-extra/download/@types/fs-extra-9.0.7.tgz#a9ef2ffdab043def080c5bec94c03402f793577f" |
| 1172 | - integrity sha1-SI5Wt3KZiZpgi4JpcZwdEzAnpqs= | 1225 | + integrity sha1-qe8v/asEPe8IDFvslMA0AveTV38= |
| 1173 | dependencies: | 1226 | dependencies: |
| 1174 | "@types/node" "*" | 1227 | "@types/node" "*" |
| 1175 | 1228 | ||
| ... | @@ -1221,10 +1274,10 @@ | ... | @@ -1221,10 +1274,10 @@ |
| 1221 | resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.12.48.tgz?cache=0&sync_timestamp=1594068001359&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-12.12.48.tgz#4135f064eeed9fcfb4756deea5ba2caa11603391" | 1274 | resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-12.12.48.tgz?cache=0&sync_timestamp=1594068001359&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-12.12.48.tgz#4135f064eeed9fcfb4756deea5ba2caa11603391" |
| 1222 | integrity sha1-QTXwZO7tn8+0dW3upbosqhFgM5E= | 1275 | integrity sha1-QTXwZO7tn8+0dW3upbosqhFgM5E= |
| 1223 | 1276 | ||
| 1224 | -"@types/node@^14.14.25": | 1277 | +"@types/node@^14.14.30": |
| 1225 | - version "14.14.25" | 1278 | + version "14.14.30" |
| 1226 | - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93" | 1279 | + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.30.tgz#7d5162eec085ba34f8cb9011e9ba12119f76f961" |
| 1227 | - integrity sha1-FZZ6e1d/+BOD+biIqmcF1D+7rpM= | 1280 | + integrity sha1-fVFi7sCFujT4y5AR6boSEZ92+WE= |
| 1228 | 1281 | ||
| 1229 | "@types/semver@^7.3.1": | 1282 | "@types/semver@^7.3.1": |
| 1230 | version "7.3.3" | 1283 | version "7.3.3" |
| ... | @@ -1493,10 +1546,10 @@ ajv@^7.0.2: | ... | @@ -1493,10 +1546,10 @@ ajv@^7.0.2: |
| 1493 | require-from-string "^2.0.2" | 1546 | require-from-string "^2.0.2" |
| 1494 | uri-js "^4.2.2" | 1547 | uri-js "^4.2.2" |
| 1495 | 1548 | ||
| 1496 | -ajv@^7.1.0: | 1549 | +ajv@^7.1.1: |
| 1497 | - version "7.1.0" | 1550 | + version "7.1.1" |
| 1498 | - resolved "https://registry.npm.taobao.org/ajv/download/ajv-7.1.0.tgz#f982ea7933dc7f1012eae9eec5a86687d805421b" | 1551 | + resolved "https://registry.npm.taobao.org/ajv/download/ajv-7.1.1.tgz#1e6b37a454021fa9941713f38b952fc1c8d32a84" |
| 1499 | - integrity sha1-+YLqeTPcfxAS6unuxahmh9gFQhs= | 1552 | + integrity sha1-Hms3pFQCH6mUFxPzi5UvwcjTKoQ= |
| 1500 | dependencies: | 1553 | dependencies: |
| 1501 | fast-deep-equal "^3.1.1" | 1554 | fast-deep-equal "^3.1.1" |
| 1502 | json-schema-traverse "^1.0.0" | 1555 | json-schema-traverse "^1.0.0" |
| ... | @@ -2543,10 +2596,10 @@ core-js@^3.6.5: | ... | @@ -2543,10 +2596,10 @@ core-js@^3.6.5: |
| 2543 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.6.5.tgz?cache=0&sync_timestamp=1586450269267&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" | 2596 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.6.5.tgz?cache=0&sync_timestamp=1586450269267&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" |
| 2544 | integrity sha1-c5XcJzrzf7LlDpvT2f6EEoUjHRo= | 2597 | integrity sha1-c5XcJzrzf7LlDpvT2f6EEoUjHRo= |
| 2545 | 2598 | ||
| 2546 | -core-js@^3.8.3: | 2599 | +core-js@^3.9.0: |
| 2547 | - version "3.8.3" | 2600 | + version "3.9.0" |
| 2548 | - 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" | 2601 | + resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.9.0.tgz#790b1bb11553a2272b36e2625c7179db345492f8" |
| 2549 | - integrity sha1-whkG4fFPNon5OrzG4miDVQ3ZLdA= | 2602 | + integrity sha1-eQsbsRVToicrNuJiXHF52zRUkvg= |
| 2550 | 2603 | ||
| 2551 | core-util-is@~1.0.0: | 2604 | core-util-is@~1.0.0: |
| 2552 | version "1.0.2" | 2605 | version "1.0.2" |
| ... | @@ -3347,10 +3400,10 @@ eslint-visitor-keys@^2.0.0: | ... | @@ -3347,10 +3400,10 @@ eslint-visitor-keys@^2.0.0: |
| 3347 | 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" | 3400 | 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" |
| 3348 | integrity sha1-If3I+82ceVzAMh8FY3AglXUVEag= | 3401 | integrity sha1-If3I+82ceVzAMh8FY3AglXUVEag= |
| 3349 | 3402 | ||
| 3350 | -eslint-webpack-plugin@^2.5.0: | 3403 | +eslint-webpack-plugin@^2.5.2: |
| 3351 | - version "2.5.0" | 3404 | + version "2.5.2" |
| 3352 | - resolved "https://registry.npm.taobao.org/eslint-webpack-plugin/download/eslint-webpack-plugin-2.5.0.tgz#a8f96f30dee245c92384f8109f41f473f603faba" | 3405 | + resolved "https://registry.npm.taobao.org/eslint-webpack-plugin/download/eslint-webpack-plugin-2.5.2.tgz#4ee17577d6392bf72048080a1678d6237183db81" |
| 3353 | - integrity sha1-qPlvMN7iRckjhPgQn0H0c/YD+ro= | 3406 | + integrity sha1-TuF1d9Y5K/cgSAgKFnjWI3GD24E= |
| 3354 | dependencies: | 3407 | dependencies: |
| 3355 | "@types/eslint" "^7.2.6" | 3408 | "@types/eslint" "^7.2.6" |
| 3356 | arrify "^2.0.1" | 3409 | arrify "^2.0.1" |
| ... | @@ -3358,12 +3411,12 @@ eslint-webpack-plugin@^2.5.0: | ... | @@ -3358,12 +3411,12 @@ eslint-webpack-plugin@^2.5.0: |
| 3358 | micromatch "^4.0.2" | 3411 | micromatch "^4.0.2" |
| 3359 | schema-utils "^3.0.0" | 3412 | schema-utils "^3.0.0" |
| 3360 | 3413 | ||
| 3361 | -eslint@^7.19.0: | 3414 | +eslint@^7.20.0: |
| 3362 | - version "7.19.0" | 3415 | + version "7.20.0" |
| 3363 | - resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41" | 3416 | + resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7" |
| 3364 | - integrity sha1-ZxliGxlrX61y5DOHmBMU5dDcP0E= | 3417 | + integrity sha1-2wfEyk7aLiMW56pXrH/JHsVQvcc= |
| 3365 | dependencies: | 3418 | dependencies: |
| 3366 | - "@babel/code-frame" "^7.0.0" | 3419 | + "@babel/code-frame" "7.12.11" |
| 3367 | "@eslint/eslintrc" "^0.3.0" | 3420 | "@eslint/eslintrc" "^0.3.0" |
| 3368 | ajv "^6.10.0" | 3421 | ajv "^6.10.0" |
| 3369 | chalk "^4.0.0" | 3422 | chalk "^4.0.0" |
| ... | @@ -3375,7 +3428,7 @@ eslint@^7.19.0: | ... | @@ -3375,7 +3428,7 @@ eslint@^7.19.0: |
| 3375 | eslint-utils "^2.1.0" | 3428 | eslint-utils "^2.1.0" |
| 3376 | eslint-visitor-keys "^2.0.0" | 3429 | eslint-visitor-keys "^2.0.0" |
| 3377 | espree "^7.3.1" | 3430 | espree "^7.3.1" |
| 3378 | - esquery "^1.2.0" | 3431 | + esquery "^1.4.0" |
| 3379 | esutils "^2.0.2" | 3432 | esutils "^2.0.2" |
| 3380 | file-entry-cache "^6.0.0" | 3433 | file-entry-cache "^6.0.0" |
| 3381 | functional-red-black-tree "^1.0.1" | 3434 | functional-red-black-tree "^1.0.1" |
| ... | @@ -3420,7 +3473,7 @@ esprima@~3.1.0: | ... | @@ -3420,7 +3473,7 @@ esprima@~3.1.0: |
| 3420 | resolved "https://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" | 3473 | resolved "https://registry.npm.taobao.org/esprima/download/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" |
| 3421 | integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= | 3474 | integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= |
| 3422 | 3475 | ||
| 3423 | -esquery@^1.2.0: | 3476 | +esquery@^1.4.0: |
| 3424 | version "1.4.0" | 3477 | version "1.4.0" |
| 3425 | resolved "https://registry.npm.taobao.org/esquery/download/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" | 3478 | resolved "https://registry.npm.taobao.org/esquery/download/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
| 3426 | integrity sha1-IUj/w4uC6McFff7UhCWz5h8PJKU= | 3479 | integrity sha1-IUj/w4uC6McFff7UhCWz5h8PJKU= |
| ... | @@ -4175,10 +4228,10 @@ html-minifier@^2.1.5: | ... | @@ -4175,10 +4228,10 @@ html-minifier@^2.1.5: |
| 4175 | relateurl "0.2.x" | 4228 | relateurl "0.2.x" |
| 4176 | uglify-js "2.6.x" | 4229 | uglify-js "2.6.x" |
| 4177 | 4230 | ||
| 4178 | -html-webpack-plugin@^5.0.0: | 4231 | +html-webpack-plugin@^5.1.0: |
| 4179 | - version "5.0.0" | 4232 | + version "5.1.0" |
| 4180 | - resolved "https://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-5.0.0.tgz#457a9defb33ce368135078b4e0387a27f3fe244d" | 4233 | + resolved "https://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-5.1.0.tgz#1c11bbe01ab9d1262c4b601edebcf394364b1f60" |
| 4181 | - integrity sha1-RXqd77M842gTUHi04Dh6J/P+JE0= | 4234 | + integrity sha1-HBG74Bq50SYsS2Ae3rzzlDZLH2A= |
| 4182 | dependencies: | 4235 | dependencies: |
| 4183 | "@types/html-minifier-terser" "^5.0.0" | 4236 | "@types/html-minifier-terser" "^5.0.0" |
| 4184 | html-minifier-terser "^5.0.1" | 4237 | html-minifier-terser "^5.0.1" |
| ... | @@ -5383,10 +5436,10 @@ mimic-response@^1.0.0, mimic-response@^1.0.1: | ... | @@ -5383,10 +5436,10 @@ mimic-response@^1.0.0, mimic-response@^1.0.1: |
| 5383 | resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" | 5436 | resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" |
| 5384 | integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= | 5437 | integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= |
| 5385 | 5438 | ||
| 5386 | -mini-css-extract-plugin@1.3.6: | 5439 | +mini-css-extract-plugin@1.3.8: |
| 5387 | - version "1.3.6" | 5440 | + version "1.3.8" |
| 5388 | - resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.6.tgz#02e2b477aa7ab2579c7ea2854a875897a8b8dad0" | 5441 | + resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.3.8.tgz#639047b78c2ee728704285aa468d2a5a8d91d566" |
| 5389 | - integrity sha1-AuK0d6p6slecfqKFSodYl6i42tA= | 5442 | + integrity sha1-Y5BHt4wu5yhwQoWqRo0qWo2R1WY= |
| 5390 | dependencies: | 5443 | dependencies: |
| 5391 | loader-utils "^2.0.0" | 5444 | loader-utils "^2.0.0" |
| 5392 | schema-utils "^3.0.0" | 5445 | schema-utils "^3.0.0" |
| ... | @@ -6724,10 +6777,10 @@ sass-loader@^11.0.1: | ... | @@ -6724,10 +6777,10 @@ sass-loader@^11.0.1: |
| 6724 | klona "^2.0.4" | 6777 | klona "^2.0.4" |
| 6725 | neo-async "^2.6.2" | 6778 | neo-async "^2.6.2" |
| 6726 | 6779 | ||
| 6727 | -sass@^1.32.7: | 6780 | +sass@^1.32.8: |
| 6728 | - version "1.32.7" | 6781 | + version "1.32.8" |
| 6729 | - resolved "https://registry.npm.taobao.org/sass/download/sass-1.32.7.tgz#632a9df2b85dc4b346977fcaf2d5e6f2b7039fd8" | 6782 | + resolved "https://registry.npm.taobao.org/sass/download/sass-1.32.8.tgz#f16a9abd8dc530add8834e506878a2808c037bdc" |
| 6730 | - integrity sha1-Yyqd8rhdxLNGl3/K8tXm8rcDn9g= | 6783 | + integrity sha1-8WqavY3FMK3Yg05QaHiigIwDe9w= |
| 6731 | dependencies: | 6784 | dependencies: |
| 6732 | chokidar ">=2.0.0 <4.0.0" | 6785 | chokidar ">=2.0.0 <4.0.0" |
| 6733 | 6786 | ||
| ... | @@ -8017,10 +8070,10 @@ webpack-sources@^2.1.1: | ... | @@ -8017,10 +8070,10 @@ webpack-sources@^2.1.1: |
| 8017 | source-list-map "^2.0.1" | 8070 | source-list-map "^2.0.1" |
| 8018 | source-map "^0.6.1" | 8071 | source-map "^0.6.1" |
| 8019 | 8072 | ||
| 8020 | -webpack@^5.21.2: | 8073 | +webpack@^5.23.0: |
| 8021 | - version "5.21.2" | 8074 | + version "5.23.0" |
| 8022 | - resolved "https://registry.npm.taobao.org/webpack/download/webpack-5.21.2.tgz#647507e50d3637695be28af58a6a8246050394e7" | 8075 | + resolved "https://registry.npm.taobao.org/webpack/download/webpack-5.23.0.tgz#9ed57e9a54b267b3549899271ad780cddc6ee316" |
| 8023 | - integrity sha1-ZHUH5Q02N2lb4or1imqCRgUDlOc= | 8076 | + integrity sha1-ntV+mlSyZ7NUmJknGteAzdxu4xY= |
| 8024 | dependencies: | 8077 | dependencies: |
| 8025 | "@types/eslint-scope" "^3.7.0" | 8078 | "@types/eslint-scope" "^3.7.0" |
| 8026 | "@types/estree" "^0.0.46" | 8079 | "@types/estree" "^0.0.46" | ... | ... |
-
请 注册 或 登录 后发表评论