Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-less / node_modules / chalk / package.json
1 {
2   "_from": "chalk@^1.1.3",
3   "_id": "chalk@1.1.3",
4   "_inBundle": false,
5   "_integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
6   "_location": "/postcss-less/chalk",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "chalk@^1.1.3",
12     "name": "chalk",
13     "escapedName": "chalk",
14     "rawSpec": "^1.1.3",
15     "saveSpec": null,
16     "fetchSpec": "^1.1.3"
17   },
18   "_requiredBy": [
19     "/postcss-less/postcss"
20   ],
21   "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
22   "_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
23   "_spec": "chalk@^1.1.3",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/postcss-less/node_modules/postcss",
25   "bugs": {
26     "url": "https://github.com/chalk/chalk/issues"
27   },
28   "bundleDependencies": false,
29   "dependencies": {
30     "ansi-styles": "^2.2.1",
31     "escape-string-regexp": "^1.0.2",
32     "has-ansi": "^2.0.0",
33     "strip-ansi": "^3.0.0",
34     "supports-color": "^2.0.0"
35   },
36   "deprecated": false,
37   "description": "Terminal string styling done right. Much color.",
38   "devDependencies": {
39     "coveralls": "^2.11.2",
40     "matcha": "^0.6.0",
41     "mocha": "*",
42     "nyc": "^3.0.0",
43     "require-uncached": "^1.0.2",
44     "resolve-from": "^1.0.0",
45     "semver": "^4.3.3",
46     "xo": "*"
47   },
48   "engines": {
49     "node": ">=0.10.0"
50   },
51   "files": [
52     "index.js"
53   ],
54   "homepage": "https://github.com/chalk/chalk#readme",
55   "keywords": [
56     "color",
57     "colour",
58     "colors",
59     "terminal",
60     "console",
61     "cli",
62     "string",
63     "str",
64     "ansi",
65     "style",
66     "styles",
67     "tty",
68     "formatting",
69     "rgb",
70     "256",
71     "shell",
72     "xterm",
73     "log",
74     "logging",
75     "command-line",
76     "text"
77   ],
78   "license": "MIT",
79   "maintainers": [
80     {
81       "name": "Sindre Sorhus",
82       "email": "sindresorhus@gmail.com",
83       "url": "sindresorhus.com"
84     },
85     {
86       "name": "Joshua Appelman",
87       "email": "jappelman@xebia.com",
88       "url": "jbnicolai.com"
89     },
90     {
91       "name": "JD Ballard",
92       "email": "i.am.qix@gmail.com",
93       "url": "github.com/qix-"
94     }
95   ],
96   "name": "chalk",
97   "repository": {
98     "type": "git",
99     "url": "git+https://github.com/chalk/chalk.git"
100   },
101   "scripts": {
102     "bench": "matcha benchmark.js",
103     "coverage": "nyc npm test && nyc report",
104     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
105     "test": "xo && mocha"
106   },
107   "version": "1.1.3",
108   "xo": {
109     "envs": [
110       "node",
111       "mocha"
112     ]
113   }
114 }