{
  "_args": [
    [
      {
        "raw": "npm-run-all@^3.0.0",
        "scope": null,
        "escapedName": "npm-run-all",
        "name": "npm-run-all",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/angular-cli"
    ]
  ],
  "_from": "npm-run-all@>=3.0.0 <4.0.0",
  "_id": "npm-run-all@3.1.2",
  "_inCache": true,
  "_location": "/npm-run-all",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/npm-run-all-3.1.2.tgz_1480562977895_0.7485850083176047"
  },
  "_npmUser": {
    "name": "mysticatea",
    "email": "star.ctor@gmail.com"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {
    "lru-cache": "4.0.2",
    "which": "1.2.12"
  },
  "_requested": {
    "raw": "npm-run-all@^3.0.0",
    "scope": null,
    "escapedName": "npm-run-all",
    "name": "npm-run-all",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/angular-cli"
  ],
  "_resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-3.1.2.tgz",
  "_shasum": "c7e3faf4aa0a59bf0dcfc12601166151692171cf",
  "_shrinkwrap": null,
  "_spec": "npm-run-all@^3.0.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/angular-cli",
  "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"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "cross-spawn": "^4.0.0",
    "minimatch": "^3.0.2",
    "object-assign": "^4.0.1",
    "pinkie-promise": "^2.0.1",
    "ps-tree": "^1.0.1",
    "read-pkg": "^1.1.0",
    "read-pkg-up": "^1.0.1",
    "shell-quote": "^1.6.1",
    "string.prototype.padend": "^3.0.0"
  },
  "description": "A CLI tool to run multiple npm-scripts in parallel or sequential.",
  "devDependencies": {
    "@types/node": "^6.0.51",
    "babel-cli": "^6.4.0",
    "babel-core": "^6.4.0",
    "babel-plugin-espower": "^2.0.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.4.3",
    "coveralls": "^2.11.4",
    "eslint": "^2.13.1",
    "eslint-config-mysticatea": "^4.0.0",
    "jsdoc": "^3.4.0",
    "mocha": "^2.3.4",
    "nyc": "^7.1.0",
    "power-assert": "^1.2.0",
    "rimraf": "^2.4.4"
  },
  "directories": {},
  "dist": {
    "shasum": "c7e3faf4aa0a59bf0dcfc12601166151692171cf",
    "tarball": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-3.1.2.tgz"
  },
  "engines": {
    "node": ">= 0.10",
    "npm": ">= 2"
  },
  "files": [
    "bin",
    "lib"
  ],
  "gitHead": "2ec9889658793362de4d21c043c8a5010d17a95d",
  "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",
  "maintainers": [
    {
      "name": "mysticatea",
      "email": "star.ctor@gmail.com"
    }
  ],
  "name": "npm-run-all",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysticatea/npm-run-all.git"
  },
  "scripts": {
    "build": "babel-node src/bin/run-s/index.js clean lint build:*",
    "build:babel": "babel src --out-dir .",
    "build:jsdoc": "jsdoc -c jsdoc.json",
    "clean": "rimraf bin coverage jsdoc lib",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint src test \"test-workspace/tasks/*\"",
    "postversion": "git push && git push --tags",
    "pretest": "node scripts/make-slink.js",
    "preversion": "npm run build",
    "test": "npm run lint && nyc --require babel-register mocha \"test/*.js\" --reporter progress --timeout 60000",
    "watch": "mocha \"test/*.js\" --compilers js:babel-register --timeout 60000 --watch --growl"
  },
  "version": "3.1.2"
}
