{
  "_args": [
    [
      "winston-daily-rotate-file@3.9.0",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "winston-daily-rotate-file@3.9.0",
  "_id": "winston-daily-rotate-file@3.9.0",
  "_inBundle": false,
  "_integrity": "sha512-KicvoaLQapqjSDSCIUKik0dDb90vFkqx1/udUiAt6iOqAtBl2qBCrpSDNy3xp7WnT6xHCKAWEEp2XILtiN+zpQ==",
  "_location": "/winston-daily-rotate-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "winston-daily-rotate-file@3.9.0",
    "name": "winston-daily-rotate-file",
    "escapedName": "winston-daily-rotate-file",
    "rawSpec": "3.9.0",
    "saveSpec": null,
    "fetchSpec": "3.9.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-3.9.0.tgz",
  "_spec": "3.9.0",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/winstonjs/winston-daily-rotate-file/issues"
  },
  "dependencies": {
    "file-stream-rotator": "^0.4.1",
    "object-hash": "^1.3.0",
    "semver": "^5.6.0",
    "triple-beam": "^1.3.0",
    "winston-compat": "^0.1.4",
    "winston-transport": "^4.2.0"
  },
  "description": "A transport for winston which logs to a rotating file each day.",
  "devDependencies": {
    "chai": "3.5.0",
    "eslint": "^4.19.1",
    "eslint-config-xo": "^0.19.0",
    "mocha": "^5.2.0",
    "moment": "^2.22.2",
    "rimraf": "2.5.2"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/winstonjs/winston-daily-rotate-file#readme",
  "keywords": [
    "winston",
    "daily-rotate-file",
    "log-rotate",
    "logrotate"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "winston-daily-rotate-file",
  "peerDependencies": {
    "winston": "^2 || ^3"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/winstonjs/winston-daily-rotate-file.git"
  },
  "scripts": {
    "postversion": "git push && git push --tags && npm publish",
    "preversion": "npm test",
    "test": "mocha && eslint ."
  },
  "types": "index.d.ts",
  "version": "3.9.0"
}
