package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "which@^1.2.12",
  6. "scope": null,
  7. "escapedName": "which",
  8. "name": "which",
  9. "rawSpec": "^1.2.12",
  10. "spec": ">=1.2.12 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/global-prefix"
  14. ]
  15. ],
  16. "_from": "which@>=1.2.12 <2.0.0",
  17. "_id": "which@1.2.12",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/which",
  21. "_nodeVersion": "6.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/which-1.2.12.tgz_1478902859933_0.6313941152766347"
  25. },
  26. "_npmUser": {
  27. "name": "isaacs",
  28. "email": "i@izs.me"
  29. },
  30. "_npmVersion": "3.10.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "which@^1.2.12",
  34. "scope": null,
  35. "escapedName": "which",
  36. "name": "which",
  37. "rawSpec": "^1.2.12",
  38. "spec": ">=1.2.12 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/global-prefix",
  43. "/node-notifier"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/which/-/which-1.2.12.tgz",
  46. "_shasum": "de67b5e450269f194909ef23ece4ebe416fa1192",
  47. "_shrinkwrap": null,
  48. "_spec": "which@^1.2.12",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/global-prefix",
  50. "author": {
  51. "name": "Isaac Z. Schlueter",
  52. "email": "i@izs.me",
  53. "url": "http://blog.izs.me"
  54. },
  55. "bin": {
  56. "which": "./bin/which"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/isaacs/node-which/issues"
  60. },
  61. "dependencies": {
  62. "isexe": "^1.1.1"
  63. },
  64. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  65. "devDependencies": {
  66. "mkdirp": "^0.5.0",
  67. "rimraf": "^2.3.3",
  68. "tap": "^5.1.1"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "de67b5e450269f194909ef23ece4ebe416fa1192",
  73. "tarball": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
  74. },
  75. "files": [
  76. "which.js",
  77. "bin/which"
  78. ],
  79. "gitHead": "5db2078bc2ec50d5c5f3d324e1ffcc2348b9cbbd",
  80. "homepage": "https://github.com/isaacs/node-which#readme",
  81. "license": "ISC",
  82. "main": "which.js",
  83. "maintainers": [
  84. {
  85. "name": "isaacs",
  86. "email": "i@izs.me"
  87. }
  88. ],
  89. "name": "which",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/isaacs/node-which.git"
  95. },
  96. "scripts": {
  97. "changelog": "bash gen-changelog.sh",
  98. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  99. "test": "tap test/*.js --cov"
  100. },
  101. "version": "1.2.12"
  102. }