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

View File

@@ -1,10 +1,12 @@
{
"_from": "find-cache-dir@^2.0.0",
"_id": "find-cache-dir@2.0.0",
"_id": "find-cache-dir@2.1.0",
"_inBundle": false,
"_integrity": "sha512-LDUY6V1Xs5eFskUVYtIwatojt6+9xC9Chnlk/jYOOvn3FAFfSaWddxahDGyNHh0b2dMXa6YW2m0tk8TdVaXHlA==",
"_integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
"_location": "/find-cache-dir",
"_phantomChildren": {},
"_phantomChildren": {
"semver": "5.6.0"
},
"_requested": {
"type": "range",
"registry": true,
@@ -19,8 +21,8 @@
"/babel-loader",
"/terser-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.0.0.tgz",
"_shasum": "4c1faed59f45184530fb9d7fa123a4d04a98472d",
"_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
"_shasum": "8d0f94cd13fe43c6c7c261a0d86115ca918c05f7",
"_spec": "find-cache-dir@^2.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\babel-loader",
"bugs": {
@@ -29,17 +31,17 @@
"bundleDependencies": false,
"dependencies": {
"commondir": "^1.0.1",
"make-dir": "^1.0.0",
"make-dir": "^2.0.0",
"pkg-dir": "^3.0.0"
},
"deprecated": false,
"description": "Finds the common standard cache directory",
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.1",
"del": "^3.0.0",
"nyc": "^12.0.2",
"xo": "^0.21.1"
"ava": "^1.3.1",
"coveralls": "^3.0.3",
"del": "^4.0.0",
"nyc": "^13.3.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
@@ -71,5 +73,5 @@
"scripts": {
"test": "xo && nyc ava"
},
"version": "2.0.0"
"version": "2.1.0"
}