package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "boom@4.3.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "boom@4.x.x",
  10. "_id": "boom@4.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-T4owBctKfjiJ90kDD9JbluAdLjE=",
  13. "_location": "/boom",
  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. "/",
  27. "/hawk"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz",
  30. "_shasum": "4f8a3005cb4a7e3889f749030fd25b96e01d2e31",
  31. "_spec": "4.3.1",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "bugs": {
  34. "url": "https://github.com/hapijs/boom/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "hoek": "4.x.x"
  39. },
  40. "deprecated": false,
  41. "description": "HTTP-friendly error objects",
  42. "devDependencies": {
  43. "code": "4.x.x",
  44. "lab": "13.x.x",
  45. "markdown-toc": "0.12.x"
  46. },
  47. "engines": {
  48. "node": ">=4.0.0"
  49. },
  50. "homepage": "https://github.com/hapijs/boom#readme",
  51. "keywords": [
  52. "error",
  53. "http"
  54. ],
  55. "license": "BSD-3-Clause",
  56. "main": "lib/index.js",
  57. "name": "boom",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/hapijs/boom.git"
  61. },
  62. "scripts": {
  63. "test": "lab -a code -t 100 -L -v",
  64. "test-cov-html": "lab -a code -r html -o coverage.html -L",
  65. "toc": "node generate-toc.js",
  66. "version": "npm run toc && git add README.md"
  67. },
  68. "version": "4.3.1"
  69. }