Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / boxen / node_modules / ansi-regex / package.json
1 {
2   "_from": "ansi-regex@^3.0.0",
3   "_id": "ansi-regex@3.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
6   "_location": "/boxen/ansi-regex",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ansi-regex@^3.0.0",
12     "name": "ansi-regex",
13     "escapedName": "ansi-regex",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/boxen/strip-ansi"
20   ],
21   "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
22   "_shasum": "ed0317c322064f79466c02966bddb605ab37d998",
23   "_spec": "ansi-regex@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/boxen/node_modules/strip-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": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=4"
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   "name": "ansi-regex",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/chalk/ansi-regex.git"
79   },
80   "scripts": {
81     "test": "xo && ava",
82     "view-supported": "node fixtures/view-codes.js"
83   },
84   "version": "3.0.0"
85 }