{
  "_args": [
    [
      "winston-daily-rotate-file@4.6.1",
      "/var/www/PDF-API"
    ]
  ],
  "_from": "winston-daily-rotate-file@4.6.1",
  "_id": "winston-daily-rotate-file@4.6.1",
  "_inBundle": false,
  "_integrity": "sha512-Ycch4LZmTycbhgiI2eQXBKI1pKcEQgAqmBjyq7/dC6Dk77nasdxvhLKraqTdCw7wNDSs8/M0jXaLATHquG7xYg==",
  "_location": "/winston-daily-rotate-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "winston-daily-rotate-file@4.6.1",
    "name": "winston-daily-rotate-file",
    "escapedName": "winston-daily-rotate-file",
    "rawSpec": "4.6.1",
    "saveSpec": null,
    "fetchSpec": "4.6.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.6.1.tgz",
  "_spec": "4.6.1",
  "_where": "/var/www/PDF-API",
  "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.6.1",
    "object-hash": "^2.0.1",
    "triple-beam": "^1.3.0",
    "winston-transport": "^4.4.0"
  },
  "description": "A transport for winston which logs to a rotating file each day.",
  "devDependencies": {
    "chai": "4.2.0",
    "eslint": "^6.8.0",
    "eslint-plugin-node": "^11.1.0",
    "mocha": "^7.2.0",
    "moment": "^2.29.1",
    "rimraf": "^3.0.2",
    "threads": "^1.7.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "daily-rotate-file.js",
    "index.js",
    "index.d.ts"
  ],
  "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": "^3"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/winstonjs/winston-daily-rotate-file.git"
  },
  "scripts": {
    "test": "mocha --ignore **/*.worker.js && eslint ."
  },
  "types": "index.d.ts",
  "version": "4.6.1"
}
