package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "http-errors@1.7.2",
  3. "_id": "http-errors@1.7.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
  6. "_location": "/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "http-errors@1.7.2",
  12. "name": "http-errors",
  13. "escapedName": "http-errors",
  14. "rawSpec": "1.7.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.7.2"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/raw-body"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
  23. "_shasum": "4f5029cf13239f31036e5b2e55292bcfbcc85c8f",
  24. "_spec": "http-errors@1.7.2",
  25. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\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.1",
  49. "statuses": ">= 1.5.0 < 2",
  50. "toidentifier": "1.0.0"
  51. },
  52. "deprecated": false,
  53. "description": "Create HTTP error objects",
  54. "devDependencies": {
  55. "eslint": "5.13.0",
  56. "eslint-config-standard": "12.0.0",
  57. "eslint-plugin-import": "2.16.0",
  58. "eslint-plugin-markdown": "1.0.0",
  59. "eslint-plugin-node": "7.0.1",
  60. "eslint-plugin-promise": "4.0.1",
  61. "eslint-plugin-standard": "4.0.0",
  62. "istanbul": "0.4.5",
  63. "mocha": "5.2.0"
  64. },
  65. "engines": {
  66. "node": ">= 0.6"
  67. },
  68. "files": [
  69. "index.js",
  70. "HISTORY.md",
  71. "LICENSE",
  72. "README.md"
  73. ],
  74. "homepage": "https://github.com/jshttp/http-errors#readme",
  75. "keywords": [
  76. "http",
  77. "error"
  78. ],
  79. "license": "MIT",
  80. "name": "http-errors",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jshttp/http-errors.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js",
  87. "test": "mocha --reporter spec --bail",
  88. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  89. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  90. },
  91. "version": "1.7.2"
  92. }