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.

97 lines
2.4 KiB

  1. {
  2. "name": "morgan",
  3. "description": "HTTP request logger middleware for node.js",
  4. "version": "1.7.0",
  5. "contributors": [
  6. {
  7. "name": "Douglas Christopher Wilson",
  8. "email": "doug@somethingdoug.com"
  9. },
  10. {
  11. "name": "Jonathan Ong",
  12. "email": "me@jongleberry.com",
  13. "url": "http://jongleberry.com"
  14. }
  15. ],
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/expressjs/morgan"
  20. },
  21. "dependencies": {
  22. "basic-auth": "~1.0.3",
  23. "debug": "~2.2.0",
  24. "depd": "~1.1.0",
  25. "on-finished": "~2.3.0",
  26. "on-headers": "~1.0.1"
  27. },
  28. "devDependencies": {
  29. "istanbul": "0.4.2",
  30. "mocha": "2.4.5",
  31. "split": "1.0.0",
  32. "supertest": "1.1.0"
  33. },
  34. "files": [
  35. "LICENSE",
  36. "HISTORY.md",
  37. "README.md",
  38. "index.js"
  39. ],
  40. "engines": {
  41. "node": ">= 0.8.0"
  42. },
  43. "scripts": {
  44. "test": "mocha --check-leaks --reporter spec --bail",
  45. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
  46. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
  47. },
  48. "gitHead": "5da5ff1f5446e3f3ff29d29a2d6582712612bf89",
  49. "bugs": {
  50. "url": "https://github.com/expressjs/morgan/issues"
  51. },
  52. "homepage": "https://github.com/expressjs/morgan",
  53. "_id": "morgan@1.7.0",
  54. "_shasum": "eb10ca8e50d1abe0f8d3dad5c0201d052d981c62",
  55. "_from": "morgan@latest",
  56. "_npmVersion": "1.4.28",
  57. "_npmUser": {
  58. "name": "dougwilson",
  59. "email": "doug@somethingdoug.com"
  60. },
  61. "maintainers": [
  62. {
  63. "name": "defunctzombie",
  64. "email": "shtylman@gmail.com"
  65. },
  66. {
  67. "name": "dougwilson",
  68. "email": "doug@somethingdoug.com"
  69. },
  70. {
  71. "name": "fishrock123",
  72. "email": "fishrock123@rocketmail.com"
  73. },
  74. {
  75. "name": "jongleberry",
  76. "email": "jonathanrichardong@gmail.com"
  77. },
  78. {
  79. "name": "mscdex",
  80. "email": "mscdex@mscdex.net"
  81. },
  82. {
  83. "name": "tjholowaychuk",
  84. "email": "tj@vision-media.ca"
  85. }
  86. ],
  87. "dist": {
  88. "shasum": "eb10ca8e50d1abe0f8d3dad5c0201d052d981c62",
  89. "tarball": "https://registry.npmjs.org/morgan/-/morgan-1.7.0.tgz"
  90. },
  91. "_npmOperationalInternal": {
  92. "host": "packages-6-west.internal.npmjs.com",
  93. "tmp": "tmp/morgan-1.7.0.tgz_1455857999079_0.07957377028651536"
  94. },
  95. "directories": {},
  96. "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.7.0.tgz"
  97. }