package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "http-errors@~1.6.3",
  3. "_id": "http-errors@1.6.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
  6. "_location": "/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-errors@~1.6.3",
  12. "name": "http-errors",
  13. "escapedName": "http-errors",
  14. "rawSpec": "~1.6.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.6.3"
  17. },
  18. "_requiredBy": [
  19. "/",
  20. "/body-parser",
  21. "/raw-body",
  22. "/send"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  25. "_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
  26. "_spec": "http-errors@~1.6.3",
  27. "_where": "C:\\FatboarProject\\express-server",
  28. "author": {
  29. "name": "Jonathan Ong",
  30. "email": "me@jongleberry.com",
  31. "url": "http://jongleberry.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jshttp/http-errors/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Alan Plum",
  40. "email": "me@pluma.io"
  41. },
  42. {
  43. "name": "Douglas Christopher Wilson",
  44. "email": "doug@somethingdoug.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "depd": "~1.1.2",
  49. "inherits": "2.0.3",
  50. "setprototypeof": "1.1.0",
  51. "statuses": ">= 1.4.0 < 2"
  52. },
  53. "deprecated": false,
  54. "description": "Create HTTP error objects",
  55. "devDependencies": {
  56. "eslint": "4.18.1",
  57. "eslint-config-standard": "11.0.0",
  58. "eslint-plugin-import": "2.9.0",
  59. "eslint-plugin-markdown": "1.0.0-beta.6",
  60. "eslint-plugin-node": "6.0.1",
  61. "eslint-plugin-promise": "3.6.0",
  62. "eslint-plugin-standard": "3.0.1",
  63. "istanbul": "0.4.5",
  64. "mocha": "1.21.5"
  65. },
  66. "engines": {
  67. "node": ">= 0.6"
  68. },
  69. "files": [
  70. "index.js",
  71. "HISTORY.md",
  72. "LICENSE",
  73. "README.md"
  74. ],
  75. "homepage": "https://github.com/jshttp/http-errors#readme",
  76. "keywords": [
  77. "http",
  78. "error"
  79. ],
  80. "license": "MIT",
  81. "name": "http-errors",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jshttp/http-errors.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --plugin markdown --ext js,md .",
  88. "test": "mocha --reporter spec --bail",
  89. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  90. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  91. },
  92. "version": "1.6.3"
  93. }