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.
154 lines
3.8 KiB
154 lines
3.8 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "inquirer@^3.0.6",
|
|
"scope": null,
|
|
"escapedName": "inquirer",
|
|
"name": "inquirer",
|
|
"rawSpec": "^3.0.6",
|
|
"spec": ">=3.0.6 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "inquirer@>=3.0.6 <4.0.0",
|
|
"_id": "inquirer@3.1.0",
|
|
"_inCache": true,
|
|
"_location": "/inquirer",
|
|
"_nodeVersion": "8.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/inquirer-3.1.0.tgz_1496835884412_0.5553199897985905"
|
|
},
|
|
"_npmUser": {
|
|
"name": "sboudrias",
|
|
"email": "admin@simonboudrias.com"
|
|
},
|
|
"_npmVersion": "5.0.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "inquirer@^3.0.6",
|
|
"scope": null,
|
|
"escapedName": "inquirer",
|
|
"name": "inquirer",
|
|
"rawSpec": "^3.0.6",
|
|
"spec": ">=3.0.6 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.1.0.tgz",
|
|
"_shasum": "e05400d48b94937c2d3caa7038663ba9189aab01",
|
|
"_shrinkwrap": null,
|
|
"_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"
|
|
},
|
|
"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"
|
|
},
|
|
"description": "A collection of common interactive command line user interfaces.",
|
|
"devDependencies": {
|
|
"chai": "^4.0.1",
|
|
"cmdify": "^0.0.4",
|
|
"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": {
|
|
"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": "e612cc5ad66dabead572cebb3b2bf6238e1112f5",
|
|
"homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
|
|
"keywords": [
|
|
"command",
|
|
"prompt",
|
|
"stdin",
|
|
"cli",
|
|
"tty",
|
|
"menu"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/inquirer.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "mischah",
|
|
"email": "mail@michael-kuehnel.de"
|
|
},
|
|
{
|
|
"name": "sboudrias",
|
|
"email": "admin@simonboudrias.com"
|
|
}
|
|
],
|
|
"name": "inquirer",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SBoudrias/Inquirer.js.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp prepublish",
|
|
"test": "gulp"
|
|
},
|
|
"version": "3.1.0"
|
|
}
|
|
|