package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "http-errors@2.0.0",
  3. "_id": "http-errors@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  6. "_location": "/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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. "/raw-body",
  20. "/webpack-dev-server/body-parser",
  21. "/webpack-dev-server/express",
  22. "/webpack-dev-server/send"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  25. "_shasum": "b7774a1486ef73cf7667ac9ae0858c012c57b9d3",
  26. "_spec": "http-errors@2.0.0",
  27. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/webpack-dev-server/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.1",
  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.25.3",
  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. "homepage": "https://github.com/jshttp/http-errors#readme",
  77. "keywords": [
  78. "http",
  79. "error"
  80. ],
  81. "license": "MIT",
  82. "name": "http-errors",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jshttp/http-errors.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint . && node ./scripts/lint-readme-list.js",
  89. "test": "mocha --reporter spec --bail",
  90. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  91. "test-cov": "nyc --reporter=html --reporter=text npm test",
  92. "version": "node scripts/version-history.js && git add HISTORY.md"
  93. },
  94. "version": "2.0.0"
  95. }