package.json 2.3 KB

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