github-pages-deploy-action/node_modules/inquirer/package.json

98 lines
2.3 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"inquirer@7.1.0",
"."
2020-03-22 05:13:25 +08:00
]
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "inquirer@7.1.0",
"_id": "inquirer@7.1.0",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==",
2020-03-22 05:13:25 +08:00
"_location": "/inquirer",
"_phantomChildren": {
2020-03-31 20:40:00 +08:00
"ansi-regex": "5.0.0"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "inquirer@7.1.0",
2020-03-22 05:13:25 +08:00
"name": "inquirer",
"escapedName": "inquirer",
2020-03-31 20:40:00 +08:00
"rawSpec": "7.1.0",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "7.1.0"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"_requiredBy": [
"/eslint",
"/eslint-plugin-github"
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz",
"_spec": "7.1.0",
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Simon Boudrias",
"email": "admin@simonboudrias.com"
},
"bugs": {
"url": "https://github.com/SBoudrias/Inquirer.js/issues"
2020-03-07 11:45:40 +08:00
},
"dependencies": {
2020-03-31 20:40:00 +08:00
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
2020-03-07 11:45:40 +08:00
"cli-width": "^2.0.0",
"external-editor": "^3.0.3",
2020-03-31 20:40:00 +08:00
"figures": "^3.0.0",
"lodash": "^4.17.15",
"mute-stream": "0.0.8",
"run-async": "^2.4.0",
"rxjs": "^6.5.3",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
2020-03-07 11:45:40 +08:00
"through": "^2.3.6"
},
2020-03-22 05:13:25 +08:00
"description": "A collection of common interactive command line user interfaces.",
"devDependencies": {
"chai": "^4.2.0",
2020-03-31 20:40:00 +08:00
"chalk-pipe": "^3.0.0",
2020-03-22 05:13:25 +08:00
"cmdify": "^0.0.4",
2020-03-31 20:40:00 +08:00
"mocha": "^7.1.0",
2020-03-22 05:13:25 +08:00
"mockery": "^2.1.0",
2020-03-31 20:40:00 +08:00
"nyc": "^15.0.0",
"sinon": "^9.0.0"
2020-03-22 05:13:25 +08:00
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"lib",
"README.md"
],
2020-03-31 20:40:00 +08:00
"gitHead": "cdce9828f5f27b89e5743b1826876b9042db410a",
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
"keywords": [
"command",
"prompt",
"stdin",
"cli",
"tty",
"menu"
],
"license": "MIT",
"main": "lib/inquirer.js",
"name": "inquirer",
"repository": {
"type": "git",
"url": "git+https://github.com/SBoudrias/Inquirer.js.git"
},
"scripts": {
"postpublish": "rm -f README.md",
"posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
"prepublishOnly": "cp ../../README.md .",
"test": "nyc mocha test/**/* -r ./test/before"
},
2020-03-31 20:40:00 +08:00
"version": "7.1.0"
2020-03-07 11:45:40 +08:00
}