UNPKG

@danielkalen/listr

Version:

Terminal task list (modified to not stop list upon errors when concurrent:true)

65 lines (64 loc) 1.23 kB
{ "name": "@danielkalen/listr", "version": "0.5.0", "description": "Terminal task list (modified to not stop list upon errors when concurrent:true)", "license": "MIT", "repository": "SamVerschueren/listr", "author": { "name": "Sam Verschueren", "email": "sam.verschueren@gmail.com", "url": "github.com/SamVerschueren" }, "engines": { "node": ">=4" }, "scripts": { "test": "clinton && xo && ava" }, "files": [ "index.js", "lib" ], "keywords": [ "cli", "task", "list", "tasklist", "terminal", "term", "console", "ascii", "unicode", "loading", "indicator", "progress", "busy", "wait", "idle" ], "dependencies": { "chalk": "^1.1.3", "cli-truncate": "^0.2.1", "figures": "^1.7.0", "indent-string": "^2.1.0", "is-promise": "^2.1.0", "is-stream": "^1.1.0", "log-symbols": "^1.0.2", "log-update": "^1.0.2", "ora": "^0.2.3", "stream-to-observable": "^0.1.0", "strip-ansi": "^3.0.1" }, "devDependencies": { "rxjs": "^5.0.0-beta.9", "delay": "^1.3.1" }, "xo": { "esnext": true }, "clinton": { "rules": { "editorconfig": "off" } } }