parallel
Version:
CLI tool to execute shell commands in parallel, based on GNU parallel command
36 lines (35 loc) • 779 B
JSON
{
"name": "parallel",
"author": "Ariel Flesler <aflesler@gmail.com>",
"version": "2.3.1",
"description": "CLI tool to execute shell commands in parallel, based on GNU parallel command",
"keywords": [
"parallel",
"cli",
"concurrent",
"commands",
"gnu",
"execute",
"standard",
"input",
"stdin"
],
"license": "MIT",
"homepage": "https://github.com/flesler/parallel",
"bugs": "https://github.com/flesler/parallel/issues",
"repository": "git://github.com/flesler/parallel",
"main": "./bin/parallel.js",
"preferGlobal": true,
"bin": {
"parallel": "./bin/parallel.js"
},
"scripts": {
"test": "echo TODO: Tests"
},
"engines": {
"node": "*"
},
"devDependencies": {
"auto-changelog": "^2.5.0"
}
}