Ohm-Management - Projektarbeit B-ME
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.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "http-errors@~1.6.3",
  3. "_id": "http-errors@1.6.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
  6. "_location": "/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-errors@~1.6.3",
  12. "name": "http-errors",
  13. "escapedName": "http-errors",
  14. "rawSpec": "~1.6.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.6.3"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/raw-body",
  21. "/send"
  22. ],
  23. "_resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  24. "_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
  25. "_spec": "http-errors@~1.6.3",
  26. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/body-parser",
  27. "author": {
  28. "name": "Jonathan Ong",
  29. "email": "me@jongleberry.com",
  30. "url": "http://jongleberry.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jshttp/http-errors/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Alan Plum",
  39. "email": "me@pluma.io"
  40. },
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "depd": "~1.1.2",
  48. "inherits": "2.0.3",
  49. "setprototypeof": "1.1.0",
  50. "statuses": ">= 1.4.0 < 2"
  51. },
  52. "deprecated": false,
  53. "description": "Create HTTP error objects",
  54. "devDependencies": {
  55. "eslint": "4.18.1",
  56. "eslint-config-standard": "11.0.0",
  57. "eslint-plugin-import": "2.9.0",
  58. "eslint-plugin-markdown": "1.0.0-beta.6",
  59. "eslint-plugin-node": "6.0.1",
  60. "eslint-plugin-promise": "3.6.0",
  61. "eslint-plugin-standard": "3.0.1",
  62. "istanbul": "0.4.5",
  63. "mocha": "1.21.5"
  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 --plugin markdown --ext js,md .",
  87. "test": "mocha --reporter spec --bail",
  88. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  89. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  90. },
  91. "version": "1.6.3"
  92. }