{ "name": "chalk", "version": "2.4.1", "description": "Terminal string styling done right", "license": "MIT", "repository": "chalk/chalk", "engines": { "node": ">=8" }, "scripts": { "test": "xo && nyc ava && tsd-check && flow", "bench": "matcha benchmark.js" }, "files": [ "index.js", "templates.js", "index.d.ts", "index.js.flow" ], "keywords": [ "color", "colour", "colors", "terminal", "console", "cli", "string", "str", "ansi", "style", "styles", "tty", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^6.1.0" }, "devDependencies": { "@sindresorhus/tsconfig": "^0.2.1", "ava": "^1.3.1", "coveralls": "^3.0.3", "execa": "^1.0.0", "flow-bin": "^0.94.0", "import-fresh": "^3.0.0", "matcha": "^0.7.0", "nyc": "^13.3.0", "resolve-from": "^4.0.0", "tsd-check": "^0.3.0", "xo": "^0.24.0" }, "types": "index.d.ts", "xo": { "ignores": [ "test/_flow.js" ] } }