{
  "_args": [
    [
      "execa@^0.10.0",
      "/var/www/html/isbn/resources/angular-app/node_modules/default-gateway"
    ]
  ],
  "_from": "execa@>=0.10.0 <0.11.0",
  "_hasShrinkwrap": false,
  "_id": "execa@0.10.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/execa",
  "_nodeVersion": "8.9.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/execa_0.10.0_1521089995380_0.5877823423115993"
  },
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {
    "nice-try": "1.0.5",
    "path-key": "2.0.1",
    "semver": "5.5.1",
    "shebang-command": "1.2.0",
    "which": "1.3.1"
  },
  "_requested": {
    "name": "execa",
    "raw": "execa@^0.10.0",
    "rawSpec": "^0.10.0",
    "scope": null,
    "spec": ">=0.10.0 <0.11.0",
    "type": "range"
  },
  "_requiredBy": [
    "/default-gateway"
  ],
  "_resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz",
  "_shasum": "ff456a8f53f90f8eccc71a96d11bdfc7f082cb50",
  "_shrinkwrap": null,
  "_spec": "execa@^0.10.0",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/default-gateway",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/execa/issues"
  },
  "dependencies": {
    "cross-spawn": "^6.0.0",
    "get-stream": "^3.0.0",
    "is-stream": "^1.1.0",
    "npm-run-path": "^2.0.0",
    "p-finally": "^1.0.0",
    "signal-exit": "^3.0.0",
    "strip-eof": "^1.0.0"
  },
  "description": "A better `child_process`",
  "devDependencies": {
    "ava": "*",
    "cat-names": "^1.0.2",
    "coveralls": "^2.11.9",
    "delay": "^2.0.0",
    "is-running": "^2.0.0",
    "nyc": "^11.0.2",
    "tempfile": "^2.0.0",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "fileCount": 6,
    "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==",
    "shasum": "ff456a8f53f90f8eccc71a96d11bdfc7f082cb50",
    "tarball": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz",
    "unpackedSize": 19657
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "658f2201116ae3014b26a25e8a9ae63ba2ac41ca",
  "homepage": "https://github.com/sindresorhus/execa#readme",
  "keywords": [
    "bin",
    "binaries",
    "binary",
    "child",
    "exec",
    "execfile",
    "execute",
    "file",
    "fork",
    "local",
    "npm",
    "path",
    "process",
    "shell",
    "spawn"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "execa",
  "nyc": {
    "exclude": [
      "**/fixtures/**",
      "**/test.js",
      "**/test/**"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/execa.git"
  },
  "scripts": {
    "test": "xo && nyc ava"
  },
  "version": "0.10.0"
}
