{
  "_from": "wsrun@^2.2.0",
  "_id": "wsrun@2.2.1",
  "_inBundle": false,
  "_integrity": "sha1-q5PN5eWdTo/9FAwGvmbiaXx5E0Y=",
  "_location": "/wsrun",
  "_phantomChildren": {
    "cliui": "4.1.0",
    "decamelize": "1.2.0",
    "get-caller-file": "1.0.3",
    "is-stream": "1.1.0",
    "mimic-fn": "1.2.0",
    "npm-run-path": "2.0.2",
    "p-finally": "1.0.0",
    "path-exists": "3.0.0",
    "pseudomap": "1.0.2",
    "require-directory": "2.1.1",
    "require-main-filename": "1.0.1",
    "set-blocking": "2.0.0",
    "shebang-command": "1.2.0",
    "signal-exit": "3.0.3",
    "strip-eof": "1.0.0",
    "which": "1.3.1",
    "which-module": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "wsrun@^2.2.0",
    "name": "wsrun",
    "escapedName": "wsrun",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/wsrun/-/wsrun-2.2.1.tgz",
  "_shasum": "ab93cde5e59d4e8ffd140c06be66e2697c791346",
  "_spec": "wsrun@^2.2.0",
  "_where": "/mnt/c/Users/Administrator/source/repos/0x-monorepo-development",
  "author": {
    "name": "Andrej T."
  },
  "bin": {
    "wsrun": "build/index.js"
  },
  "bugs": {
    "url": "https://github.com/whoeverest/wsrun/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bluebird": "^3.5.1",
    "chalk": "^2.3.0",
    "glob": "^7.1.2",
    "lodash": "^4.17.4",
    "split": "^1.0.1",
    "throat": "^4.1.0",
    "yargs": "^10.0.3"
  },
  "deprecated": false,
  "description": "executes commands on packages in parallel, but is aware of the dependencies between them",
  "devDependencies": {
    "@types/bluebird": "^3.5.18",
    "@types/glob": "^5.0.33",
    "@types/jest": "^21.1.6",
    "@types/lodash": "^4.14.85",
    "@types/node": "^8.0.53",
    "@types/split": "^0.3.28",
    "@types/yargs": "^10.0.0",
    "jest": "^21.2.1",
    "ts-jest": "^21.2.3",
    "typescript": "^2.7.2"
  },
  "files": [
    "build/"
  ],
  "homepage": "https://github.com/whoeverest/wsrun#readme",
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  },
  "license": "MIT",
  "main": "./build/index.js",
  "name": "wsrun",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/whoeverest/wsrun.git"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "watch": "tsc -w"
  },
  "version": "2.2.1"
}
