ctrace
Version:
well-formatted and improved trace system calls and signals (when the debugger does not help)
41 lines (40 loc) • 865 B
JSON
{
"name": "ctrace",
"version": "1.1.5",
"description": "well-formatted and improved trace system calls and signals (when the debugger does not help)",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git@github.com:automation-stack/ctrace.git"
},
"keywords": [
"debug",
"debugger",
"trace",
"dtrace",
"dtruss",
"strace",
"syscall",
"system call",
"benchmark",
"performance",
"kernel",
"well-formatted",
"colored output",
"troubleshooting"
],
"bin": {
"ctrace": "./bin/ctrace"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aleksandr Komlev <aleksandr.komlev@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"columnify": "^1.5.4",
"commander": "^2.9.0",
"lodash": "^4.11.2"
}
}