{
  "_from": "execa@8.0.1",
  "_id": "execa@8.0.1",
  "_inBundle": false,
  "_integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  "_location": "/execa",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "execa@8.0.1",
    "name": "execa",
    "escapedName": "execa",
    "rawSpec": "8.0.1",
    "saveSpec": null,
    "fetchSpec": "8.0.1"
  },
  "_requiredBy": [
    "/@nuxt/devtools-wizard",
    "/@nuxt/icon/@nuxt/devtools-kit",
    "/nuxt/@nuxt/devtools",
    "/nuxt/@nuxt/devtools-kit"
  ],
  "_resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  "_shasum": "51f6a5943b580f963c3ca9c6321796db8cc39b8c",
  "_spec": "execa@8.0.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt/node_modules/@nuxt/devtools",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "workerThreads": false
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/execa/issues"
  },
  "bundleDependencies": false,
  "c8": {
    "reporter": [
      "text",
      "lcov"
    ],
    "exclude": [
      "**/fixtures/**",
      "**/test.js",
      "**/test/**"
    ]
  },
  "dependencies": {
    "cross-spawn": "^7.0.3",
    "get-stream": "^8.0.1",
    "human-signals": "^5.0.0",
    "is-stream": "^3.0.0",
    "merge-stream": "^2.0.0",
    "npm-run-path": "^5.1.0",
    "onetime": "^6.0.0",
    "signal-exit": "^4.1.0",
    "strip-final-newline": "^3.0.0"
  },
  "deprecated": false,
  "description": "Process execution for humans",
  "devDependencies": {
    "@types/node": "^20.4.0",
    "ava": "^5.2.0",
    "c8": "^8.0.1",
    "get-node": "^14.2.0",
    "is-running": "^2.1.0",
    "p-event": "^6.0.0",
    "path-key": "^4.0.0",
    "tempfile": "^5.0.0",
    "tsd": "^0.28.1",
    "xo": "^0.55.0"
  },
  "engines": {
    "node": ">=16.17"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib"
  ],
  "funding": "https://github.com/sindresorhus/execa?sponsor=1",
  "homepage": "https://github.com/sindresorhus/execa#readme",
  "keywords": [
    "exec",
    "child",
    "process",
    "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": {
    "test": "xo && c8 ava && tsd"
  },
  "type": "module",
  "version": "8.0.1",
  "xo": {
    "rules": {
      "unicorn/no-empty-file": "off",
      "@typescript-eslint/ban-types": "off"
    }
  }
}
