UNPKG

1.35 kBJSONView Raw
1{
2 "name": "inquirer",
3 "version": "8.2.0",
4 "description": "A collection of common interactive command line user interfaces.",
5 "author": "Simon Boudrias <admin@simonboudrias.com>",
6 "files": [
7 "lib",
8 "README.md"
9 ],
10 "main": "lib/inquirer.js",
11 "keywords": [
12 "command",
13 "prompt",
14 "stdin",
15 "cli",
16 "tty",
17 "menu"
18 ],
19 "engines": {
20 "node": ">=8.0.0"
21 },
22 "devDependencies": {
23 "chai": "^4.3.4",
24 "chalk-pipe": "^5.1.1",
25 "cmdify": "^0.0.4",
26 "mocha": "^9.0.2",
27 "mockery": "^2.1.0",
28 "nyc": "^15.0.0",
29 "sinon": "^11.1.1"
30 },
31 "scripts": {
32 "test": "nyc mocha test/**/* -r ./test/before",
33 "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
34 "prepublishOnly": "cp ../../README.md .",
35 "postpublish": "rm -f README.md"
36 },
37 "repository": "SBoudrias/Inquirer.js",
38 "license": "MIT",
39 "dependencies": {
40 "ansi-escapes": "^4.2.1",
41 "chalk": "^4.1.1",
42 "cli-cursor": "^3.1.0",
43 "cli-width": "^3.0.0",
44 "external-editor": "^3.0.3",
45 "figures": "^3.0.0",
46 "lodash": "^4.17.21",
47 "mute-stream": "0.0.8",
48 "ora": "^5.4.1",
49 "run-async": "^2.4.0",
50 "rxjs": "^7.2.0",
51 "string-width": "^4.1.0",
52 "strip-ansi": "^6.0.0",
53 "through": "^2.3.6"
54 },
55 "gitHead": "df10c53c9e66b5da67131db3666216a30ddcc85c"
56}