{
  "_args": [
    [
      "which@^1.0.8",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-76857gq02aboS2dNX/lib"
    ]
  ],
  "_from": "which@>=1.0.8 <2.0.0",
  "_id": "which@1.2.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/which",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "2.14.15",
  "_phantomChildren": {},
  "_requested": {
    "name": "which",
    "raw": "which@^1.0.8",
    "rawSpec": "^1.0.8",
    "scope": null,
    "spec": ">=1.0.8 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/which/-/which-1.2.2.tgz",
  "_shasum": "6cf661c374b6016ad71f035993d5bc85e003aec7",
  "_shrinkwrap": null,
  "_spec": "which@^1.0.8",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-76857gq02aboS2dNX/lib",
  "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",
    "isexe": "^1.0.1"
  },
  "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": "^5.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "6cf661c374b6016ad71f035993d5bc85e003aec7",
    "tarball": "http://registry.npmjs.org/which/-/which-1.2.2.tgz"
  },
  "gitHead": "cbdd0f468c629e0a325cb392112de7d2d88ffe75",
  "homepage": "https://github.com/isaacs/node-which#readme",
  "license": "ISC",
  "main": "which.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "which",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-which.git"
  },
  "scripts": {
    "test": "tap test/*.js --cov"
  },
  "version": "1.2.2"
}
