UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

42 lines (41 loc) 1.19 kB
{ "name": "clusterpost-execution", "version": "2.2.1", "description": "Download data from the data provider to the local disk. Submit tasks to the job manager. Check if the task has finished and upload the results back to the data provider", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node postinstall.js", "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect" }, "keywords": [ "Cluster", "submit", "job", "data transfer" ], "author": "juanprietob@gmail.com", "license": "Apache-2.0", "dependencies": { "@hapi/joi": "^17.0.0", "bluebird": "^3.7.2", "clusterpost-lib": "^2.0.0", "clusterpost-model": "^1.8.1", "minimist": "^1.2.6", "node-crontab": "0.0.8", "node-targz": "0.2.0", "underscore": "^1.12.1", "xml2js": "^0.6.0", "snyk": "^1.333.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/juanprietob/clusterpost.git" }, "bugs": { "url": "https://github.com/juanprietob/clusterpost/issues" }, "homepage": "https://github.com/juanprietob/clusterpost#readme", "snyk": true }