package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "boom@2.x.x",
  6. "scope": null,
  7. "escapedName": "boom",
  8. "name": "boom",
  9. "rawSpec": "2.x.x",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/hawk"
  14. ]
  15. ],
  16. "_from": "boom@>=2.0.0 <3.0.0",
  17. "_id": "boom@2.10.1",
  18. "_inCache": true,
  19. "_location": "/boom",
  20. "_nodeVersion": "0.10.40",
  21. "_npmUser": {
  22. "name": "arb",
  23. "email": "arbretz@gmail.com"
  24. },
  25. "_npmVersion": "2.11.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "boom@2.x.x",
  29. "scope": null,
  30. "escapedName": "boom",
  31. "name": "boom",
  32. "rawSpec": "2.x.x",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/cryptiles",
  38. "/hawk"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
  41. "_shasum": "39c8918ceff5799f83f9492a848f625add0c766f",
  42. "_shrinkwrap": null,
  43. "_spec": "boom@2.x.x",
  44. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/hawk",
  45. "bugs": {
  46. "url": "https://github.com/hapijs/boom/issues"
  47. },
  48. "dependencies": {
  49. "hoek": "2.x.x"
  50. },
  51. "description": "HTTP-friendly error objects",
  52. "devDependencies": {
  53. "code": "1.x.x",
  54. "lab": "7.x.x"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "39c8918ceff5799f83f9492a848f625add0c766f",
  59. "tarball": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.40"
  63. },
  64. "gitHead": "ff1a662a86b39426cdd18f4441b112d307a34a6f",
  65. "homepage": "https://github.com/hapijs/boom#readme",
  66. "keywords": [
  67. "error",
  68. "http"
  69. ],
  70. "license": "BSD-3-Clause",
  71. "main": "lib/index.js",
  72. "maintainers": [
  73. {
  74. "name": "hueniverse",
  75. "email": "eran@hueniverse.com"
  76. },
  77. {
  78. "name": "wyatt",
  79. "email": "wpreul@gmail.com"
  80. },
  81. {
  82. "name": "arb",
  83. "email": "arbretz@gmail.com"
  84. }
  85. ],
  86. "name": "boom",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/hapijs/boom.git"
  92. },
  93. "scripts": {
  94. "test": "lab -a code -t 100 -L",
  95. "test-cov-html": "lab -a code -r html -o coverage.html -L"
  96. },
  97. "version": "2.10.1"
  98. }