123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_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"
- }
|