forked from coopernurse/node-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
293 lines (293 loc) · 5.96 KB
/
package.json
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
{
"name": "generic-pool",
"description": "Generic resource pooling for Node.JS",
"homepage": "https://github.com/coopernurse/node-pool#readme",
"version": "3.8.2",
"main": "index.js",
"author": {
"email": "[email protected]",
"name": "James Cooper"
},
"contributors": [
{
"name": "James Butler",
"email": "[email protected]"
},
{
"name": "James Cooper",
"email": "[email protected]"
},
{
"name": "Kiko Beats",
"email": "[email protected]"
},
{
"name": "Felipe Machado",
"email": "[email protected]"
},
{
"name": "Idan Attias",
"email": "[email protected]"
},
{
"name": "Bryan Donovan",
"email": "[email protected]"
},
{
"name": "rebareba",
"email": "[email protected]"
},
{
"name": "Thomas Dimson",
"email": "[email protected]"
},
{
"name": "C-h-e-r-r-y",
"email": "[email protected]"
},
{
"name": "t3hmrman",
"email": "[email protected]"
},
{
"name": "Kevin Burke",
"email": "[email protected]"
},
{
"name": "Peter Galiba",
"email": "[email protected]"
},
{
"name": "Joe Z",
"email": "[email protected]"
},
{
"name": "Anup Baldawa",
"email": "[email protected]"
},
{
"name": "travis4all",
"email": "[email protected]"
},
{
"name": "windyrobin",
"email": "[email protected]"
},
{
"name": "Nayana Hettiarachchi",
"email": "[email protected]"
},
{
"name": "Felix Becker",
"email": "[email protected]"
},
{
"name": "Geovani de Souza",
"email": "[email protected]"
},
{
"name": "Ryan Dao",
"email": "[email protected]"
},
{
"name": "Sushant",
"email": "[email protected]"
},
{
"name": "Jemila",
"email": "[email protected]"
},
{
"name": "Christian d'Heureuse",
"email": "[email protected]"
},
{
"name": "Will Shaver",
"email": "[email protected]"
},
{
"name": "Justin Robinson",
"email": "[email protected]"
},
{
"name": "Diego Rodríguez Baquero",
"email": "[email protected]"
},
{
"name": "Asbjørn Sannes",
"email": "[email protected]"
},
{
"name": "linchuang",
"email": "[email protected]"
},
{
"name": "restjohn",
"email": "[email protected]"
},
{
"name": "san00",
"email": "[email protected]"
},
{
"name": "王秋石",
"email": "[email protected]"
},
{
"name": "An Nguyen Le",
"email": "[email protected]"
},
{
"name": "Arek Flinik",
"email": "[email protected]"
},
{
"name": "Bryan Kaplan",
"email": "[email protected]"
},
{
"name": "Douglas Christopher Wilson",
"email": "[email protected]"
},
{
"name": "Drew R",
"email": "[email protected]"
},
{
"name": "Dumitru Uzun",
"email": "[email protected]"
},
{
"name": "Jason Rhodes",
"email": "[email protected]"
},
{
"name": "John Dooley",
"email": "[email protected]"
},
{
"name": "Lewis Ellis",
"email": "[email protected]"
},
{
"name": "Louis Roché",
"email": "[email protected]"
},
{
"name": "Magnus Eide",
"email": "[email protected]"
},
{
"name": "Mike Morris",
"email": "[email protected]"
},
{
"name": "Piotr",
"email": "[email protected]"
},
{
"name": "Rajesh kumar",
"email": "[email protected]"
},
{
"name": "Randall Leeds",
"email": "[email protected]"
},
{
"name": "Roy Binux",
"email": "[email protected]"
},
{
"name": "Sandro Santilli",
"email": "[email protected]"
},
{
"name": "Stephen Cresswell",
"email": "[email protected]"
},
{
"name": "Teemu Ikonen",
"email": "[email protected]"
},
{
"name": "Tevye Krynski",
"email": "[email protected]"
},
{
"name": "Thom Seddon",
"email": "[email protected]"
},
{
"name": "Thomas Watson Steen",
"email": "[email protected]"
},
{
"name": "Tom MacWright",
"email": "[email protected]"
},
{
"name": "Wilfred van der Deijl",
"email": "[email protected]"
},
{
"name": "Young Hahn",
"email": "[email protected]"
},
{
"name": "benny-medflyt",
"email": "[email protected]"
},
{
"name": "calibr",
"email": "[email protected]"
},
{
"name": "gdusbabek",
"email": "[email protected]"
},
{
"name": "molipet",
"email": "[email protected]"
},
{
"name": "Alexander Tesfamichael",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/coopernurse/node-pool.git"
},
"bugs": {
"url": "https://github.com/coopernurse/node-pool/issues"
},
"keywords": [
"pool",
"pooling",
"throttle"
],
"devDependencies": {
"@types/node": "^8.5.1",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^3.3.0",
"prettier": "^1.7.4",
"tap": "^8.0.0",
"typescript": "^2.6.2"
},
"engines": {
"node": ">= 4"
},
"files": [
"index.d.ts",
"index.js",
"lib"
],
"scripts": {
"lint": "eslint lib test index.js .eslintrc.js",
"lint-fix": "eslint --fix lib test index.js .eslintrc.js",
"test": "tap test/*-test.js "
},
"license": "MIT"
}