gnomon
Version:
Utility to annotate console logging statements with timestamps and find slow processes
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "gnomon",
"version": "1.5.0",
"description": "Utility to annotate console logging statements with timestamps and find slow processes",
"main": "index.js",
"bin": {
"gnomon": "./bin/gnomon"
},
"man": "./doc/gnomon.1",
"scripts": {
"test": "node test/timer.js | ./bin/gnomon | node test/validator.js",
"docs": "node meta/make-docs.js && marked-man README.md > ./doc/gnomon.1"
},
"repository": {
"type": "git",
"url": "https://github.com/paypal/gnomon"
},
"keywords": [
"time",
"logger",
"timestamp",
"cli",
"annotate",
"stream"
],
"author": {
"name": "James Zetlen",
"email": "jzetlen@paypal.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/paypal/gnomon/issues"
},
"homepage": "https://github.com/paypal/gnomon",
"dependencies": {
"chalk": "^1.1.1",
"dateutil": "^0.1.0",
"meow": "^3.7.0",
"repeating": "^2.0.0",
"split": "^1.0.0",
"through": "^2.3.8",
"window-size": "^0.2.0"
},
"devDependencies": {
"marked-man": "^0.1.6"
}
}