UNPKG

569 BJSONView Raw
1{
2 "name": "ansicolors",
3 "version": "0.3.2",
4 "description": "Functions that surround a string with ansicolor codes so it prints in color.",
5 "main": "ansicolors.js",
6 "scripts": {
7 "test": "node test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/thlorenz/ansicolors.git"
12 },
13 "keywords": [
14 "ansi",
15 "colors",
16 "highlight",
17 "string"
18 ],
19 "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
20 "license": "MIT",
21 "readmeFilename": "README.md",
22 "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d"
23}