| { |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", |
| "bin": "./bin/which", |
| "dependencies": { |
| "isexe": "^2.0.0" |
| }, |
| "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", |
| "devDependencies": { |
| "mkdirp": "^0.5.0", |
| "rimraf": "^2.6.2", |
| "tap": "^12.0.1" |
| }, |
| "files": [ |
| "which.js", |
| "bin/which" |
| ], |
| "license": "ISC", |
| "main": "which.js", |
| "name": "which", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/isaacs/node-which.git" |
| }, |
| "scripts": { |
| "changelog": "bash gen-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.3.1" |
| } |