package.json 2.4 KB

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