package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "http-errors@2.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-errors@2.0.0",
  10. "_id": "http-errors@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  13. "_location": "/http-errors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-errors@2.0.0",
  19. "name": "http-errors",
  20. "escapedName": "http-errors",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/body-parser/raw-body",
  28. "/express",
  29. "/raw-body",
  30. "/send"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  33. "_spec": "2.0.0",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jshttp/http-errors/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Alan Plum",
  46. "email": "me@pluma.io"
  47. },
  48. {
  49. "name": "Douglas Christopher Wilson",
  50. "email": "doug@somethingdoug.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "depd": "2.0.0",
  55. "inherits": "2.0.4",
  56. "setprototypeof": "1.2.0",
  57. "statuses": "2.0.1",
  58. "toidentifier": "1.0.1"
  59. },
  60. "description": "Create HTTP error objects",
  61. "devDependencies": {
  62. "eslint": "7.32.0",
  63. "eslint-config-standard": "14.1.1",
  64. "eslint-plugin-import": "2.25.3",
  65. "eslint-plugin-markdown": "2.2.1",
  66. "eslint-plugin-node": "11.1.0",
  67. "eslint-plugin-promise": "5.2.0",
  68. "eslint-plugin-standard": "4.1.0",
  69. "mocha": "9.1.3",
  70. "nyc": "15.1.0"
  71. },
  72. "engines": {
  73. "node": ">= 0.8"
  74. },
  75. "files": [
  76. "index.js",
  77. "HISTORY.md",
  78. "LICENSE",
  79. "README.md"
  80. ],
  81. "homepage": "https://github.com/jshttp/http-errors#readme",
  82. "keywords": [
  83. "http",
  84. "error"
  85. ],
  86. "license": "MIT",
  87. "name": "http-errors",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jshttp/http-errors.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint . && node ./scripts/lint-readme-list.js",
  94. "test": "mocha --reporter spec --bail",
  95. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  96. "test-cov": "nyc --reporter=html --reporter=text npm test",
  97. "version": "node scripts/version-history.js && git add HISTORY.md"
  98. },
  99. "version": "2.0.0"
  100. }