package.json 2.4 KB

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