66d95a38f05b8ff098742c9d151853d80ed86857
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ansi-styles / package.json
1 {
2   "_from": "ansi-styles@^3.2.1",
3   "_id": "ansi-styles@3.2.1",
4   "_inBundle": false,
5   "_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
6   "_location": "/ansi-styles",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ansi-styles@^3.2.1",
12     "name": "ansi-styles",
13     "escapedName": "ansi-styles",
14     "rawSpec": "^3.2.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.2.1"
17   },
18   "_requiredBy": [
19     "/chalk",
20     "/pretty-format",
21     "/slice-ansi",
22     "/webpack-cli/wrap-ansi"
23   ],
24   "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
25   "_shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
26   "_spec": "ansi-styles@^3.2.1",
27   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/chalk",
28   "author": {
29     "name": "Sindre Sorhus",
30     "email": "sindresorhus@gmail.com",
31     "url": "sindresorhus.com"
32   },
33   "ava": {
34     "require": "babel-polyfill"
35   },
36   "bugs": {
37     "url": "https://github.com/chalk/ansi-styles/issues"
38   },
39   "bundleDependencies": false,
40   "dependencies": {
41     "color-convert": "^1.9.0"
42   },
43   "deprecated": false,
44   "description": "ANSI escape codes for styling strings in the terminal",
45   "devDependencies": {
46     "ava": "*",
47     "babel-polyfill": "^6.23.0",
48     "svg-term-cli": "^2.1.1",
49     "xo": "*"
50   },
51   "engines": {
52     "node": ">=4"
53   },
54   "files": [
55     "index.js"
56   ],
57   "homepage": "https://github.com/chalk/ansi-styles#readme",
58   "keywords": [
59     "ansi",
60     "styles",
61     "color",
62     "colour",
63     "colors",
64     "terminal",
65     "console",
66     "cli",
67     "string",
68     "tty",
69     "escape",
70     "formatting",
71     "rgb",
72     "256",
73     "shell",
74     "xterm",
75     "log",
76     "logging",
77     "command-line",
78     "text"
79   ],
80   "license": "MIT",
81   "name": "ansi-styles",
82   "repository": {
83     "type": "git",
84     "url": "git+https://github.com/chalk/ansi-styles.git"
85   },
86   "scripts": {
87     "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
88     "test": "xo && ava"
89   },
90   "version": "3.2.1"
91 }