11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "promise-call-limit",
31cb0ef41Sopenharmony_ci  "version": "3.0.1",
41cb0ef41Sopenharmony_ci  "files": [
51cb0ef41Sopenharmony_ci    "dist"
61cb0ef41Sopenharmony_ci  ],
71cb0ef41Sopenharmony_ci  "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.",
81cb0ef41Sopenharmony_ci  "repository": {
91cb0ef41Sopenharmony_ci    "type": "git",
101cb0ef41Sopenharmony_ci    "url": "git+https://github.com/isaacs/promise-call-limit"
111cb0ef41Sopenharmony_ci  },
121cb0ef41Sopenharmony_ci  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
131cb0ef41Sopenharmony_ci  "license": "ISC",
141cb0ef41Sopenharmony_ci  "scripts": {
151cb0ef41Sopenharmony_ci    "prepare": "tshy",
161cb0ef41Sopenharmony_ci    "pretest": "npm run prepare",
171cb0ef41Sopenharmony_ci    "snap": "tap",
181cb0ef41Sopenharmony_ci    "test": "tap",
191cb0ef41Sopenharmony_ci    "preversion": "npm test",
201cb0ef41Sopenharmony_ci    "postversion": "npm publish",
211cb0ef41Sopenharmony_ci    "prepublishOnly": "git push origin --follow-tags"
221cb0ef41Sopenharmony_ci  },
231cb0ef41Sopenharmony_ci  "devDependencies": {
241cb0ef41Sopenharmony_ci    "prettier": "^3.2.1",
251cb0ef41Sopenharmony_ci    "tap": "^18.6.1",
261cb0ef41Sopenharmony_ci    "tshy": "^1.8.2",
271cb0ef41Sopenharmony_ci    "format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache",
281cb0ef41Sopenharmony_ci    "typedoc": "typedoc"
291cb0ef41Sopenharmony_ci  },
301cb0ef41Sopenharmony_ci  "prettier": {
311cb0ef41Sopenharmony_ci    "semi": false,
321cb0ef41Sopenharmony_ci    "printWidth": 70,
331cb0ef41Sopenharmony_ci    "tabWidth": 2,
341cb0ef41Sopenharmony_ci    "useTabs": false,
351cb0ef41Sopenharmony_ci    "singleQuote": true,
361cb0ef41Sopenharmony_ci    "jsxSingleQuote": false,
371cb0ef41Sopenharmony_ci    "bracketSameLine": true,
381cb0ef41Sopenharmony_ci    "arrowParens": "avoid",
391cb0ef41Sopenharmony_ci    "endOfLine": "lf"
401cb0ef41Sopenharmony_ci  },
411cb0ef41Sopenharmony_ci  "funding": {
421cb0ef41Sopenharmony_ci    "url": "https://github.com/sponsors/isaacs"
431cb0ef41Sopenharmony_ci  },
441cb0ef41Sopenharmony_ci  "tshy": {
451cb0ef41Sopenharmony_ci    "exports": {
461cb0ef41Sopenharmony_ci      "./package.json": "./package.json",
471cb0ef41Sopenharmony_ci      ".": "./src/index.ts"
481cb0ef41Sopenharmony_ci    }
491cb0ef41Sopenharmony_ci  },
501cb0ef41Sopenharmony_ci  "exports": {
511cb0ef41Sopenharmony_ci    "./package.json": "./package.json",
521cb0ef41Sopenharmony_ci    ".": {
531cb0ef41Sopenharmony_ci      "import": {
541cb0ef41Sopenharmony_ci        "types": "./dist/esm/index.d.ts",
551cb0ef41Sopenharmony_ci        "default": "./dist/esm/index.js"
561cb0ef41Sopenharmony_ci      },
571cb0ef41Sopenharmony_ci      "require": {
581cb0ef41Sopenharmony_ci        "types": "./dist/commonjs/index.d.ts",
591cb0ef41Sopenharmony_ci        "default": "./dist/commonjs/index.js"
601cb0ef41Sopenharmony_ci      }
611cb0ef41Sopenharmony_ci    }
621cb0ef41Sopenharmony_ci  },
631cb0ef41Sopenharmony_ci  "main": "./dist/commonjs/index.js",
641cb0ef41Sopenharmony_ci  "types": "./dist/commonjs/index.d.ts",
651cb0ef41Sopenharmony_ci  "type": "module"
661cb0ef41Sopenharmony_ci}
67