| Current Path : /home/emeraadmin/www/node_modules/npm/node_modules/promise-call-limit/ |
| Current File : /home/emeraadmin/www/node_modules/npm/node_modules/promise-call-limit/package.json |
{
"_id": "promise-call-limit@3.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": {
"format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache",
"prettier": "^3.2.1",
"tap": "^18.6.1",
"tshy": "^1.8.2",
"typedoc": "typedoc"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
}
},
"files": [
"dist"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"homepage": "https://github.com/isaacs/promise-call-limit#readme",
"license": "ISC",
"main": "./dist/commonjs/index.js",
"name": "promise-call-limit",
"prettier": {
"semi": false,
"printWidth": 70,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/promise-call-limit.git"
},
"scripts": {
"postversion": "npm publish",
"prepare": "tshy",
"prepublishOnly": "git push origin --follow-tags",
"pretest": "npm run prepare",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"type": "module",
"types": "./dist/commonjs/index.d.ts",
"version": "3.0.1"
}