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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
{
"_args": [
[
{
"raw": "nopt@4.0.1",
"scope": null,
"escapedName": "nopt",
"name": "nopt",
"rawSpec": "4.0.1",
"spec": "4.0.1",
"type": "version"
},
"/Users/rebecca/code/npm"
]
],
"_from": "nopt@4.0.1",
"_id": "nopt@4.0.1",
"_inCache": true,
"_location": "/nopt",
"_nodeVersion": "7.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/nopt-4.0.1.tgz_1481739985863_0.18861285015009344"
},
"_npmUser": {
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "nopt@4.0.1",
"scope": null,
"escapedName": "nopt",
"name": "nopt",
"rawSpec": "4.0.1",
"spec": "4.0.1",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz",
"_shasum": "d0d4685afd5415193c8c7505602d0d17cd64474d",
"_shrinkwrap": null,
"_spec": "nopt@4.0.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"nopt": "./bin/nopt.js"
},
"bugs": {
"url": "https://github.com/npm/nopt/issues"
},
"dependencies": {
"abbrev": "1",
"osenv": "^0.1.4"
},
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": {
"tap": "^8.0.1"
},
"directories": {},
"dist": {
"shasum": "d0d4685afd5415193c8c7505602d0d17cd64474d",
"tarball": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz"
},
"gitHead": "24921187dc52825d628042c9708bbd8e8734698c",
"homepage": "https://github.com/npm/nopt#readme",
"license": "ISC",
"main": "lib/nopt.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
{
"name": "zkat",
"email": "kat@sykosomatic.org"
}
],
"name": "nopt",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/nopt.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "4.0.1"
}
|