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