{
  "_args": [
    [
      "which@~1.1.1",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "which@>=1.1.1 <1.2.0",
  "_id": "which@1.1.1",
  "_inCache": true,
  "_location": "/which",
  "_nodeVersion": "2.0.1",
  "_npmUser": {
    "email": "isaacs@npmjs.com",
    "name": "isaacs"
  },
  "_npmVersion": "2.9.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "which",
    "raw": "which@~1.1.1",
    "rawSpec": "~1.1.1",
    "scope": null,
    "spec": ">=1.1.1 <1.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/node-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/which/-/which-1.1.1.tgz",
  "_shasum": "9ce512459946166e12c083f08ec073380fc8cbbb",
  "_shrinkwrap": null,
  "_spec": "which@~1.1.1",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me"
  },
  "bin": {
    "which": "./bin/which"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-which/issues"
  },
  "dependencies": {
    "is-absolute": "^0.1.7"
  },
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  "devDependencies": {
    "mkdirp": "^0.5.0",
    "rimraf": "^2.3.3",
    "tap": "^1.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "9ce512459946166e12c083f08ec073380fc8cbbb",
    "tarball": "http://registry.npmjs.org/which/-/which-1.1.1.tgz"
  },
  "gitHead": "c80a08e9f8cf7a5c0f39c2e2f87f18f153b118a8",
  "homepage": "https://github.com/isaacs/node-which#readme",
  "license": "ISC",
  "main": "which.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "which",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-which.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.1.1"
}
