{
  "_from": "node-powershell@^3.3.1",
  "_id": "node-powershell@3.3.1",
  "_inBundle": false,
  "_integrity": "sha1-u/drKfCR7YPq4WrZ56GAoT820RM=",
  "_location": "/node-powershell",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-powershell@^3.3.1",
    "name": "node-powershell",
    "escapedName": "node-powershell",
    "rawSpec": "^3.3.1",
    "saveSpec": null,
    "fetchSpec": "^3.3.1"
  },
  "_requiredBy": [
    "/office-toolbox"
  ],
  "_resolved": "https://registry.npmjs.org/node-powershell/-/node-powershell-3.3.1.tgz",
  "_shasum": "bbf76b29f091ed83eae16ad9e7a180a13f36d113",
  "_spec": "node-powershell@^3.3.1",
  "_where": "/var/www/recruit-outlook/node_modules/office-toolbox",
  "author": {
    "name": "Ran Cohen",
    "email": "rannn505@outlook.com"
  },
  "bugs": {
    "url": "https://github.com/rannn505/node-powershell/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bluebird": "^3.5.1",
    "chalk": "^2.1.0"
  },
  "deprecated": false,
  "description": "Easily run PowerShell from your NodeJS app",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.0",
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.0",
    "gulp-clean": "^0.3.2",
    "gulp-header": "^1.8.9",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "mocha-lcov-reporter": "^1.3.0"
  },
  "directories": {
    "example": "example"
  },
  "files": [
    "dist",
    "example",
    "test"
  ],
  "homepage": "http://rannn505.github.io/node-powershell/",
  "keywords": [
    "node-powershell",
    "ps",
    "powershell",
    "node-ps",
    "microsoft",
    "shell",
    "cmd",
    "commandline",
    "command",
    "Line",
    "windows",
    "windows powershell",
    "script",
    "spwan",
    "shells",
    "terminal",
    "linux powershell",
    "powershell github",
    "PowerShell for every system",
    "PowerShell cross-platform",
    "powershell linux",
    "powershell centos",
    "powershell rhel",
    "powershell ubuntu",
    "powershell macos",
    "powershell docker"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "node-powershell",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rannn505/node-powershell.git"
  },
  "scripts": {
    "build": "gulp",
    "dev": "gulp watch",
    "patch": "npm version patch -m \"Release version %s\"",
    "postversion": "git push && git push --tags",
    "start": "cd ./example && node example.js",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha",
    "test:coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "version": "npm run build && git add -A"
  },
  "version": "3.3.1"
}
