react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / har-validator / node_modules / chalk / package.json
81152 views{1"name": "chalk",2"version": "1.0.0",3"description": "Terminal string styling done right. Much color.",4"license": "MIT",5"repository": {6"type": "git",7"url": "https://github.com/sindresorhus/chalk"8},9"maintainers": [10{11"name": "sindresorhus",12"email": "[email protected]"13},14{15"name": "jbnicolai",16"email": "[email protected]"17}18],19"engines": {20"node": ">=0.10.0"21},22"scripts": {23"test": "mocha",24"bench": "matcha benchmark.js"25},26"files": [27"index.js"28],29"keywords": [30"color",31"colour",32"colors",33"terminal",34"console",35"cli",36"string",37"ansi",38"styles",39"tty",40"formatting",41"rgb",42"256",43"shell",44"xterm",45"log",46"logging",47"command-line",48"text"49],50"dependencies": {51"ansi-styles": "^2.0.1",52"escape-string-regexp": "^1.0.2",53"has-ansi": "^1.0.3",54"strip-ansi": "^2.0.1",55"supports-color": "^1.3.0"56},57"devDependencies": {58"matcha": "^0.6.0",59"mocha": "*"60},61"gitHead": "8864d3563313ed15574a38dd5c9d5966080c46ce",62"bugs": {63"url": "https://github.com/sindresorhus/chalk/issues"64},65"homepage": "https://github.com/sindresorhus/chalk",66"_id": "[email protected]",67"_shasum": "b3cf4ed0ff5397c99c75b8f679db2f52831f96dc",68"_from": "chalk@>=1.0.0 <2.0.0",69"_npmVersion": "2.5.1",70"_nodeVersion": "0.12.0",71"_npmUser": {72"name": "sindresorhus",73"email": "[email protected]"74},75"dist": {76"shasum": "b3cf4ed0ff5397c99c75b8f679db2f52831f96dc",77"tarball": "http://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz"78},79"directories": {},80"_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz"81}828384