93 lines
1.9 KiB
Plaintext
93 lines
1.9 KiB
Plaintext
{
|
|
"name": "inquirer",
|
|
"type": "module",
|
|
"version": "9.1.4",
|
|
"description": "A collection of common interactive command line user interfaces.",
|
|
"author": "Simon Boudrias <admin@simonboudrias.com>",
|
|
"files": [
|
|
"lib",
|
|
"README.md"
|
|
],
|
|
"main": "lib/inquirer.js",
|
|
"keywords": [
|
|
"answer",
|
|
"answers",
|
|
"ask",
|
|
"base",
|
|
"cli",
|
|
"cli",
|
|
"command",
|
|
"command-line",
|
|
"confirm",
|
|
"enquirer",
|
|
"generate",
|
|
"generator",
|
|
"hyper",
|
|
"input",
|
|
"inquire",
|
|
"inquirer",
|
|
"interface",
|
|
"iterm",
|
|
"javascript",
|
|
"menu",
|
|
"node",
|
|
"nodejs",
|
|
"prompt",
|
|
"promptly",
|
|
"prompts",
|
|
"question",
|
|
"readline",
|
|
"scaffold",
|
|
"scaffolder",
|
|
"scaffolding",
|
|
"stdin",
|
|
"stdout",
|
|
"terminal",
|
|
"tty",
|
|
"ui",
|
|
"yeoman",
|
|
"yo",
|
|
"zsh"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"chai-string": "^1.5.0",
|
|
"chalk-pipe": "^5.1.2",
|
|
"cmdify": "^0.0.4",
|
|
"mocha": "^10.1.0",
|
|
"mockery": "^2.1.0",
|
|
"nyc": "^15.0.0",
|
|
"sinon": "^14.0.1",
|
|
"terminal-link": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "nyc mocha --es-module-specifier-resolution=node test/**/* -r ./test/before",
|
|
"posttest": "mkdir -p ../../coverage/ && nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
|
|
"prepublishOnly": "cp ../../README.md .",
|
|
"postpublish": "rm -f README.md"
|
|
},
|
|
"repository": "SBoudrias/Inquirer.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^6.0.0",
|
|
"chalk": "^5.1.2",
|
|
"cli-cursor": "^4.0.0",
|
|
"cli-width": "^4.0.0",
|
|
"external-editor": "^3.0.3",
|
|
"figures": "^5.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mute-stream": "0.0.8",
|
|
"ora": "^6.1.2",
|
|
"run-async": "^2.4.0",
|
|
"rxjs": "^7.5.7",
|
|
"string-width": "^5.1.2",
|
|
"strip-ansi": "^7.0.1",
|
|
"through": "^2.3.6",
|
|
"wrap-ansi": "^8.0.1"
|
|
},
|
|
"gitHead": "f532af8be2d622caa5e54adf4c084d588c9ffad6"
|
|
}
|