Riven/riven/srcgen/node_modules/getpass/package.json

22 lines
540 B
JSON
Raw Normal View History

{
"name": "getpass",
"version": "0.1.7",
"description": "getpass for node.js",
"main": "lib/index.js",
"dependencies": {
"assert-plus": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arekinath/node-getpass.git"
},
"scripts": {
"test": "tape test/*.test.js"
},
"author": "Alex Wilson <alex.wilson@joyent.com>",
"license": "MIT"
,"_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz"
,"_integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo="
,"_from": "getpass@0.1.7"
}