{
  "_from": "tinyexec@1.1.2",
  "_id": "tinyexec@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
  "_location": "/tinyexec",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tinyexec@1.1.2",
    "name": "tinyexec",
    "escapedName": "tinyexec",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/@antfu/install-pkg",
    "/@nuxt/devtools",
    "/@nuxt/devtools-kit",
    "/@vitejs/devtools",
    "/@vitejs/devtools-kit",
    "/nuxt/@nuxt/cli",
    "/nypm"
  ],
  "_resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz",
  "_shasum": "11feef204b706d4668ca4013db29f3bd64f5c4dc",
  "_spec": "tinyexec@1.1.2",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt/node_modules/@nuxt/cli",
  "author": {
    "name": "James Garbutt",
    "url": "https://github.com/43081j"
  },
  "bugs": {
    "url": "https://github.com/tinylibs/tinyexec/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A minimal library for executing processes in Node",
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/cross-spawn": "^6.0.6",
    "@types/node": "^25.6.0",
    "@vitest/coverage-v8": "^4.1.5",
    "cross-spawn": "^7.0.6",
    "eslint": "^10.2.1",
    "prettier": "^3.8.3",
    "publint": "^0.3.18",
    "rollup-plugin-license": "^3.7.1",
    "tsdown": "^0.21.10",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.1",
    "vitest": "^4.0.7"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "types": "./dist/main.d.mts",
      "default": "./dist/main.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/tinylibs/tinyexec#readme",
  "keywords": [
    "execa",
    "exec",
    "tiny",
    "child_process",
    "spawn"
  ],
  "license": "MIT",
  "main": "./dist/main.mjs",
  "name": "tinyexec",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinylibs/tinyexec.git"
  },
  "scripts": {
    "build": "tsdown",
    "build:types": "tsc",
    "dev": "tsdown --watch",
    "format": "prettier --write src",
    "format:check": "prettier --check src",
    "lint": "eslint src && publint",
    "prepare": "npm run build",
    "test": "npm run build && vitest run"
  },
  "type": "module",
  "types": "./dist/main.d.mts",
  "version": "1.1.2"
}
