mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
56 lines
1.1 KiB
{
|
|
"name": "ansi",
|
|
"description": "Advanced ANSI formatting tool for Node.js",
|
|
"keywords": [
|
|
"ansi",
|
|
"formatting",
|
|
"cursor",
|
|
"color",
|
|
"terminal",
|
|
"rgb",
|
|
"256",
|
|
"stream"
|
|
],
|
|
"version": "0.1.2",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://tootallnate.net"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/ansi.js.git"
|
|
},
|
|
"main": "./lib/ansi.js",
|
|
"bin": {
|
|
"beep": "./examples/beep/index.js",
|
|
"clear": "./examples/clear/index.js",
|
|
"imgcat": "./examples/imgcat/index.js",
|
|
"starwars": "./examples/starwars.js"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"canvas": "*"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "ansi@0.1.2",
|
|
"dependencies": {},
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.24",
|
|
"_nodeVersion": "v0.7.10-pre",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "6139b23459bcd74b04572cf56b36102983d0a7d4"
|
|
},
|
|
"_from": "ansi@~0.1.2"
|
|
}
|
|
|