Initial commit
[yaffs-website] / node_modules / postcss / node_modules / supports-color / package.json
1 {
2   "_args": [
3     [
4       "supports-color@^3.2.3",
5       "/var/www/yaffs/node_modules/postcss"
6     ]
7   ],
8   "_from": "supports-color@>=3.2.3 <4.0.0",
9   "_id": "supports-color@3.2.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/postcss/supports-color",
13   "_nodeVersion": "7.2.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/supports-color-3.2.3.tgz_1484526472497_0.7697830176912248"
17   },
18   "_npmUser": {
19     "email": "i.am.qix@gmail.com",
20     "name": "qix"
21   },
22   "_npmVersion": "3.10.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "supports-color",
26     "raw": "supports-color@^3.2.3",
27     "rawSpec": "^3.2.3",
28     "scope": null,
29     "spec": ">=3.2.3 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/postcss"
34   ],
35   "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
36   "_shasum": "65ac0504b3954171d8a64946b2ae3cbb8a5f54f6",
37   "_shrinkwrap": null,
38   "_spec": "supports-color@^3.2.3",
39   "_where": "/var/www/yaffs/node_modules/postcss",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "browser": "browser.js",
46   "bugs": {
47     "url": "https://github.com/chalk/supports-color/issues"
48   },
49   "dependencies": {
50     "has-flag": "^1.0.0"
51   },
52   "description": "Detect whether a terminal supports color",
53   "devDependencies": {
54     "mocha": "*",
55     "require-uncached": "^1.0.2",
56     "xo": "*"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "65ac0504b3954171d8a64946b2ae3cbb8a5f54f6",
61     "tarball": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz"
62   },
63   "engines": {
64     "node": ">=0.8.0"
65   },
66   "files": [
67     "browser.js",
68     "index.js"
69   ],
70   "gitHead": "c2394c1f77a0f64c4b2d0db33a3df3b841e6fc15",
71   "homepage": "https://github.com/chalk/supports-color#readme",
72   "keywords": [
73     "16m",
74     "256",
75     "ansi",
76     "capability",
77     "cli",
78     "color",
79     "colors",
80     "colour",
81     "command-line",
82     "console",
83     "detect",
84     "million",
85     "rgb",
86     "shell",
87     "styles",
88     "support",
89     "supports",
90     "terminal",
91     "truecolor",
92     "tty",
93     "xterm"
94   ],
95   "license": "MIT",
96   "maintainers": [
97     {
98       "name": "qix",
99       "email": "i.am.qix@gmail.com"
100     },
101     {
102       "name": "sindresorhus",
103       "email": "sindresorhus@gmail.com"
104     }
105   ],
106   "name": "supports-color",
107   "optionalDependencies": {},
108   "readme": "ERROR: No README data found!",
109   "repository": {
110     "type": "git",
111     "url": "git+https://github.com/chalk/supports-color.git"
112   },
113   "scripts": {
114     "test": "xo && mocha",
115     "travis": "mocha"
116   },
117   "version": "3.2.3",
118   "xo": {
119     "envs": [
120       "mocha",
121       "node"
122     ]
123   }
124 }