package.json 499 B

12345678910111213141516
  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. "__npminstall_done": true,
  14. "_from": "which@1.0.9",
  15. "_resolved": "https://registry.npmmirror.com/which/-/which-1.0.9.tgz"
  16. }