strip-ansi-control-characters
Version:
Strips ANSI Control Characters from string or stream
30 lines (29 loc) • 576 B
JSON
{
"name": "strip-ansi-control-characters",
"version": "2.0.0",
"description": "Strips ANSI Control Characters from string or stream",
"main": "index.js",
"repository": "https://github.com/RaeesBhatti/strip-ansi-control-characters.git",
"author": "Raees Iqbal <raees.bhatti@gmail.com>",
"files": [
"index.js"
],
"keywords": [
"ansi",
"console",
"terminal",
"remove",
"trim",
"strip",
"string",
"tty",
"escape",
"command-line",
"text",
"log",
"shell",
"clear",
"screen"
],
"license": "MIT"
}