package.json 1012 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "author": {
  3. "name": "Isaac Z. Schlueter",
  4. "email": "i@izs.me",
  5. "url": "http://blog.izs.me"
  6. },
  7. "name": "which",
  8. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  9. "version": "1.0.9",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/isaacs/node-which.git"
  13. },
  14. "main": "which.js",
  15. "bin": {
  16. "which": "./bin/which"
  17. },
  18. "license": "ISC",
  19. "readme": "The \"which\" util from npm's guts.\n\nFinds the first instance of a specified executable in the PATH\nenvironment variable. Does not cache the results, so `hash -r` is not\nneeded when the PATH changes.\n",
  20. "readmeFilename": "README.md",
  21. "bugs": {
  22. "url": "https://github.com/isaacs/node-which/issues"
  23. },
  24. "homepage": "https://github.com/isaacs/node-which",
  25. "_id": "which@1.0.9",
  26. "_shasum": "460c1da0f810103d0321a9b633af9e575e64486f",
  27. "_from": "which@~1.0.5",
  28. "_resolved": "https://registry.npmjs.org/which/-/which-1.0.9.tgz",
  29. "scripts": {}
  30. }