{
  "_from": "async-child-process@^1.1.1",
  "_id": "async-child-process@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-J9ClmLVzhwf5iYwEi9IxNAWDdHs=",
  "_location": "/async-child-process",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "async-child-process@^1.1.1",
    "name": "async-child-process",
    "escapedName": "async-child-process",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/async-child-process/-/async-child-process-1.1.1.tgz",
  "_shasum": "27d0a598b5738707f9898c048bd231340583747b",
  "_spec": "async-child-process@^1.1.1",
  "_where": "/mnt/c/Users/Administrator/source/repos/0x-monorepo-development",
  "author": {
    "name": "Andy Edwards"
  },
  "bugs": {
    "url": "https://github.com/jedwards1211/async-child-process/issues"
  },
  "bundleDependencies": false,
  "config": {
    "mocha": "--compilers js:babel-core/register ./test/*.js"
  },
  "dependencies": {
    "babel-runtime": "^6.11.6"
  },
  "deprecated": false,
  "description": "Promise-based child process interface",
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.17.0",
    "babel-eslint": "^7.0.0",
    "babel-plugin-istanbul": "^2.0.1",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-flow": "^1.0.0",
    "babel-preset-stage-1": "^6.16.0",
    "babel-register": "^6.16.3",
    "chai": "^3.5.0",
    "coveralls": "^2.11.14",
    "es6-promisify": "^5.0.0",
    "eslint": "^3.7.0",
    "eslint-config-andy": "github:jedwards1211/eslint-config-andy#2.0.0-beta7",
    "eslint-watch": "^2.1.14",
    "flow-bin": "^0.33.0",
    "flow-watch": "^1.0.0",
    "glob": "^7.1.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.0",
    "nyc": "^8.3.0",
    "rimraf": "^2.5.4"
  },
  "homepage": "https://github.com/jedwards1211/async-child-process#readme",
  "keywords": [
    "es2015"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "async-child-process",
  "nyc": {
    "include": [
      "src/**/*.js"
    ],
    "require": [
      "babel-register"
    ],
    "sourceMap": false,
    "instrument": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jedwards1211/async-child-process.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src --out-dir lib",
    "coverage": "NODE_ENV=coverage nyc --check-coverage --lines 100 --functions 100 --branches 100 --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
    "flow": "flow",
    "flow:coverage": "for file in src/**.js test/**.js; do echo $file; flow coverage $file; done",
    "flow:watch": "flow-watch --ignore lib/ --ignore node_modules/ --watch .flowconfig --watch src/ --watch test/",
    "gen-flow-files": "flow gen-flow-files src/ --out-dir lib",
    "lint": "eslint src test",
    "lint:fix": "eslint --fix src test",
    "lint:watch": "esw --watch src test",
    "postpublish": "git tag -a v$npm_package_version -m v$npm_package_version && git push origin v$npm_package_version",
    "prepublish": "npm run lint && flow && npm run coverage && npm run build",
    "test": "mocha $npm_package_config_mocha"
  },
  "version": "1.1.1"
}
