UNPKG

@salesforce/bunyan

Version:

a JSON logging library for node.js services (dtrace is disabled)

53 lines (52 loc) 1.24 kB
{ "name": "@salesforce/bunyan", "version": "2.0.0", "description": "a JSON logging library for node.js services (dtrace is disabled)", "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)", "main": "./lib/bunyan.js", "bin": { "bunyan": "./bin/bunyan" }, "homepage": "https://github.com/forcedotcom/node-bunyan#readme", "repository": { "type": "git", "url": "git+https://github.com/forcedotcom/node-bunyan.git" }, "bugs": { "url": "https://github.com/forcedotcom/node-bunyan/issues" }, "engines": { "node": ">=10.5.0" }, "keywords": [ "log", "logging", "log4j", "json", "bunyan" ], "license": "MIT", "// dtrace-provider": "required for dtrace features", "// mv": "required for RotatingFileStream", "// moment": "required for local time with CLI", "optionalDependencies": { "dtrace-provider": "~0.6", "mv": "~2", "safe-json-stringify": "~1" }, "devDependencies": { "nodeunit": "0.9", "ben": "0.0.0", "markdown-toc": "0.12.x", "shelljs": "0.8.3", "verror": "1.3.3", "vasync": "1.4.3" }, "scripts": { "test": "make test" }, "dependencies": { "dayjs": "^1.8.16", "dayjs-plugin-utc": "^0.1.2" } }