{
  "_from": "spawn-rx@^3.0.0",
  "_id": "spawn-rx@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dw4Ryg/KMNfkKa5ezAR5aZe9wNwPdKlnHEXtHOjVnyEDSPQyOpIPPRtcIiu7127SmtHhaCjw21yC43HliW0iIg==",
  "_location": "/spawn-rx",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "spawn-rx@^3.0.0",
    "name": "spawn-rx",
    "escapedName": "spawn-rx",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/electron-rebuild"
  ],
  "_resolved": "https://registry.npmjs.org/spawn-rx/-/spawn-rx-3.0.0.tgz",
  "_shasum": "1d33511e13ec26337da51d78630e08beb57a6767",
  "_spec": "spawn-rx@^3.0.0",
  "_where": "C:\\Users\\Massta\\Desktop\\new\\node_modules\\electron-rebuild",
  "author": {
    "name": "Paul Betts",
    "email": "paul@paulbetts.org"
  },
  "bugs": {
    "url": "https://github.com/paulcbetts/spawn-rx/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^2.5.1",
    "lodash.assign": "^4.2.0",
    "rxjs": "^6.3.1"
  },
  "deprecated": false,
  "description": "An Rx-version of child_process.spawn",
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/chai-as-promised": "^7.1.0",
    "@types/mocha": "^2.2.39",
    "@types/node": "^8.0.32",
    "babel-register": "^6.23.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "esdoc": "^1.1.0",
    "esdoc-es7-plugin": "0.0.3",
    "esdoc-plugin-async-to-sync": "^0.5.0",
    "marked": "^0.5.0",
    "mocha": "^4.0.0",
    "npm-run-all": "^4.0.2",
    "ts-node": "^3.3.0",
    "tslint": "^5.7.0",
    "tslint-no-unused-expression-chai": "^0.1.3",
    "typescript": "^2.5.3",
    "uuid": "3.0.1"
  },
  "homepage": "https://github.com/paulcbetts/spawn-rx",
  "keywords": [
    "spawn",
    "rx"
  ],
  "license": "MIT",
  "main": "lib/src/index.js",
  "name": "spawn-rx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulcbetts/spawn-rx.git"
  },
  "scripts": {
    "build": "npm-run-all compile lint test",
    "compile": "tsc",
    "doc": "echo \"esdoc may not work correctly\" && esdoc -c ./esdoc.json",
    "lint": "tslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "prepublish": "npm run compile",
    "test": "mocha --compilers ts:ts-node/register ./test/*"
  },
  "typings": "lib/src/index.d.ts",
  "version": "3.0.0"
}