<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "_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"
}
