summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/chalk/node_modules/has-ansi/package.json
blob: 0e330841c459af8beadb62cc5f15d61b816c5d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "name": "has-ansi",
  "version": "1.0.3",
  "description": "Check if a string has ANSI escape codes",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/has-ansi.git"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    },
    {
      "name": "jbnicolai",
      "email": "jappelman@xebia.com"
    }
  ],
  "bin": {
    "has-ansi": "cli.js"
  },
  "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": "^1.1.0",
    "get-stdin": "^4.0.1"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "gitHead": "416428ed16f8e9718aec54cea083173af6019917",
  "bugs": {
    "url": "https://github.com/sindresorhus/has-ansi/issues"
  },
  "homepage": "https://github.com/sindresorhus/has-ansi",
  "_id": "has-ansi@1.0.3",
  "_shasum": "c0b5b1615d9e382b0ff67169d967b425e48ca538",
  "_from": "has-ansi@>=1.0.3 <2.0.0",
  "_npmVersion": "2.1.16",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "name": "jbnicolai",
    "email": "jappelman@xebia.com"
  },
  "dist": {
    "shasum": "c0b5b1615d9e382b0ff67169d967b425e48ca538",
    "tarball": "http://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz",
  "readme": "ERROR: No README data found!"
}