package.json
1.43 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
{
"_args": [
[
"seq-queue@0.0.5",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "seq-queue@0.0.5",
"_id": "seq-queue@0.0.5",
"_inBundle": false,
"_integrity": "sha1-1WgS4cAXpuTnw+Ojeh2m143TyT4=",
"_location": "/seq-queue",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "seq-queue@0.0.5",
"name": "seq-queue",
"escapedName": "seq-queue",
"rawSpec": "0.0.5",
"saveSpec": null,
"fetchSpec": "0.0.5"
},
"_requiredBy": [
"/mysql2"
],
"_resolved": "https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz",
"_spec": "0.0.5",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "changchang",
"email": "changchang005@gmail.com"
},
"bugs": {
"url": "https://github.com/changchang/seq-queue/issues"
},
"contributors": [
{
"name": "* Yongchang Zhou",
"email": "changchang005@gmail.com"
}
],
"dependencies": {},
"description": "A simple tool to keep requests to be executed in order.",
"devDependencies": {
"mocha": ">=0.0.1",
"should": ">=0.0.1"
},
"homepage": "https://github.com/changchang/seq-queue",
"name": "seq-queue",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/changchang/seq-queue.git"
},
"version": "0.0.5"
}