UNPKG

1.56 kBJSONView Raw
1{
2 "name": "terminal-kit",
3 "version": "1.45.8",
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": ">=10.0.0"
11 },
12 "dependencies": {
13 "@cronvel/get-pixels": "^3.4.0",
14 "chroma-js": "^2.1.0",
15 "lazyness": "^1.2.0",
16 "ndarray": "^1.0.19",
17 "nextgen-events": "^1.3.4",
18 "seventh": "^0.7.40",
19 "string-kit": "^0.11.9",
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 "cli",
35 "xterm",
36 "color",
37 "256 colors",
38 "true color",
39 "style",
40 "input",
41 "input field",
42 "mouse",
43 "gpm",
44 "cursor",
45 "menu",
46 "spinner",
47 "progress bar",
48 "screenbuffer",
49 "textbuffer",
50 "32-bit",
51 "composition",
52 "image",
53 "png",
54 "jpeg",
55 "gif"
56 ],
57 "author": "Cédric Ronvel",
58 "license": "MIT",
59 "bugs": {
60 "url": "https://github.com/cronvel/terminal-kit/issues"
61 },
62 "copyright": {
63 "title": "Terminal Kit",
64 "years": [
65 2009,
66 2021
67 ],
68 "owner": "Cédric Ronvel"
69 }
70}