Server : nginx/1.20.1 System : Linux ccpf-production-2021 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 User : forge ( 1000) PHP Version : 7.4.21 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/lib/node_modules/npm/node_modules/call-limit/ |
{
"_from": "call-limit@1.1.1",
"_id": "call-limit@1.1.1",
"_inBundle": false,
"_integrity": "sha512-5twvci5b9eRBw2wCfPtN0GmlR2/gadZqyFpPhOK6CvMFoFgA+USnZ6Jpu1lhG9h85pQ3Ouil3PfXWRD4EUaRiQ==",
"_location": "/call-limit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "call-limit@1.1.1",
"name": "call-limit",
"escapedName": "call-limit",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.1.tgz",
"_shasum": "ef15f2670db3f1992557e2d965abc459e6e358d4",
"_spec": "call-limit@1.1.1",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org"
},
"bugs": {
"url": "https://github.com/iarna/call-limit/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Limit the number of simultaneous calls to an async function",
"devDependencies": {
"@iarna/standard": "*",
"standard-version": "*",
"tap": "^14.2.0",
"weallbehave": "*",
"weallcontribute": "*"
},
"files": [
"call-limit.js"
],
"homepage": "https://npmjs.com/packages/call-limit",
"license": "ISC",
"main": "call-limit.js",
"name": "call-limit",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/call-limit.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "iarna-standard",
"release": "standard-version -s",
"test": "tap test/*.js",
"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'"
},
"version": "1.1.1"
}