正在显示
4 个修改的文件
包含
132 行增加
和
515 行删除
| ... | @@ -5,7 +5,6 @@ process.env.BABEL_ENV = 'main' | ... | @@ -5,7 +5,6 @@ process.env.BABEL_ENV = 'main' |
| 5 | const path = require('path') | 5 | const path = require('path') |
| 6 | const { dependencies } = require('../package.json') | 6 | const { dependencies } = require('../package.json') |
| 7 | const webpack = require('webpack') | 7 | const webpack = require('webpack') |
| 8 | -const MinifyPlugin = require("babel-minify-webpack-plugin"); | ||
| 9 | const config = require('../config') | 8 | const config = require('../config') |
| 10 | 9 | ||
| 11 | function resolve(dir) { | 10 | function resolve(dir) { |
| ... | @@ -91,7 +90,6 @@ if (process.env.NODE_ENV !== 'production') { | ... | @@ -91,7 +90,6 @@ if (process.env.NODE_ENV !== 'production') { |
| 91 | */ | 90 | */ |
| 92 | if (process.env.NODE_ENV === 'production') { | 91 | if (process.env.NODE_ENV === 'production') { |
| 93 | mainConfig.plugins.push( | 92 | mainConfig.plugins.push( |
| 94 | - new MinifyPlugin(), | ||
| 95 | new webpack.DefinePlugin({ | 93 | new webpack.DefinePlugin({ |
| 96 | 'process.env.NODE_ENV': '"production"' | 94 | 'process.env.NODE_ENV': '"production"' |
| 97 | }) | 95 | }) | ... | ... |
| ... | @@ -8,7 +8,6 @@ const webpack = require('webpack') | ... | @@ -8,7 +8,6 @@ const webpack = require('webpack') |
| 8 | const config = require('../config') | 8 | const config = require('../config') |
| 9 | const IsWeb = process.env.ENV_TARGET === 'web' | 9 | const IsWeb = process.env.ENV_TARGET === 'web' |
| 10 | 10 | ||
| 11 | -const MinifyPlugin = require("babel-minify-webpack-plugin"); | ||
| 12 | const CopyWebpackPlugin = require('copy-webpack-plugin') | 11 | const CopyWebpackPlugin = require('copy-webpack-plugin') |
| 13 | const MiniCssExtractPlugin = require('mini-css-extract-plugin') | 12 | const MiniCssExtractPlugin = require('mini-css-extract-plugin') |
| 14 | const HtmlWebpackPlugin = require('html-webpack-plugin') | 13 | const HtmlWebpackPlugin = require('html-webpack-plugin') |
| ... | @@ -230,7 +229,6 @@ if (process.env.NODE_ENV === 'production') { | ... | @@ -230,7 +229,6 @@ if (process.env.NODE_ENV === 'production') { |
| 230 | rendererConfig.devtool = '' | 229 | rendererConfig.devtool = '' |
| 231 | 230 | ||
| 232 | rendererConfig.plugins.push( | 231 | rendererConfig.plugins.push( |
| 233 | - new MinifyPlugin(), | ||
| 234 | new CopyWebpackPlugin({ | 232 | new CopyWebpackPlugin({ |
| 235 | patterns: [ | 233 | patterns: [ |
| 236 | { | 234 | { | ... | ... |
| ... | @@ -73,7 +73,7 @@ | ... | @@ -73,7 +73,7 @@ |
| 73 | "js-cookie": "^2.2.1", | 73 | "js-cookie": "^2.2.1", |
| 74 | "nprogress": "^0.2.0", | 74 | "nprogress": "^0.2.0", |
| 75 | "vue": "^2.6.12", | 75 | "vue": "^2.6.12", |
| 76 | - "vue-router": "^3.4.5", | 76 | + "vue-router": "^3.4.6", |
| 77 | "vuex": "^3.5.1" | 77 | "vuex": "^3.5.1" |
| 78 | }, | 78 | }, |
| 79 | "devDependencies": { | 79 | "devDependencies": { |
| ... | @@ -99,20 +99,19 @@ | ... | @@ -99,20 +99,19 @@ |
| 99 | "@babel/preset-env": "^7.11.5", | 99 | "@babel/preset-env": "^7.11.5", |
| 100 | "@babel/register": "^7.11.5", | 100 | "@babel/register": "^7.11.5", |
| 101 | "@babel/runtime": "^7.11.2", | 101 | "@babel/runtime": "^7.11.2", |
| 102 | - "@types/fs-extra": "^9.0.1", | 102 | + "@types/fs-extra": "^9.0.2", |
| 103 | - "@types/node": "^14.11.2", | 103 | + "@types/node": "^14.11.8", |
| 104 | - "ajv": "^6.12.5", | 104 | + "ajv": "^6.12.6", |
| 105 | "babel-eslint": "^9.0.0", | 105 | "babel-eslint": "^9.0.0", |
| 106 | "babel-loader": "^8.1.0", | 106 | "babel-loader": "^8.1.0", |
| 107 | - "babel-minify-webpack-plugin": "^0.3.1", | ||
| 108 | "cache-loader": "^4.1.0", | 107 | "cache-loader": "^4.1.0", |
| 109 | "cfonts": "^2.8.6", | 108 | "cfonts": "^2.8.6", |
| 110 | "chalk": "^4.0.0", | 109 | "chalk": "^4.0.0", |
| 111 | - "copy-webpack-plugin": "^6.1.1", | 110 | + "copy-webpack-plugin": "^6.2.1", |
| 112 | "cross-env": "^7.0.2", | 111 | "cross-env": "^7.0.2", |
| 113 | "css-loader": "^4.3.0", | 112 | "css-loader": "^4.3.0", |
| 114 | "del": "^6.0.0", | 113 | "del": "^6.0.0", |
| 115 | - "electron": "^10.1.2", | 114 | + "electron": "^10.1.3", |
| 116 | "electron-builder": "^22.8.1", | 115 | "electron-builder": "^22.8.1", |
| 117 | "electron-devtools-installer": "^3.1.1", | 116 | "electron-devtools-installer": "^3.1.1", |
| 118 | "eslint": "^6.8.0", | 117 | "eslint": "^6.8.0", |
| ... | @@ -124,23 +123,23 @@ | ... | @@ -124,23 +123,23 @@ |
| 124 | "eslint-plugin-node": "^9.2.0", | 123 | "eslint-plugin-node": "^9.2.0", |
| 125 | "eslint-plugin-promise": "^4.2.1", | 124 | "eslint-plugin-promise": "^4.2.1", |
| 126 | "eslint-plugin-standard": "^4.0.0", | 125 | "eslint-plugin-standard": "^4.0.0", |
| 127 | - "file-loader": "^6.1.0", | 126 | + "file-loader": "^6.1.1", |
| 128 | "html-webpack-plugin": "^4.5.0", | 127 | "html-webpack-plugin": "^4.5.0", |
| 129 | - "mini-css-extract-plugin": "0.11.2", | 128 | + "mini-css-extract-plugin": "1.0.0", |
| 130 | "multispinner": "^0.2.1", | 129 | "multispinner": "^0.2.1", |
| 131 | - "node-loader": "^1.0.1", | 130 | + "node-loader": "^1.0.2", |
| 132 | "portfinder": "^1.0.28", | 131 | "portfinder": "^1.0.28", |
| 133 | - "sass": "^1.26.11", | 132 | + "sass": "^1.27.0", |
| 134 | - "sass-loader": "^10.0.2", | 133 | + "sass-loader": "^10.0.3", |
| 135 | "split2": "^3.2.2", | 134 | "split2": "^3.2.2", |
| 136 | - "style-loader": "^1.2.1", | 135 | + "style-loader": "^2.0.0", |
| 137 | "svg-sprite-loader": "^5.0.0", | 136 | "svg-sprite-loader": "^5.0.0", |
| 138 | - "terser-webpack-plugin": "^4.2.2", | 137 | + "terser-webpack-plugin": "^4.2.3", |
| 139 | "thread-loader": "^3.0.0", | 138 | "thread-loader": "^3.0.0", |
| 140 | "through2-filter": "^3.0.0", | 139 | "through2-filter": "^3.0.0", |
| 141 | "ts-loader": "^8.0.4", | 140 | "ts-loader": "^8.0.4", |
| 142 | "typescript": "^4.0.3", | 141 | "typescript": "^4.0.3", |
| 143 | - "url-loader": "^4.1.0", | 142 | + "url-loader": "^4.1.1", |
| 144 | "vue-html-loader": "^1.2.4", | 143 | "vue-html-loader": "^1.2.4", |
| 145 | "vue-loader": "^15.9.3", | 144 | "vue-loader": "^15.9.3", |
| 146 | "vue-style-loader": "^4.1.2", | 145 | "vue-style-loader": "^4.1.2", |
| ... | @@ -149,6 +148,6 @@ | ... | @@ -149,6 +148,6 @@ |
| 149 | "webpack-cli": "^3.3.12", | 148 | "webpack-cli": "^3.3.12", |
| 150 | "webpack-dev-server": "^3.11.0", | 149 | "webpack-dev-server": "^3.11.0", |
| 151 | "webpack-hot-middleware": "^2.25.0", | 150 | "webpack-hot-middleware": "^2.25.0", |
| 152 | - "webpack-merge": "^5.1.4" | 151 | + "webpack-merge": "^5.2.0" |
| 153 | } | 152 | } |
| 154 | } | 153 | } | ... | ... |
| ... | @@ -1186,6 +1186,13 @@ | ... | @@ -1186,6 +1186,13 @@ |
| 1186 | dependencies: | 1186 | dependencies: |
| 1187 | "@types/node" "*" | 1187 | "@types/node" "*" |
| 1188 | 1188 | ||
| 1189 | +"@types/fs-extra@^9.0.2": | ||
| 1190 | + version "9.0.2" | ||
| 1191 | + resolved "https://registry.npm.taobao.org/@types/fs-extra/download/@types/fs-extra-9.0.2.tgz#e1e1b578c48e8d08ae7fc36e552b94c6f4621609" | ||
| 1192 | + integrity sha1-4eG1eMSOjQiuf8NuVSuUxvRiFgk= | ||
| 1193 | + dependencies: | ||
| 1194 | + "@types/node" "*" | ||
| 1195 | + | ||
| 1189 | "@types/glob@^7.1.1": | 1196 | "@types/glob@^7.1.1": |
| 1190 | version "7.1.3" | 1197 | version "7.1.3" |
| 1191 | resolved "https://registry.npm.taobao.org/@types/glob/download/@types/glob-7.1.3.tgz?cache=0&sync_timestamp=1594077991058&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fglob%2Fdownload%2F%40types%2Fglob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" | 1198 | resolved "https://registry.npm.taobao.org/@types/glob/download/@types/glob-7.1.3.tgz?cache=0&sync_timestamp=1594077991058&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fglob%2Fdownload%2F%40types%2Fglob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" |
| ... | @@ -1204,7 +1211,7 @@ | ... | @@ -1204,7 +1211,7 @@ |
| 1204 | resolved "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd" | 1211 | resolved "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd" |
| 1205 | integrity sha1-3M5EMOZLRDuolF8CkPtWStW6xt0= | 1212 | integrity sha1-3M5EMOZLRDuolF8CkPtWStW6xt0= |
| 1206 | 1213 | ||
| 1207 | -"@types/json-schema@^7.0.5": | 1214 | +"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": |
| 1208 | version "7.0.6" | 1215 | version "7.0.6" |
| 1209 | 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" | 1216 | 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" |
| 1210 | integrity sha1-9MfsQ+gbMZqYFRFQMXCfJph4kfA= | 1217 | integrity sha1-9MfsQ+gbMZqYFRFQMXCfJph4kfA= |
| ... | @@ -1229,10 +1236,10 @@ | ... | @@ -1229,10 +1236,10 @@ |
| 1229 | 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" | 1236 | 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" |
| 1230 | integrity sha1-QTXwZO7tn8+0dW3upbosqhFgM5E= | 1237 | integrity sha1-QTXwZO7tn8+0dW3upbosqhFgM5E= |
| 1231 | 1238 | ||
| 1232 | -"@types/node@^14.11.2": | 1239 | +"@types/node@^14.11.8": |
| 1233 | - version "14.11.2" | 1240 | + version "14.11.8" |
| 1234 | - resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.11.2.tgz?cache=0&sync_timestamp=1600732787803&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256" | 1241 | + resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.11.8.tgz#fe2012f2355e4ce08bca44aeb3abbb21cf88d33f" |
| 1235 | - integrity sha1-LeHtZnBDk4faHJ9UmireKwp5klY= | 1242 | + integrity sha1-/iAS8jVeTOCLykSus6u7Ic+I0z8= |
| 1236 | 1243 | ||
| 1237 | "@types/semver@^7.3.1": | 1244 | "@types/semver@^7.3.1": |
| 1238 | version "7.3.3" | 1245 | version "7.3.3" |
| ... | @@ -1536,6 +1543,16 @@ ajv@^6.12.5: | ... | @@ -1536,6 +1543,16 @@ ajv@^6.12.5: |
| 1536 | json-schema-traverse "^0.4.1" | 1543 | json-schema-traverse "^0.4.1" |
| 1537 | uri-js "^4.2.2" | 1544 | uri-js "^4.2.2" |
| 1538 | 1545 | ||
| 1546 | +ajv@^6.12.6: | ||
| 1547 | + version "6.12.6" | ||
| 1548 | + resolved "https://registry.npm.taobao.org/ajv/download/ajv-6.12.6.tgz?cache=0&sync_timestamp=1602353715225&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv%2Fdownload%2Fajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" | ||
| 1549 | + integrity sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ= | ||
| 1550 | + dependencies: | ||
| 1551 | + fast-deep-equal "^3.1.1" | ||
| 1552 | + fast-json-stable-stringify "^2.0.0" | ||
| 1553 | + json-schema-traverse "^0.4.1" | ||
| 1554 | + uri-js "^4.2.2" | ||
| 1555 | + | ||
| 1539 | align-text@^0.1.1, align-text@^0.1.3: | 1556 | align-text@^0.1.1, align-text@^0.1.3: |
| 1540 | version "0.1.4" | 1557 | version "0.1.4" |
| 1541 | resolved "https://registry.npm.taobao.org/align-text/download/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" | 1558 | resolved "https://registry.npm.taobao.org/align-text/download/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" |
| ... | @@ -1832,40 +1849,6 @@ axios@^0.20.0: | ... | @@ -1832,40 +1849,6 @@ axios@^0.20.0: |
| 1832 | dependencies: | 1849 | dependencies: |
| 1833 | follow-redirects "^1.10.0" | 1850 | follow-redirects "^1.10.0" |
| 1834 | 1851 | ||
| 1835 | -babel-code-frame@^6.26.0: | ||
| 1836 | - version "6.26.0" | ||
| 1837 | - resolved "https://registry.npm.taobao.org/babel-code-frame/download/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" | ||
| 1838 | - integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= | ||
| 1839 | - dependencies: | ||
| 1840 | - chalk "^1.1.3" | ||
| 1841 | - esutils "^2.0.2" | ||
| 1842 | - js-tokens "^3.0.2" | ||
| 1843 | - | ||
| 1844 | -babel-core@^6.26.0: | ||
| 1845 | - version "6.26.3" | ||
| 1846 | - resolved "https://registry.npm.taobao.org/babel-core/download/babel-core-6.26.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-core%2Fdownload%2Fbabel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207" | ||
| 1847 | - integrity sha1-suLwnjQtDwyI4vAuBneUEl51wgc= | ||
| 1848 | - dependencies: | ||
| 1849 | - babel-code-frame "^6.26.0" | ||
| 1850 | - babel-generator "^6.26.0" | ||
| 1851 | - babel-helpers "^6.24.1" | ||
| 1852 | - babel-messages "^6.23.0" | ||
| 1853 | - babel-register "^6.26.0" | ||
| 1854 | - babel-runtime "^6.26.0" | ||
| 1855 | - babel-template "^6.26.0" | ||
| 1856 | - babel-traverse "^6.26.0" | ||
| 1857 | - babel-types "^6.26.0" | ||
| 1858 | - babylon "^6.18.0" | ||
| 1859 | - convert-source-map "^1.5.1" | ||
| 1860 | - debug "^2.6.9" | ||
| 1861 | - json5 "^0.5.1" | ||
| 1862 | - lodash "^4.17.4" | ||
| 1863 | - minimatch "^3.0.4" | ||
| 1864 | - path-is-absolute "^1.0.1" | ||
| 1865 | - private "^0.1.8" | ||
| 1866 | - slash "^1.0.0" | ||
| 1867 | - source-map "^0.5.7" | ||
| 1868 | - | ||
| 1869 | babel-eslint@^9.0.0: | 1852 | babel-eslint@^9.0.0: |
| 1870 | version "9.0.0" | 1853 | version "9.0.0" |
| 1871 | resolved "https://registry.npm.taobao.org/babel-eslint/download/babel-eslint-9.0.0.tgz?cache=0&sync_timestamp=1582676223200&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-eslint%2Fdownload%2Fbabel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220" | 1854 | resolved "https://registry.npm.taobao.org/babel-eslint/download/babel-eslint-9.0.0.tgz?cache=0&sync_timestamp=1582676223200&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-eslint%2Fdownload%2Fbabel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220" |
| ... | @@ -1878,68 +1861,11 @@ babel-eslint@^9.0.0: | ... | @@ -1878,68 +1861,11 @@ babel-eslint@^9.0.0: |
| 1878 | eslint-scope "3.7.1" | 1861 | eslint-scope "3.7.1" |
| 1879 | eslint-visitor-keys "^1.0.0" | 1862 | eslint-visitor-keys "^1.0.0" |
| 1880 | 1863 | ||
| 1881 | -babel-generator@^6.26.0: | ||
| 1882 | - version "6.26.1" | ||
| 1883 | - resolved "https://registry.npm.taobao.org/babel-generator/download/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" | ||
| 1884 | - integrity sha1-GERAjTuPDTWkBOp6wYDwh6YBvZA= | ||
| 1885 | - dependencies: | ||
| 1886 | - babel-messages "^6.23.0" | ||
| 1887 | - babel-runtime "^6.26.0" | ||
| 1888 | - babel-types "^6.26.0" | ||
| 1889 | - detect-indent "^4.0.0" | ||
| 1890 | - jsesc "^1.3.0" | ||
| 1891 | - lodash "^4.17.4" | ||
| 1892 | - source-map "^0.5.7" | ||
| 1893 | - trim-right "^1.0.1" | ||
| 1894 | - | ||
| 1895 | -babel-helper-evaluate-path@^0.3.0: | ||
| 1896 | - version "0.3.0" | ||
| 1897 | - resolved "https://registry.npm.taobao.org/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.3.0.tgz#2439545e0b6eae5b7f49b790acbebd6b9a73df20" | ||
| 1898 | - integrity sha1-JDlUXgturlt/SbeQrL69a5pz3yA= | ||
| 1899 | - | ||
| 1900 | -babel-helper-flip-expressions@^0.3.0: | ||
| 1901 | - version "0.3.0" | ||
| 1902 | - resolved "https://registry.npm.taobao.org/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.3.0.tgz#f5b6394bd5219b43cf8f7b201535ed540c6e7fa2" | ||
| 1903 | - integrity sha1-9bY5S9Uhm0PPj3sgFTXtVAxuf6I= | ||
| 1904 | - | ||
| 1905 | -babel-helper-is-nodes-equiv@^0.0.1: | ||
| 1906 | - version "0.0.1" | ||
| 1907 | - resolved "https://registry.npm.taobao.org/babel-helper-is-nodes-equiv/download/babel-helper-is-nodes-equiv-0.0.1.tgz#34e9b300b1479ddd98ec77ea0bbe9342dfe39684" | ||
| 1908 | - integrity sha1-NOmzALFHnd2Y7HfqC76TQt/jloQ= | ||
| 1909 | - | ||
| 1910 | -babel-helper-is-void-0@^0.3.0: | ||
| 1911 | - version "0.3.0" | ||
| 1912 | - resolved "https://registry.npm.taobao.org/babel-helper-is-void-0/download/babel-helper-is-void-0-0.3.0.tgz#95570d20bd27b2206f68083ae9980ee7003d8fe7" | ||
| 1913 | - integrity sha1-lVcNIL0nsiBvaAg66ZgO5wA9j+c= | ||
| 1914 | - | ||
| 1915 | -babel-helper-mark-eval-scopes@^0.3.0: | ||
| 1916 | - version "0.3.0" | ||
| 1917 | - resolved "https://registry.npm.taobao.org/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.3.0.tgz#b4731314fdd7a89091271a5213b4e12d236e29e8" | ||
| 1918 | - integrity sha1-tHMTFP3XqJCRJxpSE7ThLSNuKeg= | ||
| 1919 | - | ||
| 1920 | -babel-helper-remove-or-void@^0.3.0: | ||
| 1921 | - version "0.3.0" | ||
| 1922 | - resolved "https://registry.npm.taobao.org/babel-helper-remove-or-void/download/babel-helper-remove-or-void-0.3.0.tgz#f43c86147c8fcc395a9528cbb31e7ff49d7e16e3" | ||
| 1923 | - integrity sha1-9DyGFHyPzDlalSjLsx5/9J1+FuM= | ||
| 1924 | - | ||
| 1925 | -babel-helper-to-multiple-sequence-expressions@^0.3.0: | ||
| 1926 | - version "0.3.0" | ||
| 1927 | - resolved "https://registry.npm.taobao.org/babel-helper-to-multiple-sequence-expressions/download/babel-helper-to-multiple-sequence-expressions-0.3.0.tgz#8da2275ccc26995566118f7213abfd9af7214427" | ||
| 1928 | - integrity sha1-jaInXMwmmVVmEY9yE6v9mvchRCc= | ||
| 1929 | - | ||
| 1930 | babel-helper-vue-jsx-merge-props@^2.0.0: | 1864 | babel-helper-vue-jsx-merge-props@^2.0.0: |
| 1931 | version "2.0.3" | 1865 | version "2.0.3" |
| 1932 | resolved "https://registry.npm.taobao.org/babel-helper-vue-jsx-merge-props/download/babel-helper-vue-jsx-merge-props-2.0.3.tgz#22aebd3b33902328e513293a8e4992b384f9f1b6" | 1866 | resolved "https://registry.npm.taobao.org/babel-helper-vue-jsx-merge-props/download/babel-helper-vue-jsx-merge-props-2.0.3.tgz#22aebd3b33902328e513293a8e4992b384f9f1b6" |
| 1933 | integrity sha1-Iq69OzOQIyjlEyk6jkmSs4T58bY= | 1867 | integrity sha1-Iq69OzOQIyjlEyk6jkmSs4T58bY= |
| 1934 | 1868 | ||
| 1935 | -babel-helpers@^6.24.1: | ||
| 1936 | - version "6.24.1" | ||
| 1937 | - resolved "https://registry.npm.taobao.org/babel-helpers/download/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" | ||
| 1938 | - integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= | ||
| 1939 | - dependencies: | ||
| 1940 | - babel-runtime "^6.22.0" | ||
| 1941 | - babel-template "^6.24.1" | ||
| 1942 | - | ||
| 1943 | babel-loader@^8.1.0: | 1869 | babel-loader@^8.1.0: |
| 1944 | version "8.1.0" | 1870 | version "8.1.0" |
| 1945 | resolved "https://registry.npm.taobao.org/babel-loader/download/babel-loader-8.1.0.tgz?cache=0&sync_timestamp=1584715910722&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-loader%2Fdownload%2Fbabel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3" | 1871 | resolved "https://registry.npm.taobao.org/babel-loader/download/babel-loader-8.1.0.tgz?cache=0&sync_timestamp=1584715910722&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-loader%2Fdownload%2Fbabel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3" |
| ... | @@ -1951,22 +1877,6 @@ babel-loader@^8.1.0: | ... | @@ -1951,22 +1877,6 @@ babel-loader@^8.1.0: |
| 1951 | pify "^4.0.1" | 1877 | pify "^4.0.1" |
| 1952 | schema-utils "^2.6.5" | 1878 | schema-utils "^2.6.5" |
| 1953 | 1879 | ||
| 1954 | -babel-messages@^6.23.0: | ||
| 1955 | - version "6.23.0" | ||
| 1956 | - resolved "https://registry.npm.taobao.org/babel-messages/download/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" | ||
| 1957 | - integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= | ||
| 1958 | - dependencies: | ||
| 1959 | - babel-runtime "^6.22.0" | ||
| 1960 | - | ||
| 1961 | -babel-minify-webpack-plugin@^0.3.1: | ||
| 1962 | - version "0.3.1" | ||
| 1963 | - resolved "https://registry.npm.taobao.org/babel-minify-webpack-plugin/download/babel-minify-webpack-plugin-0.3.1.tgz#292aa240af190e2dcadf4f684d6d84d179b6d5a4" | ||
| 1964 | - integrity sha1-KSqiQK8ZDi3K309oTW2E0Xm21aQ= | ||
| 1965 | - dependencies: | ||
| 1966 | - babel-core "^6.26.0" | ||
| 1967 | - babel-preset-minify "^0.3.0" | ||
| 1968 | - webpack-sources "^1.0.1" | ||
| 1969 | - | ||
| 1970 | babel-plugin-dynamic-import-node@^2.3.3: | 1880 | babel-plugin-dynamic-import-node@^2.3.3: |
| 1971 | version "2.3.3" | 1881 | version "2.3.3" |
| 1972 | resolved "https://registry.npm.taobao.org/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz?cache=0&sync_timestamp=1587495903478&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-plugin-dynamic-import-node%2Fdownload%2Fbabel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" | 1882 | resolved "https://registry.npm.taobao.org/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz?cache=0&sync_timestamp=1587495903478&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-plugin-dynamic-import-node%2Fdownload%2Fbabel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" |
| ... | @@ -1974,184 +1884,7 @@ babel-plugin-dynamic-import-node@^2.3.3: | ... | @@ -1974,184 +1884,7 @@ babel-plugin-dynamic-import-node@^2.3.3: |
| 1974 | dependencies: | 1884 | dependencies: |
| 1975 | object.assign "^4.1.0" | 1885 | object.assign "^4.1.0" |
| 1976 | 1886 | ||
| 1977 | -babel-plugin-minify-builtins@^0.3.0: | 1887 | +babel-runtime@6.x: |
| 1978 | - version "0.3.0" | ||
| 1979 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-builtins/download/babel-plugin-minify-builtins-0.3.0.tgz#4740117a6a784063aaf8f092989cf9e4bd484860" | ||
| 1980 | - integrity sha1-R0ARemp4QGOq+PCSmJz55L1ISGA= | ||
| 1981 | - dependencies: | ||
| 1982 | - babel-helper-evaluate-path "^0.3.0" | ||
| 1983 | - | ||
| 1984 | -babel-plugin-minify-constant-folding@^0.3.0: | ||
| 1985 | - version "0.3.0" | ||
| 1986 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-constant-folding/download/babel-plugin-minify-constant-folding-0.3.0.tgz#687e40336bd4ddd921e0e197f0006235ac184bb9" | ||
| 1987 | - integrity sha1-aH5AM2vU3dkh4OGX8ABiNawYS7k= | ||
| 1988 | - dependencies: | ||
| 1989 | - babel-helper-evaluate-path "^0.3.0" | ||
| 1990 | - | ||
| 1991 | -babel-plugin-minify-dead-code-elimination@^0.3.0: | ||
| 1992 | - version "0.3.0" | ||
| 1993 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-dead-code-elimination/download/babel-plugin-minify-dead-code-elimination-0.3.0.tgz#a323f686c404b824186ba5583cf7996cac81719e" | ||
| 1994 | - integrity sha1-oyP2hsQEuCQYa6VYPPeZbKyBcZ4= | ||
| 1995 | - dependencies: | ||
| 1996 | - babel-helper-evaluate-path "^0.3.0" | ||
| 1997 | - babel-helper-mark-eval-scopes "^0.3.0" | ||
| 1998 | - babel-helper-remove-or-void "^0.3.0" | ||
| 1999 | - lodash.some "^4.6.0" | ||
| 2000 | - | ||
| 2001 | -babel-plugin-minify-flip-comparisons@^0.3.0: | ||
| 2002 | - version "0.3.0" | ||
| 2003 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-flip-comparisons/download/babel-plugin-minify-flip-comparisons-0.3.0.tgz#6627893a409c9f30ef7f2c89e0c6eea7ee97ddc4" | ||
| 2004 | - integrity sha1-ZieJOkCcnzDvfyyJ4Mbup+6X3cQ= | ||
| 2005 | - dependencies: | ||
| 2006 | - babel-helper-is-void-0 "^0.3.0" | ||
| 2007 | - | ||
| 2008 | -babel-plugin-minify-guarded-expressions@^0.3.0: | ||
| 2009 | - version "0.3.0" | ||
| 2010 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-guarded-expressions/download/babel-plugin-minify-guarded-expressions-0.3.0.tgz#2552d96189ef45d9a463f1a6b5e4fa110703ac8d" | ||
| 2011 | - integrity sha1-JVLZYYnvRdmkY/GmteT6EQcDrI0= | ||
| 2012 | - dependencies: | ||
| 2013 | - babel-helper-flip-expressions "^0.3.0" | ||
| 2014 | - | ||
| 2015 | -babel-plugin-minify-infinity@^0.3.0: | ||
| 2016 | - version "0.3.0" | ||
| 2017 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-infinity/download/babel-plugin-minify-infinity-0.3.0.tgz#c5ec0edd433517cf31b3af17077c202beb48bbe7" | ||
| 2018 | - integrity sha1-xewO3UM1F88xs68XB3wgK+tIu+c= | ||
| 2019 | - | ||
| 2020 | -babel-plugin-minify-mangle-names@^0.3.0: | ||
| 2021 | - version "0.3.0" | ||
| 2022 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-mangle-names/download/babel-plugin-minify-mangle-names-0.3.0.tgz#f28561bad0dd2f0380816816bb946e219b3b6135" | ||
| 2023 | - integrity sha1-8oVhutDdLwOAgWgWu5RuIZs7YTU= | ||
| 2024 | - dependencies: | ||
| 2025 | - babel-helper-mark-eval-scopes "^0.3.0" | ||
| 2026 | - | ||
| 2027 | -babel-plugin-minify-numeric-literals@^0.3.0: | ||
| 2028 | - version "0.3.0" | ||
| 2029 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-numeric-literals/download/babel-plugin-minify-numeric-literals-0.3.0.tgz#b57734a612e8a592005407323c321119f27d4b40" | ||
| 2030 | - integrity sha1-tXc0phLopZIAVAcyPDIRGfJ9S0A= | ||
| 2031 | - | ||
| 2032 | -babel-plugin-minify-replace@^0.3.0: | ||
| 2033 | - version "0.3.0" | ||
| 2034 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-replace/download/babel-plugin-minify-replace-0.3.0.tgz#980125bbf7cbb5a637439de9d0b1b030a4693893" | ||
| 2035 | - integrity sha1-mAElu/fLtaY3Q53p0LGwMKRpOJM= | ||
| 2036 | - | ||
| 2037 | -babel-plugin-minify-simplify@^0.3.0: | ||
| 2038 | - version "0.3.0" | ||
| 2039 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-simplify/download/babel-plugin-minify-simplify-0.3.0.tgz#14574cc74d21c81d3060fafa041010028189f11b" | ||
| 2040 | - integrity sha1-FFdMx00hyB0wYPr6BBAQAoGJ8Rs= | ||
| 2041 | - dependencies: | ||
| 2042 | - babel-helper-flip-expressions "^0.3.0" | ||
| 2043 | - babel-helper-is-nodes-equiv "^0.0.1" | ||
| 2044 | - babel-helper-to-multiple-sequence-expressions "^0.3.0" | ||
| 2045 | - | ||
| 2046 | -babel-plugin-minify-type-constructors@^0.3.0: | ||
| 2047 | - version "0.3.0" | ||
| 2048 | - resolved "https://registry.npm.taobao.org/babel-plugin-minify-type-constructors/download/babel-plugin-minify-type-constructors-0.3.0.tgz#7f5a86ef322c4746364e3c591b8514eeafea6ad4" | ||
| 2049 | - integrity sha1-f1qG7zIsR0Y2TjxZG4UU7q/qatQ= | ||
| 2050 | - dependencies: | ||
| 2051 | - babel-helper-is-void-0 "^0.3.0" | ||
| 2052 | - | ||
| 2053 | -babel-plugin-transform-inline-consecutive-adds@^0.3.0: | ||
| 2054 | - version "0.3.0" | ||
| 2055 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-inline-consecutive-adds/download/babel-plugin-transform-inline-consecutive-adds-0.3.0.tgz#f07d93689c0002ed2b2b62969bdd99f734e03f57" | ||
| 2056 | - integrity sha1-8H2TaJwAAu0rK2KWm92Z9zTgP1c= | ||
| 2057 | - | ||
| 2058 | -babel-plugin-transform-member-expression-literals@^6.9.0: | ||
| 2059 | - version "6.9.4" | ||
| 2060 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-member-expression-literals/download/babel-plugin-transform-member-expression-literals-6.9.4.tgz#37039c9a0c3313a39495faac2ff3a6b5b9d038bf" | ||
| 2061 | - integrity sha1-NwOcmgwzE6OUlfqsL/OmtbnQOL8= | ||
| 2062 | - | ||
| 2063 | -babel-plugin-transform-merge-sibling-variables@^6.9.0: | ||
| 2064 | - version "6.9.4" | ||
| 2065 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-merge-sibling-variables/download/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz#85b422fc3377b449c9d1cde44087203532401dae" | ||
| 2066 | - integrity sha1-hbQi/DN3tEnJ0c3kQIcgNTJAHa4= | ||
| 2067 | - | ||
| 2068 | -babel-plugin-transform-minify-booleans@^6.9.0: | ||
| 2069 | - version "6.9.4" | ||
| 2070 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-minify-booleans/download/babel-plugin-transform-minify-booleans-6.9.4.tgz#acbb3e56a3555dd23928e4b582d285162dd2b198" | ||
| 2071 | - integrity sha1-rLs+VqNVXdI5KOS1gtKFFi3SsZg= | ||
| 2072 | - | ||
| 2073 | -babel-plugin-transform-property-literals@^6.9.0: | ||
| 2074 | - version "6.9.4" | ||
| 2075 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-property-literals/download/babel-plugin-transform-property-literals-6.9.4.tgz#98c1d21e255736573f93ece54459f6ce24985d39" | ||
| 2076 | - integrity sha1-mMHSHiVXNlc/k+zlRFn2ziSYXTk= | ||
| 2077 | - dependencies: | ||
| 2078 | - esutils "^2.0.2" | ||
| 2079 | - | ||
| 2080 | -babel-plugin-transform-regexp-constructors@^0.3.0: | ||
| 2081 | - version "0.3.0" | ||
| 2082 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-regexp-constructors/download/babel-plugin-transform-regexp-constructors-0.3.0.tgz#9bb2c8dd082271a5cb1b3a441a7c52e8fd07e0f5" | ||
| 2083 | - integrity sha1-m7LI3QgicaXLGzpEGnxS6P0H4PU= | ||
| 2084 | - | ||
| 2085 | -babel-plugin-transform-remove-console@^6.9.0: | ||
| 2086 | - version "6.9.4" | ||
| 2087 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-remove-console/download/babel-plugin-transform-remove-console-6.9.4.tgz#b980360c067384e24b357a588d807d3c83527780" | ||
| 2088 | - integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A= | ||
| 2089 | - | ||
| 2090 | -babel-plugin-transform-remove-debugger@^6.9.0: | ||
| 2091 | - version "6.9.4" | ||
| 2092 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-remove-debugger/download/babel-plugin-transform-remove-debugger-6.9.4.tgz#42b727631c97978e1eb2d199a7aec84a18339ef2" | ||
| 2093 | - integrity sha1-QrcnYxyXl44estGZp67IShgznvI= | ||
| 2094 | - | ||
| 2095 | -babel-plugin-transform-remove-undefined@^0.3.0: | ||
| 2096 | - version "0.3.0" | ||
| 2097 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-remove-undefined/download/babel-plugin-transform-remove-undefined-0.3.0.tgz#03f5f0071867781e9beabbc7b77bf8095fd3f3ec" | ||
| 2098 | - integrity sha1-A/XwBxhneB6b6rvHt3v4CV/T8+w= | ||
| 2099 | - dependencies: | ||
| 2100 | - babel-helper-evaluate-path "^0.3.0" | ||
| 2101 | - | ||
| 2102 | -babel-plugin-transform-simplify-comparison-operators@^6.9.0: | ||
| 2103 | - version "6.9.4" | ||
| 2104 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-simplify-comparison-operators/download/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz#f62afe096cab0e1f68a2d753fdf283888471ceb9" | ||
| 2105 | - integrity sha1-9ir+CWyrDh9ootdT/fKDiIRxzrk= | ||
| 2106 | - | ||
| 2107 | -babel-plugin-transform-undefined-to-void@^6.9.0: | ||
| 2108 | - version "6.9.4" | ||
| 2109 | - resolved "https://registry.npm.taobao.org/babel-plugin-transform-undefined-to-void/download/babel-plugin-transform-undefined-to-void-6.9.4.tgz#be241ca81404030678b748717322b89d0c8fe280" | ||
| 2110 | - integrity sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA= | ||
| 2111 | - | ||
| 2112 | -babel-preset-minify@^0.3.0: | ||
| 2113 | - version "0.3.0" | ||
| 2114 | - resolved "https://registry.npm.taobao.org/babel-preset-minify/download/babel-preset-minify-0.3.0.tgz#7db64afa75f16f6e06c0aa5f25195f6f36784d77" | ||
| 2115 | - integrity sha1-fbZK+nXxb24GwKpfJRlfbzZ4TXc= | ||
| 2116 | - dependencies: | ||
| 2117 | - babel-plugin-minify-builtins "^0.3.0" | ||
| 2118 | - babel-plugin-minify-constant-folding "^0.3.0" | ||
| 2119 | - babel-plugin-minify-dead-code-elimination "^0.3.0" | ||
| 2120 | - babel-plugin-minify-flip-comparisons "^0.3.0" | ||
| 2121 | - babel-plugin-minify-guarded-expressions "^0.3.0" | ||
| 2122 | - babel-plugin-minify-infinity "^0.3.0" | ||
| 2123 | - babel-plugin-minify-mangle-names "^0.3.0" | ||
| 2124 | - babel-plugin-minify-numeric-literals "^0.3.0" | ||
| 2125 | - babel-plugin-minify-replace "^0.3.0" | ||
| 2126 | - babel-plugin-minify-simplify "^0.3.0" | ||
| 2127 | - babel-plugin-minify-type-constructors "^0.3.0" | ||
| 2128 | - babel-plugin-transform-inline-consecutive-adds "^0.3.0" | ||
| 2129 | - babel-plugin-transform-member-expression-literals "^6.9.0" | ||
| 2130 | - babel-plugin-transform-merge-sibling-variables "^6.9.0" | ||
| 2131 | - babel-plugin-transform-minify-booleans "^6.9.0" | ||
| 2132 | - babel-plugin-transform-property-literals "^6.9.0" | ||
| 2133 | - babel-plugin-transform-regexp-constructors "^0.3.0" | ||
| 2134 | - babel-plugin-transform-remove-console "^6.9.0" | ||
| 2135 | - babel-plugin-transform-remove-debugger "^6.9.0" | ||
| 2136 | - babel-plugin-transform-remove-undefined "^0.3.0" | ||
| 2137 | - babel-plugin-transform-simplify-comparison-operators "^6.9.0" | ||
| 2138 | - babel-plugin-transform-undefined-to-void "^6.9.0" | ||
| 2139 | - lodash.isplainobject "^4.0.6" | ||
| 2140 | - | ||
| 2141 | -babel-register@^6.26.0: | ||
| 2142 | - version "6.26.0" | ||
| 2143 | - resolved "https://registry.npm.taobao.org/babel-register/download/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" | ||
| 2144 | - integrity sha1-btAhFz4vy0htestFxgCahW9kcHE= | ||
| 2145 | - dependencies: | ||
| 2146 | - babel-core "^6.26.0" | ||
| 2147 | - babel-runtime "^6.26.0" | ||
| 2148 | - core-js "^2.5.0" | ||
| 2149 | - home-or-tmp "^2.0.0" | ||
| 2150 | - lodash "^4.17.4" | ||
| 2151 | - mkdirp "^0.5.1" | ||
| 2152 | - source-map-support "^0.4.15" | ||
| 2153 | - | ||
| 2154 | -babel-runtime@6.x, babel-runtime@^6.22.0, babel-runtime@^6.26.0: | ||
| 2155 | version "6.26.0" | 1888 | version "6.26.0" |
| 2156 | resolved "https://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | 1889 | resolved "https://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" |
| 2157 | integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= | 1890 | integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= |
| ... | @@ -2159,47 +1892,6 @@ babel-runtime@6.x, babel-runtime@^6.22.0, babel-runtime@^6.26.0: | ... | @@ -2159,47 +1892,6 @@ babel-runtime@6.x, babel-runtime@^6.22.0, babel-runtime@^6.26.0: |
| 2159 | core-js "^2.4.0" | 1892 | core-js "^2.4.0" |
| 2160 | regenerator-runtime "^0.11.0" | 1893 | regenerator-runtime "^0.11.0" |
| 2161 | 1894 | ||
| 2162 | -babel-template@^6.24.1, babel-template@^6.26.0: | ||
| 2163 | - version "6.26.0" | ||
| 2164 | - resolved "https://registry.npm.taobao.org/babel-template/download/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" | ||
| 2165 | - integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= | ||
| 2166 | - dependencies: | ||
| 2167 | - babel-runtime "^6.26.0" | ||
| 2168 | - babel-traverse "^6.26.0" | ||
| 2169 | - babel-types "^6.26.0" | ||
| 2170 | - babylon "^6.18.0" | ||
| 2171 | - lodash "^4.17.4" | ||
| 2172 | - | ||
| 2173 | -babel-traverse@^6.26.0: | ||
| 2174 | - version "6.26.0" | ||
| 2175 | - resolved "https://registry.npm.taobao.org/babel-traverse/download/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" | ||
| 2176 | - integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= | ||
| 2177 | - dependencies: | ||
| 2178 | - babel-code-frame "^6.26.0" | ||
| 2179 | - babel-messages "^6.23.0" | ||
| 2180 | - babel-runtime "^6.26.0" | ||
| 2181 | - babel-types "^6.26.0" | ||
| 2182 | - babylon "^6.18.0" | ||
| 2183 | - debug "^2.6.8" | ||
| 2184 | - globals "^9.18.0" | ||
| 2185 | - invariant "^2.2.2" | ||
| 2186 | - lodash "^4.17.4" | ||
| 2187 | - | ||
| 2188 | -babel-types@^6.26.0: | ||
| 2189 | - version "6.26.0" | ||
| 2190 | - resolved "https://registry.npm.taobao.org/babel-types/download/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" | ||
| 2191 | - integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= | ||
| 2192 | - dependencies: | ||
| 2193 | - babel-runtime "^6.26.0" | ||
| 2194 | - esutils "^2.0.2" | ||
| 2195 | - lodash "^4.17.4" | ||
| 2196 | - to-fast-properties "^1.0.3" | ||
| 2197 | - | ||
| 2198 | -babylon@^6.18.0: | ||
| 2199 | - version "6.18.0" | ||
| 2200 | - resolved "https://registry.npm.taobao.org/babylon/download/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" | ||
| 2201 | - integrity sha1-ry87iPpvXB5MY00aD46sT1WzleM= | ||
| 2202 | - | ||
| 2203 | balanced-match@^1.0.0: | 1895 | balanced-match@^1.0.0: |
| 2204 | version "1.0.0" | 1896 | version "1.0.0" |
| 2205 | resolved "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" | 1897 | resolved "https://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" |
| ... | @@ -3088,7 +2780,7 @@ content-type@~1.0.4: | ... | @@ -3088,7 +2780,7 @@ content-type@~1.0.4: |
| 3088 | resolved "https://registry.npm.taobao.org/content-type/download/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" | 2780 | resolved "https://registry.npm.taobao.org/content-type/download/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" |
| 3089 | integrity sha1-4TjMdeBAxyexlm/l5fjJruJW/js= | 2781 | integrity sha1-4TjMdeBAxyexlm/l5fjJruJW/js= |
| 3090 | 2782 | ||
| 3091 | -convert-source-map@^1.5.1, convert-source-map@^1.7.0: | 2783 | +convert-source-map@^1.7.0: |
| 3092 | version "1.7.0" | 2784 | version "1.7.0" |
| 3093 | resolved "https://registry.npm.taobao.org/convert-source-map/download/convert-source-map-1.7.0.tgz?cache=0&sync_timestamp=1573003637425&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconvert-source-map%2Fdownload%2Fconvert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" | 2785 | resolved "https://registry.npm.taobao.org/convert-source-map/download/convert-source-map-1.7.0.tgz?cache=0&sync_timestamp=1573003637425&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fconvert-source-map%2Fdownload%2Fconvert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
| 3094 | integrity sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI= | 2786 | integrity sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI= |
| ... | @@ -3122,10 +2814,10 @@ copy-descriptor@^0.1.0: | ... | @@ -3122,10 +2814,10 @@ copy-descriptor@^0.1.0: |
| 3122 | resolved "https://registry.npm.taobao.org/copy-descriptor/download/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" | 2814 | resolved "https://registry.npm.taobao.org/copy-descriptor/download/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" |
| 3123 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= | 2815 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= |
| 3124 | 2816 | ||
| 3125 | -copy-webpack-plugin@^6.1.1: | 2817 | +copy-webpack-plugin@^6.2.1: |
| 3126 | - version "6.1.1" | 2818 | + version "6.2.1" |
| 3127 | - resolved "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-6.1.1.tgz?cache=0&sync_timestamp=1600448597339&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcopy-webpack-plugin%2Fdownload%2Fcopy-webpack-plugin-6.1.1.tgz#737a3ba21c16cc6ddca972f5cf8de25568ca0616" | 2819 | + resolved "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-6.2.1.tgz#8015e4d5c5e637ab7b39c76daa9e03c7a4bf1ae5" |
| 3128 | - integrity sha1-c3o7ohwWzG3cqXL1z43iVWjKBhY= | 2820 | + integrity sha1-gBXk1cXmN6t7Ocdtqp4Dx6S/GuU= |
| 3129 | dependencies: | 2821 | dependencies: |
| 3130 | cacache "^15.0.5" | 2822 | cacache "^15.0.5" |
| 3131 | fast-glob "^3.2.4" | 2823 | fast-glob "^3.2.4" |
| ... | @@ -3135,7 +2827,7 @@ copy-webpack-plugin@^6.1.1: | ... | @@ -3135,7 +2827,7 @@ copy-webpack-plugin@^6.1.1: |
| 3135 | loader-utils "^2.0.0" | 2827 | loader-utils "^2.0.0" |
| 3136 | normalize-path "^3.0.0" | 2828 | normalize-path "^3.0.0" |
| 3137 | p-limit "^3.0.2" | 2829 | p-limit "^3.0.2" |
| 3138 | - schema-utils "^2.7.1" | 2830 | + schema-utils "^3.0.0" |
| 3139 | serialize-javascript "^5.0.1" | 2831 | serialize-javascript "^5.0.1" |
| 3140 | webpack-sources "^1.4.3" | 2832 | webpack-sources "^1.4.3" |
| 3141 | 2833 | ||
| ... | @@ -3147,7 +2839,7 @@ core-js-compat@^3.6.2: | ... | @@ -3147,7 +2839,7 @@ core-js-compat@^3.6.2: |
| 3147 | browserslist "^4.8.5" | 2839 | browserslist "^4.8.5" |
| 3148 | semver "7.0.0" | 2840 | semver "7.0.0" |
| 3149 | 2841 | ||
| 3150 | -core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5: | 2842 | +core-js@^2.4.0, core-js@^2.6.5: |
| 3151 | version "2.6.11" | 2843 | version "2.6.11" |
| 3152 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-2.6.11.tgz?cache=0&sync_timestamp=1586450269267&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" | 2844 | resolved "https://registry.npm.taobao.org/core-js/download/core-js-2.6.11.tgz?cache=0&sync_timestamp=1586450269267&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcore-js%2Fdownload%2Fcore-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" |
| 3153 | integrity sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw= | 2845 | integrity sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw= |
| ... | @@ -3295,7 +2987,7 @@ de-indent@^1.0.2: | ... | @@ -3295,7 +2987,7 @@ de-indent@^1.0.2: |
| 3295 | resolved "https://registry.npm.taobao.org/de-indent/download/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" | 2987 | resolved "https://registry.npm.taobao.org/de-indent/download/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" |
| 3296 | integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0= | 2988 | integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0= |
| 3297 | 2989 | ||
| 3298 | -debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: | 2990 | +debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9: |
| 3299 | version "2.6.9" | 2991 | version "2.6.9" |
| 3300 | resolved "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1589891993007&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" | 2992 | resolved "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1589891993007&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" |
| 3301 | integrity sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8= | 2993 | integrity sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8= |
| ... | @@ -3464,13 +3156,6 @@ detect-file@^1.0.0: | ... | @@ -3464,13 +3156,6 @@ detect-file@^1.0.0: |
| 3464 | resolved "https://registry.npm.taobao.org/detect-file/download/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" | 3156 | resolved "https://registry.npm.taobao.org/detect-file/download/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" |
| 3465 | integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= | 3157 | integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= |
| 3466 | 3158 | ||
| 3467 | -detect-indent@^4.0.0: | ||
| 3468 | - version "4.0.0" | ||
| 3469 | - resolved "https://registry.npm.taobao.org/detect-indent/download/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" | ||
| 3470 | - integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg= | ||
| 3471 | - dependencies: | ||
| 3472 | - repeating "^2.0.0" | ||
| 3473 | - | ||
| 3474 | detect-node@^2.0.4: | 3159 | detect-node@^2.0.4: |
| 3475 | version "2.0.4" | 3160 | version "2.0.4" |
| 3476 | resolved "https://registry.npm.taobao.org/detect-node/download/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" | 3161 | resolved "https://registry.npm.taobao.org/detect-node/download/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" |
| ... | @@ -3733,10 +3418,10 @@ electron-updater@^4.3.5: | ... | @@ -3733,10 +3418,10 @@ electron-updater@^4.3.5: |
| 3733 | lodash.isequal "^4.5.0" | 3418 | lodash.isequal "^4.5.0" |
| 3734 | semver "^7.3.2" | 3419 | semver "^7.3.2" |
| 3735 | 3420 | ||
| 3736 | -electron@^10.1.2: | 3421 | +electron@^10.1.3: |
| 3737 | - version "10.1.2" | 3422 | + version "10.1.3" |
| 3738 | - resolved "https://registry.npm.taobao.org/electron/download/electron-10.1.2.tgz?cache=0&sync_timestamp=1600990973697&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-10.1.2.tgz#30b6fd7669f8daf08c56219a61dfa053fa2b0c70" | 3423 | + resolved "https://registry.npm.taobao.org/electron/download/electron-10.1.3.tgz#7e276e373bf30078bd4cb1184850a91268dc0e6c" |
| 3739 | - integrity sha1-MLb9dmn42vCMViGaYd+gU/orDHA= | 3424 | + integrity sha1-fiduNzvzAHi9TLEYSFCpEmjcDmw= |
| 3740 | dependencies: | 3425 | dependencies: |
| 3741 | "@electron/get" "^1.0.1" | 3426 | "@electron/get" "^1.0.1" |
| 3742 | "@types/node" "^12.0.12" | 3427 | "@types/node" "^12.0.12" |
| ... | @@ -4381,13 +4066,13 @@ file-entry-cache@^5.0.1: | ... | @@ -4381,13 +4066,13 @@ file-entry-cache@^5.0.1: |
| 4381 | dependencies: | 4066 | dependencies: |
| 4382 | flat-cache "^2.0.1" | 4067 | flat-cache "^2.0.1" |
| 4383 | 4068 | ||
| 4384 | -file-loader@^6.1.0: | 4069 | +file-loader@^6.1.1: |
| 4385 | - version "6.1.0" | 4070 | + version "6.1.1" |
| 4386 | - 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" | 4071 | + resolved "https://registry.npm.taobao.org/file-loader/download/file-loader-6.1.1.tgz#a6f29dfb3f5933a1c350b2dbaa20ac5be0539baa" |
| 4387 | - integrity sha1-Zbn8+w6n9lojSh8Qzdfxq5oz8lM= | 4072 | + integrity sha1-pvKd+z9ZM6HDULLbqiCsW+BTm6o= |
| 4388 | dependencies: | 4073 | dependencies: |
| 4389 | loader-utils "^2.0.0" | 4074 | loader-utils "^2.0.0" |
| 4390 | - schema-utils "^2.7.1" | 4075 | + schema-utils "^3.0.0" |
| 4391 | 4076 | ||
| 4392 | file-uri-to-path@1.0.0: | 4077 | file-uri-to-path@1.0.0: |
| 4393 | version "1.0.0" | 4078 | version "1.0.0" |
| ... | @@ -4758,11 +4443,6 @@ globals@^12.1.0: | ... | @@ -4758,11 +4443,6 @@ globals@^12.1.0: |
| 4758 | dependencies: | 4443 | dependencies: |
| 4759 | type-fest "^0.8.1" | 4444 | type-fest "^0.8.1" |
| 4760 | 4445 | ||
| 4761 | -globals@^9.18.0: | ||
| 4762 | - version "9.18.0" | ||
| 4763 | - resolved "https://registry.npm.taobao.org/globals/download/globals-9.18.0.tgz?cache=0&sync_timestamp=1591426170432&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglobals%2Fdownload%2Fglobals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" | ||
| 4764 | - integrity sha1-qjiWs+abSH8X4x7SFD1pqOMMLYo= | ||
| 4765 | - | ||
| 4766 | globalthis@^1.0.1: | 4446 | globalthis@^1.0.1: |
| 4767 | version "1.0.1" | 4447 | version "1.0.1" |
| 4768 | resolved "https://registry.npm.taobao.org/globalthis/download/globalthis-1.0.1.tgz?cache=0&sync_timestamp=1577757201256&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglobalthis%2Fdownload%2Fglobalthis-1.0.1.tgz#40116f5d9c071f9e8fb0037654df1ab3a83b7ef9" | 4448 | resolved "https://registry.npm.taobao.org/globalthis/download/globalthis-1.0.1.tgz?cache=0&sync_timestamp=1577757201256&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglobalthis%2Fdownload%2Fglobalthis-1.0.1.tgz#40116f5d9c071f9e8fb0037654df1ab3a83b7ef9" |
| ... | @@ -4944,14 +4624,6 @@ hmac-drbg@^1.0.0: | ... | @@ -4944,14 +4624,6 @@ hmac-drbg@^1.0.0: |
| 4944 | minimalistic-assert "^1.0.0" | 4624 | minimalistic-assert "^1.0.0" |
| 4945 | minimalistic-crypto-utils "^1.0.1" | 4625 | minimalistic-crypto-utils "^1.0.1" |
| 4946 | 4626 | ||
| 4947 | -home-or-tmp@^2.0.0: | ||
| 4948 | - version "2.0.0" | ||
| 4949 | - resolved "https://registry.npm.taobao.org/home-or-tmp/download/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" | ||
| 4950 | - integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg= | ||
| 4951 | - dependencies: | ||
| 4952 | - os-homedir "^1.0.0" | ||
| 4953 | - os-tmpdir "^1.0.1" | ||
| 4954 | - | ||
| 4955 | homedir-polyfill@^1.0.1: | 4627 | homedir-polyfill@^1.0.1: |
| 4956 | version "1.0.3" | 4628 | version "1.0.3" |
| 4957 | resolved "https://registry.npm.taobao.org/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" | 4629 | resolved "https://registry.npm.taobao.org/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" |
| ... | @@ -5434,11 +5106,6 @@ is-extglob@^2.1.0, is-extglob@^2.1.1: | ... | @@ -5434,11 +5106,6 @@ is-extglob@^2.1.0, is-extglob@^2.1.1: |
| 5434 | resolved "https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" | 5106 | resolved "https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" |
| 5435 | integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= | 5107 | integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= |
| 5436 | 5108 | ||
| 5437 | -is-finite@^1.0.0: | ||
| 5438 | - version "1.1.0" | ||
| 5439 | - resolved "https://registry.npm.taobao.org/is-finite/download/is-finite-1.1.0.tgz?cache=0&sync_timestamp=1581061033879&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-finite%2Fdownload%2Fis-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" | ||
| 5440 | - integrity sha1-kEE1x3+0LAZB1qobzbxNqo2ggvM= | ||
| 5441 | - | ||
| 5442 | is-fullwidth-code-point@^2.0.0: | 5109 | is-fullwidth-code-point@^2.0.0: |
| 5443 | version "2.0.0" | 5110 | version "2.0.0" |
| 5444 | resolved "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" | 5111 | resolved "https://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" |
| ... | @@ -5624,10 +5291,10 @@ jake@^10.6.1: | ... | @@ -5624,10 +5291,10 @@ jake@^10.6.1: |
| 5624 | filelist "^1.0.1" | 5291 | filelist "^1.0.1" |
| 5625 | minimatch "^3.0.4" | 5292 | minimatch "^3.0.4" |
| 5626 | 5293 | ||
| 5627 | -jest-worker@^26.3.0: | 5294 | +jest-worker@^26.5.0: |
| 5628 | - version "26.3.0" | 5295 | + version "26.5.0" |
| 5629 | - resolved "https://registry.npm.taobao.org/jest-worker/download/jest-worker-26.3.0.tgz?cache=0&sync_timestamp=1597057481462&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjest-worker%2Fdownload%2Fjest-worker-26.3.0.tgz#7c8a97e4f4364b4f05ed8bca8ca0c24de091871f" | 5296 | + resolved "https://registry.npm.taobao.org/jest-worker/download/jest-worker-26.5.0.tgz?cache=0&sync_timestamp=1601890130827&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjest-worker%2Fdownload%2Fjest-worker-26.5.0.tgz#87deee86dbbc5f98d9919e0dadf2c40e3152fa30" |
| 5630 | - integrity sha1-fIqX5PQ2S08F7YvKjKDCTeCRhx8= | 5297 | + integrity sha1-h97uhtu8X5jZkZ4NrfLEDjFS+jA= |
| 5631 | dependencies: | 5298 | dependencies: |
| 5632 | "@types/node" "*" | 5299 | "@types/node" "*" |
| 5633 | merge-stream "^2.0.0" | 5300 | merge-stream "^2.0.0" |
| ... | @@ -5648,11 +5315,6 @@ js-cookie@^2.2.1: | ... | @@ -5648,11 +5315,6 @@ js-cookie@^2.2.1: |
| 5648 | resolved "https://registry.npm.taobao.org/js-tokens/download/js-tokens-4.0.0.tgz?cache=0&sync_timestamp=1586796260005&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-tokens%2Fdownload%2Fjs-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" | 5315 | resolved "https://registry.npm.taobao.org/js-tokens/download/js-tokens-4.0.0.tgz?cache=0&sync_timestamp=1586796260005&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-tokens%2Fdownload%2Fjs-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |
| 5649 | integrity sha1-GSA/tZmR35jjoocFDUZHzerzJJk= | 5316 | integrity sha1-GSA/tZmR35jjoocFDUZHzerzJJk= |
| 5650 | 5317 | ||
| 5651 | -js-tokens@^3.0.2: | ||
| 5652 | - version "3.0.2" | ||
| 5653 | - resolved "https://registry.npm.taobao.org/js-tokens/download/js-tokens-3.0.2.tgz?cache=0&sync_timestamp=1586796260005&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-tokens%2Fdownload%2Fjs-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" | ||
| 5654 | - integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= | ||
| 5655 | - | ||
| 5656 | js-yaml@^3.13.1, js-yaml@^3.14.0: | 5318 | js-yaml@^3.13.1, js-yaml@^3.14.0: |
| 5657 | version "3.14.0" | 5319 | version "3.14.0" |
| 5658 | resolved "https://registry.npm.taobao.org/js-yaml/download/js-yaml-3.14.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-yaml%2Fdownload%2Fjs-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" | 5320 | resolved "https://registry.npm.taobao.org/js-yaml/download/js-yaml-3.14.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-yaml%2Fdownload%2Fjs-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" |
| ... | @@ -5661,11 +5323,6 @@ js-yaml@^3.13.1, js-yaml@^3.14.0: | ... | @@ -5661,11 +5323,6 @@ js-yaml@^3.13.1, js-yaml@^3.14.0: |
| 5661 | argparse "^1.0.7" | 5323 | argparse "^1.0.7" |
| 5662 | esprima "^4.0.0" | 5324 | esprima "^4.0.0" |
| 5663 | 5325 | ||
| 5664 | -jsesc@^1.3.0: | ||
| 5665 | - version "1.3.0" | ||
| 5666 | - resolved "https://registry.npm.taobao.org/jsesc/download/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" | ||
| 5667 | - integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s= | ||
| 5668 | - | ||
| 5669 | jsesc@^2.5.1: | 5326 | jsesc@^2.5.1: |
| 5670 | version "2.5.2" | 5327 | version "2.5.2" |
| 5671 | resolved "https://registry.npm.taobao.org/jsesc/download/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" | 5328 | resolved "https://registry.npm.taobao.org/jsesc/download/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
| ... | @@ -5706,7 +5363,7 @@ json3@^3.3.2: | ... | @@ -5706,7 +5363,7 @@ json3@^3.3.2: |
| 5706 | resolved "https://registry.npm.taobao.org/json3/download/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" | 5363 | resolved "https://registry.npm.taobao.org/json3/download/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" |
| 5707 | integrity sha1-f8EON1/FrkLEcFpcwKpvYr4wW4E= | 5364 | integrity sha1-f8EON1/FrkLEcFpcwKpvYr4wW4E= |
| 5708 | 5365 | ||
| 5709 | -json5@^0.5.0, json5@^0.5.1: | 5366 | +json5@^0.5.0: |
| 5710 | version "0.5.1" | 5367 | version "0.5.1" |
| 5711 | resolved "https://registry.npm.taobao.org/json5/download/json5-0.5.1.tgz?cache=0&sync_timestamp=1586045700847&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjson5%2Fdownload%2Fjson5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" | 5368 | resolved "https://registry.npm.taobao.org/json5/download/json5-0.5.1.tgz?cache=0&sync_timestamp=1586045700847&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjson5%2Fdownload%2Fjson5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" |
| 5712 | integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= | 5369 | integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= |
| ... | @@ -5794,10 +5451,10 @@ kind-of@^6.0.0, kind-of@^6.0.2: | ... | @@ -5794,10 +5451,10 @@ kind-of@^6.0.0, kind-of@^6.0.2: |
| 5794 | resolved "https://registry.npm.taobao.org/kind-of/download/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" | 5451 | resolved "https://registry.npm.taobao.org/kind-of/download/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" |
| 5795 | integrity sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0= | 5452 | integrity sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0= |
| 5796 | 5453 | ||
| 5797 | -klona@^2.0.3: | 5454 | +klona@^2.0.4: |
| 5798 | - version "2.0.3" | 5455 | + version "2.0.4" |
| 5799 | - resolved "https://registry.npm.taobao.org/klona/download/klona-2.0.3.tgz?cache=0&sync_timestamp=1597811502396&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fklona%2Fdownload%2Fklona-2.0.3.tgz#98274552c513583ad7a01456a789a2a0b4a2a538" | 5456 | + resolved "https://registry.npm.taobao.org/klona/download/klona-2.0.4.tgz?cache=0&sync_timestamp=1600226616064&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fklona%2Fdownload%2Fklona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0" |
| 5800 | - integrity sha1-mCdFUsUTWDrXoBRWp4mioLSipTg= | 5457 | + integrity sha1-e7Hjr/sMuGJFR+9+j2cI6i4538A= |
| 5801 | 5458 | ||
| 5802 | latest-version@^5.0.0: | 5459 | latest-version@^5.0.0: |
| 5803 | version "5.1.0" | 5460 | version "5.1.0" |
| ... | @@ -6018,11 +5675,6 @@ lodash.isplainobject@^3.0.0: | ... | @@ -6018,11 +5675,6 @@ lodash.isplainobject@^3.0.0: |
| 6018 | lodash.isarguments "^3.0.0" | 5675 | lodash.isarguments "^3.0.0" |
| 6019 | lodash.keysin "^3.0.0" | 5676 | lodash.keysin "^3.0.0" |
| 6020 | 5677 | ||
| 6021 | -lodash.isplainobject@^4.0.6: | ||
| 6022 | - version "4.0.6" | ||
| 6023 | - resolved "https://registry.npm.taobao.org/lodash.isplainobject/download/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" | ||
| 6024 | - integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= | ||
| 6025 | - | ||
| 6026 | lodash.istypedarray@^3.0.0: | 5678 | lodash.istypedarray@^3.0.0: |
| 6027 | version "3.0.6" | 5679 | version "3.0.6" |
| 6028 | resolved "https://registry.npm.taobao.org/lodash.istypedarray/download/lodash.istypedarray-3.0.6.tgz#c9a477498607501d8e8494d283b87c39281cef62" | 5680 | resolved "https://registry.npm.taobao.org/lodash.istypedarray/download/lodash.istypedarray-3.0.6.tgz#c9a477498607501d8e8494d283b87c39281cef62" |
| ... | @@ -6067,11 +5719,6 @@ lodash.restparam@^3.0.0: | ... | @@ -6067,11 +5719,6 @@ lodash.restparam@^3.0.0: |
| 6067 | resolved "https://registry.npm.taobao.org/lodash.restparam/download/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" | 5719 | resolved "https://registry.npm.taobao.org/lodash.restparam/download/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" |
| 6068 | integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU= | 5720 | integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU= |
| 6069 | 5721 | ||
| 6070 | -lodash.some@^4.6.0: | ||
| 6071 | - version "4.6.0" | ||
| 6072 | - resolved "https://registry.npm.taobao.org/lodash.some/download/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d" | ||
| 6073 | - integrity sha1-G7nzFO9ri63tE7VJFpsqlF62jk0= | ||
| 6074 | - | ||
| 6075 | lodash.toplainobject@^3.0.0: | 5722 | lodash.toplainobject@^3.0.0: |
| 6076 | version "3.0.0" | 5723 | version "3.0.0" |
| 6077 | resolved "https://registry.npm.taobao.org/lodash.toplainobject/download/lodash.toplainobject-3.0.0.tgz#28790ad942d293d78aa663a07ecf7f52ca04198d" | 5724 | resolved "https://registry.npm.taobao.org/lodash.toplainobject/download/lodash.toplainobject-3.0.0.tgz#28790ad942d293d78aa663a07ecf7f52ca04198d" |
| ... | @@ -6080,7 +5727,7 @@ lodash.toplainobject@^3.0.0: | ... | @@ -6080,7 +5727,7 @@ lodash.toplainobject@^3.0.0: |
| 6080 | lodash._basecopy "^3.0.0" | 5727 | lodash._basecopy "^3.0.0" |
| 6081 | lodash.keysin "^3.0.0" | 5728 | lodash.keysin "^3.0.0" |
| 6082 | 5729 | ||
| 6083 | -lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4: | 5730 | +lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3: |
| 6084 | version "4.17.15" | 5731 | version "4.17.15" |
| 6085 | resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1571657272199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | 5732 | resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1571657272199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
| 6086 | integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg= | 5733 | integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg= |
| ... | @@ -6323,7 +5970,7 @@ mime-db@1.44.0, "mime-db@>= 1.43.0 < 2": | ... | @@ -6323,7 +5970,7 @@ mime-db@1.44.0, "mime-db@>= 1.43.0 < 2": |
| 6323 | resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.44.0.tgz?cache=0&sync_timestamp=1587603342053&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-db%2Fdownload%2Fmime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" | 5970 | resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.44.0.tgz?cache=0&sync_timestamp=1587603342053&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-db%2Fdownload%2Fmime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" |
| 6324 | integrity sha1-+hHF6wrKEzS0Izy01S8QxaYnL5I= | 5971 | integrity sha1-+hHF6wrKEzS0Izy01S8QxaYnL5I= |
| 6325 | 5972 | ||
| 6326 | -mime-types@^2.1.26, mime-types@~2.1.17, mime-types@~2.1.24: | 5973 | +mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.24: |
| 6327 | version "2.1.27" | 5974 | version "2.1.27" |
| 6328 | resolved "https://registry.npm.taobao.org/mime-types/download/mime-types-2.1.27.tgz?cache=0&sync_timestamp=1589682770020&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-types%2Fdownload%2Fmime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" | 5975 | resolved "https://registry.npm.taobao.org/mime-types/download/mime-types-2.1.27.tgz?cache=0&sync_timestamp=1589682770020&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-types%2Fdownload%2Fmime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" |
| 6329 | integrity sha1-R5SfmOJ56lMRn1ci4PNOUpvsAJ8= | 5976 | integrity sha1-R5SfmOJ56lMRn1ci4PNOUpvsAJ8= |
| ... | @@ -6350,14 +5997,14 @@ mimic-response@^1.0.0, mimic-response@^1.0.1: | ... | @@ -6350,14 +5997,14 @@ mimic-response@^1.0.0, mimic-response@^1.0.1: |
| 6350 | resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" | 5997 | resolved "https://registry.npm.taobao.org/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" |
| 6351 | integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= | 5998 | integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= |
| 6352 | 5999 | ||
| 6353 | -mini-css-extract-plugin@0.11.2: | 6000 | +mini-css-extract-plugin@1.0.0: |
| 6354 | - version "0.11.2" | 6001 | + version "1.0.0" |
| 6355 | - resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-0.11.2.tgz?cache=0&sync_timestamp=1599924125927&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.11.2.tgz#e3af4d5e04fbcaaf11838ab230510073060b37bf" | 6002 | + resolved "https://registry.npm.taobao.org/mini-css-extract-plugin/download/mini-css-extract-plugin-1.0.0.tgz?cache=0&sync_timestamp=1602247847229&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-1.0.0.tgz#4afb39f3d97b1b92eacb1ac45025416089f831bd" |
| 6356 | - integrity sha1-469NXgT7yq8Rg4qyMFEAcwYLN78= | 6003 | + integrity sha1-Svs589l7G5LqyxrEUCVBYIn4Mb0= |
| 6357 | dependencies: | 6004 | dependencies: |
| 6358 | - loader-utils "^1.1.0" | 6005 | + loader-utils "^2.0.0" |
| 6359 | normalize-url "1.9.1" | 6006 | normalize-url "1.9.1" |
| 6360 | - schema-utils "^1.0.0" | 6007 | + schema-utils "^3.0.0" |
| 6361 | webpack-sources "^1.1.0" | 6008 | webpack-sources "^1.1.0" |
| 6362 | 6009 | ||
| 6363 | minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: | 6010 | minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: |
| ... | @@ -6619,13 +6266,13 @@ node-libs-browser@^2.2.1: | ... | @@ -6619,13 +6266,13 @@ node-libs-browser@^2.2.1: |
| 6619 | util "^0.11.0" | 6266 | util "^0.11.0" |
| 6620 | vm-browserify "^1.0.1" | 6267 | vm-browserify "^1.0.1" |
| 6621 | 6268 | ||
| 6622 | -node-loader@^1.0.1: | 6269 | +node-loader@^1.0.2: |
| 6623 | - version "1.0.1" | 6270 | + version "1.0.2" |
| 6624 | - resolved "https://registry.npm.taobao.org/node-loader/download/node-loader-1.0.1.tgz#1bfd47245a83b6a20c1d8df7f28c9c83e999d1ac" | 6271 | + resolved "https://registry.npm.taobao.org/node-loader/download/node-loader-1.0.2.tgz#f8a8f117844652642df1f2abb13ca46242643800" |
| 6625 | - integrity sha1-G/1HJFqDtqIMHY338oycg+mZ0aw= | 6272 | + integrity sha1-+KjxF4RGUmQt8fKrsTykYkJkOAA= |
| 6626 | dependencies: | 6273 | dependencies: |
| 6627 | loader-utils "^2.0.0" | 6274 | loader-utils "^2.0.0" |
| 6628 | - schema-utils "^2.7.0" | 6275 | + schema-utils "^3.0.0" |
| 6629 | 6276 | ||
| 6630 | node-modules-regexp@^1.0.0: | 6277 | node-modules-regexp@^1.0.0: |
| 6631 | version "1.0.0" | 6278 | version "1.0.0" |
| ... | @@ -6852,12 +6499,7 @@ os-browserify@^0.3.0: | ... | @@ -6852,12 +6499,7 @@ os-browserify@^0.3.0: |
| 6852 | resolved "https://registry.npm.taobao.org/os-browserify/download/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" | 6499 | resolved "https://registry.npm.taobao.org/os-browserify/download/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" |
| 6853 | integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= | 6500 | integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= |
| 6854 | 6501 | ||
| 6855 | -os-homedir@^1.0.0: | 6502 | +os-tmpdir@~1.0.2: |
| 6856 | - version "1.0.2" | ||
| 6857 | - resolved "https://registry.npm.taobao.org/os-homedir/download/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" | ||
| 6858 | - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= | ||
| 6859 | - | ||
| 6860 | -os-tmpdir@^1.0.1, os-tmpdir@~1.0.2: | ||
| 6861 | version "1.0.2" | 6503 | version "1.0.2" |
| 6862 | resolved "https://registry.npm.taobao.org/os-tmpdir/download/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" | 6504 | resolved "https://registry.npm.taobao.org/os-tmpdir/download/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" |
| 6863 | integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= | 6505 | integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= |
| ... | @@ -7073,7 +6715,7 @@ path-exists@^4.0.0: | ... | @@ -7073,7 +6715,7 @@ path-exists@^4.0.0: |
| 7073 | resolved "https://registry.npm.taobao.org/path-exists/download/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" | 6715 | resolved "https://registry.npm.taobao.org/path-exists/download/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" |
| 7074 | integrity sha1-UTvb4tO5XXdi6METfvoZXGxhtbM= | 6716 | integrity sha1-UTvb4tO5XXdi6METfvoZXGxhtbM= |
| 7075 | 6717 | ||
| 7076 | -path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: | 6718 | +path-is-absolute@^1.0.0: |
| 7077 | version "1.0.1" | 6719 | version "1.0.1" |
| 7078 | resolved "https://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" | 6720 | resolved "https://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" |
| 7079 | integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= | 6721 | integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= |
| ... | @@ -7360,7 +7002,7 @@ pretty-error@^2.0.2, pretty-error@^2.1.1: | ... | @@ -7360,7 +7002,7 @@ pretty-error@^2.0.2, pretty-error@^2.1.1: |
| 7360 | renderkid "^2.0.1" | 7002 | renderkid "^2.0.1" |
| 7361 | utila "~0.4" | 7003 | utila "~0.4" |
| 7362 | 7004 | ||
| 7363 | -private@^0.1.8, private@~0.1.5: | 7005 | +private@~0.1.5: |
| 7364 | version "0.1.8" | 7006 | version "0.1.8" |
| 7365 | resolved "https://registry.npm.taobao.org/private/download/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" | 7007 | resolved "https://registry.npm.taobao.org/private/download/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" |
| 7366 | integrity sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8= | 7008 | integrity sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8= |
| ... | @@ -7730,13 +7372,6 @@ repeat-string@^1.5.2, repeat-string@^1.6.1: | ... | @@ -7730,13 +7372,6 @@ repeat-string@^1.5.2, repeat-string@^1.6.1: |
| 7730 | resolved "https://registry.npm.taobao.org/repeat-string/download/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" | 7372 | resolved "https://registry.npm.taobao.org/repeat-string/download/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" |
| 7731 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= | 7373 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= |
| 7732 | 7374 | ||
| 7733 | -repeating@^2.0.0: | ||
| 7734 | - version "2.0.1" | ||
| 7735 | - resolved "https://registry.npm.taobao.org/repeating/download/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" | ||
| 7736 | - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= | ||
| 7737 | - dependencies: | ||
| 7738 | - is-finite "^1.0.0" | ||
| 7739 | - | ||
| 7740 | require-directory@^2.1.1: | 7375 | require-directory@^2.1.1: |
| 7741 | version "2.1.1" | 7376 | version "2.1.1" |
| 7742 | resolved "https://registry.npm.taobao.org/require-directory/download/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | 7377 | resolved "https://registry.npm.taobao.org/require-directory/download/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" |
| ... | @@ -7933,21 +7568,21 @@ sanitize-filename@^1.6.2, sanitize-filename@^1.6.3: | ... | @@ -7933,21 +7568,21 @@ sanitize-filename@^1.6.2, sanitize-filename@^1.6.3: |
| 7933 | dependencies: | 7568 | dependencies: |
| 7934 | truncate-utf8-bytes "^1.0.0" | 7569 | truncate-utf8-bytes "^1.0.0" |
| 7935 | 7570 | ||
| 7936 | -sass-loader@^10.0.2: | 7571 | +sass-loader@^10.0.3: |
| 7937 | - version "10.0.2" | 7572 | + version "10.0.3" |
| 7938 | - resolved "https://registry.npm.taobao.org/sass-loader/download/sass-loader-10.0.2.tgz#c7b73010848b264792dd45372eea0b87cba4401e" | 7573 | + resolved "https://registry.npm.taobao.org/sass-loader/download/sass-loader-10.0.3.tgz?cache=0&sync_timestamp=1602249120166&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsass-loader%2Fdownload%2Fsass-loader-10.0.3.tgz#9e2f1bfdd6355f2adde4e4835d838b020bf800b0" |
| 7939 | - integrity sha1-x7cwEISLJkeS3UU3LuoLh8ukQB4= | 7574 | + integrity sha1-ni8b/dY1Xyrd5OSDXYOLAgv4ALA= |
| 7940 | dependencies: | 7575 | dependencies: |
| 7941 | - klona "^2.0.3" | 7576 | + klona "^2.0.4" |
| 7942 | loader-utils "^2.0.0" | 7577 | loader-utils "^2.0.0" |
| 7943 | neo-async "^2.6.2" | 7578 | neo-async "^2.6.2" |
| 7944 | - schema-utils "^2.7.1" | 7579 | + schema-utils "^3.0.0" |
| 7945 | semver "^7.3.2" | 7580 | semver "^7.3.2" |
| 7946 | 7581 | ||
| 7947 | -sass@^1.26.11: | 7582 | +sass@^1.27.0: |
| 7948 | - version "1.26.11" | 7583 | + version "1.27.0" |
| 7949 | - resolved "https://registry.npm.taobao.org/sass/download/sass-1.26.11.tgz?cache=0&sync_timestamp=1600391805984&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsass%2Fdownload%2Fsass-1.26.11.tgz#0f22cc4ab2ba27dad1d4ca30837beb350b709847" | 7584 | + resolved "https://registry.npm.taobao.org/sass/download/sass-1.27.0.tgz?cache=0&sync_timestamp=1602118003254&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsass%2Fdownload%2Fsass-1.27.0.tgz#0657ff674206b95ec20dc638a93e179c78f6ada2" |
| 7950 | - integrity sha1-DyLMSrK6J9rR1Mowg3vrNQtwmEc= | 7585 | + integrity sha1-Blf/Z0IGuV7CDcY4qT4XnHj2raI= |
| 7951 | dependencies: | 7586 | dependencies: |
| 7952 | chokidar ">=2.0.0 <4.0.0" | 7587 | chokidar ">=2.0.0 <4.0.0" |
| 7953 | 7588 | ||
| ... | @@ -7965,7 +7600,7 @@ schema-utils@^1.0.0: | ... | @@ -7965,7 +7600,7 @@ schema-utils@^1.0.0: |
| 7965 | ajv-errors "^1.0.0" | 7600 | ajv-errors "^1.0.0" |
| 7966 | ajv-keywords "^3.1.0" | 7601 | ajv-keywords "^3.1.0" |
| 7967 | 7602 | ||
| 7968 | -schema-utils@^2.0.0, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0: | 7603 | +schema-utils@^2.0.0, schema-utils@^2.6.5: |
| 7969 | version "2.7.0" | 7604 | version "2.7.0" |
| 7970 | resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" | 7605 | resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" |
| 7971 | integrity sha1-FxUfdtjq5n+793lgwzxnatn078c= | 7606 | integrity sha1-FxUfdtjq5n+793lgwzxnatn078c= |
| ... | @@ -7983,6 +7618,15 @@ schema-utils@^2.7.1: | ... | @@ -7983,6 +7618,15 @@ schema-utils@^2.7.1: |
| 7983 | ajv "^6.12.4" | 7618 | ajv "^6.12.4" |
| 7984 | ajv-keywords "^3.5.2" | 7619 | ajv-keywords "^3.5.2" |
| 7985 | 7620 | ||
| 7621 | +schema-utils@^3.0.0: | ||
| 7622 | + version "3.0.0" | ||
| 7623 | + resolved "https://registry.npm.taobao.org/schema-utils/download/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef" | ||
| 7624 | + integrity sha1-Z1AvaqK2ai1AMrQnmilEl4oJE+8= | ||
| 7625 | + dependencies: | ||
| 7626 | + "@types/json-schema" "^7.0.6" | ||
| 7627 | + ajv "^6.12.5" | ||
| 7628 | + ajv-keywords "^3.5.2" | ||
| 7629 | + | ||
| 7986 | select-hose@^2.0.0: | 7630 | select-hose@^2.0.0: |
| 7987 | version "2.0.0" | 7631 | version "2.0.0" |
| 7988 | resolved "https://registry.npm.taobao.org/select-hose/download/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" | 7632 | resolved "https://registry.npm.taobao.org/select-hose/download/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" |
| ... | @@ -8177,11 +7821,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: | ... | @@ -8177,11 +7821,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: |
| 8177 | resolved "https://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" | 7821 | resolved "https://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" |
| 8178 | integrity sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw= | 7822 | integrity sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw= |
| 8179 | 7823 | ||
| 8180 | -slash@^1.0.0: | ||
| 8181 | - version "1.0.0" | ||
| 8182 | - resolved "https://registry.npm.taobao.org/slash/download/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" | ||
| 8183 | - integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= | ||
| 8184 | - | ||
| 8185 | slash@^3.0.0: | 7824 | slash@^3.0.0: |
| 8186 | version "3.0.0" | 7825 | version "3.0.0" |
| 8187 | resolved "https://registry.npm.taobao.org/slash/download/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" | 7826 | resolved "https://registry.npm.taobao.org/slash/download/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" |
| ... | @@ -8277,13 +7916,6 @@ source-map-resolve@^0.5.0: | ... | @@ -8277,13 +7916,6 @@ source-map-resolve@^0.5.0: |
| 8277 | source-map-url "^0.4.0" | 7916 | source-map-url "^0.4.0" |
| 8278 | urix "^0.1.0" | 7917 | urix "^0.1.0" |
| 8279 | 7918 | ||
| 8280 | -source-map-support@^0.4.15: | ||
| 8281 | - version "0.4.18" | ||
| 8282 | - resolved "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.4.18.tgz?cache=0&sync_timestamp=1587719289626&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map-support%2Fdownload%2Fsource-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" | ||
| 8283 | - integrity sha1-Aoam3ovkJkEzhZTpfM6nXwosWF8= | ||
| 8284 | - dependencies: | ||
| 8285 | - source-map "^0.5.6" | ||
| 8286 | - | ||
| 8287 | source-map-support@^0.5.16, source-map-support@^0.5.19, source-map-support@~0.5.12, source-map-support@~0.5.19: | 7919 | source-map-support@^0.5.16, source-map-support@^0.5.19, source-map-support@~0.5.12, source-map-support@~0.5.19: |
| 8288 | version "0.5.19" | 7920 | version "0.5.19" |
| 8289 | resolved "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.19.tgz?cache=0&sync_timestamp=1587719289626&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map-support%2Fdownload%2Fsource-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" | 7921 | resolved "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.19.tgz?cache=0&sync_timestamp=1587719289626&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map-support%2Fdownload%2Fsource-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" |
| ... | @@ -8304,7 +7936,7 @@ source-map@0.4.x: | ... | @@ -8304,7 +7936,7 @@ source-map@0.4.x: |
| 8304 | dependencies: | 7936 | dependencies: |
| 8305 | amdefine ">=0.0.4" | 7937 | amdefine ">=0.0.4" |
| 8306 | 7938 | ||
| 8307 | -source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0, source-map@~0.5.1: | 7939 | +source-map@^0.5.0, source-map@^0.5.6, source-map@~0.5.0, source-map@~0.5.1: |
| 8308 | version "0.5.7" | 7940 | version "0.5.7" |
| 8309 | resolved "https://registry.npm.taobao.org/source-map/download/source-map-0.5.7.tgz?cache=0&sync_timestamp=1571657176668&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map%2Fdownload%2Fsource-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | 7941 | resolved "https://registry.npm.taobao.org/source-map/download/source-map-0.5.7.tgz?cache=0&sync_timestamp=1571657176668&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map%2Fdownload%2Fsource-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" |
| 8310 | integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= | 7942 | integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= |
| ... | @@ -8557,13 +8189,13 @@ strip-json-comments@~2.0.1: | ... | @@ -8557,13 +8189,13 @@ strip-json-comments@~2.0.1: |
| 8557 | resolved "https://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz?cache=0&sync_timestamp=1586159975241&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstrip-json-comments%2Fdownload%2Fstrip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" | 8189 | resolved "https://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz?cache=0&sync_timestamp=1586159975241&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstrip-json-comments%2Fdownload%2Fstrip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" |
| 8558 | integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= | 8190 | integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= |
| 8559 | 8191 | ||
| 8560 | -style-loader@^1.2.1: | 8192 | +style-loader@^2.0.0: |
| 8561 | - version "1.2.1" | 8193 | + version "2.0.0" |
| 8562 | - resolved "https://registry.npm.taobao.org/style-loader/download/style-loader-1.2.1.tgz#c5cbbfbf1170d076cfdd86e0109c5bba114baa1a" | 8194 | + resolved "https://registry.npm.taobao.org/style-loader/download/style-loader-2.0.0.tgz?cache=0&sync_timestamp=1602247951903&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstyle-loader%2Fdownload%2Fstyle-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c" |
| 8563 | - integrity sha1-xcu/vxFw0HbP3YbgEJxbuhFLqho= | 8195 | + integrity sha1-lmlgL9RpB0DqrsE3eZoDrdu8OTw= |
| 8564 | dependencies: | 8196 | dependencies: |
| 8565 | loader-utils "^2.0.0" | 8197 | loader-utils "^2.0.0" |
| 8566 | - schema-utils "^2.6.6" | 8198 | + schema-utils "^3.0.0" |
| 8567 | 8199 | ||
| 8568 | sumchecker@^3.0.1: | 8200 | sumchecker@^3.0.1: |
| 8569 | version "3.0.1" | 8201 | version "3.0.1" |
| ... | @@ -8711,19 +8343,19 @@ terser-webpack-plugin@^1.4.3: | ... | @@ -8711,19 +8343,19 @@ terser-webpack-plugin@^1.4.3: |
| 8711 | webpack-sources "^1.4.0" | 8343 | webpack-sources "^1.4.0" |
| 8712 | worker-farm "^1.7.0" | 8344 | worker-farm "^1.7.0" |
| 8713 | 8345 | ||
| 8714 | -terser-webpack-plugin@^4.2.2: | 8346 | +terser-webpack-plugin@^4.2.3: |
| 8715 | - version "4.2.2" | 8347 | + version "4.2.3" |
| 8716 | - resolved "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-4.2.2.tgz?cache=0&sync_timestamp=1600531951208&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-4.2.2.tgz#d86200c700053bba637913fe4310ba1bdeb5568e" | 8348 | + resolved "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-4.2.3.tgz#28daef4a83bd17c1db0297070adc07fc8cfc6a9a" |
| 8717 | - integrity sha1-2GIAxwAFO7pjeRP+QxC6G961Vo4= | 8349 | + integrity sha1-KNrvSoO9F8HbApcHCtwH/Iz8apo= |
| 8718 | dependencies: | 8350 | dependencies: |
| 8719 | cacache "^15.0.5" | 8351 | cacache "^15.0.5" |
| 8720 | find-cache-dir "^3.3.1" | 8352 | find-cache-dir "^3.3.1" |
| 8721 | - jest-worker "^26.3.0" | 8353 | + jest-worker "^26.5.0" |
| 8722 | p-limit "^3.0.2" | 8354 | p-limit "^3.0.2" |
| 8723 | - schema-utils "^2.7.1" | 8355 | + schema-utils "^3.0.0" |
| 8724 | serialize-javascript "^5.0.1" | 8356 | serialize-javascript "^5.0.1" |
| 8725 | source-map "^0.6.1" | 8357 | source-map "^0.6.1" |
| 8726 | - terser "^5.3.2" | 8358 | + terser "^5.3.4" |
| 8727 | webpack-sources "^1.4.3" | 8359 | webpack-sources "^1.4.3" |
| 8728 | 8360 | ||
| 8729 | terser@^4.1.2, terser@^4.6.3: | 8361 | terser@^4.1.2, terser@^4.6.3: |
| ... | @@ -8735,10 +8367,10 @@ terser@^4.1.2, terser@^4.6.3: | ... | @@ -8735,10 +8367,10 @@ terser@^4.1.2, terser@^4.6.3: |
| 8735 | source-map "~0.6.1" | 8367 | source-map "~0.6.1" |
| 8736 | source-map-support "~0.5.12" | 8368 | source-map-support "~0.5.12" |
| 8737 | 8369 | ||
| 8738 | -terser@^5.3.2: | 8370 | +terser@^5.3.4: |
| 8739 | - version "5.3.3" | 8371 | + version "5.3.4" |
| 8740 | - resolved "https://registry.npm.taobao.org/terser/download/terser-5.3.3.tgz?cache=0&sync_timestamp=1601292053759&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-5.3.3.tgz#2592a1cf079df55101fe2b2cb2330f951863860b" | 8372 | + resolved "https://registry.npm.taobao.org/terser/download/terser-5.3.4.tgz?cache=0&sync_timestamp=1601639556443&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser%2Fdownload%2Fterser-5.3.4.tgz#e510e05f86e0bd87f01835c3238839193f77a60c" |
| 8741 | - integrity sha1-JZKhzwed9VEB/isssjMPlRhjhgs= | 8373 | + integrity sha1-5RDgX4bgvYfwGDXDI4g5GT93pgw= |
| 8742 | dependencies: | 8374 | dependencies: |
| 8743 | commander "^2.20.0" | 8375 | commander "^2.20.0" |
| 8744 | source-map "~0.7.2" | 8376 | source-map "~0.7.2" |
| ... | @@ -8816,11 +8448,6 @@ to-arraybuffer@^1.0.0: | ... | @@ -8816,11 +8448,6 @@ to-arraybuffer@^1.0.0: |
| 8816 | resolved "https://registry.npm.taobao.org/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" | 8448 | resolved "https://registry.npm.taobao.org/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" |
| 8817 | integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= | 8449 | integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= |
| 8818 | 8450 | ||
| 8819 | -to-fast-properties@^1.0.3: | ||
| 8820 | - version "1.0.3" | ||
| 8821 | - resolved "https://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-1.0.3.tgz?cache=0&sync_timestamp=1580550317222&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fto-fast-properties%2Fdownload%2Fto-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" | ||
| 8822 | - integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= | ||
| 8823 | - | ||
| 8824 | to-fast-properties@^2.0.0: | 8451 | to-fast-properties@^2.0.0: |
| 8825 | version "2.0.0" | 8452 | version "2.0.0" |
| 8826 | resolved "https://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-2.0.0.tgz?cache=0&sync_timestamp=1580550317222&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fto-fast-properties%2Fdownload%2Fto-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" | 8453 | resolved "https://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-2.0.0.tgz?cache=0&sync_timestamp=1580550317222&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fto-fast-properties%2Fdownload%2Fto-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" |
| ... | @@ -8878,11 +8505,6 @@ traverse@^0.6.6: | ... | @@ -8878,11 +8505,6 @@ traverse@^0.6.6: |
| 8878 | resolved "https://registry.npm.taobao.org/traverse/download/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" | 8505 | resolved "https://registry.npm.taobao.org/traverse/download/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" |
| 8879 | integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= | 8506 | integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= |
| 8880 | 8507 | ||
| 8881 | -trim-right@^1.0.1: | ||
| 8882 | - version "1.0.1" | ||
| 8883 | - resolved "https://registry.npm.taobao.org/trim-right/download/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" | ||
| 8884 | - integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= | ||
| 8885 | - | ||
| 8886 | truncate-utf8-bytes@^1.0.0: | 8508 | truncate-utf8-bytes@^1.0.0: |
| 8887 | version "1.0.2" | 8509 | version "1.0.2" |
| 8888 | resolved "https://registry.npm.taobao.org/truncate-utf8-bytes/download/truncate-utf8-bytes-1.0.2.tgz#405923909592d56f78a5818434b0b78489ca5f2b" | 8510 | resolved "https://registry.npm.taobao.org/truncate-utf8-bytes/download/truncate-utf8-bytes-1.0.2.tgz#405923909592d56f78a5818434b0b78489ca5f2b" |
| ... | @@ -9140,14 +8762,14 @@ urix@^0.1.0: | ... | @@ -9140,14 +8762,14 @@ urix@^0.1.0: |
| 9140 | resolved "https://registry.npm.taobao.org/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" | 8762 | resolved "https://registry.npm.taobao.org/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" |
| 9141 | integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= | 8763 | integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= |
| 9142 | 8764 | ||
| 9143 | -url-loader@^4.1.0: | 8765 | +url-loader@^4.1.1: |
| 9144 | - version "4.1.0" | 8766 | + version "4.1.1" |
| 9145 | - resolved "https://registry.npm.taobao.org/url-loader/download/url-loader-4.1.0.tgz#c7d6b0d6b0fccd51ab3ffc58a78d32b8d89a7be2" | 8767 | + resolved "https://registry.npm.taobao.org/url-loader/download/url-loader-4.1.1.tgz?cache=0&sync_timestamp=1602252626029&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furl-loader%2Fdownload%2Furl-loader-4.1.1.tgz#28505e905cae158cf07c92ca622d7f237e70a4e2" |
| 9146 | - integrity sha1-x9aw1rD8zVGrP/xYp40yuNiae+I= | 8768 | + integrity sha1-KFBekFyuFYzwfJLKYi1/I35wpOI= |
| 9147 | dependencies: | 8769 | dependencies: |
| 9148 | loader-utils "^2.0.0" | 8770 | loader-utils "^2.0.0" |
| 9149 | - mime-types "^2.1.26" | 8771 | + mime-types "^2.1.27" |
| 9150 | - schema-utils "^2.6.5" | 8772 | + schema-utils "^3.0.0" |
| 9151 | 8773 | ||
| 9152 | url-parse-lax@^3.0.0: | 8774 | url-parse-lax@^3.0.0: |
| 9153 | version "3.0.0" | 8775 | version "3.0.0" |
| ... | @@ -9281,10 +8903,10 @@ vue-loader@^15.9.3: | ... | @@ -9281,10 +8903,10 @@ vue-loader@^15.9.3: |
| 9281 | vue-hot-reload-api "^2.3.0" | 8903 | vue-hot-reload-api "^2.3.0" |
| 9282 | vue-style-loader "^4.1.0" | 8904 | vue-style-loader "^4.1.0" |
| 9283 | 8905 | ||
| 9284 | -vue-router@^3.4.5: | 8906 | +vue-router@^3.4.6: |
| 9285 | - version "3.4.5" | 8907 | + version "3.4.6" |
| 9286 | - resolved "https://registry.npm.taobao.org/vue-router/download/vue-router-3.4.5.tgz?cache=0&sync_timestamp=1601131068569&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-router%2Fdownload%2Fvue-router-3.4.5.tgz#d396ec037b35931bdd1e9b7edd86f9788dc15175" | 8908 | + resolved "https://registry.npm.taobao.org/vue-router/download/vue-router-3.4.6.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-router%2Fdownload%2Fvue-router-3.4.6.tgz#f7bda2c9a43d39837621c9a02ba7789f5daa24b2" |
| 9287 | - integrity sha1-05bsA3s1kxvdHpt+3Yb5eI3BUXU= | 8909 | + integrity sha1-972iyaQ9OYN2IcmgK6d4n12qJLI= |
| 9288 | 8910 | ||
| 9289 | vue-style-loader@^4.1.0, vue-style-loader@^4.1.2: | 8911 | vue-style-loader@^4.1.0, vue-style-loader@^4.1.2: |
| 9290 | version "4.1.2" | 8912 | version "4.1.2" |
| ... | @@ -9427,15 +9049,15 @@ webpack-log@^2.0.0: | ... | @@ -9427,15 +9049,15 @@ webpack-log@^2.0.0: |
| 9427 | ansi-colors "^3.0.0" | 9049 | ansi-colors "^3.0.0" |
| 9428 | uuid "^3.3.2" | 9050 | uuid "^3.3.2" |
| 9429 | 9051 | ||
| 9430 | -webpack-merge@^5.1.4: | 9052 | +webpack-merge@^5.2.0: |
| 9431 | - version "5.1.4" | 9053 | + version "5.2.0" |
| 9432 | - resolved "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-5.1.4.tgz#a2c3a0c38ac2c02055c47bb1d42de1f072f1aea4" | 9054 | + resolved "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-5.2.0.tgz?cache=0&sync_timestamp=1602063120051&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-5.2.0.tgz#31cbcc954f8f89cd4b06ca8d97a38549f7f3f0c9" |
| 9433 | - integrity sha1-osOgw4rCwCBVxHux1C3h8HLxrqQ= | 9055 | + integrity sha1-McvMlU+Pic1LBsqNl6OFSffz8Mk= |
| 9434 | dependencies: | 9056 | dependencies: |
| 9435 | clone-deep "^4.0.1" | 9057 | clone-deep "^4.0.1" |
| 9436 | wildcard "^2.0.0" | 9058 | wildcard "^2.0.0" |
| 9437 | 9059 | ||
| 9438 | -webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3: | 9060 | +webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3: |
| 9439 | version "1.4.3" | 9061 | version "1.4.3" |
| 9440 | resolved "https://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" | 9062 | resolved "https://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" |
| 9441 | integrity sha1-7t2OwLko+/HL/plOItLYkPMwqTM= | 9063 | integrity sha1-7t2OwLko+/HL/plOItLYkPMwqTM= | ... | ... |
-
请 注册 或 登录 后发表评论