Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / inquirer / package.json
1 {
2   "_from": "inquirer@^7.0.0",
3   "_id": "inquirer@7.3.0",
4   "_inBundle": false,
5   "_integrity": "sha512-K+LZp6L/6eE5swqIcVXrxl21aGDU4S50gKH0/d96OMQnSBCyGyZl/oZhbkVmdp5sBoINHd4xZvFSARh2dk6DWA==",
6   "_location": "/inquirer",
7   "_phantomChildren": {
8     "@types/color-name": "1.1.1",
9     "ansi-regex": "5.0.0"
10   },
11   "_requested": {
12     "type": "range",
13     "registry": true,
14     "raw": "inquirer@^7.0.0",
15     "name": "inquirer",
16     "escapedName": "inquirer",
17     "rawSpec": "^7.0.0",
18     "saveSpec": null,
19     "fetchSpec": "^7.0.0"
20   },
21   "_requiredBy": [
22     "/eslint"
23   ],
24   "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.0.tgz",
25   "_shasum": "aa3e7cb0c18a410c3c16cdd2bc9dcbe83c4d333e",
26   "_spec": "inquirer@^7.0.0",
27   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/eslint",
28   "author": {
29     "name": "Simon Boudrias",
30     "email": "admin@simonboudrias.com"
31   },
32   "bugs": {
33     "url": "https://github.com/SBoudrias/Inquirer.js/issues"
34   },
35   "bundleDependencies": false,
36   "dependencies": {
37     "ansi-escapes": "^4.2.1",
38     "chalk": "^4.1.0",
39     "cli-cursor": "^3.1.0",
40     "cli-width": "^3.0.0",
41     "external-editor": "^3.0.3",
42     "figures": "^3.0.0",
43     "lodash": "^4.17.15",
44     "mute-stream": "0.0.8",
45     "run-async": "^2.4.0",
46     "rxjs": "^6.6.0",
47     "string-width": "^4.1.0",
48     "strip-ansi": "^6.0.0",
49     "through": "^2.3.6"
50   },
51   "deprecated": false,
52   "description": "A collection of common interactive command line user interfaces.",
53   "devDependencies": {
54     "chai": "^4.2.0",
55     "chalk-pipe": "^4.0.0",
56     "cmdify": "^0.0.4",
57     "mocha": "^8.0.1",
58     "mockery": "^2.1.0",
59     "nyc": "^15.0.0",
60     "sinon": "^9.0.0"
61   },
62   "engines": {
63     "node": ">=8.0.0"
64   },
65   "files": [
66     "lib",
67     "README.md"
68   ],
69   "gitHead": "434228aba4908e22063eef37869a427bb605337b",
70   "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
71   "keywords": [
72     "command",
73     "prompt",
74     "stdin",
75     "cli",
76     "tty",
77     "menu"
78   ],
79   "license": "MIT",
80   "main": "lib/inquirer.js",
81   "name": "inquirer",
82   "repository": {
83     "type": "git",
84     "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
85   },
86   "scripts": {
87     "postpublish": "rm -f README.md",
88     "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
89     "prepublishOnly": "cp ../../README.md .",
90     "test": "nyc mocha test/**/* -r ./test/before"
91   },
92   "version": "7.3.0"
93 }