Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « supports-color « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81f5ebdb546ec993360a11d6e97a66537779fa4b (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
  "_args": [
    [
      "supports-color@^1.3.0",
      "/Users/rebecca/code/npm/node_modules/chalk"
    ]
  ],
  "_from": "supports-color@>=1.3.0 <2.0.0",
  "_id": "supports-color@1.3.1",
  "_inCache": true,
  "_location": "/supports-color",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "supports-color",
    "raw": "supports-color@^1.3.0",
    "rawSpec": "^1.3.0",
    "scope": null,
    "spec": ">=1.3.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/chalk"
  ],
  "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz",
  "_shasum": "15758df09d8ff3b4acc307539fabe27095e1042d",
  "_shrinkwrap": null,
  "_spec": "supports-color@^1.3.0",
  "_where": "/Users/rebecca/code/npm/node_modules/chalk",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bin": {
    "supports-color": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/supports-color/issues"
  },
  "dependencies": {},
  "description": "Detect whether a terminal supports color",
  "devDependencies": {
    "mocha": "*",
    "require-uncached": "^1.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "15758df09d8ff3b4acc307539fabe27095e1042d",
    "tarball": "http://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "cli.js",
    "index.js"
  ],
  "gitHead": "09f1b4c336cee7269b4c8b3a8880054a23fcb35e",
  "homepage": "https://github.com/sindresorhus/supports-color",
  "keywords": [
    "256",
    "ansi",
    "bin",
    "capability",
    "cli",
    "cli",
    "color",
    "colors",
    "colour",
    "command-line",
    "console",
    "detect",
    "rgb",
    "shell",
    "styles",
    "support",
    "supports",
    "terminal",
    "tty",
    "xterm"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    },
    {
      "name": "jbnicolai",
      "email": "jappelman@xebia.com"
    }
  ],
  "name": "supports-color",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/sindresorhus/supports-color"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.3.1"
}