2438b0b01c
- before this, if there were no non-raw streams on the logger the `str` for the dtrace probe.fire would not be created - ensure that with no non-raw streams we only render a record's JSON string if the dtrace probe is enabled
30 lines
622 B
JSON
30 lines
622 B
JSON
{
|
|
"name": "bunyan",
|
|
"version": "0.14.7",
|
|
"description": "a JSON Logger library for node.js services",
|
|
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
|
|
"main": "./lib/bunyan.js",
|
|
"bin": {
|
|
"bunyan": "./bin/bunyan"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/trentm/node-bunyan.git"
|
|
},
|
|
"engines": ["node >=0.6.0"],
|
|
"keywords": ["log", "logging", "log4j", "json"],
|
|
|
|
"dependencies": {
|
|
"dtrace-provider": "0.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "0.2.0",
|
|
"ben": "0.0.0",
|
|
"verror": "1.3.3"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
}
|
|
}
|