-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 940 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "much",
"version": "0.5.0",
"description": "Pager with depth support for JavaScript source code",
"author": "Eugene Sharygin <[email protected]>",
"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": {}
}