package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "boom@2.10.1",
  5. "E:\\item\\newItem\\admin"
  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. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "boom@2.10.1",
  20. "name": "boom",
  21. "escapedName": "boom",
  22. "rawSpec": "2.10.1",
  23. "saveSpec": null,
  24. "fetchSpec": "2.10.1"
  25. },
  26. "_requiredBy": [
  27. "/cryptiles",
  28. "/hawk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
  31. "_spec": "2.10.1",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "bugs": {
  34. "url": "https://github.com/hapijs/boom/issues"
  35. },
  36. "dependencies": {
  37. "hoek": "2.x.x"
  38. },
  39. "description": "HTTP-friendly error objects",
  40. "devDependencies": {
  41. "code": "1.x.x",
  42. "lab": "7.x.x"
  43. },
  44. "engines": {
  45. "node": ">=0.10.40"
  46. },
  47. "homepage": "https://github.com/hapijs/boom#readme",
  48. "keywords": [
  49. "error",
  50. "http"
  51. ],
  52. "license": "BSD-3-Clause",
  53. "main": "lib/index.js",
  54. "name": "boom",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/hapijs/boom.git"
  58. },
  59. "scripts": {
  60. "test": "lab -a code -t 100 -L",
  61. "test-cov-html": "lab -a code -r html -o coverage.html -L"
  62. },
  63. "version": "2.10.1"
  64. }