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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "_location": "/which",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/which-1.2.12.tgz_1478902859933_0.6313941152766347"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "3.10.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "which@^1.2.12",
  33. "scope": null,
  34. "escapedName": "which",
  35. "name": "which",
  36. "rawSpec": "^1.2.12",
  37. "spec": ">=1.2.12 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/cross-spawn",
  42. "/global-prefix",
  43. "/node-gyp"
  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": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. }