HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: dawonefr-98 (1071)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/dnlightw-124/dn.lightweb.kr/node_modules/npm-run-all2/package.json
{
  "name": "npm-run-all2",
  "version": "6.2.6",
  "description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintainence fork)",
  "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"
  },
  "main": "lib/index.js",
  "engines": {
    "node": "^14.18.0 || ^16.13.0 || >=18.0.0",
    "npm": ">= 8"
  },
  "scripts": {
    "clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"",
    "docs": "jsdoc -c jsdoc.json",
    "check:installed-check": "installed-check --ignore-dev",
    "check:eslint": "eslint",
    "check:knip": "knip",
    "precheck": "node scripts/make-slink.js",
    "check": "node ./bin/run-p/index.js check:*",
    "pretest-mocha": "node scripts/make-slink.js",
    "test-mocha": "c8 mocha --timeout 120000",
    "test": "node ./bin/run-s/index.js check test-mocha",
    "watch": "mocha --timeout 120000 --watch --growl",
    "version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
    "preversion": "npm test",
    "postversion": "git push --follow-tags && gh-release -y"
  },
  "dependencies": {
    "ansi-styles": "^6.2.1",
    "cross-spawn": "^7.0.3",
    "memorystream": "^0.3.1",
    "minimatch": "^9.0.0",
    "pidtree": "^0.6.0",
    "read-package-json-fast": "^3.0.2",
    "shell-quote": "^1.7.3",
    "which": "^3.0.1"
  },
  "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": "^10.0.0",
    "neostandard": "^0.11.0",
    "rimraf": "^5.0.7",
    "yarn": "^1.12.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bcomnes/npm-run-all2.git"
  },
  "keywords": [
    "cli",
    "command",
    "commandline",
    "tool",
    "npm",
    "npm-scripts",
    "run",
    "sequential",
    "serial",
    "parallel",
    "task"
  ],
  "author": "Toru Nagashima",
  "contributors": [
    "Bret Comnes <bcomnes@gmail.com> (https://bret.io)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bcomnes/npm-run-all2/issues"
  },
  "homepage": "https://github.com/bcomnes/npm-run-all2",
  "c8": {
    "reporter": [
      "html",
      "lcovonly",
      "text"
    ]
  }
}