{
  "_id": "promise-call-limit@1.0.1",
  "_inBundle": true,
  "_location": "/npm/promise-call-limit",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/@npmcli/arborist"
  ],
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/promise-call-limit/issues"
  },
  "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.",
  "devDependencies": {
    "tap": "^14.10.6"
  },
  "files": [
    "index.js"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "homepage": "https://github.com/isaacs/promise-call-limit#readme",
  "license": "ISC",
  "name": "promise-call-limit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/promise-call-limit.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.1"
}
