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