| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/nodejs/call-limit/ |
Upload File : |
{
"name": "call-limit",
"version": "1.1.1",
"description": "Limit the number of simultaneous calls to an async function",
"main": "call-limit.js",
"scripts": {
"test": "tap test/*.js",
"prerelease": "npm t",
"release": "standard-version -s",
"postrelease": "npm publish && git push --follow-tags",
"pretest": "iarna-standard",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"repository": {
"type": "git",
"url": "https://github.com/iarna/call-limit"
},
"author": "Rebecca Turner <me@re-becca.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/iarna/call-limit/issues"
},
"homepage": "https://npmjs.com/packages/call-limit",
"dependencies": {},
"devDependencies": {
"tap": "^14.2.0",
"weallbehave": "*",
"weallcontribute": "*",
"@iarna/standard": "*",
"standard-version": "*"
},
"files": [
"call-limit.js"
]
}