{ "_args": [ [ "winston-daily-rotate-file@4.7.1", "/home/jenkins/workspace/BitNinja_Remote_Console_master" ] ], "_from": "winston-daily-rotate-file@4.7.1", "_id": "winston-daily-rotate-file@4.7.1", "_inBundle": false, "_integrity": "sha512-7LGPiYGBPNyGHLn9z33i96zx/bd71pjBn9tqQzO3I4Tayv94WPmBNwKC7CO1wPHdP9uvu+Md/1nr6VSH9h0iaA==", "_location": "/winston-daily-rotate-file", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "winston-daily-rotate-file@4.7.1", "name": "winston-daily-rotate-file", "escapedName": "winston-daily-rotate-file", "rawSpec": "4.7.1", "saveSpec": null, "fetchSpec": "4.7.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-4.7.1.tgz", "_spec": "4.7.1", "_where": "/home/jenkins/workspace/BitNinja_Remote_Console_master", "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", "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.7.1" }