package.json 2.2 KB

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