throttled-request
Version:
Node.js module to easily throttle HTTP requests
34 lines (33 loc) • 737 B
JSON
{
"name": "throttled-request",
"version": "0.1.1",
"description": "Node.js module to easily throttle HTTP requests",
"author": "Daniel López <danypype@gmail.com>",
"scripts": {
"test": "mocha"
},
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/alltherooms/throttled-request"
},
"bugs": {
"url": "https://github.com/alltherooms/throttled-request/issues"
},
"keywords": [
"request",
"throttle",
"throttled",
"throttling"
],
"dependencies": {},
"devDependencies": {
"async": "^0.9.0",
"chai": "^1.10.0",
"chai-spies": "^0.5.1",
"mocha": "^2.1.0",
"nock": "^0.52.4",
"request": "^2.51.0",
"sinon": "^1.12.2"
}
}