UNPKG

bottleneck

Version:

Distributed task scheduler and rate limiter

56 lines (55 loc) 1.35 kB
{ "name": "bottleneck", "version": "2.14.1", "description": "Distributed task scheduler and rate limiter", "main": "lib/index.js", "typings": "bottleneck.d.ts", "scripts": { "test": "./node_modules/mocha/bin/mocha test", "test-all": "DATASTORE=ioredis npm test && DATASTORE=redis npm test && BUILD=bundle npm test && npm test" }, "repository": { "type": "git", "url": "https://github.com/SGrondin/bottleneck" }, "keywords": [ "async rate limiter", "rate limiter", "rate limiting", "async", "rate", "limiting", "limiter", "throttle", "throttling", "throttler", "load", "clustering" ], "author": { "name": "Simon Grondin" }, "license": "MIT", "bugs": { "url": "https://github.com/SGrondin/bottleneck/issues" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "7.1.x", "@types/es6-promise": "0.0.33", "assert": "1.4.x", "coffeescript": "2.3.x", "ejs-cli": "2.0.1", "ioredis": "^4.0.0", "mocha": "4.x", "redis": "^2.8.0", "regenerator-runtime": "^0.12.1", "rollup": "^0.66.6", "rollup-plugin-babel": "4.0.x", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^3.4.0", "typescript": "^2.6.2" }, "dependencies": {} }