package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "boom@4.3.1",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_from": "boom@4.3.1",
  9. "_id": "boom@4.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-T4owBctKfjiJ90kDD9JbluAdLjE=",
  12. "_location": "/boom",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "boom@4.3.1",
  19. "name": "boom",
  20. "escapedName": "boom",
  21. "rawSpec": "4.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.1"
  24. },
  25. "_requiredBy": [
  26. "/hawk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz",
  29. "_spec": "4.3.1",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  31. "bugs": {
  32. "url": "https://github.com/hapijs/boom/issues"
  33. },
  34. "dependencies": {
  35. "hoek": "4.x.x"
  36. },
  37. "description": "HTTP-friendly error objects",
  38. "devDependencies": {
  39. "code": "4.x.x",
  40. "lab": "13.x.x",
  41. "markdown-toc": "0.12.x"
  42. },
  43. "engines": {
  44. "node": ">=4.0.0"
  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 -v",
  60. "test-cov-html": "lab -a code -r html -o coverage.html -L",
  61. "toc": "node generate-toc.js",
  62. "version": "npm run toc && git add README.md"
  63. },
  64. "version": "4.3.1"
  65. }