UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@geia/promise-lobby",
3 "version": "0.1.5",
4 "description": "Limit concurrency of an array of class instance whose async method is to be called",
5 "type": "module",
6 "main": "dist/index.cjs",
7 "exports": {
8 "import": "./dist/index.js",
9 "require": "./dist/index.cjs"
10 },
11 "files": [
12 "dist"
13 ],
14 "publishConfig": {
15 "access": "public"
16 },
17 "scripts": {
18 "pub": "npm publish",
19 "test": "node -r @babel/register test/test.index.js"
20 },
21 "dependencies": {
22 "@typen/enum-data-types": "^0.1.17"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/hoyeungw/geia.git"
27 },
28 "keywords": [
29 "race",
30 "limit",
31 "limited",
32 "concurrency",
33 "promise",
34 "async",
35 "es6",
36 "es7",
37 "promises",
38 "promises-a",
39 "promises-aplus",
40 "future",
41 "futures",
42 "deferred",
43 "deferreds",
44 "generator",
45 "generators",
46 "await",
47 "flow control",
48 "pool",
49 "queue",
50 "throttle",
51 "browser",
52 "node",
53 "throat",
54 "rate",
55 "batch",
56 "ratelimit",
57 "task",
58 "bluebird"
59 ],
60 "author": "Hoyeung Wong",
61 "license": "MIT",
62 "bugs": {
63 "url": "https://github.com/hoyeungw/geia"
64 },
65 "homepage": "https://github.com/hoyeungw/geia#readme",
66 "gitHead": "464ecfefb754d02a26b0c01d12808d125f830173"
67}