blob: bd5fbe85949696116395b67b3de27663d8b81f8b [file] [log] [blame]
{
"dependencies": {
"ansi-styles": "^3.2.0",
"astral-regex": "^1.0.0",
"is-fullwidth-code-point": "^2.0.0"
},
"description": "Slice a string with ANSI escape codes",
"devDependencies": {
"ava": "^1.1.0",
"chalk": "^2.4.2",
"random-item": "^1.0.0",
"strip-ansi": "^5.0.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"keywords": [
"slice",
"string",
"ansi",
"styles",
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"tty",
"escape",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"license": "MIT",
"name": "slice-ansi",
"repository": "chalk/slice-ansi",
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0"
}