package.json 2.0 KB

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