UNPKG

699 BJSONView Raw
1{
2 "name": "cli-progress",
3 "version": "1.2.0",
4 "description": "Easy to use Progress-Bar for Command-Line/Terminal Applications",
5 "keywords": [
6 "cli",
7 "tty",
8 "terminal",
9 "progress",
10 "progressbar",
11 "bar",
12 "status",
13 "statusbar",
14 "utility",
15 "widget"
16 ],
17 "homepage": "https://github.com/AndiDittrich/Node.CLI-Progress",
18 "bugs": "https://github.com/AndiDittrich/Node.CLI-Progress/issues",
19 "repository": "AndiDittrich/Node.CLI-Progress",
20 "files": [
21 "main.js",
22 "example.js",
23 "example-synchronous.js",
24 "lib"
25 ],
26 "main": "./main.js",
27 "author": "Andi Dittrich (http://andidittrich.de)",
28 "license": "MIT",
29 "dependencies": {
30 }
31}