| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | | { |  |   "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" |  | } | 
 |