package.json 1011 Bytes
{
  "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": "*"
  },
  "_from": "has-ansi@0.1.0",
  "_resolved": "http://registry.npm.taobao.org/has-ansi/download/has-ansi-0.1.0.tgz"
}