{
  "_from": "npm-run-all@4.1.2",
  "_id": "npm-run-all@4.1.2",
  "_inBundle": false,
  "_integrity": "sha512-Z2aRlajMK4SQ8u19ZA75NZZu7wupfCNQWdYosIi8S6FgBdGf/8Y6Hgyjdc8zU2cYmIRVCx1nM80tJPkdEd+UYg==",
  "_location": "/npm-run-all",
  "_phantomChildren": {
    "pseudomap": "1.0.2",
    "shebang-command": "1.2.0",
    "which": "1.3.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-run-all@4.1.2",
    "name": "npm-run-all",
    "escapedName": "npm-run-all",
    "rawSpec": "4.1.2",
    "saveSpec": null,
    "fetchSpec": "4.1.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.2.tgz",
  "_shasum": "90d62d078792d20669139e718621186656cea056",
  "_spec": "npm-run-all@4.1.2",
  "_where": "D:\\Development\\Work\\CENOS\\sample-app-angular-hybrid",
  "author": {
    "name": "Toru Nagashima"
  },
  "bin": {
    "run-p": "bin/run-p/index.js",
    "run-s": "bin/run-s/index.js",
    "npm-run-all": "bin/npm-run-all/index.js"
  },
  "bugs": {
    "url": "https://github.com/mysticatea/npm-run-all/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-styles": "^3.2.0",
    "chalk": "^2.1.0",
    "cross-spawn": "^5.1.0",
    "memorystream": "^0.3.1",
    "minimatch": "^3.0.4",
    "ps-tree": "^1.1.0",
    "read-pkg": "^3.0.0",
    "shell-quote": "^1.6.1",
    "string.prototype.padend": "^3.0.0"
  },
  "deprecated": false,
  "description": "A CLI tool to run multiple npm-scripts in parallel or sequential.",
  "devDependencies": {
    "@types/node": "^4.2.20",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-preset-power-assert": "^1.0.0",
    "babel-register": "^6.26.0",
    "codecov": "^2.3.0",
    "eslint": "^4.5.0",
    "eslint-config-mysticatea": "^12.0.0",
    "fs-extra": "^4.0.2",
    "jsdoc": "^3.5.4",
    "mocha": "^3.5.0",
    "nyc": "^11.1.0",
    "p-queue": "^2.2.0",
    "power-assert": "^1.4.4",
    "rimraf": "^2.6.1",
    "yarn": "^1.2.1"
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "bin",
    "lib",
    "docs"
  ],
  "homepage": "https://github.com/mysticatea/npm-run-all",
  "keywords": [
    "cli",
    "command",
    "commandline",
    "tool",
    "npm",
    "npm-scripts",
    "run",
    "sequential",
    "serial",
    "parallel",
    "task"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "npm-run-all",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysticatea/npm-run-all.git"
  },
  "scripts": {
    "_mocha": "mocha \"test/*.js\" --compilers js:babel-register --timeout 60000",
    "clean": "rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"",
    "codecov": "nyc report -r lcovonly && codecov",
    "docs": "jsdoc -c jsdoc.json",
    "lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",
    "postversion": "git push && git push --tags",
    "pretest": "node scripts/make-slink.js && npm run lint",
    "preversion": "npm test",
    "test": "nyc npm run _mocha",
    "watch": "npm run _mocha -- --watch --growl"
  },
  "version": "4.1.2"
}
