@node-libraries/promise-limit
Version:
Limits the maximum number of asynchronous processes that can be executed
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "@node-libraries/promise-limit",
"version": "1.0.5",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"scripts": {
"start": "ts-node test",
"build": "tsc && tsc --project ./tsconfig.esm.json && cpy esm dist",
"lint:fix": "eslint --fix src/ && prettier -w src"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^24.0.3",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"cpy-cli": "^5.0.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoraKumo001/promise-parallels.git"
},
"keywords": [
"typescript",
"promise",
"parallel",
"limit"
],
"author": "SoraKumo",
"license": "MIT",
"bugs": {
"url": "https://github.com/SoraKumo001/promise-parallels/issues"
},
"homepage": "https://github.com/SoraKumo001/promise-parallels#readme",
"description": "Limits the maximum number of asynchronous processes that can be executed"
}