1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| {
| "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.npmmirror.com/getpass/-/getpass-0.1.7.tgz"
| ,"_integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng=="
| ,"_from": "getpass@^0.1.1"
| }
|
|