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.
89 lines
2.2 KiB
89 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
"readline2@^1.0.1",
|
|
"/Users/silverwind/git/node/tools/package/package/node_modules/inquirer"
|
|
]
|
|
],
|
|
"_from": "readline2@>=1.0.1 <2.0.0",
|
|
"_id": "readline2@1.0.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/readline2",
|
|
"_nodeVersion": "0.12.5",
|
|
"_npmUser": {
|
|
"email": "admin@simonboudrias.com",
|
|
"name": "sboudrias"
|
|
},
|
|
"_npmVersion": "2.11.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "readline2",
|
|
"raw": "readline2@^1.0.1",
|
|
"rawSpec": "^1.0.1",
|
|
"scope": null,
|
|
"spec": ">=1.0.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/inquirer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz",
|
|
"_shasum": "41059608ffc154757b715d9989d199ffbf372e35",
|
|
"_shrinkwrap": null,
|
|
"_spec": "readline2@^1.0.1",
|
|
"_where": "/Users/silverwind/git/node/tools/package/package/node_modules/inquirer",
|
|
"author": {
|
|
"email": "admin@simonboudrias.com",
|
|
"name": "Simon Boudrias"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sboudrias/readline2/issues"
|
|
},
|
|
"dependencies": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"mute-stream": "0.0.5"
|
|
},
|
|
"description": "Readline Façade fixing bugs and issues found in releases 0.8 and 0.10",
|
|
"devDependencies": {
|
|
"chalk": "^1.1.0",
|
|
"mocha": "^2.1.0",
|
|
"sinon": "^1.7.3"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "41059608ffc154757b715d9989d199ffbf372e35",
|
|
"tarball": "http://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "32aa9851e2cbb0610364d5009165be6fb2fed4ef",
|
|
"homepage": "https://github.com/sboudrias/readline2#readme",
|
|
"keywords": [
|
|
"ansi",
|
|
"cli",
|
|
"readline",
|
|
"terminal",
|
|
"tty"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sboudrias",
|
|
"email": "admin@simonboudrias.com"
|
|
}
|
|
],
|
|
"name": "readline2",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sboudrias/readline2.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|