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