Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
{
2
"name": "nopt",
3
"version": "3.0.2",
4
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
5
"author": {
6
"name": "Isaac Z. Schlueter",
7
"email": "[email protected]",
8
"url": "http://blog.izs.me/"
9
},
10
"main": "lib/nopt.js",
11
"scripts": {
12
"test": "tap test/*.js"
13
},
14
"repository": {
15
"type": "git",
16
"url": "git+ssh://[email protected]/isaacs/nopt.git"
17
},
18
"bin": {
19
"nopt": "./bin/nopt.js"
20
},
21
"license": "ISC",
22
"dependencies": {
23
"abbrev": "1"
24
},
25
"devDependencies": {
26
"tap": "~0.4.8"
27
},
28
"gitHead": "a0ff8dcbb29ae9da68769c9f782bd4d70746b02d",
29
"bugs": {
30
"url": "https://github.com/isaacs/nopt/issues"
31
},
32
"homepage": "https://github.com/isaacs/nopt#readme",
33
"_id": "[email protected]",
34
"_shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",
35
"_from": "nopt@>=3.0.0 <4.0.0",
36
"_npmVersion": "2.10.0",
37
"_nodeVersion": "2.0.1",
38
"_npmUser": {
39
"name": "isaacs",
40
"email": "[email protected]"
41
},
42
"dist": {
43
"shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",
44
"tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz"
45
},
46
"maintainers": [
47
{
48
"name": "isaacs",
49
"email": "[email protected]"
50
}
51
],
52
"directories": {},
53
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz"
54
}
55
56