{
  "_from": "plimit-lit@^1.2.6",
  "_id": "plimit-lit@1.6.1",
  "_inBundle": false,
  "_integrity": "sha512-B7+VDyb8Tl6oMJT9oSO2CW8XC/T4UcJGrwOVoNGwOQsQYhlpfajmrMj5xeejqaASq3V/EqThyOeATEOMuSEXiA==",
  "_location": "/plimit-lit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "plimit-lit@^1.2.6",
    "name": "plimit-lit",
    "escapedName": "plimit-lit",
    "rawSpec": "^1.2.6",
    "saveSpec": null,
    "fetchSpec": "^1.2.6"
  },
  "_requiredBy": [
    "/tsc-alias"
  ],
  "_resolved": "https://registry.npmjs.org/plimit-lit/-/plimit-lit-1.6.1.tgz",
  "_shasum": "a34594671b31ee8e93c72d505dfb6852eb72374a",
  "_spec": "plimit-lit@^1.2.6",
  "_where": "/var/www/html/fish.jba3.com/api/node_modules/tsc-alias",
  "author": {
    "name": "Joel Voß",
    "email": "mail@joelvoss.com"
  },
  "bugs": {
    "url": "https://github.com/joelvoss/plimit-lit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "queue-lit": "^1.5.1"
  },
  "deprecated": false,
  "description": "This package is a helper to run multiple promise-returning & async functions with limited concurrency.",
  "devDependencies": {
    "@jvdx/core": "^3.6.0"
  },
  "engines": {
    "node": ">=12"
  },
  "eslintConfig": {
    "extends": "@jvdx/eslint-config"
  },
  "eslintIgnore": [
    "tests/",
    "dist/"
  ],
  "exports": {
    "types": "./dist/index.d.ts",
    "require": "./dist/plimit-lit.cjs",
    "import": "./dist/plimit-lit.modern.js"
  },
  "files": [
    "dist",
    "LICENSE"
  ],
  "homepage": "https://github.com/joelvoss/plimit-lit",
  "license": "MIT",
  "main": "dist/plimit-lit.cjs",
  "module": "dist/plimit-lit.module.js",
  "name": "plimit-lit",
  "prettier": "@jvdx/prettier-config",
  "prettierIgnore": [
    "tests/",
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joelvoss/plimit-lit.git"
  },
  "scripts": {
    "prepublishOnly": "./Taskfile.sh build",
    "start": "./Taskfile.sh",
    "test": "./Taskfile.sh test"
  },
  "source": "src/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.6.1"
}
