LookAtMySuitBot/js/node_modules/limit-it/package.json

49 lines
1020 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"name": "limit-it",
"version": "3.2.10",
"description": "Run in parallel as many functions you want, but not more than <x> functions at the time.",
"main": "lib/index.js",
"scripts": {
"test": "node example"
},
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/node-limit-it.git"
},
"keywords": [
"limit",
"functions"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/node-limit-it/issues"
},
"homepage": "https://github.com/IonicaBizau/node-limit-it",
"blah": {
"h_img": "http://i.imgur.com/4UoX6DL.png"
},
"directories": {
"example": "example"
},
"dependencies": {
"typpy": "^2.0.0"
},
"devDependencies": {},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}