package.json
{
"name": "capture-spawn",
"version": "1.0.1",
"description": "Asynchronously capturing spawn output.",
"repository": "tunnckoCore/capture-spawn",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"error-base": "^0.2.0",
"is-child-process": "^1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"cross-spawn-async": "^2.1.9",
"is-buffer": "^1.1.3",
"pre-commit": "*"
},
"files": [
"index.js"
],
"keywords": [
"async",
"asynchronous",
"capture",
"capture-spawn",
"child",
"child-process",
"output",
"process",
"res",
"response",
"result",
"spawn"
],
"verb": {
"run": true,
"toc": false,
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"list": [
"parse-git-log",
"function-arguments",
"run-commands",
"spawn-commands",
"cross-spawn-async",
"capture-stream",
"cross-spawn",
"parse-git-config",
"gitclone-defaults"
]
},
"lint": {
"reflinks": true
}
}
}