package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "boom@2.10.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "boom@2.10.1",
  10. "_id": "boom@2.10.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
  13. "_location": "/boom",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "boom@2.10.1",
  19. "name": "boom",
  20. "escapedName": "boom",
  21. "rawSpec": "2.10.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.10.1"
  24. },
  25. "_requiredBy": [
  26. "/cryptiles",
  27. "/hawk"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
  30. "_spec": "2.10.1",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/boom/issues"
  34. },
  35. "dependencies": {
  36. "hoek": "2.x.x"
  37. },
  38. "description": "HTTP-friendly error objects",
  39. "devDependencies": {
  40. "code": "1.x.x",
  41. "lab": "7.x.x"
  42. },
  43. "engines": {
  44. "node": ">=0.10.40"
  45. },
  46. "homepage": "https://github.com/hapijs/boom#readme",
  47. "keywords": [
  48. "error",
  49. "http"
  50. ],
  51. "license": "BSD-3-Clause",
  52. "main": "lib/index.js",
  53. "name": "boom",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/hapijs/boom.git"
  57. },
  58. "scripts": {
  59. "test": "lab -a code -t 100 -L",
  60. "test-cov-html": "lab -a code -r html -o coverage.html -L"
  61. },
  62. "version": "2.10.1"
  63. }