package.json
1.4 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
{
"_args": [
[
"options@0.0.6",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "options@0.0.6",
"_id": "options@0.0.6",
"_inBundle": false,
"_integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=",
"_location": "/options",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "options@0.0.6",
"name": "options",
"escapedName": "options",
"rawSpec": "0.0.6",
"saveSpec": null,
"fetchSpec": "0.0.6"
},
"_requiredBy": [
"/sse"
],
"_resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
"_spec": "0.0.6",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"bugs": {
"url": "https://github.com/einaros/options.js/issues"
},
"dependencies": {},
"description": "A very light-weight in-code option parsers for node.js.",
"devDependencies": {
"mocha": "latest"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/einaros/options.js#readme",
"main": "lib/options",
"name": "options",
"repository": {
"type": "git",
"url": "git://github.com/einaros/options.js.git"
},
"scripts": {
"test": "make test"
},
"version": "0.0.6"
}