{ "_args": [ [ "which@1.2.1", "/Users/rebecca/code/npm" ] ], "_from": "which@1.2.1", "_id": "which@1.2.1", "_inCache": true, "_installable": true, "_location": "/which", "_nodeVersion": "4.0.0", "_npmUser": { "email": "i@izs.me", "name": "isaacs" }, "_npmVersion": "3.3.2", "_phantomChildren": {}, "_requested": { "name": "which", "raw": "which@1.2.1", "rawSpec": "1.2.1", "scope": null, "spec": "1.2.1", "type": "version" }, "_requiredBy": [ "/", "/node-gyp", "/standard/standard-format/esformatter/npm-run/npm-path", "/tap/nyc/istanbul" ], "_resolved": "https://registry.npmjs.org/which/-/which-1.2.1.tgz", "_shasum": "a010c43aade1a798a3e6c1b1e453d45cb497a2bc", "_shrinkwrap": null, "_spec": "which@1.2.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": "^2.0.0" }, "directories": {}, "dist": { "shasum": "a010c43aade1a798a3e6c1b1e453d45cb497a2bc", "tarball": "http://registry.npmjs.org/which/-/which-1.2.1.tgz" }, "gitHead": "c3b472bd2e13a61a880eca44c76025920a4cb1d5", "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" }, "version": "1.2.1" }