-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
41 lines (41 loc) · 924 Bytes
/
package.json
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": "2.0.6",
"description": "a rotating file stream for the bunyan logging system",
"author": "Jim Tupper <[email protected]> (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"
}
}