much
Version:
Pager with depth support for JavaScript source code
49 lines (48 loc) • 940 B
JSON
{
"name": "much",
"version": "0.5.0",
"description": "Pager with depth support for JavaScript source code",
"author": "Eugene Sharygin <eush77@gmail.com>",
"license": "MIT",
"bin": "cli.js",
"files": [
"cli.js",
"lib/"
],
"preferGlobal": true,
"homepage": "https://github.com/eush77/much",
"repository": {
"type": "git",
"url": "https://github.com/eush77/much"
},
"bugs": {
"url": "https://github.com/eush77/much/issues"
},
"keywords": [
"cli",
"console",
"depth",
"fold",
"folding",
"less",
"more",
"nested",
"nesting",
"pager",
"pipe",
"source",
"terminal",
"unfold",
"viewer"
],
"dependencies": {
"acorn": "^2.4.0",
"blessed": "^0.1.80",
"concat-stream": "^1.4.6",
"estraverse": "^4.1.0",
"gettemporaryfilepath": "0.0.1",
"help-version": "^1.0.0",
"ttys": "0.0.3"
},
"devDependencies": {}
}