package.json 2.6 KB

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