source: trip-planner-front/node_modules/inquirer/package.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "name": "inquirer",
3 "version": "8.1.2",
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.3.0",
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": "9bee59b98465656619e4ee563ddbc466dcf2b4f1"
56}
Note: See TracBrowser for help on using the repository browser.