multithreading
Version:
The missing standard library for multithreading in JavaScript (Works in the browser, Node.js, Deno, Bun).
43 lines • 1.05 kB
JSON
{
"name": "multithreading",
"version": "0.3.52",
"description": "The missing standard library for multithreading in JavaScript (Works in the browser, Node.js, Deno, Bun).",
"keywords": [
"multithreading",
"multi-threading",
"threads",
"threading",
"webworkers",
"web-workers",
"worker-threads",
"sharedarraybuffer",
"shared-array-buffer",
"worker-pool",
"thread-pool",
"concurrency",
"atomics",
"deno",
"bun"
],
"author": "Walter van der Giessen <waltervdgiessen@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/W4G1/multithreading.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/W4G1/multithreading/issues"
},
"type": "module",
"exports": {
".": {
"types": "./src/default/lib.d.ts",
"bun": "./src/default/lib.js",
"deno": "./src/deno/lib.js",
"browser": "./src/browser/lib.js",
"node": "./src/node/lib.js",
"default": "./src/default/lib.js"
}
},
"scripts": {}
}