mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.4 KiB
94 lines
2.4 KiB
{
|
|
"_from": "inquirer@^3.0.6",
|
|
"_id": "inquirer@3.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-H50sHQwgvvaTBd3HpKMVtL/u6LoHDvYym51gd7bGQe/+9HkCE+J0/3N5FJLfd6O6oz44hHewC2Pc2LodzWVafQ==",
|
|
"_location": "/eslint/inquirer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "inquirer@^3.0.6",
|
|
"name": "inquirer",
|
|
"escapedName": "inquirer",
|
|
"rawSpec": "^3.0.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.1.1.tgz",
|
|
"_shasum": "87621c4fba4072f48a8dd71c9f9df6f100b2d534",
|
|
"_spec": "inquirer@^3.0.6",
|
|
"_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint",
|
|
"author": {
|
|
"name": "Simon Boudrias",
|
|
"email": "admin@simonboudrias.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SBoudrias/Inquirer.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ansi-escapes": "^2.0.0",
|
|
"chalk": "^1.0.0",
|
|
"cli-cursor": "^2.1.0",
|
|
"cli-width": "^2.0.0",
|
|
"external-editor": "^2.0.4",
|
|
"figures": "^2.0.0",
|
|
"lodash": "^4.3.0",
|
|
"mute-stream": "0.0.7",
|
|
"run-async": "^2.2.0",
|
|
"rx-lite": "^4.0.8",
|
|
"rx-lite-aggregates": "^4.0.8",
|
|
"string-width": "^2.0.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"through": "^2.3.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A collection of common interactive command line user interfaces.",
|
|
"devDependencies": {
|
|
"chai": "^4.0.1",
|
|
"cmdify": "^0.0.4",
|
|
"eslint": "^4.0.0",
|
|
"eslint-config-xo-space": "^0.16.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-codacy": "^1.0.0",
|
|
"gulp-coveralls": "^0.1.0",
|
|
"gulp-eslint": "^4.0.0",
|
|
"gulp-exclude-gitignore": "^1.0.0",
|
|
"gulp-istanbul": "^1.1.2",
|
|
"gulp-line-ending-corrector": "^1.0.1",
|
|
"gulp-mocha": "^3.0.0",
|
|
"gulp-nsp": "^2.1.0",
|
|
"gulp-plumber": "^1.0.0",
|
|
"mocha": "^3.4.2",
|
|
"mockery": "^2.0.0",
|
|
"sinon": "^2.3.4"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"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": {
|
|
"prepublish": "gulp prepublish",
|
|
"test": "gulp"
|
|
},
|
|
"version": "3.1.1"
|
|
}
|
|
|