{ "_from": "exec-sh@^0.3.2", "_id": "exec-sh@0.3.6", "_inBundle": false, "_integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==", "_location": "/exec-sh", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "exec-sh@^0.3.2", "name": "exec-sh", "escapedName": "exec-sh", "rawSpec": "^0.3.2", "saveSpec": null, "fetchSpec": "^0.3.2" }, "_requiredBy": [ "/@cnakazawa/watch", "/sane" ], "_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz", "_shasum": "ff264f9e325519a60cb5e273692943483cca63bc", "_spec": "exec-sh@^0.3.2", "_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/sane", "author": { "name": "Aleksandr Tsertkov", "email": "tsertkov@gmail.com" }, "bugs": { "url": "https://github.com/tsertkov/exec-sh/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Execute shell command forwarding all stdio.", "devDependencies": { "coveralls": "^3.1.0", "jsdoc": "^3.6.6", "jshint": "^2.12.0", "mocha": "^8.3.2", "nyc": "^15.1.0", "sinon": "^9.2.4", "standard": "^16.0.3" }, "homepage": "https://github.com/tsertkov/exec-sh#readme", "keywords": [ "exec", "spawn", "terminal", "console", "shell", "command", "child_process" ], "license": "MIT", "main": "lib/exec-sh.js", "name": "exec-sh", "repository": { "type": "git", "url": "git+ssh://git@github.com/tsertkov/exec-sh.git" }, "scripts": { "cover-test": "nyc --reporter=lcov --report-dir=artifacts/coverage mocha", "dev": "mocha --reporter spec --watch", "jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/", "lint": "standard --verbose **/*.js", "test": "npm run lint && npm run cover-test" }, "version": "0.3.6" }