{
  "_from": "p-limit@^7.3.0",
  "_id": "p-limit@7.3.0",
  "_inBundle": false,
  "_integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==",
  "_location": "/p-limit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "p-limit@^7.3.0",
    "name": "p-limit",
    "escapedName": "p-limit",
    "rawSpec": "^7.3.0",
    "saveSpec": null,
    "fetchSpec": "^7.3.0"
  },
  "_requiredBy": [
    "/@vitejs/devtools-rolldown"
  ],
  "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz",
  "_shasum": "821398d91491c6b6a1340ecd09cdc402a9c8d0ee",
  "_spec": "p-limit@^7.3.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@vitejs/devtools-rolldown",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/p-limit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "yocto-queue": "^1.2.1"
  },
  "deprecated": false,
  "description": "Run multiple promise-returning & async functions with limited concurrency",
  "devDependencies": {
    "ava": "^6.4.1",
    "in-range": "^3.0.0",
    "random-int": "^3.0.0",
    "time-span": "^5.1.0",
    "tsd": "^0.33.0",
    "xo": "^1.2.1"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/p-limit#readme",
  "keywords": [
    "promise",
    "limit",
    "limited",
    "concurrency",
    "throttle",
    "throat",
    "rate",
    "batch",
    "ratelimit",
    "task",
    "queue",
    "async",
    "await",
    "promises",
    "bluebird"
  ],
  "license": "MIT",
  "name": "p-limit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/p-limit.git"
  },
  "scripts": {
    "benchmark": "node benchmark.js",
    "test": "xo && ava && tsd"
  },
  "sideEffects": false,
  "type": "module",
  "version": "7.3.0"
}
