setup-node/node_modules/exec-sh/package.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

45 lines
1.2 KiB
JSON

{
"name": "exec-sh",
"version": "0.3.2",
"description": "Execute shell command forwarding all stdio.",
"main": "lib/exec-sh.js",
"scripts": {
"test": "npm run lint && npm run cover-test",
"cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec",
"lint": "standard --verbose **/*.js",
"dev": "mocha --reporter spec --watch",
"jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/"
},
"repository": {
"type": "git",
"url": "git@github.com:tsertkov/exec-sh.git"
},
"keywords": [
"exec",
"spawn",
"terminal",
"console",
"shell",
"command",
"child_process"
],
"author": "Aleksandr Tsertkov <tsertkov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsertkov/exec-sh/issues"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^3.0.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"jshint": "^2.9.6",
"mocha": "^5.2.0",
"sinon": "^6.0.1",
"standard": "^11.0.1"
}
,"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.2.tgz"
,"_integrity": "sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg=="
,"_from": "exec-sh@0.3.2"
}