package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "[email protected]",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
  6. "_location": "/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "[email protected]",
  12. "name": "http-errors",
  13. "escapedName": "http-errors",
  14. "rawSpec": "1.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.8.1"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/raw-body"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
  23. "_shasum": "7c3f28577cbc8a207388455dbd62295ed07bd68c",
  24. "_spec": "[email protected]",
  25. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/node_modules/body-parser",
  26. "author": {
  27. "name": "Jonathan Ong",
  28. "email": "[email protected]",
  29. "url": "http://jongleberry.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jshttp/http-errors/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Alan Plum",
  38. "email": "[email protected]"
  39. },
  40. {
  41. "name": "Douglas Christopher Wilson",
  42. "email": "[email protected]"
  43. }
  44. ],
  45. "dependencies": {
  46. "depd": "~1.1.2",
  47. "inherits": "2.0.4",
  48. "setprototypeof": "1.2.0",
  49. "statuses": ">= 1.5.0 < 2",
  50. "toidentifier": "1.0.1"
  51. },
  52. "deprecated": false,
  53. "description": "Create HTTP error objects",
  54. "devDependencies": {
  55. "eslint": "7.32.0",
  56. "eslint-config-standard": "14.1.1",
  57. "eslint-plugin-import": "2.25.3",
  58. "eslint-plugin-markdown": "2.2.1",
  59. "eslint-plugin-node": "11.1.0",
  60. "eslint-plugin-promise": "5.1.1",
  61. "eslint-plugin-standard": "4.1.0",
  62. "mocha": "9.1.3",
  63. "nyc": "15.1.0"
  64. },
  65. "engines": {
  66. "node": ">= 0.6"
  67. },
  68. "files": [
  69. "index.js",
  70. "HISTORY.md",
  71. "LICENSE",
  72. "README.md"
  73. ],
  74. "homepage": "https://github.com/jshttp/http-errors#readme",
  75. "keywords": [
  76. "http",
  77. "error"
  78. ],
  79. "license": "MIT",
  80. "name": "http-errors",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jshttp/http-errors.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint . && node ./scripts/lint-readme-list.js",
  87. "test": "mocha --reporter spec --bail",
  88. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  89. "test-cov": "nyc --reporter=html --reporter=text npm test"
  90. },
  91. "version": "1.8.1"
  92. }