{
  "_args": [
    [
      "npm-which@^2.0.0",
      "/usr/share/npm/node_modules/npm-run"
    ]
  ],
  "_from": "npm-which@>=2.0.0 <3.0.0",
  "_id": "npm-which@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/npm-which",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "email": "secoif@gmail.com",
    "name": "timoxley"
  },
  "_npmVersion": "2.1.10",
  "_phantomChildren": {},
  "_requested": {
    "name": "npm-which",
    "raw": "npm-which@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/npm-run"
  ],
  "_resolved": "https://registry.npmjs.org/npm-which/-/npm-which-2.0.0.tgz",
  "_shasum": "0c46982160b783093661d1d01bd4496d2feabbac",
  "_shrinkwrap": null,
  "_spec": "npm-which@^2.0.0",
  "_where": "/usr/share/npm/node_modules/npm-run",
  "author": {
    "name": "Tim Oxley"
  },
  "bin": {
    "npm-which": "bin/npm-which.js"
  },
  "bugs": {
    "url": "https://github.com/timoxley/npm-which/issues"
  },
  "dependencies": {
    "commander": "^2.2.0",
    "npm-path": "^1.0.0",
    "which": "^1.0.5"
  },
  "description": "Locate a program or locally installed node module's executable",
  "devDependencies": {
    "tap-spec": "^2.1.0",
    "tape": "^3.0.3"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "0c46982160b783093661d1d01bd4496d2feabbac",
    "tarball": "https://registry.npmjs.org/npm-which/-/npm-which-2.0.0.tgz"
  },
  "gitHead": "d386f8761c36ed5fedc55a50e14d5599f4ae4395",
  "homepage": "https://github.com/timoxley/npm-which",
  "keywords": [
    "executable",
    "npm",
    "path",
    "run"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "timoxley",
      "email": "secoif@gmail.com"
    }
  ],
  "name": "npm-which",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timoxley/npm-which.git"
  },
  "scripts": {
    "test": "node test/index.js | tap-spec"
  },
  "version": "2.0.0"
}
