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.json63
1 files changed, 40 insertions, 23 deletions
diff --git a/deps/npm/node_modules/which/package.json b/deps/npm/node_modules/which/package.json
index 04f90fa687..9f1f7a9fcd 100644
--- a/deps/npm/node_modules/which/package.json
+++ b/deps/npm/node_modules/which/package.json
@@ -1,42 +1,54 @@
{
"_args": [
[
- "which@~1.2.1",
- "/Users/rebecca/code/npm"
+ {
+ "name": "which",
+ "raw": "which@1.2.9",
+ "rawSpec": "1.2.9",
+ "scope": null,
+ "spec": "1.2.9",
+ "type": "version"
+ },
+ "/Users/zkat/Documents/code/npm"
]
],
- "_from": "which@>=1.2.1 <1.3.0",
- "_id": "which@1.2.4",
+ "_from": "which@1.2.9",
+ "_id": "which@1.2.9",
"_inCache": true,
"_installable": true,
"_location": "/which",
- "_nodeVersion": "4.0.0",
+ "_nodeVersion": "4.4.4",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/which-1.2.9.tgz_1463603459182_0.9633393425028771"
+ },
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
- "_npmVersion": "2.14.15",
+ "_npmVersion": "3.9.1",
"_phantomChildren": {},
"_requested": {
"name": "which",
- "raw": "which@~1.2.1",
- "rawSpec": "~1.2.1",
+ "raw": "which@1.2.9",
+ "rawSpec": "1.2.9",
"scope": null,
- "spec": ">=1.2.1 <1.3.0",
- "type": "range"
+ "spec": "1.2.9",
+ "type": "version"
},
"_requiredBy": [
"/",
"/node-gyp",
- "/standard/standard-format/esformatter/npm-run/npm-path",
+ "/tap/foreground-child",
"/tap/foreground-child/cross-spawn-async",
- "/tap/nyc/istanbul"
+ "/tap/nyc/istanbul",
+ "/tap/nyc/spawn-wrap"
],
- "_resolved": "https://registry.npmjs.org/which/-/which-1.2.4.tgz",
- "_shasum": "1557f96080604e5b11b3599eb9f45b50a9efd722",
+ "_resolved": "https://registry.npmjs.org/which/-/which-1.2.9.tgz",
+ "_shasum": "0b3a0e5c073bc10ca7b9ec13534eeef8a71ab61f",
"_shrinkwrap": null,
- "_spec": "which@~1.2.1",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "which@1.2.9",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
@@ -49,7 +61,6 @@
"url": "https://github.com/isaacs/node-which/issues"
},
"dependencies": {
- "is-absolute": "^0.1.7",
"isexe": "^1.1.1"
},
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
@@ -60,17 +71,21 @@
},
"directories": {},
"dist": {
- "shasum": "1557f96080604e5b11b3599eb9f45b50a9efd722",
- "tarball": "http://registry.npmjs.org/which/-/which-1.2.4.tgz"
+ "shasum": "0b3a0e5c073bc10ca7b9ec13534eeef8a71ab61f",
+ "tarball": "https://registry.npmjs.org/which/-/which-1.2.9.tgz"
},
- "gitHead": "1375684d40af9de2ecc527d1ab9b87b537d7a1cc",
+ "files": [
+ "which.js",
+ "bin/which"
+ ],
+ "gitHead": "34aac93a4c4ee9e3c7a49fe09778ca942e636cce",
"homepage": "https://github.com/isaacs/node-which#readme",
"license": "ISC",
"main": "which.js",
"maintainers": [
{
- "name": "isaacs",
- "email": "i@izs.me"
+ "email": "i@izs.me",
+ "name": "isaacs"
}
],
"name": "which",
@@ -81,7 +96,9 @@
"url": "git://github.com/isaacs/node-which.git"
},
"scripts": {
+ "changelog": "bash 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.4"
+ "version": "1.2.9"
}