UNPKG

1.26 kBJSONView Raw
1{
2 "name": "bottleneck",
3 "version": "2.15.2",
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.1.2",
38 "@babel/preset-env": "7.1.x",
39 "@types/es6-promise": "0.0.33",
40 "assert": "1.4.x",
41 "coffeescript": "2.3.x",
42 "ejs-cli": "2.0.1",
43 "ioredis": "^4.0.0",
44 "mocha": "4.x",
45 "redis": "^2.8.0",
46 "regenerator-runtime": "^0.12.1",
47 "rollup": "^0.66.6",
48 "rollup-plugin-babel": "4.0.x",
49 "rollup-plugin-commonjs": "^9.2.0",
50 "rollup-plugin-json": "^3.1.0",
51 "rollup-plugin-node-resolve": "^3.4.0",
52 "typescript": "^2.6.2"
53 },
54 "dependencies": {}
55}