oe-ascii-progress
Version:
Ascii progress-bar(s) in the terminal.
36 lines (35 loc) • 740 B
JSON
{
"name": "oe-ascii-progress",
"version": "1.0.1",
"description": "Ascii progress-bar(s) in the terminal.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git-codecommit.eu-west-1.amazonaws.com/v1/repos/eip-tools"
},
"keywords": [
"progress",
"bar",
"meter",
"ascii",
"status",
"console",
"terminal",
"ansi.js"
],
"author": {
"name": "Oliver Edgington",
"email": "oliver@edgington.com"
},
"license": "MIT",
"dependencies": {
"ansi.js": "0.0.5",
"end-with": "^1.0.2",
"get-cursor-position": "1.0.3",
"on-new-line": "1.0.0",
"start-with": "^1.0.2"
}
}