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.
111 lines
2.7 KiB
111 lines
2.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"inquirer@^0.12.0",
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "inquirer@>=0.12.0 <0.13.0",
|
|
"_id": "inquirer@0.12.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/inquirer",
|
|
"_nodeVersion": "5.2.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-9-west.internal.npmjs.com",
|
|
"tmp": "tmp/inquirer-0.12.0.tgz_1454990163157_0.11014768108725548"
|
|
},
|
|
"_npmUser": {
|
|
"email": "admin@simonboudrias.com",
|
|
"name": "sboudrias"
|
|
},
|
|
"_npmVersion": "3.5.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "inquirer",
|
|
"raw": "inquirer@^0.12.0",
|
|
"rawSpec": "^0.12.0",
|
|
"scope": null,
|
|
"spec": ">=0.12.0 <0.13.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz",
|
|
"_shasum": "1ef2bfd63504df0bc75785fff8c2c41df12f077e",
|
|
"_shrinkwrap": null,
|
|
"_spec": "inquirer@^0.12.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/eslint",
|
|
"author": {
|
|
"email": "admin@simonboudrias.com",
|
|
"name": "Simon Boudrias"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sboudrias/Inquirer.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"ansi-escapes": "^1.1.0",
|
|
"ansi-regex": "^2.0.0",
|
|
"chalk": "^1.0.0",
|
|
"cli-cursor": "^1.0.1",
|
|
"cli-width": "^2.0.0",
|
|
"figures": "^1.3.5",
|
|
"lodash": "^4.3.0",
|
|
"readline2": "^1.0.1",
|
|
"run-async": "^0.1.0",
|
|
"rx-lite": "^3.1.2",
|
|
"string-width": "^1.0.1",
|
|
"strip-ansi": "^3.0.0",
|
|
"through": "^2.3.6"
|
|
},
|
|
"description": "A collection of common interactive command line user interfaces.",
|
|
"devDependencies": {
|
|
"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.12.7",
|
|
"mocha": "^2.2.1",
|
|
"mockery": "^1.4.0",
|
|
"sinon": "^1.12.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1ef2bfd63504df0bc75785fff8c2c41df12f077e",
|
|
"tarball": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"gitHead": "a0c2d4d2bcd2818f27c8a2e96477d65f0f386944",
|
|
"homepage": "https://github.com/sboudrias/Inquirer.js#readme",
|
|
"keywords": [
|
|
"command",
|
|
"prompt",
|
|
"stdin",
|
|
"cli",
|
|
"tty",
|
|
"menu"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/inquirer.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "admin@simonboudrias.com",
|
|
"name": "sboudrias"
|
|
}
|
|
],
|
|
"name": "inquirer",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sboudrias/Inquirer.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt --verbose"
|
|
},
|
|
"version": "0.12.0"
|
|
}
|
|
|