{
  "_args": [
    [
      "express-winston@4.1.0",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "express-winston@4.1.0",
  "_id": "express-winston@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-0DaIjvNADBzC/K4Qw3UwEQc8HRjbajTaP/M43rw0LJpZcQ7SQTPfxkLsnx3ABHEO7EFNQXTpqL0BZPiwkGV8hg==",
  "_location": "/express-winston",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-winston@4.1.0",
    "name": "express-winston",
    "escapedName": "express-winston",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-winston/-/express-winston-4.1.0.tgz",
  "_spec": "4.1.0",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "bithavoc",
    "email": "im@bithavoc.io",
    "url": "http://bithavoc.io"
  },
  "bugs": {
    "url": "http://github.com/bithavoc/express-winston/issues",
    "email": "im@bithavoc.io"
  },
  "contributors": [
    {
      "name": "Lars Jacob",
      "url": "http://jaclar.net"
    },
    {
      "name": "Jonathan Lomas",
      "url": "http://floatinglomas.ca"
    },
    {
      "name": "Xavier Damman",
      "url": "http://xdamman.com"
    },
    {
      "name": "Quentin Rossetti",
      "email": "quentin.rossetti@gmail.com"
    },
    {
      "name": "Robbie Trencheny",
      "email": "me@robbiet.us",
      "url": "http://robbie.io"
    },
    {
      "name": "Matt Morrissette",
      "email": "yinzara@gmail.com",
      "url": "https://github.com/yinzara"
    }
  ],
  "dependencies": {
    "chalk": "^2.4.2",
    "lodash": "^4.17.20"
  },
  "description": "express.js middleware for winstonjs/winston",
  "devDependencies": {
    "@types/express": "^4.17.1",
    "@types/logform": "^1.2.0",
    "eslint": "^5.16.0",
    "mocha": "^5.2.0",
    "node-mocks-http": "^1.5.1",
    "nyc": "^14.1.1",
    "should": "^13.2.3",
    "winston": ">=3.x <4",
    "winston-transport": "^4.2.0"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "AUTHORS",
    "LICENSE",
    "CHANGELOG.md",
    "Readme.md",
    ".npmrc"
  ],
  "homepage": "https://github.com/bithavoc/express-winston#readme",
  "keywords": [
    "winston",
    "logging",
    "express",
    "log",
    "error",
    "handler",
    "middleware",
    "colors"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "express-winston",
  "peerDependencies": {
    "winston": ">=3.x <4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bithavoc/express-winston.git"
  },
  "scripts": {
    "pretest": "eslint .",
    "test": "mocha --reporter spec"
  },
  "types": "index.d.ts",
  "version": "4.1.0"
}
