138 lines
3.6 KiB
JSON
138 lines
3.6 KiB
JSON
{
|
|
"_from": "concurrently@^9.0.1",
|
|
"_id": "concurrently@9.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==",
|
|
"_location": "/concurrently",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "concurrently@^9.0.1",
|
|
"name": "concurrently",
|
|
"escapedName": "concurrently",
|
|
"rawSpec": "^9.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^9.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz",
|
|
"_shasum": "248ea21b95754947be2dad9c3e4b60f18ca4e44f",
|
|
"_spec": "concurrently@^9.0.1",
|
|
"_where": "/home/x79/QuaySo2/quayso.sisvietnam.vn",
|
|
"author": {
|
|
"name": "Kimmo Brunfeldt"
|
|
},
|
|
"bin": {
|
|
"conc": "dist/bin/concurrently.js",
|
|
"concurrently": "dist/bin/concurrently.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/open-cli-tools/concurrently/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chalk": "4.1.2",
|
|
"rxjs": "7.8.2",
|
|
"shell-quote": "1.8.3",
|
|
"supports-color": "8.1.1",
|
|
"tree-kill": "1.2.2",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Run commands concurrently",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.33.0",
|
|
"@hirez_io/observer-spy": "^2.2.0",
|
|
"@types/node": "^18.19.123",
|
|
"@types/shell-quote": "^1.7.5",
|
|
"@types/supports-color": "^8.1.3",
|
|
"@types/yargs": "^17.0.33",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"@vitest/eslint-plugin": "^1.3.4",
|
|
"coveralls-next": "^5.0.0",
|
|
"ctrlc-wrapper": "^0.0.5",
|
|
"esbuild": "~0.25.9",
|
|
"eslint": "^9.33.0",
|
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"globals": "16.3.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.5.2",
|
|
"prettier": "^3.6.2",
|
|
"safe-publish-latest": "^2.0.0",
|
|
"string-argv": "^0.3.2",
|
|
"typescript": "~5.9.2",
|
|
"typescript-eslint": "^8.40.0",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./index.d.mts",
|
|
"default": "./index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"index.js",
|
|
"index.d.ts",
|
|
"index.mjs",
|
|
"index.d.mts",
|
|
"!**/fixtures",
|
|
"!**/*.spec.js",
|
|
"!**/*.spec.d.ts",
|
|
"docs"
|
|
],
|
|
"funding": "https://github.com/open-cli-tools/concurrently?sponsor=1",
|
|
"homepage": "https://github.com/open-cli-tools/concurrently#readme",
|
|
"keywords": [
|
|
"bash",
|
|
"concurrent",
|
|
"parallel",
|
|
"concurrently",
|
|
"command",
|
|
"sh"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.?(m){js,ts}": "eslint --fix",
|
|
"*.{json,y?(a)ml,md}": "prettier --write"
|
|
},
|
|
"main": "index.js",
|
|
"name": "concurrently",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/open-cli-tools/concurrently.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"clean": "tsc --build --clean",
|
|
"format": "prettier --check '**/*.{json,y?(a)ml,md}'",
|
|
"format:fix": "pnpm run format --write",
|
|
"lint": "eslint",
|
|
"lint:fix": "pnpm run lint --fix",
|
|
"postbuild": "chmod +x dist/bin/concurrently.js",
|
|
"report-coverage": "cat coverage/lcov.info | coveralls",
|
|
"test": "vitest --project unit",
|
|
"test:smoke": "vitest run --project smoke"
|
|
},
|
|
"type": "commonjs",
|
|
"types": "index.d.ts",
|
|
"version": "9.2.1"
|
|
}
|