4 "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
6 "main": "./lib/index.js",
9 "require": "./lib/index.js",
10 "import": "./lib/index.mjs"
14 "preinstall": "npx --yes only-allow pnpm",
15 "prepare": "node prepare.js",
16 "build": "rollup --config --environment BUILD:development",
17 "build:typedoc": "rollup --config --environment BUILD:development --environment DOCUMENTATION",
18 "build:prod": "rollup --config",
19 "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.js",
20 "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.js",
21 "benchmark:prod": "pnpm build:prod && node -r source-map-support/register benchmarks/internal/bench.js",
22 "test": "pnpm build && c8 mocha 'tests/**/*.test.js'",
23 "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'",
24 "coverage": "c8 report --reporter=lcov",
25 "coverage:html": "c8 report --reporter=html",
26 "format": "prettier . --cache --write; ts-standard . --fix",
27 "lint": "eslint . --cache",
28 "lint:fix": "eslint . --cache --fix",
29 "lint:report": "eslint . --cache --format json --output-file reports/eslint.json",
30 "release": "release-it",
32 "prepublishOnly": "pnpm build:prod"
54 "url": "git+https://github.com/poolifier/poolifier.git"
74 "name": "Christopher Quadflieg",
75 "email": "chrissi92@hotmail.de",
76 "url": "https://github.com/Shinigami92"
79 "name": "Jérôme Benoit",
80 "email": "jerome.benoit@piment-noir.org",
81 "url": "https://github.com/jerome-benoit"
86 "type": "opencollective",
87 "url": "https://opencollective.com/poolifier"
91 "url": "https://github.com/sponsors/poolifier"
95 "url": "https://github.com/poolifier/poolifier/issues"
97 "homepage": "https://github.com/poolifier/poolifier#readme",
102 "@commitlint/cli": "^17.6.1",
103 "@commitlint/config-conventional": "^17.6.1",
104 "@release-it/bumper": "^4.0.2",
105 "@release-it/keep-a-changelog": "^3.1.0",
106 "@rollup/plugin-terser": "^0.4.1",
107 "@rollup/plugin-typescript": "^11.1.0",
108 "@types/node": "^18.16.3",
109 "@typescript-eslint/eslint-plugin": "^5.59.1",
110 "@typescript-eslint/parser": "^5.59.1",
114 "eslint-config-standard": "^17.0.0",
115 "eslint-config-standard-with-typescript": "^34.0.1",
116 "eslint-define-config": "^1.20.0",
117 "eslint-import-resolver-typescript": "^3.5.5",
118 "eslint-plugin-import": "^2.27.5",
119 "eslint-plugin-jsdoc": "^43.1.1",
120 "eslint-plugin-n": "^15.7.0",
121 "eslint-plugin-promise": "^6.1.1",
122 "eslint-plugin-spellcheck": "^0.0.20",
123 "eslint-plugin-tsdoc": "^0.2.17",
126 "lint-staged": "^13.2.2",
127 "microtime": "^3.1.1",
129 "mochawesome": "^7.1.3",
130 "prettier": "^2.8.8",
131 "release-it": "^15.10.2",
133 "rollup-plugin-analyzer": "^4.0.0",
134 "rollup-plugin-command": "^1.1.3",
135 "rollup-plugin-delete": "^2.0.0",
137 "source-map-support": "^0.5.21",
138 "ts-standard": "^12.0.2",
139 "typedoc": "^0.24.6",
140 "typescript": "^5.0.4"