package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "which@1.3.1",
  3. "_id": "which@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  6. "_location": "/which",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "which@1.3.1",
  12. "name": "which",
  13. "escapedName": "which",
  14. "rawSpec": "1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.3.1"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/cross-spawn",
  22. "/foreground-child/cross-spawn",
  23. "/libnpx",
  24. "/node-gyp",
  25. "/npm-lifecycle",
  26. "/pacote"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  29. "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  30. "_spec": "which@1.3.1",
  31. "_where": "/Users/rebecca/code/npm",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me"
  36. },
  37. "bin": {
  38. "which": "./bin/which"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/node-which/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "isexe": "^2.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  49. "devDependencies": {
  50. "mkdirp": "^0.5.0",
  51. "rimraf": "^2.6.2",
  52. "tap": "^12.0.1"
  53. },
  54. "files": [
  55. "which.js",
  56. "bin/which"
  57. ],
  58. "homepage": "https://github.com/isaacs/node-which#readme",
  59. "license": "ISC",
  60. "main": "which.js",
  61. "name": "which",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/node-which.git"
  65. },
  66. "scripts": {
  67. "changelog": "bash gen-changelog.sh",
  68. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  69. "test": "tap test/*.js --cov"
  70. },
  71. "version": "1.3.1"
  72. }