summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/chalk/node_modules/ansi-styles/package.json
blob: d9f9041e8022eb4f92c9cd9853d2b56567cb042f (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
{
  "name": "ansi-styles",
  "version": "2.0.1",
  "description": "ANSI escape codes for styling strings in the terminal",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/ansi-styles.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"
    }
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "ansi",
    "styles",
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "string",
    "tty",
    "escape",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "devDependencies": {
    "mocha": "*"
  },
  "gitHead": "da6541334e1681cb803f891fab8abf4313cc4bc1",
  "bugs": {
    "url": "https://github.com/sindresorhus/ansi-styles/issues"
  },
  "homepage": "https://github.com/sindresorhus/ansi-styles",
  "_id": "ansi-styles@2.0.1",
  "_shasum": "b033f57f93e2d28adeb8bc11138fa13da0fd20a3",
  "_from": "ansi-styles@>=2.0.1 <3.0.0",
  "_npmVersion": "2.1.16",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "name": "jbnicolai",
    "email": "jappelman@xebia.com"
  },
  "dist": {
    "shasum": "b033f57f93e2d28adeb8bc11138fa13da0fd20a3",
    "tarball": "http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.0.1.tgz",
  "readme": "ERROR: No README data found!"
}