arshjaved's picture
normal Model Upload (teja)
f9f1a35 verified
raw
history blame contribute delete
928 Bytes
{
"name": "bunyan-rotating-file-stream",
"version": "1.6.3",
"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 >=0.10.0"
],
"keywords": [
"log",
"logging",
"log4j",
"json",
"rotating",
"rotate"
],
"license": "MIT",
"optionalDependencies": {},
"devDependencies": {
"logzio-nodejs": "logzio/logzio-nodejs",
"bunyan": "^1.7.1",
"js-combinatorics": "^0.5.0",
"mkdirp": "^0.5.1",
"rmdir": "^1.1.0",
"uuid": "^2.0.1",
"why-is-node-running": "^1.2.1"
},
"dependencies": {
"async": "^1.5.2",
"lodash": "^4.2.1",
"semver": "^5.1.0",
"strftime": "^0.9.2"
}
}