{
  "_args": [
    [
      {
        "raw": "exec-sh@^0.2.0",
        "scope": null,
        "escapedName": "exec-sh",
        "name": "exec-sh",
        "rawSpec": "^0.2.0",
        "spec": ">=0.2.0 <0.3.0",
        "type": "range"
      },
      "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/sane"
    ]
  ],
  "_from": "exec-sh@>=0.2.0 <0.3.0",
  "_id": "exec-sh@0.2.0",
  "_inCache": true,
  "_location": "/exec-sh",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "name": "tsertkov",
    "email": "tsertkov@gmail.com"
  },
  "_npmVersion": "2.1.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "exec-sh@^0.2.0",
    "scope": null,
    "escapedName": "exec-sh",
    "name": "exec-sh",
    "rawSpec": "^0.2.0",
    "spec": ">=0.2.0 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/sane"
  ],
  "_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz",
  "_shasum": "14f75de3f20d286ef933099b2ce50a90359cef10",
  "_shrinkwrap": null,
  "_spec": "exec-sh@^0.2.0",
  "_where": "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/sane",
  "author": {
    "name": "Aleksandr Tsertkov",
    "email": "tsertkov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/tsertkov/exec-sh/issues"
  },
  "dependencies": {
    "merge": "^1.1.3"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "14f75de3f20d286ef933099b2ce50a90359cef10",
    "tarball": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz"
  },
  "gitHead": "33a0a3731e78838f7f56d31cfcb737b3d510a526",
  "homepage": "https://github.com/tsertkov/exec-sh",
  "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",
  "maintainers": [
    {
      "name": "tsertkov",
      "email": "tsertkov@gmail.com"
    }
  ],
  "name": "exec-sh",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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/",
    "test": "npm run cover-test && jshint"
  },
  "version": "0.2.0"
}
