Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / inquirer / node_modules / ansi-styles / package.json
1 {
2   "_from": "ansi-styles@^4.1.0",
3   "_id": "ansi-styles@4.2.1",
4   "_inBundle": false,
5   "_integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==",
6   "_location": "/inquirer/ansi-styles",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ansi-styles@^4.1.0",
12     "name": "ansi-styles",
13     "escapedName": "ansi-styles",
14     "rawSpec": "^4.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^4.1.0"
17   },
18   "_requiredBy": [
19     "/inquirer/chalk"
20   ],
21   "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
22   "_shasum": "90ae75c424d008d2624c5bf29ead3177ebfcf359",
23   "_spec": "ansi-styles@^4.1.0",
24   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/inquirer/node_modules/chalk",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/chalk/ansi-styles/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "@types/color-name": "^1.1.1",
36     "color-convert": "^2.0.1"
37   },
38   "deprecated": false,
39   "description": "ANSI escape codes for styling strings in the terminal",
40   "devDependencies": {
41     "@types/color-convert": "^1.9.0",
42     "ava": "^2.3.0",
43     "svg-term-cli": "^2.1.1",
44     "tsd": "^0.11.0",
45     "xo": "^0.25.3"
46   },
47   "engines": {
48     "node": ">=8"
49   },
50   "files": [
51     "index.js",
52     "index.d.ts"
53   ],
54   "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
55   "homepage": "https://github.com/chalk/ansi-styles#readme",
56   "keywords": [
57     "ansi",
58     "styles",
59     "color",
60     "colour",
61     "colors",
62     "terminal",
63     "console",
64     "cli",
65     "string",
66     "tty",
67     "escape",
68     "formatting",
69     "rgb",
70     "256",
71     "shell",
72     "xterm",
73     "log",
74     "logging",
75     "command-line",
76     "text"
77   ],
78   "license": "MIT",
79   "name": "ansi-styles",
80   "repository": {
81     "type": "git",
82     "url": "git+https://github.com/chalk/ansi-styles.git"
83   },
84   "scripts": {
85     "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
86     "test": "xo && ava && tsd"
87   },
88   "version": "4.2.1"
89 }