Update tool-cache

This commit is contained in:
Danny McCormick
2019-08-02 14:26:04 -04:00
parent 11af751dad
commit db1bb913fe
56 changed files with 775 additions and 1430 deletions

24
node_modules/path-key/package.json generated vendored
View File

@@ -1,34 +1,28 @@
{
"_args": [
[
"path-key@2.0.1",
"C:\\Users\\damccorm\\Documents\\node12-template"
]
],
"_development": true,
"_from": "path-key@2.0.1",
"_from": "path-key@^2.0.1",
"_id": "path-key@2.0.1",
"_inBundle": false,
"_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
"_location": "/path-key",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "path-key@2.0.1",
"raw": "path-key@^2.0.1",
"name": "path-key",
"escapedName": "path-key",
"rawSpec": "2.0.1",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/cross-spawn",
"/npm-run-path"
],
"_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template",
"_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
"_spec": "path-key@^2.0.1",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\cross-spawn",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -37,6 +31,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/path-key/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Get the PATH environment variable key cross-platform",
"devDependencies": {
"ava": "*",