-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.24 KB
/
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
49
50
{
"dependencies": {
"browser-detect": "^0.2.28",
"commander": "^4.1.1",
"figlet": "^1.2.4",
"js-yaml": "^3.13.1"
},
"name": "ghorl",
"version": "0.1.0",
"description": "Access log viewer for easy monitoring",
"main": "index.js",
"repository": "https://[email protected]/jkgAbella/ghorl.git",
"author": "jkga <[email protected]>",
"license": "MIT",
"devDependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.18",
"chalk": "^3.0.0",
"cli-table": "^0.3.1",
"ora": "^4.0.3",
"puppeteer": "^2.1.1"
},
"resolutions": {
"chalk": "2.4.2",
"ansi-styles": "3.2.1",
"supports-color": "5.5.0",
"color-convert": "1.9.3",
"color-name": "1.1.3",
"has-flag": "3.0.0",
"esprima": "3.0.0",
"strip-ansi": "3.0.1",
"ansi-regex": "2.1.1",
"optimist": "0.2.8",
"readable-stream": "2.3.7",
"isarray": "1.0.0",
"string_decoder": "1.1.1",
"nopt": "4.0.1",
"needle": "2.3.2",
"debug": "3.2.6",
"ms": "2.1.2",
"minimist": "1.2.0",
"safe-buffer": "5.1.2",
"string-width": "2.1.1",
"is-fullwidth-code-point": "2.0.0",
"sprintf-js": "1.1.2",
"colors": "1.4.0",
"yauzl": "2.10.0",
"fd-slicer": "1.1.0"
}
}