package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. "/send"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  22. "_shasum": "b7774a1486ef73cf7667ac9ae0858c012c57b9d3",
  23. "_spec": "http-errors@2.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\send",
  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": "2.0.0",
  46. "inherits": "2.0.4",
  47. "setprototypeof": "1.2.0",
  48. "statuses": "2.0.1",
  49. "toidentifier": "1.0.1"
  50. },
  51. "deprecated": false,
  52. "description": "Create HTTP error objects",
  53. "devDependencies": {
  54. "eslint": "7.32.0",
  55. "eslint-config-standard": "14.1.1",
  56. "eslint-plugin-import": "2.25.3",
  57. "eslint-plugin-markdown": "2.2.1",
  58. "eslint-plugin-node": "11.1.0",
  59. "eslint-plugin-promise": "5.2.0",
  60. "eslint-plugin-standard": "4.1.0",
  61. "mocha": "9.1.3",
  62. "nyc": "15.1.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.8"
  66. },
  67. "files": [
  68. "index.js",
  69. "HISTORY.md",
  70. "LICENSE",
  71. "README.md"
  72. ],
  73. "homepage": "https://github.com/jshttp/http-errors#readme",
  74. "keywords": [
  75. "http",
  76. "error"
  77. ],
  78. "license": "MIT",
  79. "name": "http-errors",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jshttp/http-errors.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint . && node ./scripts/lint-readme-list.js",
  86. "test": "mocha --reporter spec --bail",
  87. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  88. "test-cov": "nyc --reporter=html --reporter=text npm test",
  89. "version": "node scripts/version-history.js && git add HISTORY.md"
  90. },
  91. "version": "2.0.0"
  92. }