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