Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ansi-regex / package.json
1 {
2   "_from": "ansi-regex@^5.0.0",
3   "_id": "ansi-regex@5.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
6   "_location": "/ansi-regex",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ansi-regex@^5.0.0",
12     "name": "ansi-regex",
13     "escapedName": "ansi-regex",
14     "rawSpec": "^5.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^5.0.0"
17   },
18   "_requiredBy": [
19     "/inquirer/strip-ansi",
20     "/string-width/strip-ansi"
21   ],
22   "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
23   "_shasum": "388539f55179bf39339c81af30a654d69f87cb75",
24   "_spec": "ansi-regex@^5.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/string-width/node_modules/strip-ansi",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/chalk/ansi-regex/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Regular expression for matching ANSI escape codes",
37   "devDependencies": {
38     "ava": "^2.4.0",
39     "tsd": "^0.9.0",
40     "xo": "^0.25.3"
41   },
42   "engines": {
43     "node": ">=8"
44   },
45   "files": [
46     "index.js",
47     "index.d.ts"
48   ],
49   "homepage": "https://github.com/chalk/ansi-regex#readme",
50   "keywords": [
51     "ansi",
52     "styles",
53     "color",
54     "colour",
55     "colors",
56     "terminal",
57     "console",
58     "cli",
59     "string",
60     "tty",
61     "escape",
62     "formatting",
63     "rgb",
64     "256",
65     "shell",
66     "xterm",
67     "command-line",
68     "text",
69     "regex",
70     "regexp",
71     "re",
72     "match",
73     "test",
74     "find",
75     "pattern"
76   ],
77   "license": "MIT",
78   "name": "ansi-regex",
79   "repository": {
80     "type": "git",
81     "url": "git+https://github.com/chalk/ansi-regex.git"
82   },
83   "scripts": {
84     "test": "xo && ava && tsd",
85     "view-supported": "node fixtures/view-codes.js"
86   },
87   "version": "5.0.0"
88 }