package.json 2.6 KB

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