UNPKG

bottleneckp

Version:

asynchronous rate limiter with priority

32 lines (31 loc) 748 B
{ "name": "bottleneckp", "version": "1.1.3", "description": "asynchronous rate limiter with priority", "main": "./lib/Bottleneck.js", "scripts": { "test": "./node_modules/mocha/bin/mocha test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/darrenqc/BottleneckP.git" }, "keywords": [ "nodejs", "async rate limiter", "rate limiter", "rate limiting", "async", "rate", "limiting" ], "author": "darren <darrenqc823@gmail.com> (https://github.com/darrenqc)", "license": "MIT", "bugs": { "url": "https://github.com/darrenqc/BottleneckP/issues" }, "homepage": "https://github.com/darrenqc/BottleneckP#readme", "devDependencies": { "mocha":"*" } }