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": "morgan@^1.9.1",
  3. "_id": "morgan@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA==",
  6. "_location": "/morgan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "morgan@^1.9.1",
  12. "name": "morgan",
  13. "escapedName": "morgan",
  14. "rawSpec": "^1.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.9.1"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz",
  23. "_shasum": "0a8d16734a1d9afbc824b99df87e738e58e2da59",
  24. "_spec": "morgan@^1.9.1",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om",
  26. "bugs": {
  27. "url": "https://github.com/expressjs/morgan/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "basic-auth": "~2.0.0",
  43. "debug": "2.6.9",
  44. "depd": "~1.1.2",
  45. "on-finished": "~2.3.0",
  46. "on-headers": "~1.0.1"
  47. },
  48. "deprecated": false,
  49. "description": "HTTP request logger middleware for node.js",
  50. "devDependencies": {
  51. "eslint": "5.5.0",
  52. "eslint-config-standard": "12.0.0",
  53. "eslint-plugin-import": "2.14.0",
  54. "eslint-plugin-markdown": "1.0.0-beta.6",
  55. "eslint-plugin-node": "7.0.1",
  56. "eslint-plugin-promise": "4.0.1",
  57. "eslint-plugin-standard": "4.0.0",
  58. "istanbul": "0.4.5",
  59. "mocha": "2.5.3",
  60. "split": "1.0.1",
  61. "supertest": "1.1.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.8.0"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "HISTORY.md",
  69. "README.md",
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/expressjs/morgan#readme",
  73. "keywords": [
  74. "express",
  75. "http",
  76. "logger",
  77. "middleware"
  78. ],
  79. "license": "MIT",
  80. "name": "morgan",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/expressjs/morgan.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint --plugin markdown --ext js,md .",
  87. "test": "mocha --check-leaks --reporter spec --bail",
  88. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
  89. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
  90. },
  91. "version": "1.9.1"
  92. }