{
  "_from": "tinyexec@^1.0.1",
  "_id": "tinyexec@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  "_location": "/tinyexec",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tinyexec@^1.0.1",
    "name": "tinyexec",
    "escapedName": "tinyexec",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/@antfu/install-pkg"
  ],
  "_resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  "_shasum": "e1ff45dfa60d1dedb91b734956b78f6c2a3e821b",
  "_spec": "tinyexec@^1.0.1",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\@antfu\\install-pkg",
  "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.5.2",
    "@vitest/coverage-v8": "^4.1.2",
    "cross-spawn": "^7.0.6",
    "eslint": "^10.2.0",
    "prettier": "^3.8.1",
    "publint": "^0.3.18",
    "rollup-plugin-license": "^3.7.0",
    "tsdown": "^0.21.7",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.58.0",
    "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.1"
}
