89 lines
2.1 KiB
JSON
89 lines
2.1 KiB
JSON
{
|
|
"// dtrace-provider": "required for dtrace features",
|
|
"// moment": "required for local time with CLI",
|
|
"// mv": "required for RotatingFileStream",
|
|
"_from": "bunyan@^1.8.12",
|
|
"_id": "bunyan@1.8.15",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig==",
|
|
"_location": "/bunyan",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bunyan@^1.8.12",
|
|
"name": "bunyan",
|
|
"escapedName": "bunyan",
|
|
"rawSpec": "^1.8.12",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.8.12"
|
|
},
|
|
"_requiredBy": [
|
|
"/restify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bunyan/-/bunyan-1.8.15.tgz",
|
|
"_shasum": "8ce34ca908a17d0776576ca1b2f6cbd916e93b46",
|
|
"_spec": "bunyan@^1.8.12",
|
|
"_where": "/usr/home/nodejs/node_modules/restify",
|
|
"author": {
|
|
"name": "Trent Mick",
|
|
"email": "trentm@gmail.com",
|
|
"url": "http://trentm.com"
|
|
},
|
|
"bin": {
|
|
"bunyan": "bin/bunyan"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/trentm/node-bunyan/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"dtrace-provider": "~0.8",
|
|
"moment": "^2.19.3",
|
|
"mv": "~2",
|
|
"safe-json-stringify": "~1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a JSON logging library for node.js services",
|
|
"devDependencies": {
|
|
"ben": "0.0.0",
|
|
"markdown-toc": "0.12.x",
|
|
"tap": "^9.0.3",
|
|
"vasync": "1.4.3",
|
|
"verror": "1.3.3"
|
|
},
|
|
"engines": [
|
|
"node >=0.10.0"
|
|
],
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/trentm/node-bunyan#readme",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"log4j",
|
|
"json",
|
|
"bunyan"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/bunyan.js",
|
|
"name": "bunyan",
|
|
"optionalDependencies": {
|
|
"dtrace-provider": "~0.8",
|
|
"moment": "^2.19.3",
|
|
"mv": "~2",
|
|
"safe-json-stringify": "~1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/trentm/node-bunyan.git"
|
|
},
|
|
"scripts": {
|
|
"check": "make check",
|
|
"test": "tap test/*.test.js # skip dtrace tests"
|
|
},
|
|
"version": "1.8.15"
|
|
}
|