Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / cliui / node_modules / strip-ansi / package.json
1 {
2   "_from": "strip-ansi@^4.0.0",
3   "_id": "strip-ansi@4.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
6   "_location": "/cliui/strip-ansi",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "strip-ansi@^4.0.0",
12     "name": "strip-ansi",
13     "escapedName": "strip-ansi",
14     "rawSpec": "^4.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.0"
17   },
18   "_requiredBy": [
19     "/cliui",
20     "/cliui/string-width"
21   ],
22   "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
23   "_shasum": "a8479022eb1ac368a871389b635262c505ee368f",
24   "_spec": "strip-ansi@^4.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/cliui",
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": "^3.0.0"
37   },
38   "deprecated": false,
39   "description": "Strip ANSI escape codes",
40   "devDependencies": {
41     "ava": "*",
42     "xo": "*"
43   },
44   "engines": {
45     "node": ">=4"
46   },
47   "files": [
48     "index.js"
49   ],
50   "homepage": "https://github.com/chalk/strip-ansi#readme",
51   "keywords": [
52     "strip",
53     "trim",
54     "remove",
55     "ansi",
56     "styles",
57     "color",
58     "colour",
59     "colors",
60     "terminal",
61     "console",
62     "string",
63     "tty",
64     "escape",
65     "formatting",
66     "rgb",
67     "256",
68     "shell",
69     "xterm",
70     "log",
71     "logging",
72     "command-line",
73     "text"
74   ],
75   "license": "MIT",
76   "name": "strip-ansi",
77   "repository": {
78     "type": "git",
79     "url": "git+https://github.com/chalk/strip-ansi.git"
80   },
81   "scripts": {
82     "test": "xo && ava"
83   },
84   "version": "4.0.0"
85 }