package.json
1.8 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
{
"_from": "waitress@>=0.0.2",
"_id": "waitress@0.1.5",
"_inBundle": false,
"_integrity": "sha1-7ZsqI3zM2DzXNUcvRPbEe35lOvY=",
"_location": "/waitress",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "waitress@>=0.0.2",
"name": "waitress",
"escapedName": "waitress",
"rawSpec": ">=0.0.2",
"saveSpec": null,
"fetchSpec": ">=0.0.2"
},
"_requiredBy": [
"/googlemaps"
],
"_resolved": "https://registry.npmjs.org/waitress/-/waitress-0.1.5.tgz",
"_shasum": "ed9b2a237cccd83cd735472f44f6c47b7e653af6",
"_spec": "waitress@>=0.0.2",
"_where": "/Users/donghoon/Documents/Classroom/OpenSourceS:W/Project/node_modules/googlemaps",
"author": {
"name": "Adam Blackburn",
"email": "adam@ifit.com"
},
"bugs": {
"url": "https://github.com/ifit/waitress/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Simple flow control for multiple parallel async calls.",
"devDependencies": {
"mocha": "~1.7.4"
},
"homepage": "https://github.com/ifit/waitress",
"keywords": [
"flow-control",
"flow",
"waitress",
"async",
"parallel",
"callback"
],
"main": "index.js",
"name": "waitress",
"repository": {
"type": "git",
"url": "git://github.com/ifit/waitress.git"
},
"testling": {
"files": "test.js",
"harness": "mocha",
"browsers": {
"ie": [
7,
8,
9,
10
],
"firefox": [
3.6,
12,
13,
"nightly"
],
"chrome": [
19,
20,
"canary"
],
"safari": [
5,
5.1
],
"opera": [
12
],
"iphone": [
"6.0"
],
"ipad": [
"6.0"
]
}
},
"version": "0.1.5"
}