-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.09 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
{
"name": "@ronomon/queue",
"version": "3.0.1",
"description": "Process thousands of asynchronous or synchronous jobs, concurrently or sequentially, safely and efficiently, without creating thousands of closures.",
"main": "index.js",
"files": [
"benchmark.js",
"index.js",
"test.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ronomon/queue.git"
},
"keywords": [
"abort",
"array",
"async",
"asynchronous",
"callback",
"cb",
"closure",
"concurrency",
"concurrent",
"control",
"control flow",
"each",
"error",
"flow",
"flow control",
"foreach",
"iterate",
"loop",
"map",
"parallel",
"queue",
"sequential",
"serial",
"series",
"stop",
"stream",
"sync",
"synchronous",
"terminate",
"throttle",
"utility"
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronomon/queue/issues"
},
"homepage": "https://github.com/ronomon/queue#readme",
"scripts": {
"test": "node test.js"
}
}