source: trip-planner-front/node_modules/supports-color/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 818 bytes
Line 
1{
2 "name": "supports-color",
3 "version": "5.5.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": ">=4"
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": "^3.0.0"
46 },
47 "devDependencies": {
48 "ava": "^0.25.0",
49 "import-fresh": "^2.0.0",
50 "xo": "^0.20.0"
51 },
52 "browser": "browser.js"
53}
Note: See TracBrowser for help on using the repository browser.