{
  "_from": "execa@^9.5.2",
  "_id": "execa@9.6.0",
  "_inBundle": false,
  "_integrity": "sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==",
  "_location": "/execa",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "execa@^9.5.2",
    "name": "execa",
    "escapedName": "execa",
    "rawSpec": "^9.5.2",
    "saveSpec": null,
    "fetchSpec": "^9.5.2"
  },
  "_requiredBy": [
    "/vite-plugin-vue-devtools"
  ],
  "_resolved": "https://registry.npmmirror.com/execa/-/execa-9.6.0.tgz",
  "_shasum": "38665530e54e2e018384108322f37f35ae74f3bc",
  "_spec": "execa@^9.5.2",
  "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\vite-plugin-vue-devtools",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "workerThreads": false,
    "concurrency": 1,
    "timeout": "240s"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/execa/issues"
  },
  "bundleDependencies": false,
  "c8": {
    "reporter": [
      "text",
      "lcov"
    ],
    "exclude": [
      "**/fixtures/**",
      "**/test.js",
      "**/test/**"
    ]
  },
  "dependencies": {
    "@sindresorhus/merge-streams": "^4.0.0",
    "cross-spawn": "^7.0.6",
    "figures": "^6.1.0",
    "get-stream": "^9.0.0",
    "human-signals": "^8.0.1",
    "is-plain-obj": "^4.1.0",
    "is-stream": "^4.0.1",
    "npm-run-path": "^6.0.0",
    "pretty-ms": "^9.2.0",
    "signal-exit": "^4.1.0",
    "strip-final-newline": "^4.0.0",
    "yoctocolors": "^2.1.1"
  },
  "deprecated": false,
  "description": "Process execution for humans",
  "devDependencies": {
    "@types/node": "^22.15.21",
    "ava": "^6.3.0",
    "c8": "^10.1.3",
    "get-node": "^15.0.3",
    "is-in-ci": "^1.0.0",
    "is-running": "^2.1.0",
    "log-process-errors": "^12.0.1",
    "path-exists": "^5.0.0",
    "path-key": "^4.0.0",
    "tempfile": "^5.0.0",
    "tsd": "^0.32.0",
    "typescript": "^5.8.3",
    "which": "^5.0.0",
    "xo": "^0.60.0"
  },
  "engines": {
    "node": "^18.19.0 || >=20.5.0"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib/**/*.js",
    "types/**/*.ts"
  ],
  "funding": "https://github.com/sindresorhus/execa?sponsor=1",
  "homepage": "https://github.com/sindresorhus/execa#readme",
  "keywords": [
    "exec",
    "child",
    "process",
    "subprocess",
    "execute",
    "fork",
    "execfile",
    "spawn",
    "file",
    "shell",
    "bin",
    "binary",
    "binaries",
    "npm",
    "path",
    "local",
    "zx"
  ],
  "license": "MIT",
  "name": "execa",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/execa.git"
  },
  "scripts": {
    "lint": "xo",
    "test": "npm run lint && npm run unit && npm run type",
    "type": "tsd && tsc && npx --yes tsd@0.29.0 && npx --yes --package typescript@5.1 tsc",
    "unit": "c8 --merge-async ava"
  },
  "sideEffects": false,
  "type": "module",
  "version": "9.6.0",
  "xo": {
    "rules": {
      "unicorn/no-empty-file": "off",
      "@typescript-eslint/ban-types": "off"
    }
  }
}
