package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "http-errors@1.8.1",
  3. "_id": "http-errors@1.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
  6. "_location": "/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "http-errors@1.8.1",
  12. "name": "http-errors",
  13. "escapedName": "http-errors",
  14. "rawSpec": "1.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.8.1"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/raw-body",
  21. "/send"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
  24. "_shasum": "7c3f28577cbc8a207388455dbd62295ed07bd68c",
  25. "_spec": "http-errors@1.8.1",
  26. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\body-parser",
  27. "author": {
  28. "name": "Jonathan Ong",
  29. "email": "me@jongleberry.com",
  30. "url": "http://jongleberry.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jshttp/http-errors/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Alan Plum",
  39. "email": "me@pluma.io"
  40. },
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "depd": "~1.1.2",
  48. "inherits": "2.0.4",
  49. "setprototypeof": "1.2.0",
  50. "statuses": ">= 1.5.0 < 2",
  51. "toidentifier": "1.0.1"
  52. },
  53. "deprecated": false,
  54. "description": "Create HTTP error objects",
  55. "devDependencies": {
  56. "eslint": "7.32.0",
  57. "eslint-config-standard": "14.1.1",
  58. "eslint-plugin-import": "2.25.3",
  59. "eslint-plugin-markdown": "2.2.1",
  60. "eslint-plugin-node": "11.1.0",
  61. "eslint-plugin-promise": "5.1.1",
  62. "eslint-plugin-standard": "4.1.0",
  63. "mocha": "9.1.3",
  64. "nyc": "15.1.0"
  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 . && node ./scripts/lint-readme-list.js",
  88. "test": "mocha --reporter spec --bail",
  89. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  90. "test-cov": "nyc --reporter=html --reporter=text npm test"
  91. },
  92. "version": "1.8.1"
  93. }