package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "http-errors@~1.6.2",
  3. "_id": "http-errors@1.6.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
  6. "_location": "/serve-index/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-errors@~1.6.2",
  12. "name": "http-errors",
  13. "escapedName": "http-errors",
  14. "rawSpec": "~1.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.6.2"
  17. },
  18. "_requiredBy": [
  19. "/serve-index"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.6.3.tgz",
  22. "_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
  23. "_spec": "http-errors@~1.6.2",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\serve-index",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jshttp/http-errors/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Alan Plum",
  37. "email": "me@pluma.io"
  38. },
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "depd": "~1.1.2",
  46. "inherits": "2.0.3",
  47. "setprototypeof": "1.1.0",
  48. "statuses": ">= 1.4.0 < 2"
  49. },
  50. "deprecated": false,
  51. "description": "Create HTTP error objects",
  52. "devDependencies": {
  53. "eslint": "4.18.1",
  54. "eslint-config-standard": "11.0.0",
  55. "eslint-plugin-import": "2.9.0",
  56. "eslint-plugin-markdown": "1.0.0-beta.6",
  57. "eslint-plugin-node": "6.0.1",
  58. "eslint-plugin-promise": "3.6.0",
  59. "eslint-plugin-standard": "3.0.1",
  60. "istanbul": "0.4.5",
  61. "mocha": "1.21.5"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "files": [
  67. "index.js",
  68. "HISTORY.md",
  69. "LICENSE",
  70. "README.md"
  71. ],
  72. "homepage": "https://github.com/jshttp/http-errors#readme",
  73. "keywords": [
  74. "http",
  75. "error"
  76. ],
  77. "license": "MIT",
  78. "name": "http-errors",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jshttp/http-errors.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --plugin markdown --ext js,md .",
  85. "test": "mocha --reporter spec --bail",
  86. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  87. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  88. },
  89. "version": "1.6.3"
  90. }