{ "_from": "exec-sh@^0.2.0", "_id": "exec-sh@0.2.1", "_inBundle": false, "_integrity": "sha512-aLt95pexaugVtQerpmE51+4QfWrNc304uez7jvj6fWnN8GeEHpttB8F36n8N7uVhUMbH/1enbxQ9HImZ4w/9qg==", "_location": "/exec-sh", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "exec-sh@^0.2.0", "name": "exec-sh", "escapedName": "exec-sh", "rawSpec": "^0.2.0", "saveSpec": null, "fetchSpec": "^0.2.0" }, "_requiredBy": [ "/ember-cli-broccoli-sane-watcher/sane", "/sane", "/sane/watch" ], "_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.1.tgz", "_shasum": "163b98a6e89e6b65b47c2a28d215bc1f63989c38", "_spec": "exec-sh@^0.2.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli-broccoli-sane-watcher/node_modules/sane", "author": { "name": "Aleksandr Tsertkov", "email": "tsertkov@gmail.com" }, "bugs": { "url": "https://github.com/tsertkov/exec-sh/issues" }, "bundleDependencies": false, "dependencies": { "merge": "^1.1.3" }, "deprecated": false, "description": "Execute shell command forwarding all stdio.", "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.2", "jsdoc": "^3.3.0-alpha8", "jshint": "^2.5.1", "mocha": "^1.20.1", "sinon": "^1.10.2" }, "homepage": "https://github.com/tsertkov/exec-sh#readme", "keywords": [ "exec", "spawn", "terminal", "console", "shell", "command", "child_process" ], "license": { "type": "MIT", "url": "https://github.com/tsertkov/exec-sh/blob/master/LICENSE" }, "main": "lib/exec-sh.js", "name": "exec-sh", "repository": { "type": "git", "url": "git+ssh://git@github.com/tsertkov/exec-sh.git" }, "scripts": { "cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec", "dev": "mocha --reporter spec --watch", "jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/", "jshint": "jshint lib/ example/ test/ package.json", "test": "npm run cover-test && npm run jshint" }, "version": "0.2.1" }