UNPKG

koa-limit-connections

Version:
34 lines (33 loc) 791 B
{ "name": "koa-limit-connections", "version": "1.2.0", "description": "Simple middleware to limit concurrency", "main": "lib/limiter.js", "scripts": { "test": "mocha && npm run lint", "lint": "eslint lib/**/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/RobGraham/koa-limit-connections.git" }, "keywords": [ "koa", "limit", "connections", "concurrency", "middleware" ], "author": "Rob Graham", "license": "MIT", "bugs": { "url": "https://github.com/RobGraham/koa-limit-connections/issues" }, "homepage": "https://github.com/RobGraham/koa-limit-connections#readme", "devDependencies": { "chai": "^3.5.0", "eslint": "^3.18.0", "lodash.clonedeep": "^4.5.0", "mocha": "^3.2.0" } }