1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
| {
| "_args": [
| [
| "getpass@0.1.7",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "getpass@0.1.7",
| "_id": "getpass@0.1.7",
| "_inBundle": false,
| "_integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
| "_location": "/getpass",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "getpass@0.1.7",
| "name": "getpass",
| "escapedName": "getpass",
| "rawSpec": "0.1.7",
| "saveSpec": null,
| "fetchSpec": "0.1.7"
| },
| "_requiredBy": [
| "/sshpk"
| ],
| "_resolved": "https://registry.npmmirror.com/getpass/-/getpass-0.1.7.tgz",
| "_spec": "0.1.7",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Alex Wilson",
| "email": "alex.wilson@joyent.com"
| },
| "bugs": {
| "url": "https://github.com/arekinath/node-getpass/issues"
| },
| "dependencies": {
| "assert-plus": "^1.0.0"
| },
| "description": "getpass for node.js",
| "homepage": "https://github.com/arekinath/node-getpass#readme",
| "license": "MIT",
| "main": "lib/index.js",
| "name": "getpass",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/arekinath/node-getpass.git"
| },
| "scripts": {
| "test": "tape test/*.test.js"
| },
| "version": "0.1.7"
| }
|
|