-
Notifications
You must be signed in to change notification settings - Fork 201
/
package.json
69 lines (69 loc) · 1.5 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "terminal-kit",
"version": "3.1.1",
"description": "256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!",
"main": "lib/termkit.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=16.13.0"
},
"dependencies": {
"@cronvel/get-pixels": "^3.4.1",
"chroma-js": "^2.4.2",
"lazyness": "^1.2.0",
"ndarray": "^1.0.19",
"nextgen-events": "^1.5.3",
"seventh": "^0.9.2",
"string-kit": "^0.18.1",
"tree-kit": "^0.8.7"
},
"scripts": {
"test": "tea-time -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/terminal-kit.git"
},
"keywords": [
"terminal",
"console",
"ansi",
"cli",
"xterm",
"color",
"256 colors",
"true color",
"style",
"input",
"input field",
"mouse",
"gpm",
"cursor",
"menu",
"spinner",
"progress bar",
"screenbuffer",
"textbuffer",
"32-bit",
"composition",
"image",
"png",
"jpeg",
"gif"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/terminal-kit/issues"
},
"copyright": {
"title": "Terminal Kit",
"years": [
2009,
2022
],
"owner": "Cédric Ronvel"
}
}