| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | {  "name": "has-ansi",  "version": "0.1.0",  "description": "Check if a string has ANSI escape codes",  "license": "MIT",  "repository": "sindresorhus/has-ansi",  "bin": {    "has-ansi": "cli.js"  },  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "http://sindresorhus.com"  },  "engines": {    "node": ">=0.10.0"  },  "scripts": {    "test": "mocha"  },  "files": [    "index.js",    "cli.js"  ],  "keywords": [    "cli",    "bin",    "ansi",    "styles",    "color",    "colour",    "colors",    "terminal",    "console",    "string",    "tty",    "escape",    "shell",    "xterm",    "command-line",    "text",    "regex",    "regexp",    "re",    "match",    "test",    "find",    "pattern",    "has"  ],  "dependencies": {    "ansi-regex": "^0.2.0"  },  "devDependencies": {    "mocha": "*"  },  "__npminstall_done": true,  "_from": "has-ansi@0.1.0",  "_resolved": "https://registry.npmmirror.com/has-ansi/-/has-ansi-0.1.0.tgz"}
 |