{ "name": "chalk", "version": "0.5.2", "description": "Terminal string styling done right. Much color.", "license": "MIT", "repository": "sindresorhus/chalk", "maintainers": [ "Sindre Sorhus (http://sindresorhus.com)", "Joshua Appelman (http://jbnicolai.com)" ], "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha", "bench": "matcha benchmark.js" }, "files": [ "index.js" ], "keywords": [ "color", "colour", "colors", "terminal", "console", "cli", "string", "ansi", "styles", "tty", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "dependencies": { "ansi-styles": "~2.0.0", "supports-color": "~1.2.0", "escape-string-regexp": "~1.0.2", "has-ansi": "~1.0.3", "strip-ansi": "~2.0.2" }, "devDependencies": { "mocha": "*", "matcha": "~0.6.0" } }