package.json 2.24 KB
{
  "name": "morgan",
  "description": "HTTP request logger middleware for node.js",
  "version": "1.5.2",
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/expressjs/morgan"
  },
  "dependencies": {
    "basic-auth": "1.0.0",
    "debug": "~2.1.3",
    "depd": "~1.0.0",
    "on-finished": "~2.2.0"
  },
  "devDependencies": {
    "istanbul": "0.3.7",
    "mocha": "~2.2.1",
    "supertest": "~0.15.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "README.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha --check-leaks --reporter spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
  },
  "gitHead": "b08705a7dc059dabc671a7b58c4bf6d81fccce85",
  "bugs": {
    "url": "https://github.com/expressjs/morgan/issues"
  },
  "homepage": "https://github.com/expressjs/morgan",
  "_id": "morgan@1.5.2",
  "_shasum": "34c1a0e7c2d5ad3ed78f0ef3257b8ac7c35d7cff",
  "_from": "morgan@~1.5.1",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "shtylman",
      "email": "shtylman@gmail.com"
    },
    {
      "name": "mscdex",
      "email": "mscdex@mscdex.net"
    },
    {
      "name": "fishrock123",
      "email": "fishrock123@rocketmail.com"
    }
  ],
  "dist": {
    "shasum": "34c1a0e7c2d5ad3ed78f0ef3257b8ac7c35d7cff",
    "tarball": "http://registry.npmjs.org/morgan/-/morgan-1.5.2.tgz"
  },
  "directories": {},
  "_resolved": "http://registry.npmjs.org/morgan/-/morgan-1.5.2.tgz",
  "readme": "ERROR: No README data found!"
}