File: //home/cafsindia/snap.cafsinfotech.in/node_modules/axios-concurrency/package.json
{
"name": "axios-concurrency",
"version": "1.0.4",
"description": "Gives easy control of how many requests an axios instance makes concurrently. Useful for dealing with rate limiting. Implemented using interceptors.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bernawil/axios-concurrency"
},
"keywords": [
"axios",
"concurrency"
],
"author": "Bernardo Wilberger",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {}
}