Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / 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": "/stylelint/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     "/stylelint/string-width"
20   ],
21   "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
22   "_shasum": "a8479022eb1ac368a871389b635262c505ee368f",
23   "_spec": "strip-ansi@^4.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/string-width",
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": "^3.0.0"
36   },
37   "deprecated": false,
38   "description": "Strip ANSI escape codes",
39   "devDependencies": {
40     "ava": "*",
41     "xo": "*"
42   },
43   "engines": {
44     "node": ">=4"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/chalk/strip-ansi#readme",
50   "keywords": [
51     "strip",
52     "trim",
53     "remove",
54     "ansi",
55     "styles",
56     "color",
57     "colour",
58     "colors",
59     "terminal",
60     "console",
61     "string",
62     "tty",
63     "escape",
64     "formatting",
65     "rgb",
66     "256",
67     "shell",
68     "xterm",
69     "log",
70     "logging",
71     "command-line",
72     "text"
73   ],
74   "license": "MIT",
75   "name": "strip-ansi",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/chalk/strip-ansi.git"
79   },
80   "scripts": {
81     "test": "xo && ava"
82   },
83   "version": "4.0.0"
84 }