UNPKG

1.31 kBJSONView Raw
1{
2 "name": "bottleneck",
3 "version": "2.19.3",
4 "description": "Distributed task scheduler and rate limiter",
5 "main": "lib/index.js",
6 "typings": "bottleneck.d.ts",
7 "scripts": {
8 "test": "mocha test",
9 "test-all": "./scripts/test_all.sh"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/SGrondin/bottleneck"
14 },
15 "keywords": [
16 "async rate limiter",
17 "rate limiter",
18 "rate limiting",
19 "async",
20 "rate",
21 "limiting",
22 "limiter",
23 "throttle",
24 "throttling",
25 "throttler",
26 "load",
27 "clustering"
28 ],
29 "author": {
30 "name": "Simon Grondin"
31 },
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/SGrondin/bottleneck/issues"
35 },
36 "devDependencies": {
37 "@babel/core": "^7.5.0",
38 "@babel/preset-env": "^7.5.0",
39 "@types/es6-promise": "0.0.33",
40 "assert": "^1.5.0",
41 "coffeescript": "2.4.x",
42 "ejs-cli": "github:SGrondin/ejs-cli#master",
43 "ioredis": "^4.11.1",
44 "leakage": "^0.4.0",
45 "mocha": "^6.1.4",
46 "redis": "^2.8.0",
47 "regenerator-runtime": "^0.12.1",
48 "rollup": "^0.66.6",
49 "rollup-plugin-babel": "^4.3.3",
50 "rollup-plugin-commonjs": "^9.3.4",
51 "rollup-plugin-json": "^3.1.0",
52 "rollup-plugin-node-resolve": "^3.4.0",
53 "typescript": "^2.6.2"
54 },
55 "dependencies": {}
56}