张恒

更新

......@@ -3624,9 +3624,9 @@
},
"dependencies": {
"es-abstract": {
"version": "1.17.4",
"resolved": "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.17.4.tgz?cache=0&sync_timestamp=1579624493239&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fes-abstract%2Fdownload%2Fes-abstract-1.17.4.tgz",
"integrity": "sha1-467fGXBrIOfCWUw1/A1XYFp54YQ=",
"version": "1.17.5",
"resolved": "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.17.5.tgz",
"integrity": "sha1-2MnR1myJgfuSAOIlHXme7pJ3Suk=",
"dev": true,
"requires": {
"es-to-primitive": "^1.2.1",
......@@ -3644,7 +3644,7 @@
},
"is-callable": {
"version": "1.1.5",
"resolved": "https://registry.npm.taobao.org/is-callable/download/is-callable-1.1.5.tgz",
"resolved": "https://registry.npm.taobao.org/is-callable/download/is-callable-1.1.5.tgz?cache=0&sync_timestamp=1576778381051&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-callable%2Fdownload%2Fis-callable-1.1.5.tgz",
"integrity": "sha1-9+RrWWiQRW23Tn9ul2yzJz0G+qs=",
"dev": true
}
......@@ -7048,9 +7048,9 @@
}
},
"eslint-module-utils": {
"version": "2.5.2",
"resolved": "https://registry.npm.taobao.org/eslint-module-utils/download/eslint-module-utils-2.5.2.tgz?cache=0&sync_timestamp=1578894306844&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-module-utils%2Fdownload%2Feslint-module-utils-2.5.2.tgz",
"integrity": "sha1-eHj3UEgk4bhX3SUFtZqOXtompwg=",
"version": "2.6.0",
"resolved": "https://registry.npm.taobao.org/eslint-module-utils/download/eslint-module-utils-2.6.0.tgz",
"integrity": "sha1-V569CU9Wr3eX0ZyYZsnJSGYpv6Y=",
"dev": true,
"requires": {
"debug": "^2.6.9",
......@@ -7097,9 +7097,9 @@
}
},
"eslint-plugin-import": {
"version": "2.20.1",
"resolved": "https://registry.npm.taobao.org/eslint-plugin-import/download/eslint-plugin-import-2.20.1.tgz",
"integrity": "sha1-gCQjGW3LEdnOhDWl/AKm07RpObM=",
"version": "2.20.2",
"resolved": "https://registry.npm.taobao.org/eslint-plugin-import/download/eslint-plugin-import-2.20.2.tgz?cache=0&sync_timestamp=1585455648129&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-import%2Fdownload%2Feslint-plugin-import-2.20.2.tgz",
"integrity": "sha1-kfw4B84Ivkg3FBJyyLmQc5BuWI0=",
"dev": true,
"requires": {
"array-includes": "^3.0.3",
......@@ -10067,7 +10067,7 @@
},
"is-string": {
"version": "1.0.5",
"resolved": "https://registry.npm.taobao.org/is-string/download/is-string-1.0.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-string%2Fdownload%2Fis-string-1.0.5.tgz",
"resolved": "https://registry.npm.taobao.org/is-string/download/is-string-1.0.5.tgz",
"integrity": "sha1-QEk+0ZjvP/R3uMf5L2ROyCpc06Y=",
"dev": true
},
......
......@@ -126,7 +126,7 @@
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
......