passthru
Version:
Spawns a child process attached to parent's stdin, stdout and stderr. Inspired by PHP's passthru().
24 lines (23 loc) • 526 B
JSON
{
"name": "passthru",
"version": "0.4.0",
"description": "Spawns a child process attached to parent's stdin, stdout and stderr. Inspired by PHP's passthru().",
"keywords": [
"passthru",
"spawn",
"child_process"
],
"homepage": "https://github.com/laggyluke/node-passthru",
"license": "MIT",
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/laggyluke/node-passthru.git"
},
"engines": {
"node": ">= 0.8"
},
"scripts": {
"test": "test/test.sh"
}
}