summaryrefslogtreecommitdiff
path: root/node_modules/gulp-util/node_modules/chalk/package.json
blob: e58fe486a7c254f5db91fba5f74af29cc3cdcfca (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
{
  "name": "chalk",
  "version": "0.5.1",
  "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
  "license": "MIT",
  "repository": "sindresorhus/chalk",
  "maintainers": [
    "Sindre Sorhus <sindresorhus@gmail.com> (http://sindresorhus.com)",
    "Joshua Appelman <joshua@jbna.nl>"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha",
    "bench": "matcha benchmark.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "string",
    "ansi",
    "styles",
    "tty",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "dependencies": {
    "ansi-styles": "^1.1.0",
    "escape-string-regexp": "^1.0.0",
    "has-ansi": "^0.1.0",
    "strip-ansi": "^0.3.0",
    "supports-color": "^0.2.0"
  },
  "devDependencies": {
    "matcha": "^0.5.0",
    "mocha": "*"
  }
}