Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / chalk / package.json
1 {
2   "_from": "chalk@^2.1.0",
3   "_id": "chalk@2.4.2",
4   "_inBundle": false,
5   "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
6   "_location": "/chalk",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "chalk@^2.1.0",
12     "name": "chalk",
13     "escapedName": "chalk",
14     "rawSpec": "^2.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.1.0"
17   },
18   "_requiredBy": [
19     "/@babel/highlight",
20     "/boxen",
21     "/command-line-usage",
22     "/eslint",
23     "/log-symbols",
24     "/postcss",
25     "/postcss-reporter",
26     "/prettier-tslint",
27     "/stylelint",
28     "/stylelint/table",
29     "/ts-loader",
30     "/tslint",
31     "/update-notifier"
32   ],
33   "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
34   "_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
35   "_spec": "chalk@^2.1.0",
36   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
37   "bugs": {
38     "url": "https://github.com/chalk/chalk/issues"
39   },
40   "bundleDependencies": false,
41   "dependencies": {
42     "ansi-styles": "^3.2.1",
43     "escape-string-regexp": "^1.0.5",
44     "supports-color": "^5.3.0"
45   },
46   "deprecated": false,
47   "description": "Terminal string styling done right",
48   "devDependencies": {
49     "ava": "*",
50     "coveralls": "^3.0.0",
51     "execa": "^0.9.0",
52     "flow-bin": "^0.68.0",
53     "import-fresh": "^2.0.0",
54     "matcha": "^0.7.0",
55     "nyc": "^11.0.2",
56     "resolve-from": "^4.0.0",
57     "typescript": "^2.5.3",
58     "xo": "*"
59   },
60   "engines": {
61     "node": ">=4"
62   },
63   "files": [
64     "index.js",
65     "templates.js",
66     "types/index.d.ts",
67     "index.js.flow"
68   ],
69   "homepage": "https://github.com/chalk/chalk#readme",
70   "keywords": [
71     "color",
72     "colour",
73     "colors",
74     "terminal",
75     "console",
76     "cli",
77     "string",
78     "str",
79     "ansi",
80     "style",
81     "styles",
82     "tty",
83     "formatting",
84     "rgb",
85     "256",
86     "shell",
87     "xterm",
88     "log",
89     "logging",
90     "command-line",
91     "text"
92   ],
93   "license": "MIT",
94   "name": "chalk",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/chalk/chalk.git"
98   },
99   "scripts": {
100     "bench": "matcha benchmark.js",
101     "coveralls": "nyc report --reporter=text-lcov | coveralls",
102     "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
103   },
104   "types": "types/index.d.ts",
105   "version": "2.4.2",
106   "xo": {
107     "envs": [
108       "node",
109       "mocha"
110     ],
111     "ignores": [
112       "test/_flow.js"
113     ]
114   }
115 }