UNPKG

1.08 kBJSONView Raw
1{
2 "name": "throat",
3 "version": "6.0.1",
4 "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
5 "keywords": [
6 "promise",
7 "aplus",
8 "then",
9 "throttle",
10 "concurrency",
11 "parallelism",
12 "limit"
13 ],
14 "files": [
15 "index.d.ts",
16 "index.js",
17 "index.js.flow"
18 ],
19 "devDependencies": {
20 "coveralls": "^3.0.0",
21 "flow-bin": "^0.73.0",
22 "istanbul": "^0.4.5",
23 "jest": "^22.1.4",
24 "promise": "^8.0.0",
25 "sauce-test": "^1.0.0",
26 "test-result": "^2.0.0",
27 "testit": "^3.1.0",
28 "typescript": "^3.4.5"
29 },
30 "jest": {
31 "testEnvironment": "node"
32 },
33 "scripts": {
34 "tsc": "tsc --noEmit",
35 "flow": "flow",
36 "test": "node test/index.js && npm run test:types",
37 "test:types": "jest",
38 "coverage": "istanbul cover test/index.js",
39 "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
40 },
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/ForbesLindesay/throat.git"
44 },
45 "author": "ForbesLindesay",
46 "license": "MIT"
47}