wishthis/node_modules/inquirer/package.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-07 07:06:43 +00:00
"name": "inquirer",
2022-05-29 09:24:36 +00:00
"version": "6.5.2",
2022-02-23 16:41:13 +00:00
"description": "A collection of common interactive command line user interfaces.",
2022-04-07 07:06:43 +00:00
"author": "Simon Boudrias <admin@simonboudrias.com>",
2022-02-23 16:41:13 +00:00
"files": [
"lib",
"README.md"
],
2022-04-07 07:06:43 +00:00
"main": "lib/inquirer.js",
2022-02-23 16:41:13 +00:00
"keywords": [
"command",
"prompt",
"stdin",
"cli",
"tty",
"menu"
],
2022-04-07 07:06:43 +00:00
"engines": {
2022-05-29 09:24:36 +00:00
"node": ">=6.0.0"
2022-04-07 07:06:43 +00:00
},
"devDependencies": {
2022-05-29 09:24:36 +00:00
"chai": "^4.2.0",
"chalk-pipe": "^2.0.0",
2022-04-07 07:06:43 +00:00
"cmdify": "^0.0.4",
2022-05-29 09:24:36 +00:00
"mocha": "^5.0.0",
2022-04-07 07:06:43 +00:00
"mockery": "^2.1.0",
2022-05-29 09:24:36 +00:00
"nyc": "^13.1.0",
"sinon": "^7.1.1"
2022-02-23 16:41:13 +00:00
},
"scripts": {
2022-04-07 07:06:43 +00:00
"test": "nyc mocha test/**/* -r ./test/before",
2022-02-23 16:41:13 +00:00
"posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
"prepublishOnly": "cp ../../README.md .",
2022-04-07 07:06:43 +00:00
"postpublish": "rm -f README.md"
},
"repository": "SBoudrias/Inquirer.js",
"license": "MIT",
"dependencies": {
2022-05-29 09:24:36 +00:00
"ansi-escapes": "^3.2.0",
"chalk": "^2.4.2",
"cli-cursor": "^2.1.0",
"cli-width": "^2.0.0",
2022-04-07 07:06:43 +00:00
"external-editor": "^3.0.3",
2022-05-29 09:24:36 +00:00
"figures": "^2.0.0",
"lodash": "^4.17.12",
"mute-stream": "0.0.7",
"run-async": "^2.2.0",
"rxjs": "^6.4.0",
"string-width": "^2.1.0",
"strip-ansi": "^5.1.0",
2022-04-07 07:06:43 +00:00
"through": "^2.3.6"
2022-02-23 16:41:13 +00:00
},
2022-05-29 09:24:36 +00:00
"gitHead": "7d87f666042c67638d2e89bd4586d22f61e90130"
2022-01-21 08:28:41 +00:00
}