UNPKG

bunyan-rotating-file-stream

Version:
42 lines (41 loc) 924 B
{ "name": "bunyan-rotating-file-stream", "version": "2.0.6", "description": "a rotating file stream for the bunyan logging system", "author": "Jim Tupper <npm@tupper.org.uk> (http://github.com/rcomian)", "main": "./index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "git://github.com/Rcomian/bunyan-rotating-file-stream.git" }, "engines": { "node": ">=14.17.0" }, "keywords": [ "log", "logging", "log4j", "json", "rotating", "rotate" ], "license": "MIT", "optionalDependencies": {}, "devDependencies": { "bunyan": "^1.8.15", "fs-extra": "^10.0.0", "js-combinatorics": "^1.4.5", "uuid": "^8.3.2", "why-is-node-running": "^2.2.0" }, "peerDependencies": { "bunyan": "^1.8.15" }, "dependencies": { "async": "^3.2.0", "lodash": "^4.17.21", "semver": "^7.5.4", "strftime": "^0.10.0" } }