summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/inquirer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/inquirer/package.json')
-rw-r--r--tools/eslint/node_modules/inquirer/package.json117
1 files changed, 74 insertions, 43 deletions
diff --git a/tools/eslint/node_modules/inquirer/package.json b/tools/eslint/node_modules/inquirer/package.json
index f754432333..e80eebb65a 100644
--- a/tools/eslint/node_modules/inquirer/package.json
+++ b/tools/eslint/node_modules/inquirer/package.json
@@ -1,75 +1,106 @@
{
- "name": "inquirer",
- "version": "0.8.5",
- "description": "A collection of common interactive command line user interfaces.",
- "main": "lib/inquirer.js",
- "scripts": {
- "test": "grunt --verbose"
+ "_args": [
+ [
+ "inquirer@^0.11.0",
+ "/Users/mzasso/git/forks/node/node_modules/eslint"
+ ]
+ ],
+ "_from": "inquirer@>=0.11.0 <0.12.0",
+ "_id": "inquirer@0.11.2",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/eslint/inquirer",
+ "_nodeVersion": "5.2.0",
+ "_npmUser": {
+ "email": "admin@simonboudrias.com",
+ "name": "sboudrias"
},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sboudrias/Inquirer.js.git"
+ "_npmVersion": "3.5.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "inquirer",
+ "raw": "inquirer@^0.11.0",
+ "rawSpec": "^0.11.0",
+ "scope": null,
+ "spec": ">=0.11.0 <0.12.0",
+ "type": "range"
},
- "keywords": [
- "command",
- "prompt",
- "stdin",
- "cli",
- "tty",
- "menu"
+ "_requiredBy": [
+ "/eslint"
],
+ "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.11.2.tgz",
+ "_shasum": "f280aefd71fa27a9f16b3f63297b529465b3d562",
+ "_shrinkwrap": null,
+ "_spec": "inquirer@^0.11.0",
+ "_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
"author": {
- "name": "Simon Boudrias",
- "email": "admin@simonboudrias.com"
+ "email": "admin@simonboudrias.com",
+ "name": "Simon Boudrias"
+ },
+ "bugs": {
+ "url": "https://github.com/sboudrias/Inquirer.js/issues"
},
- "license": "MIT",
- "files": [
- "lib"
- ],
"dependencies": {
- "ansi-regex": "^1.1.1",
+ "ansi-escapes": "^1.1.0",
+ "ansi-regex": "^2.0.0",
"chalk": "^1.0.0",
+ "cli-cursor": "^1.0.1",
"cli-width": "^1.0.1",
"figures": "^1.3.5",
"lodash": "^3.3.1",
- "readline2": "^0.1.1",
- "rx": "^2.4.3",
+ "readline2": "^1.0.1",
+ "run-async": "^0.1.0",
+ "rx-lite": "^3.1.2",
+ "strip-ansi": "^3.0.0",
"through": "^2.3.6"
},
+ "description": "A collection of common interactive command line user interfaces.",
"devDependencies": {
- "chai": "^2.1.2",
+ "chai": "^3.0.0",
"cmdify": "^0.0.4",
"grunt": "^0.4.1",
"grunt-cli": "^0.1.8",
"grunt-contrib-jshint": "^0.11.1",
- "grunt-mocha-test": "^0.10.2",
+ "grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.1",
"mockery": "^1.4.0",
"sinon": "^1.12.1"
},
- "_id": "inquirer@0.8.5",
+ "directories": {},
"dist": {
- "shasum": "dbd740cf6ca3b731296a63ce6f6d961851f336df",
- "tarball": "http://registry.npmjs.org/inquirer/-/inquirer-0.8.5.tgz"
- },
- "_from": "inquirer@>=0.8.2 <0.9.0",
- "_npmVersion": "1.4.6",
- "_npmUser": {
- "name": "sboudrias",
- "email": "admin@simonboudrias.com"
+ "shasum": "f280aefd71fa27a9f16b3f63297b529465b3d562",
+ "tarball": "http://registry.npmjs.org/inquirer/-/inquirer-0.11.2.tgz"
},
+ "files": [
+ "lib"
+ ],
+ "gitHead": "9ce4983ef6a4dcfb08b8ea3f98c78a009451034f",
+ "homepage": "https://github.com/sboudrias/Inquirer.js#readme",
+ "keywords": [
+ "cli",
+ "command",
+ "menu",
+ "prompt",
+ "stdin",
+ "tty"
+ ],
+ "license": "MIT",
+ "main": "lib/inquirer.js",
"maintainers": [
{
"name": "sboudrias",
"email": "admin@simonboudrias.com"
}
],
- "directories": {},
- "_shasum": "dbd740cf6ca3b731296a63ce6f6d961851f336df",
- "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.8.5.tgz",
- "bugs": {
- "url": "https://github.com/sboudrias/Inquirer.js/issues"
- },
+ "name": "inquirer",
+ "optionalDependencies": {},
"readme": "ERROR: No README data found!",
- "homepage": "https://github.com/sboudrias/Inquirer.js#readme"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sboudrias/Inquirer.js.git"
+ },
+ "scripts": {
+ "test": "grunt --verbose"
+ },
+ "version": "0.11.2"
}