UNPKG

zthreader

Version:

JavaScript library that provides pseudo-threading for leveraging resources during long, CPU intensive operations

49 lines (48 loc) 1.31 kB
{ "name": "zthreader", "version": "2.0.1", "homepage": "https://www.igorski.nl/", "author": "Igor Zinken (http://github.com/igorski/)", "license": "MIT", "main": "dist/zthreader.js", "types": "dist/types/zthreader.d.ts", "scripts": { "test": "jest", "build": "webpack --mode=production", "types": "npx -p typescript tsc", "prepublish": "npm run test && npm run build && npm run types" }, "bugs": { "url": "https://github.com/igorski/zThreader/issues/" }, "repository": { "type": "git", "url": "https://github.com/igorski/zThreader.git" }, "description": "JavaScript library that provides pseudo-threading for leveraging resources during long, CPU intensive operations", "keywords": [ "threading", "thread", "multi", "pseudo", "stack", "cpu" ], "preferGlobal": false, "devDependencies": { "@babel/core": "^7.18.5", "@babel/preset-env": "^7.18.2", "@babel/preset-typescript": "^7.17.12", "@types/jest": "^28.1.3", "babel-loader": "^8.2.5", "clean-webpack-plugin": "^4.0.0", "jest": "^28.1.1", "jest-environment-jsdom": "^28.1.1", "ts-jest": "^28.0.5", "ts-loader": "^9.3.1", "ts-node": "^10.8.1", "typescript": "^4.7.3", "webpack": "^5.72.1", "webpack-cli": "^4.9.2" } }