UNPKG

shinobi-worker

Version:

Shinobi worker is made to work as a work around for the failing point(s) of the "Worker" implementation. https://nodejs.org/api/worker_threads.html

27 lines (26 loc) 762 B
{ "name": "shinobi-worker", "version": "0.0.16", "description": "Shinobi worker is made to work as a work around for the failing point(s) of the \"Worker\" implementation. https://nodejs.org/api/worker_threads.html", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.com/Shinobi-Systems/shinobi-worker.git" }, "keywords": [ "parallel", "parallelization", "worker", "threads", "shinobi" ], "author": "Moe Alam, Shinobi Systems", "license": "MIT", "bugs": { "url": "https://gitlab.com/Shinobi-Systems/shinobi-worker/issues" }, "homepage": "https://gitlab.com/Shinobi-Systems/shinobi-worker#readme" }