source: node_modules/supports-color/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 817 bytes
Line 
1{
2 "name": "supports-color",
3 "version": "7.2.0",
4 "description": "Detect whether a terminal supports color",
5 "license": "MIT",
6 "repository": "chalk/supports-color",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js",
20 "browser.js"
21 ],
22 "keywords": [
23 "color",
24 "colour",
25 "colors",
26 "terminal",
27 "console",
28 "cli",
29 "ansi",
30 "styles",
31 "tty",
32 "rgb",
33 "256",
34 "shell",
35 "xterm",
36 "command-line",
37 "support",
38 "supports",
39 "capability",
40 "detect",
41 "truecolor",
42 "16m"
43 ],
44 "dependencies": {
45 "has-flag": "^4.0.0"
46 },
47 "devDependencies": {
48 "ava": "^1.4.1",
49 "import-fresh": "^3.0.0",
50 "xo": "^0.24.0"
51 },
52 "browser": "browser.js"
53}
Note: See TracBrowser for help on using the repository browser.