react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / har-validator / node_modules / chalk / node_modules / strip-ansi / package.json
81159 views{1"name": "strip-ansi",2"version": "2.0.1",3"description": "Strip ANSI escape codes",4"license": "MIT",5"repository": {6"type": "git",7"url": "https://github.com/sindresorhus/strip-ansi"8},9"author": {10"name": "Sindre Sorhus",11"email": "[email protected]",12"url": "http://sindresorhus.com"13},14"bin": {15"strip-ansi": "cli.js"16},17"engines": {18"node": ">=0.10.0"19},20"scripts": {21"test": "mocha"22},23"files": [24"index.js",25"cli.js"26],27"keywords": [28"strip",29"trim",30"remove",31"ansi",32"styles",33"color",34"colour",35"colors",36"terminal",37"console",38"cli",39"string",40"tty",41"escape",42"formatting",43"rgb",44"256",45"shell",46"xterm",47"log",48"logging",49"command-line",50"text"51],52"dependencies": {53"ansi-regex": "^1.0.0"54},55"devDependencies": {56"mocha": "*"57},58"gitHead": "1eff0936c01f89efa312d9d51deed137259871a1",59"bugs": {60"url": "https://github.com/sindresorhus/strip-ansi/issues"61},62"homepage": "https://github.com/sindresorhus/strip-ansi",63"_id": "[email protected]",64"_shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e",65"_from": "strip-ansi@>=2.0.1 <3.0.0",66"_npmVersion": "1.4.28",67"_npmUser": {68"name": "sindresorhus",69"email": "[email protected]"70},71"maintainers": [72{73"name": "sindresorhus",74"email": "[email protected]"75},76{77"name": "jbnicolai",78"email": "[email protected]"79}80],81"dist": {82"shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e",83"tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz"84},85"directories": {},86"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz"87}888990