You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "bottleneck",
|
|
"main": "bottleneck.js",
|
|
"version": "2.13.0",
|
|
"homepage": "https://github.com/SGrondin/bottleneck",
|
|
"authors": [
|
|
"SGrondin <github@simongrondin.name>"
|
|
],
|
|
"description": "Distributed task scheduler and rate limiter",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"async",
|
|
"rate",
|
|
"limiter",
|
|
"limiting",
|
|
"throttle",
|
|
"throttling",
|
|
"load",
|
|
"ddos"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|