{
  "_from": "tinyexec@^1.0.4",
  "_id": "tinyexec@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-GCvB3aoys96IuDFBMcTB46JOR6mdMtAToqwiW8JlWhsoh1mhHi/xn9ss/Dg7N555GiJyEt2qzoG/NHCwM6h1EA==",
  "_location": "/tinyexec",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tinyexec@^1.0.4",
    "name": "tinyexec",
    "escapedName": "tinyexec",
    "rawSpec": "^1.0.4",
    "saveSpec": null,
    "fetchSpec": "^1.0.4"
  },
  "_requiredBy": [
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.1.tgz",
  "_shasum": "16a2e3c6e23fafce72640e678e651db36145b9c6",
  "_spec": "tinyexec@^1.0.4",
  "_where": "/var/www/web-lab/node_modules/astro",
  "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/node": "^26.4.0",
    "@vitest/coverage-v8": "^4.1.11",
    "eslint": "^10.9.1",
    "prettier": "^3.9.6",
    "publint": "^0.3.24",
    "tsdown": "^0.22.14",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "typescript-eslint": "^8.68.0",
    "vitest": "^4.0.7"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "types": "./dist/main.d.mts",
      "default": "./dist/main.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "THIRD-PARTY-LICENSES.txt"
  ],
  "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",
    "dev": "tsdown --watch",
    "format": "prettier --write src",
    "format:check": "prettier --check src",
    "lint": "tsc --noEmit && eslint src && publint",
    "prepare": "npm run build",
    "test": "npm run build && npm run test:unit",
    "test:unit": "vitest run"
  },
  "type": "module",
  "types": "./dist/main.d.mts",
  "version": "1.3.1"
}
