clusterpost-execution
Version:
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
44 lines (43 loc) • 1.22 kB
JSON
{
"name": "clusterpost-execution",
"version": "4.5.7",
"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"
},
"bin": {
"cpex": "./index.js"
},
"keywords": [
"Cluster",
"submit",
"job",
"data transfer"
],
"author": "juanprietob@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-auto-scaling": "^3.18.0",
"@aws-sdk/client-ecs": "^3.8.0",
"@hapi/joi": "^15.0.3",
"bluebird": "^3.3.0",
"chalk": "^4.1.0",
"clusterpost-lib": "^2.9.1",
"clusterpost-model": "^1.16.1",
"minimist": "^1.2.5",
"node-crontab": "0.0.8",
"node-targz": "0.0.3",
"underscore": "^1.8.3",
"xml2js": "^0.4.17"
},
"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"
}