package.json (1311B)
1 { 2 "_from": "getpass@^0.1.1", 3 "_id": "getpass@0.1.7", 4 "_inBundle": false, 5 "_integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", 6 "_location": "/getpass", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "getpass@^0.1.1", 12 "name": "getpass", 13 "escapedName": "getpass", 14 "rawSpec": "^0.1.1", 15 "saveSpec": null, 16 "fetchSpec": "^0.1.1" 17 }, 18 "_requiredBy": [ 19 "/sshpk" 20 ], 21 "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", 22 "_shasum": "5eff8e3e684d569ae4cb2b1282604e8ba62149fa", 23 "_spec": "getpass@^0.1.1", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/sshpk", 25 "author": { 26 "name": "Alex Wilson", 27 "email": "alex.wilson@joyent.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/arekinath/node-getpass/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": { 34 "assert-plus": "^1.0.0" 35 }, 36 "deprecated": false, 37 "description": "getpass for node.js", 38 "homepage": "https://github.com/arekinath/node-getpass#readme", 39 "license": "MIT", 40 "main": "lib/index.js", 41 "name": "getpass", 42 "repository": { 43 "type": "git", 44 "url": "git+https://github.com/arekinath/node-getpass.git" 45 }, 46 "scripts": { 47 "test": "tape test/*.test.js" 48 }, 49 "version": "0.1.7" 50 }