{
  "_from": "morgan@",
  "_id": "morgan@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-VrasIzA69dsxJm1+MVWTLTiij3kiG33XPfGiexqstHpcSvSu/Z51W+FGQyIlbc3jZZuF2PFujsjw+YQvpXz3UA==",
  "_location": "/tomahawk/morgan",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "morgan@1.2.0",
    "name": "morgan",
    "escapedName": "morgan",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/tomahawk"
  ],
  "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.2.0.tgz",
  "_shasum": "8dc17a57599598f80cd7a7e1e3b54e72c689910d",
  "_spec": "morgan@1.2.0",
  "_where": "/home/bestsmm/node_modules/tomahawk",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/expressjs/morgan/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dependencies": {
    "basic-auth": "1.0.0",
    "bytes": "1.0.0",
    "depd": "0.4.2",
    "finished": "~1.2.2"
  },
  "deprecated": false,
  "description": "http request logger middleware for node.js",
  "devDependencies": {
    "istanbul": "0.3.0",
    "mocha": "~1.20.1",
    "should": "~4.0.4",
    "supertest": "~0.13.0"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "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.2.0"
}
