{ "_from": "concurrently", "_id": "concurrently@6.2.0", "_inBundle": false, "_integrity": "sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==", "_location": "/concurrently", "_phantomChildren": { "ansi-styles": "4.3.0" }, "_requested": { "type": "tag", "registry": true, "raw": "concurrently", "name": "concurrently", "escapedName": "concurrently", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.0.tgz", "_shasum": "587e2cb8afca7234172d8ea55176088632c4c56d", "_spec": "concurrently", "_where": "/home/pvvvm505/Документы/Project/Back", "author": { "name": "Kimmo Brunfeldt" }, "bin": { "concurrently": "bin/concurrently.js" }, "bugs": { "url": "https://github.com/kimmobrunfeldt/concurrently/issues" }, "bundleDependencies": false, "dependencies": { "chalk": "^4.1.0", "date-fns": "^2.16.1", "lodash": "^4.17.21", "read-pkg": "^5.2.0", "rxjs": "^6.6.3", "spawn-command": "^0.0.2-1", "supports-color": "^8.1.0", "tree-kill": "^1.2.2", "yargs": "^16.2.0" }, "deprecated": false, "description": "Run commands concurrently", "devDependencies": { "coveralls": "^3.1.0", "eslint": "^7.17.0", "jest": "^26.6.3", "jest-create-mock-instance": "^1.1.0" }, "engines": { "node": ">=10.0.0" }, "files": [ "bin", "!**/fixtures", "index.js", "src", "!*.spec.js" ], "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": "6.2.0" }