{
  "_from": "tinyexec@^1.0.1",
  "_id": "tinyexec@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
  "_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",
    "/nuxt/@nuxt/cli",
    "/nypm"
  ],
  "_resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
  "_shasum": "70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1",
  "_spec": "tinyexec@^1.0.1",
  "_where": "/home/ctr65084/public_html/tranvial-site/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": "^9.0.0",
    "@types/cross-spawn": "^6.0.6",
    "@types/node": "^20.12.7",
    "c8": "^9.1.0",
    "cross-spawn": "^7.0.3",
    "eslint-config-google": "^0.14.0",
    "prettier": "^3.2.5",
    "tsup": "^8.1.0",
    "typescript": "^5.4.5",
    "typescript-eslint": "^7.7.0"
  },
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "default": "./dist/main.js"
    },
    "./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.js",
  "name": "tinyexec",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinylibs/tinyexec.git"
  },
  "scripts": {
    "build": "npm run build:types && tsup",
    "build:types": "tsc",
    "dev": "tsup --watch",
    "format": "prettier --write src",
    "format:check": "prettier --check src",
    "lint": "eslint src",
    "prepare": "npm run build",
    "test": "npm run build && c8 node --test"
  },
  "type": "module",
  "types": "./dist/main.d.ts",
  "version": "1.0.1"
}
