Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/concurrently/
Upload File :
Current File : /var/www/html/wetty/node_modules/concurrently/package.json

{
  "_from": "concurrently@^4.1.2",
  "_id": "concurrently@4.1.2",
  "_inBundle": false,
  "_integrity": "sha512-Kim9SFrNr2jd8/0yNYqDTFALzUX1tvimmwFWxmp/D4mRI+kbqIIwE2RkBDrxS2ic25O1UgQMI5AtBqdtX3ynYg==",
  "_location": "/concurrently",
  "_phantomChildren": {
    "camelcase": "5.3.1",
    "code-point-at": "1.1.0",
    "decamelize": "1.2.0",
    "find-up": "3.0.0",
    "is-fullwidth-code-point": "2.0.0",
    "number-is-nan": "1.0.1",
    "os-locale": "3.1.0",
    "require-directory": "2.1.1",
    "set-blocking": "2.0.0",
    "which-module": "2.0.0",
    "y18n": "4.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "concurrently@^4.1.2",
    "name": "concurrently",
    "escapedName": "concurrently",
    "rawSpec": "^4.1.2",
    "saveSpec": null,
    "fetchSpec": "^4.1.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-4.1.2.tgz",
  "_shasum": "1a683b2b5c41e9ed324c9002b9f6e4c6e1f3b6d7",
  "_spec": "concurrently@^4.1.2",
  "_where": "/var/www/html/wetty",
  "author": {
    "name": "Kimmo Brunfeldt"
  },
  "bin": {
    "concurrently": "bin/concurrently.js"
  },
  "bugs": {
    "url": "https://github.com/kimmobrunfeldt/concurrently/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.2",
    "date-fns": "^1.30.1",
    "lodash": "^4.17.15",
    "read-pkg": "^4.0.1",
    "rxjs": "^6.5.2",
    "spawn-command": "^0.0.2-1",
    "supports-color": "^4.5.0",
    "tree-kill": "^1.2.1",
    "yargs": "^12.0.5"
  },
  "deprecated": false,
  "description": "Run commands concurrently",
  "devDependencies": {
    "coveralls": "^3.0.4",
    "eslint": "^5.16.0",
    "jest": "^24.8.0",
    "jest-create-mock-instance": "^1.1.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/kimmobrunfeldt/concurrently#readme",
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "coveragePathIgnorePatterns": [
      "/fixtures/",
      "/node_modules/"
    ],
    "testEnvironment": "node"
  },
  "keywords": [
    "bash",
    "concurrent",
    "parallel",
    "concurrently",
    "command",
    "sh"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "concurrently",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
  },
  "scripts": {
    "lint": "eslint . --ignore-path .gitignore",
    "report-coverage": "cat coverage/lcov.info | coveralls",
    "test": "jest"
  },
  "version": "4.1.2"
}