package.json
2.13 KB
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
{
"_args": [
[
{
"raw": "nopt@1.0.10",
"scope": null,
"escapedName": "nopt",
"name": "nopt",
"rawSpec": "1.0.10",
"spec": "1.0.10",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hogan.js"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "nopt@1.0.10",
"_id": "nopt@1.0.10",
"_inCache": true,
"_location": "/nopt",
"_nodeVersion": "v0.5.9-pre",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"_npmVersion": "1.0.93",
"_phantomChildren": {},
"_requested": {
"raw": "nopt@1.0.10",
"scope": null,
"escapedName": "nopt",
"name": "nopt",
"rawSpec": "1.0.10",
"spec": "1.0.10",
"type": "version"
},
"_requiredBy": [
"/hogan.js"
],
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
"_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
"_shrinkwrap": null,
"_spec": "nopt@1.0.10",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hogan.js",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"nopt": "./bin/nopt.js"
},
"bugs": {
"url": "https://github.com/isaacs/nopt/issues"
},
"dependencies": {
"abbrev": "1"
},
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
"tarball": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/nopt#readme",
"license": {
"type": "MIT",
"url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
},
"main": "lib/nopt.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "nopt",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/nopt.git"
},
"scripts": {
"test": "node lib/nopt.js"
},
"version": "1.0.10"
}