package.json 372 B

12345678910111213
  1. {
  2. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
  3. "name": "which",
  4. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  5. "version": "1.0.9",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/isaacs/node-which.git"
  9. },
  10. "main": "which.js",
  11. "bin": "./bin/which",
  12. "license": "ISC"
  13. }