package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "http-errors@1.8.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-errors@1.8.1",
  10. "_id": "http-errors@1.8.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
  13. "_location": "/http-errors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-errors@1.8.1",
  19. "name": "http-errors",
  20. "escapedName": "http-errors",
  21. "rawSpec": "1.8.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.1"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/raw-body",
  28. "/send"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/http-errors/download/http-errors-1.8.1.tgz",
  31. "_spec": "1.8.1",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  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.4",
  54. "setprototypeof": "1.2.0",
  55. "statuses": ">= 1.5.0 < 2",
  56. "toidentifier": "1.0.1"
  57. },
  58. "description": "Create HTTP error objects",
  59. "devDependencies": {
  60. "eslint": "7.32.0",
  61. "eslint-config-standard": "14.1.1",
  62. "eslint-plugin-import": "2.25.3",
  63. "eslint-plugin-markdown": "2.2.1",
  64. "eslint-plugin-node": "11.1.0",
  65. "eslint-plugin-promise": "5.1.1",
  66. "eslint-plugin-standard": "4.1.0",
  67. "mocha": "9.1.3",
  68. "nyc": "15.1.0"
  69. },
  70. "engines": {
  71. "node": ">= 0.6"
  72. },
  73. "files": [
  74. "index.js",
  75. "HISTORY.md",
  76. "LICENSE",
  77. "README.md"
  78. ],
  79. "homepage": "https://github.com/jshttp/http-errors#readme",
  80. "keywords": [
  81. "http",
  82. "error"
  83. ],
  84. "license": "MIT",
  85. "name": "http-errors",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jshttp/http-errors.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint . && node ./scripts/lint-readme-list.js",
  92. "test": "mocha --reporter spec --bail",
  93. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  94. "test-cov": "nyc --reporter=html --reporter=text npm test"
  95. },
  96. "version": "1.8.1"
  97. }