HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //proc/597785/root/usr/share/nodejs/call-limit/package.json
{
  "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"
  ]
}