Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / has-ansi / package.json
1 {
2   "_from": "has-ansi@^2.0.0",
3   "_id": "has-ansi@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
6   "_location": "/has-ansi",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "has-ansi@^2.0.0",
12     "name": "has-ansi",
13     "escapedName": "has-ansi",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/loglevel-colored-level-prefix/chalk",
20     "/postcss-less/chalk"
21   ],
22   "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
23   "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
24   "_spec": "has-ansi@^2.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/loglevel-colored-level-prefix/node_modules/chalk",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/has-ansi/issues"
33   },
34   "bundleDependencies": false,
35   "dependencies": {
36     "ansi-regex": "^2.0.0"
37   },
38   "deprecated": false,
39   "description": "Check if a string has ANSI escape codes",
40   "devDependencies": {
41     "ava": "0.0.4"
42   },
43   "engines": {
44     "node": ">=0.10.0"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/sindresorhus/has-ansi#readme",
50   "keywords": [
51     "ansi",
52     "styles",
53     "color",
54     "colour",
55     "colors",
56     "terminal",
57     "console",
58     "string",
59     "tty",
60     "escape",
61     "shell",
62     "xterm",
63     "command-line",
64     "text",
65     "regex",
66     "regexp",
67     "re",
68     "match",
69     "test",
70     "find",
71     "pattern",
72     "has"
73   ],
74   "license": "MIT",
75   "maintainers": [
76     {
77       "name": "Sindre Sorhus",
78       "email": "sindresorhus@gmail.com",
79       "url": "sindresorhus.com"
80     },
81     {
82       "name": "Joshua Appelman",
83       "email": "jappelman@xebia.com",
84       "url": "jbnicolai.com"
85     }
86   ],
87   "name": "has-ansi",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/sindresorhus/has-ansi.git"
91   },
92   "scripts": {
93     "test": "node test.js"
94   },
95   "version": "2.0.0"
96 }