.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-less / node_modules / ansi-styles / package.json
1 {
2   "name": "ansi-styles",
3   "version": "2.2.1",
4   "description": "ANSI escape codes for styling strings in the terminal",
5   "license": "MIT",
6   "repository": "chalk/ansi-styles",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "maintainers": [
13     "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
14     "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)"
15   ],
16   "engines": {
17     "node": ">=0.10.0"
18   },
19   "scripts": {
20     "test": "mocha"
21   },
22   "files": [
23     "index.js"
24   ],
25   "keywords": [
26     "ansi",
27     "styles",
28     "color",
29     "colour",
30     "colors",
31     "terminal",
32     "console",
33     "cli",
34     "string",
35     "tty",
36     "escape",
37     "formatting",
38     "rgb",
39     "256",
40     "shell",
41     "xterm",
42     "log",
43     "logging",
44     "command-line",
45     "text"
46   ],
47   "devDependencies": {
48     "mocha": "*"
49   }
50 }