{
  "_args": [
    [
      "morgan@1.6.1",
      "/app"
    ]
  ],
  "_from": "morgan@1.6.1",
  "_id": "morgan@1.6.1",
  "_inBundle": false,
  "_integrity": "sha1-X9gYOYxoGcuiinzWZk8pL+HAu/I=",
  "_location": "/morgan",
  "_phantomChildren": {
    "ms": "0.7.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "morgan@1.6.1",
    "name": "morgan",
    "escapedName": "morgan",
    "rawSpec": "1.6.1",
    "saveSpec": null,
    "fetchSpec": "1.6.1"
  },
  "_requiredBy": [
    "/@sailshq/connect"
  ],
  "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz",
  "_spec": "1.6.1",
  "_where": "/app",
  "bugs": {
    "url": "https://github.com/expressjs/morgan/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "basic-auth": "~1.0.3",
    "debug": "~2.2.0",
    "depd": "~1.0.1",
    "on-finished": "~2.3.0",
    "on-headers": "~1.0.0"
  },
  "description": "HTTP request logger middleware for node.js",
  "devDependencies": {
    "istanbul": "0.3.17",
    "mocha": "2.2.5",
    "split": "1.0.0",
    "supertest": "1.0.1"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/expressjs/morgan#readme",
  "license": "MIT",
  "name": "morgan",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/morgan.git"
  },
  "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"
  },
  "version": "1.6.1"
}
