xargs
Version:
Build and execute command lines from a input stream. This is the streaming version of the "xargs" unix command.
53 lines (52 loc) • 1.19 kB
JSON
{
"name": "xargs",
"description": "Build and execute command lines from a input stream. This is the streaming version of the \"xargs\" unix command.",
"version": "1.1.3",
"homepage": "https://github.com/tarruda/node-xargs",
"author": {
"name": "Thiago de Arruda",
"email": "tpadilha84@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/tarruda/node-xargs.git"
},
"bugs": {
"url": "https://github.com/tarruda/node-xargs/issues"
},
"license": "MIT",
"keywords": [
"xargs",
"unix",
"stream",
"streaming-spawn",
"command",
"args",
"command-args",
"arguments",
"command-arguments",
"spawn",
"shell",
"exec",
"run",
"gulp",
"gulp-shell"
],
"main": "./index",
"dependencies": {
"has": "^1.0.0",
"shell-quote": "^1.4.3",
"stream-array": "^1.1.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"accum": "^0.3.6",
"nodemon": "^1.3.7",
"string-to-stream": "^1.0.1",
"tape-catch": "^1.0.4"
},
"scripts": {
"test": "make test",
"prepublish": "[ -r ~/.global.npmignore ] && cat ~/.global.npmignore > .npmignore || true"
}
}