UNPKG

1.04 kBJSONView Raw
1{
2 "name": "throat",
3 "version": "6.0.2",
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 "istanbul": "^0.4.5",
22 "jest": "^22.1.4",
23 "promise": "^8.0.0",
24 "sauce-test": "^1.0.0",
25 "test-result": "^2.0.0",
26 "testit": "^3.1.0",
27 "typescript": "^3.4.5"
28 },
29 "jest": {
30 "testEnvironment": "node"
31 },
32 "scripts": {
33 "tsc": "tsc --noEmit",
34 "test": "node test/index.js && npm run test:types",
35 "test:types": "jest",
36 "coverage": "istanbul cover test/index.js",
37 "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
38 },
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/ForbesLindesay/throat.git"
42 },
43 "author": "ForbesLindesay",
44 "license": "MIT"
45}