UNPKG

paraemu

Version:

An working enviroment that provides a simplified interface for developers who want to fully parallelize node execution

42 lines (41 loc) 1.52 kB
{ "name": "paraemu", "version": "1.0.16", "description": "An working enviroment that provides a simplified interface for developers who want to fully parallelize node execution", "main": "paraemu.js", "scripts": { "test": "node ./paraemu-cli.js ./test/config.sample.json", "test-delivery": "node ./paraemu-cli.js ./test/config.delivery.json", "test-async": "node ./paraemu-cli.js ./test/config.no-thread.json", "test-thread": "node ./paraemu-cli.js ./test/config.threaded.json", "test-binary-thread": "node ./paraemu-cli.js ./test/config.binary-thread.json", "test-server": "node ./paraemu-cli.js ./test/config.server.json", "test-client1": "node ./paraemu-cli.js ./test/config.client1.json", "test-client2": "node ./paraemu-cli.js ./test/config.client2.json", "test-server-alt": "node ./paraemu-cli.js ./test/config.server.alt.json", "test-client-alt": "node ./paraemu-cli.js ./test/config.client.alt.json", "test-server-riddle": "node ./paraemu-cli.js ./test/config.server-riddle.json", "test-client-riddle": "node ./paraemu-cli.js ./test/config.client-riddle.json" }, "repository": { "type": "git", "url": "git+https://github.com/JCloudYu/paraemu.git" }, "keywords": [ "Parallels", "Processes", "Threads" ], "bin": { "paraemu": "./paraemu-cli.js" }, "author": "JCloudYu", "license": "ISC", "bugs": { "url": "https://github.com/JCloudYu/paraemu/issues" }, "homepage": "https://github.com/JCloudYu/paraemu#readme", "dependencies": { "beson": "^0.9.17" } }