summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/which/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/which/package.json')
-rw-r--r--deps/npm/node_modules/which/package.json47
1 files changed, 23 insertions, 24 deletions
diff --git a/deps/npm/node_modules/which/package.json b/deps/npm/node_modules/which/package.json
index 27071d747a..dcdb66c9eb 100644
--- a/deps/npm/node_modules/which/package.json
+++ b/deps/npm/node_modules/which/package.json
@@ -2,41 +2,40 @@
"_args": [
[
{
- "raw": "which@latest",
+ "raw": "which@1.2.11",
"scope": null,
"escapedName": "which",
"name": "which",
- "rawSpec": "latest",
- "spec": "latest",
- "type": "tag"
+ "rawSpec": "1.2.11",
+ "spec": "1.2.11",
+ "type": "version"
},
- "/Users/rebecca/code/npm"
+ "/Users/zkat/Documents/code/npm"
]
],
- "_from": "which@latest",
- "_id": "which@1.2.10",
+ "_from": "which@1.2.11",
+ "_id": "which@1.2.11",
"_inCache": true,
- "_installable": true,
"_location": "/which",
- "_nodeVersion": "4.4.4",
+ "_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/which-1.2.10.tgz_1465116744337_0.4818702598568052"
+ "tmp": "tmp/which-1.2.11.tgz_1473093398489_0.1032072464004159"
},
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
- "_npmVersion": "3.9.1",
+ "_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
- "raw": "which@latest",
+ "raw": "which@1.2.11",
"scope": null,
"escapedName": "which",
"name": "which",
- "rawSpec": "latest",
- "spec": "latest",
- "type": "tag"
+ "rawSpec": "1.2.11",
+ "spec": "1.2.11",
+ "type": "version"
},
"_requiredBy": [
"#USER",
@@ -44,11 +43,11 @@
"/node-gyp",
"/tap/foreground-child/cross-spawn"
],
- "_resolved": "https://registry.npmjs.org/which/-/which-1.2.10.tgz",
- "_shasum": "91cd9bd0751322411b659b40f054b21de957ab2d",
+ "_resolved": "https://registry.npmjs.org/which/-/which-1.2.11.tgz",
+ "_shasum": "c8b2eeea6b8c1659fa7c1dd4fdaabe9533dc5e8b",
"_shrinkwrap": null,
- "_spec": "which@latest",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "which@1.2.11",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -71,14 +70,14 @@
},
"directories": {},
"dist": {
- "shasum": "91cd9bd0751322411b659b40f054b21de957ab2d",
- "tarball": "https://registry.npmjs.org/which/-/which-1.2.10.tgz"
+ "shasum": "c8b2eeea6b8c1659fa7c1dd4fdaabe9533dc5e8b",
+ "tarball": "https://registry.npmjs.org/which/-/which-1.2.11.tgz"
},
"files": [
"which.js",
"bin/which"
],
- "gitHead": "3f590834623ee940d922e12b1c8b9cbf24bd5012",
+ "gitHead": "8a7d0aa1ca10173f9f4d84bf528a3efc1f5d0c6f",
"homepage": "https://github.com/isaacs/node-which#readme",
"license": "ISC",
"main": "which.js",
@@ -96,9 +95,9 @@
"url": "git://github.com/isaacs/node-which.git"
},
"scripts": {
- "changelog": "bash changelog.sh",
+ "changelog": "bash gen-changelog.sh",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
"test": "tap test/*.js --cov"
},
- "version": "1.2.10"
+ "version": "1.2.11"
}