UNPKG

1.53 kBJSONView Raw
1{
2 "name": "terminal-kit",
3 "version": "1.33.10",
4 "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!",
5 "main": "lib/termkit.js",
6 "directories": {
7 "test": "test"
8 },
9 "engines": {
10 "node": ">=8.10.0"
11 },
12 "dependencies": {
13 "@cronvel/get-pixels": "^3.3.1",
14 "chroma-js": "^2.1.0",
15 "lazyness": "^1.1.1",
16 "ndarray": "^1.0.19",
17 "nextgen-events": "^1.3.0",
18 "seventh": "^0.7.31",
19 "string-kit": "^0.11.6",
20 "tree-kit": "^0.6.2"
21 },
22 "devDependencies": {},
23 "scripts": {
24 "test": "tea-time -R dot"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/cronvel/terminal-kit.git"
29 },
30 "keywords": [
31 "terminal",
32 "console",
33 "ansi",
34 "xterm",
35 "color",
36 "256 colors",
37 "true color",
38 "style",
39 "input",
40 "input field",
41 "mouse",
42 "gpm",
43 "cursor",
44 "menu",
45 "progress bar",
46 "screenbuffer",
47 "textbuffer",
48 "32-bit",
49 "composition",
50 "image",
51 "png",
52 "jpeg",
53 "gif"
54 ],
55 "author": "Cédric Ronvel",
56 "license": "MIT",
57 "bugs": {
58 "url": "https://github.com/cronvel/terminal-kit/issues"
59 },
60 "copyright": {
61 "title": "Terminal Kit",
62 "years": [
63 2009,
64 2020
65 ],
66 "owner": "Cédric Ronvel"
67 }
68}
\No newline at end of file