ansi-scrollbox
Version:
a basic scrollable area for terminal apps
39 lines (38 loc) • 859 B
JSON
{
"name": "ansi-scrollbox",
"description": "a basic scrollable area for terminal apps",
"version": "0.2.1",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/ansi-scrollbox/issues"
},
"devDependencies": {
"@jamen/lorem": "^0.2.0",
"ansi-diff": "^1.1.1",
"keypress": "^0.2.1",
"standard": "^13.0.0",
"tape": "^4.11.0"
},
"homepage": "https://github.com/goto-bus-stop/ansi-scrollbox",
"keywords": [
"ansi",
"cli",
"command-line",
"scroll",
"scrollable",
"scrollbox",
"terminal"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/goto-bus-stop/ansi-scrollbox.git"
},
"scripts": {
"test": "standard && node test"
},
"dependencies": {
"wrap-ansi": "^3.0.1"
}
}