diff options
Diffstat (limited to 'tools/eslint/node_modules/inquirer/package.json')
-rw-r--r-- | tools/eslint/node_modules/inquirer/package.json | 113 |
1 files changed, 74 insertions, 39 deletions
diff --git a/tools/eslint/node_modules/inquirer/package.json b/tools/eslint/node_modules/inquirer/package.json index 47a55bea1d..67691b285e 100644 --- a/tools/eslint/node_modules/inquirer/package.json +++ b/tools/eslint/node_modules/inquirer/package.json @@ -2,93 +2,123 @@ "_args": [ [ { - "raw": "inquirer@^0.12.0", + "raw": "inquirer@^3.0.6", "scope": null, "escapedName": "inquirer", "name": "inquirer", - "rawSpec": "^0.12.0", - "spec": ">=0.12.0 <0.13.0", + "rawSpec": "^3.0.6", + "spec": ">=3.0.6 <4.0.0", "type": "range" }, "/Users/trott/io.js/tools/node_modules/eslint" ] ], - "_from": "inquirer@>=0.12.0 <0.13.0", - "_id": "inquirer@0.12.0", + "_from": "inquirer@>=3.0.6 <4.0.0", + "_id": "inquirer@3.1.0", "_inCache": true, "_location": "/inquirer", - "_nodeVersion": "5.2.0", + "_nodeVersion": "8.0.0", "_npmOperationalInternal": { - "host": "packages-9-west.internal.npmjs.com", - "tmp": "tmp/inquirer-0.12.0.tgz_1454990163157_0.11014768108725548" + "host": "s3://npm-registry-packages", + "tmp": "tmp/inquirer-3.1.0.tgz_1496835884412_0.5553199897985905" }, "_npmUser": { "name": "sboudrias", "email": "admin@simonboudrias.com" }, - "_npmVersion": "3.5.3", + "_npmVersion": "5.0.1", "_phantomChildren": {}, "_requested": { - "raw": "inquirer@^0.12.0", + "raw": "inquirer@^3.0.6", "scope": null, "escapedName": "inquirer", "name": "inquirer", - "rawSpec": "^0.12.0", - "spec": ">=0.12.0 <0.13.0", + "rawSpec": "^3.0.6", + "spec": ">=3.0.6 <4.0.0", "type": "range" }, "_requiredBy": [ "/eslint" ], - "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz", - "_shasum": "1ef2bfd63504df0bc75785fff8c2c41df12f077e", + "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.1.0.tgz", + "_shasum": "e05400d48b94937c2d3caa7038663ba9189aab01", "_shrinkwrap": null, - "_spec": "inquirer@^0.12.0", + "_spec": "inquirer@^3.0.6", "_where": "/Users/trott/io.js/tools/node_modules/eslint", "author": { "name": "Simon Boudrias", "email": "admin@simonboudrias.com" }, "bugs": { - "url": "https://github.com/sboudrias/Inquirer.js/issues" + "url": "https://github.com/SBoudrias/Inquirer.js/issues" }, "dependencies": { - "ansi-escapes": "^1.1.0", - "ansi-regex": "^2.0.0", + "ansi-escapes": "^2.0.0", "chalk": "^1.0.0", - "cli-cursor": "^1.0.1", + "cli-cursor": "^2.1.0", "cli-width": "^2.0.0", - "figures": "^1.3.5", + "external-editor": "^2.0.4", + "figures": "^2.0.0", "lodash": "^4.3.0", - "readline2": "^1.0.1", - "run-async": "^0.1.0", - "rx-lite": "^3.1.2", - "string-width": "^1.0.1", + "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" }, "description": "A collection of common interactive command line user interfaces.", "devDependencies": { - "chai": "^3.0.0", + "chai": "^4.0.1", "cmdify": "^0.0.4", - "grunt": "^0.4.1", - "grunt-cli": "^0.1.8", - "grunt-contrib-jshint": "^0.11.1", - "grunt-mocha-test": "^0.12.7", - "mocha": "^2.2.1", - "mockery": "^1.4.0", - "sinon": "^1.12.1" + "eslint": "^3.19.0", + "eslint-config-xo-space": "^0.16.0", + "gulp": "^3.9.0", + "gulp-coveralls": "^0.1.0", + "gulp-eslint": "^3.0.1", + "gulp-exclude-gitignore": "^1.0.0", + "gulp-istanbul": "^1.1.1", + "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.2" }, "directories": {}, "dist": { - "shasum": "1ef2bfd63504df0bc75785fff8c2c41df12f077e", - "tarball": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz" + "integrity": "sha512-JLl89yPOEoGohLjeGs3XCekeovADbrEw/WRJQYgPED6zeJWrpIsY9i9/rn+VltZox/9w94lVYqo94QfEmniB1w==", + "shasum": "e05400d48b94937c2d3caa7038663ba9189aab01", + "tarball": "https://registry.npmjs.org/inquirer/-/inquirer-3.1.0.tgz" + }, + "eslintConfig": { + "extends": "xo-space", + "env": { + "mocha": true + }, + "rules": { + "quotes": [ + "error", + "single" + ], + "no-multi-assign": "off", + "capitalized-comments": "off", + "no-unused-expressions": "off", + "handle-callback-err": "off", + "no-eq-null": "off", + "eqeqeq": [ + "error", + "allow-null" + ] + } }, "files": [ "lib" ], - "gitHead": "a0c2d4d2bcd2818f27c8a2e96477d65f0f386944", - "homepage": "https://github.com/sboudrias/Inquirer.js#readme", + "gitHead": "e612cc5ad66dabead572cebb3b2bf6238e1112f5", + "homepage": "https://github.com/SBoudrias/Inquirer.js#readme", "keywords": [ "command", "prompt", @@ -101,6 +131,10 @@ "main": "lib/inquirer.js", "maintainers": [ { + "name": "mischah", + "email": "mail@michael-kuehnel.de" + }, + { "name": "sboudrias", "email": "admin@simonboudrias.com" } @@ -110,10 +144,11 @@ "readme": "ERROR: No README data found!", "repository": { "type": "git", - "url": "git+https://github.com/sboudrias/Inquirer.js.git" + "url": "git+https://github.com/SBoudrias/Inquirer.js.git" }, "scripts": { - "test": "grunt --verbose" + "prepublish": "gulp prepublish", + "test": "gulp" }, - "version": "0.12.0" + "version": "3.1.0" } |