package.json 2.3 KB

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