23 lines
457 B
JSON
23 lines
457 B
JSON
{
|
|
"name": "ansi",
|
|
"description": "Advanced ANSI formatting tool for Node.js",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"ansi",
|
|
"formatting",
|
|
"cursor",
|
|
"color",
|
|
"terminal",
|
|
"rgb",
|
|
"256",
|
|
"stream"
|
|
],
|
|
"version": "0.3.1",
|
|
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/ansi.js.git"
|
|
},
|
|
"main": "./lib/ansi.js"
|
|
}
|