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/which/package.json generated vendored
View File

@@ -1,34 +1,28 @@
{
"_args": [
[
"which@1.3.1",
"C:\\Users\\damccorm\\Documents\\node12-template"
]
],
"_development": true,
"_from": "which@1.3.1",
"_from": "which@^1.2.9",
"_id": "which@1.3.1",
"_inBundle": false,
"_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
"_location": "/which",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "which@1.3.1",
"raw": "which@^1.2.9",
"name": "which",
"escapedName": "which",
"rawSpec": "1.3.1",
"rawSpec": "^1.2.9",
"saveSpec": null,
"fetchSpec": "1.3.1"
"fetchSpec": "^1.2.9"
},
"_requiredBy": [
"/cross-spawn",
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
"_spec": "1.3.1",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template",
"_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
"_spec": "which@^1.2.9",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\cross-spawn",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -40,9 +34,11 @@
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
"bundleDependencies": false,
"dependencies": {
"isexe": "^2.0.0"
},
"deprecated": false,
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"devDependencies": {
"mkdirp": "^0.5.0",