updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

13
node_modules/tapable/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "tapable@^1.1.0",
"_id": "tapable@1.1.1",
"_id": "tapable@1.1.3",
"_inBundle": false,
"_integrity": "sha512-9I2ydhj8Z9veORCw5PRm4u9uebCn0mcCa6scWoNcbZ6dAtoo2618u9UUzxgmsCOreJpqDDuv61LvwofW7hLcBA==",
"_integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
"_location": "/tapable",
"_phantomChildren": {},
"_requested": {
@@ -19,8 +19,8 @@
"/enhanced-resolve",
"/webpack"
],
"_resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.1.tgz",
"_shasum": "4d297923c5a72a42360de2ab52dadfaaec00018e",
"_resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
"_shasum": "a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2",
"_spec": "tapable@^1.1.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\webpack",
"author": {
@@ -45,7 +45,8 @@
"node": ">=6"
},
"files": [
"lib"
"lib",
"!lib/__tests__"
],
"homepage": "https://github.com/webpack/tapable",
"jest": {
@@ -65,5 +66,5 @@
"test": "jest",
"travis": "jest --coverage && codecov"
},
"version": "1.1.1"
"version": "1.1.3"
}