trepan-ni
Version:
Trepan debugger for Node Inspect (and based on node inspect debugger)
54 lines (53 loc) • 1.09 kB
JSON
{
"name": "trepan-ni",
"version": "3.4.5",
"description": "Trepan debugger for Node Inspect (and based on node inspect debugger)",
"author": {
"name": "Rocky Bernstein",
"email": "rocky.bernstein@consensys.net"
},
"license": "MIT",
"main": "lib/_inspect.js",
"bin": "cli.js",
"bugs": {
"url": "https://github.com/rocky/trepan-ni/issues"
},
"dependencies": {
"consolehighlighter": "^0.1.5",
"marked": "^0.3.17",
"marked-terminal": "^1.6.1",
"nan": "^2.11.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"tap": "^12.0.1"
},
"files": [
"*.js",
"lib"
],
"homepage": "https://github.com/rocky/trepan-ni",
"keywords": [
"debugger",
"gdb",
"trepan"
],
"nlm": {
"license": {
"files": [
"lib"
]
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rocky/trepan-ni"
},
"scripts": {
"pretest": "eslint --rulesdir=tools/eslint-rules lib test",
"test": "tap test"
}
}