You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "http-errors@1.7.3",
  3. "_id": "http-errors@1.7.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==",
  6. "_location": "/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "http-errors@1.7.3",
  12. "name": "http-errors",
  13. "escapedName": "http-errors",
  14. "rawSpec": "1.7.3",
  15. "saveSpec": null,
  16. "fetchSpec": "1.7.3"
  17. },
  18. "_requiredBy": [
  19. "/raw-body"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz",
  22. "_shasum": "6c619e4f9c60308c38519498c14fbb10aacebb06",
  23. "_spec": "http-errors@1.7.3",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\raw-body",
  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": "~1.1.2",
  46. "inherits": "2.0.4",
  47. "setprototypeof": "1.1.1",
  48. "statuses": ">= 1.5.0 < 2",
  49. "toidentifier": "1.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Create HTTP error objects",
  53. "devDependencies": {
  54. "eslint": "5.16.0",
  55. "eslint-config-standard": "12.0.0",
  56. "eslint-plugin-import": "2.18.0",
  57. "eslint-plugin-markdown": "1.0.0",
  58. "eslint-plugin-node": "8.0.1",
  59. "eslint-plugin-promise": "4.1.1",
  60. "eslint-plugin-standard": "4.0.0",
  61. "istanbul": "0.4.5",
  62. "mocha": "6.1.4"
  63. },
  64. "engines": {
  65. "node": ">= 0.6"
  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 --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js",
  86. "test": "mocha --reporter spec --bail",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  88. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  89. },
  90. "version": "1.7.3"
  91. }