File size: 928 Bytes
f9f1a35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "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"
  }
}