Actualizacion maquina principal
[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     "/webpack-cli/cliui",
22     "/webpack-cli/string-width",
23     "/webpack-cli/wrap-ansi"
24   ],
25   "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
26   "_shasum": "8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae",
27   "_spec": "strip-ansi@^5.2.0",
28   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/eslint",
29   "author": {
30     "name": "Sindre Sorhus",
31     "email": "sindresorhus@gmail.com",
32     "url": "sindresorhus.com"
33   },
34   "bugs": {
35     "url": "https://github.com/chalk/strip-ansi/issues"
36   },
37   "bundleDependencies": false,
38   "dependencies": {
39     "ansi-regex": "^4.1.0"
40   },
41   "deprecated": false,
42   "description": "Strip ANSI escape codes from a string",
43   "devDependencies": {
44     "ava": "^1.3.1",
45     "tsd-check": "^0.5.0",
46     "xo": "^0.24.0"
47   },
48   "engines": {
49     "node": ">=6"
50   },
51   "files": [
52     "index.js",
53     "index.d.ts"
54   ],
55   "homepage": "https://github.com/chalk/strip-ansi#readme",
56   "keywords": [
57     "strip",
58     "trim",
59     "remove",
60     "ansi",
61     "styles",
62     "color",
63     "colour",
64     "colors",
65     "terminal",
66     "console",
67     "string",
68     "tty",
69     "escape",
70     "formatting",
71     "rgb",
72     "256",
73     "shell",
74     "xterm",
75     "log",
76     "logging",
77     "command-line",
78     "text"
79   ],
80   "license": "MIT",
81   "name": "strip-ansi",
82   "repository": {
83     "type": "git",
84     "url": "git+https://github.com/chalk/strip-ansi.git"
85   },
86   "scripts": {
87     "test": "xo && ava && tsd-check"
88   },
89   "version": "5.2.0"
90 }