tty-width-frame
Version:
Generate simple framed text fitting for the current text terminal
48 lines (47 loc) • 884 B
JSON
{
"name": "tty-width-frame",
"version": "1.0.3",
"description": "Generate simple framed text fitting for the current text terminal",
"repository": "shinnn/tty-width-frame",
"author": "Watanabe Shinnosuke (https://github.com/shinnn)",
"license": "ISC",
"scripts": {
"pretest": "eslint .",
"test": "nyc node test.js"
},
"files": [
"index.js"
],
"keywords": [
"frame",
"box",
"border",
"beautify",
"surround",
"enclose",
"text",
"string",
"wrap",
"terminal",
"tty",
"cli-friendly"
],
"dependencies": {
"inspect-with-kind": "^1.0.5",
"string-width": "^3.1.0",
"wrap-ansi": "^5.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^6.9.1",
"eslint": "^5.15.1",
"nyc": "^13.3.0",
"nyc-config-common": "^1.0.1",
"tape": "^4.10.1"
},
"eslintConfig": {
"extends": "@shinnn"
},
"nyc": {
"extends": "nyc-config-common"
}
}