{ "_from": "npm-run-all2@^8.0.4", "_id": "npm-run-all2@8.0.4", "_inBundle": false, "_integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==", "_location": "/npm-run-all2", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "npm-run-all2@^8.0.4", "name": "npm-run-all2", "escapedName": "npm-run-all2", "rawSpec": "^8.0.4", "saveSpec": null, "fetchSpec": "^8.0.4" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-8.0.4.tgz", "_shasum": "bcc070fd0cdb8d45496ec875d99a659a112e3f74", "_spec": "npm-run-all2@^8.0.4", "_where": "D:\\jenkins\\workspace\\gyl-fvue", "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", "npm-run-all2": "bin/npm-run-all/index.js" }, "bugs": { "url": "https://github.com/bcomnes/npm-run-all2/issues" }, "bundleDependencies": false, "c8": { "reporter": [ "html", "lcovonly", "text" ] }, "contributors": [ { "name": "Bret Comnes", "email": "bcomnes@gmail.com", "url": "https://bret.io" } ], "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.6", "memorystream": "^0.3.1", "picomatch": "^4.0.2", "pidtree": "^0.6.0", "read-package-json-fast": "^4.0.0", "shell-quote": "^1.7.3", "which": "^5.0.0" }, "deprecated": false, "description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)", "devDependencies": { "auto-changelog": "^2.2.0", "c8": "^10.0.0", "eslint": "^9.6.0", "gh-release": "^7.0.0", "installed-check": "^9.3.0", "jsdoc": "^4.0.0", "knip": "^5.23.3", "mocha": "^11.0.1", "neostandard": "^0.12.0", "yarn": "^1.12.3" }, "engines": { "node": "^20.5.0 || >=22.0.0", "npm": ">= 10" }, "homepage": "https://github.com/bcomnes/npm-run-all2", "keywords": [ "cli", "command", "commandline", "tool", "npm", "npm-scripts", "run", "sequential", "serial", "parallel", "task" ], "license": "MIT", "main": "lib/index.js", "name": "npm-run-all2", "repository": { "type": "git", "url": "git+https://github.com/bcomnes/npm-run-all2.git" }, "scripts": { "check": "node ./bin/run-p/index.js check:*", "check:eslint": "eslint", "check:installed-check": "installed-check --ignore-dev", "check:knip": "knip", "clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"", "docs": "jsdoc -c jsdoc.json", "precheck": "node scripts/make-slink.js", "prepublishOnly": "git push --follow-tags && gh-release -y", "pretest-mocha": "node scripts/make-slink.js", "test": "node ./bin/run-s/index.js check test-mocha", "test-mocha": "c8 mocha --timeout 120000", "version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md", "watch": "mocha --timeout 120000 --watch --growl" }, "type": "commonjs", "version": "8.0.4" }