package.json
1.54 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
{
"_args": [
[
"long-timeout@0.1.1",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "long-timeout@0.1.1",
"_id": "long-timeout@0.1.1",
"_inBundle": false,
"_integrity": "sha1-lyHXiLR+C8taJMLivuGg2lXatRQ=",
"_location": "/long-timeout",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "long-timeout@0.1.1",
"name": "long-timeout",
"escapedName": "long-timeout",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/node-schedule"
],
"_resolved": "https://registry.npmjs.org/long-timeout/-/long-timeout-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "Christian Tellnes",
"email": "christian@tellnes.no",
"url": "http://christian.tellnes.com/"
},
"bugs": {
"url": "https://github.com/tellnes/long-timeout/issues"
},
"description": "Long timeout makes it possible to have a timeout or interval that is longer than 24.8 days (2^31-1 milliseconds).",
"homepage": "https://github.com/tellnes/long-timeout",
"license": "MIT",
"main": "index.js",
"name": "long-timeout",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git://github.com/tellnes/long-timeout.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.1"
}