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