UNPKG

978 BJSONView Raw
1{
2 "name": "log-update",
3 "version": "3.4.0",
4 "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
5 "license": "MIT",
6 "repository": "sindresorhus/log-update",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=6"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "log",
25 "logger",
26 "logging",
27 "cli",
28 "terminal",
29 "term",
30 "console",
31 "shell",
32 "update",
33 "refresh",
34 "overwrite",
35 "output",
36 "stdout",
37 "progress",
38 "bar",
39 "animation"
40 ],
41 "dependencies": {
42 "ansi-escapes": "^3.2.0",
43 "cli-cursor": "^2.1.0",
44 "wrap-ansi": "^5.0.0"
45 },
46 "devDependencies": {
47 "@types/node": "^11.12.2",
48 "ava": "^1.4.1",
49 "terminal.js": "^1.0.10",
50 "tsd": "^0.7.1",
51 "xo": "^0.24.0"
52 }
53}