Initial commit
[yaffs-website] / node_modules / supports-color / package.json
1 {
2   "_args": [
3     [
4       "supports-color@^2.0.0",
5       "/var/www/yaffs/node_modules/chalk"
6     ]
7   ],
8   "_from": "supports-color@>=2.0.0 <3.0.0",
9   "_id": "supports-color@2.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/supports-color",
13   "_nodeVersion": "0.12.5",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.11.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "supports-color",
22     "raw": "supports-color@^2.0.0",
23     "rawSpec": "^2.0.0",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/chalk"
30   ],
31   "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
32   "_shasum": "535d045ce6b6363fa40117084629995e9df324c7",
33   "_shrinkwrap": null,
34   "_spec": "supports-color@^2.0.0",
35   "_where": "/var/www/yaffs/node_modules/chalk",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/chalk/supports-color/issues"
43   },
44   "dependencies": {},
45   "description": "Detect whether a terminal supports color",
46   "devDependencies": {
47     "mocha": "*",
48     "require-uncached": "^1.0.2"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "535d045ce6b6363fa40117084629995e9df324c7",
53     "tarball": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
54   },
55   "engines": {
56     "node": ">=0.8.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "gitHead": "8400d98ade32b2adffd50902c06d9e725a5c6588",
62   "homepage": "https://github.com/chalk/supports-color",
63   "keywords": [
64     "256",
65     "ansi",
66     "capability",
67     "cli",
68     "color",
69     "colors",
70     "colour",
71     "command-line",
72     "console",
73     "detect",
74     "rgb",
75     "shell",
76     "styles",
77     "support",
78     "supports",
79     "terminal",
80     "tty",
81     "xterm"
82   ],
83   "license": "MIT",
84   "maintainers": [
85     {
86       "name": "sindresorhus",
87       "email": "sindresorhus@gmail.com"
88     },
89     {
90       "name": "jbnicolai",
91       "email": "jappelman@xebia.com"
92     }
93   ],
94   "name": "supports-color",
95   "optionalDependencies": {},
96   "readme": "ERROR: No README data found!",
97   "repository": {
98     "type": "git",
99     "url": "git+https://github.com/chalk/supports-color.git"
100   },
101   "scripts": {
102     "test": "mocha"
103   },
104   "version": "2.0.0"
105 }