Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / has-ansi / node_modules / ansi-regex / package.json
1 {
2   "_from": "ansi-regex@^2.0.0",
3   "_id": "ansi-regex@2.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
6   "_location": "/has-ansi/ansi-regex",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ansi-regex@^2.0.0",
12     "name": "ansi-regex",
13     "escapedName": "ansi-regex",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/has-ansi"
20   ],
21   "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
22   "_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
23   "_spec": "ansi-regex@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/has-ansi",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/chalk/ansi-regex/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Regular expression for matching ANSI escape codes",
36   "devDependencies": {
37     "ava": "0.17.0",
38     "xo": "0.16.0"
39   },
40   "engines": {
41     "node": ">=0.10.0"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/chalk/ansi-regex#readme",
47   "keywords": [
48     "ansi",
49     "styles",
50     "color",
51     "colour",
52     "colors",
53     "terminal",
54     "console",
55     "cli",
56     "string",
57     "tty",
58     "escape",
59     "formatting",
60     "rgb",
61     "256",
62     "shell",
63     "xterm",
64     "command-line",
65     "text",
66     "regex",
67     "regexp",
68     "re",
69     "match",
70     "test",
71     "find",
72     "pattern"
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": "JD Ballard",
88       "email": "i.am.qix@gmail.com",
89       "url": "github.com/qix-"
90     }
91   ],
92   "name": "ansi-regex",
93   "repository": {
94     "type": "git",
95     "url": "git+https://github.com/chalk/ansi-regex.git"
96   },
97   "scripts": {
98     "test": "xo && ava --verbose",
99     "view-supported": "node fixtures/view-codes.js"
100   },
101   "version": "2.1.1",
102   "xo": {
103     "rules": {
104       "guard-for-in": 0,
105       "no-loop-func": 0
106     }
107   }
108 }