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

16
node_modules/resolve/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "resolve@^1.3.2",
"_id": "resolve@1.10.0",
"_id": "resolve@1.11.0",
"_inBundle": false,
"_integrity": "sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==",
"_integrity": "sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
@@ -19,8 +19,8 @@
"/@babel/core",
"/@babel/plugin-transform-runtime"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.10.0.tgz",
"_shasum": "3bdaaeaf45cc07f375656dfd2e54ed0810b101ba",
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz",
"_shasum": "4014870ba296176b86343d50b60f3b50609ce232",
"_spec": "resolve@^1.3.2",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\@babel\\core",
"author": {
@@ -39,11 +39,11 @@
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"eslint": "^5.12.0",
"object-keys": "^1.0.12",
"eslint": "^5.16.0",
"object-keys": "^1.1.1",
"safe-publish-latest": "^1.1.2",
"tap": "0.4.13",
"tape": "^4.9.2"
"tape": "^4.10.1"
},
"homepage": "https://github.com/browserify/resolve#readme",
"keywords": [
@@ -68,5 +68,5 @@
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
"tests-only": "tape test/*.js"
},
"version": "1.10.0"
"version": "1.11.0"
}