UNPKG

980 BJSONView Raw
1{
2 "name": "terminal-image",
3 "version": "1.2.0",
4 "description": "Display images in the terminal",
5 "license": "MIT",
6 "repository": "sindresorhus/terminal-image",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=10"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "terminal",
25 "image",
26 "term",
27 "iterm",
28 "shell",
29 "console",
30 "command-line",
31 "img",
32 "pic",
33 "picture",
34 "photo",
35 "ansi",
36 "escape",
37 "jpg",
38 "jpeg",
39 "display",
40 "show",
41 "pixels",
42 "gif",
43 "animation",
44 "sequence"
45 ],
46 "dependencies": {
47 "chalk": "^4.0.0",
48 "jimp": "^0.14.0",
49 "log-update": "^4.0.0",
50 "render-gif": "^2.0.4",
51 "term-img": "^5.0.0"
52 },
53 "devDependencies": {
54 "@types/node": "^13.13.5",
55 "ava": "^1.4.1",
56 "tsd": "^0.11.0",
57 "xo": "^0.30.0"
58 }
59}