{
  "_from": "foreground-child@^3.1.0",
  "_id": "foreground-child@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
  "_location": "/foreground-child",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "foreground-child@^3.1.0",
    "name": "foreground-child",
    "escapedName": "foreground-child",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/glob"
  ],
  "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
  "_shasum": "767004ccf3a5b30df39bed90718bab43fe0a59f7",
  "_spec": "foreground-child@^3.1.0",
  "_where": "/home/kuup/public_html/ecomm/node_modules/glob",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/tapjs/foreground-child/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cross-spawn": "^7.0.0",
    "signal-exit": "^4.0.1"
  },
  "deprecated": false,
  "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
  "devDependencies": {
    "@types/cross-spawn": "^6.0.2",
    "@types/node": "^18.15.11",
    "@types/tap": "^15.0.8",
    "prettier": "^3.3.2",
    "tap": "^19.2.5",
    "tshy": "^1.15.1",
    "typedoc": "^0.24.2",
    "typescript": "^5.0.2"
  },
  "engines": {
    "node": ">=14"
  },
  "exports": {
    "./watchdog": {
      "import": {
        "source": "./src/watchdog.ts",
        "types": "./dist/esm/watchdog.d.ts",
        "default": "./dist/esm/watchdog.js"
      },
      "require": {
        "source": "./src/watchdog.ts",
        "types": "./dist/commonjs/watchdog.d.ts",
        "default": "./dist/commonjs/watchdog.js"
      }
    },
    "./proxy-signals": {
      "import": {
        "source": "./src/proxy-signals.ts",
        "types": "./dist/esm/proxy-signals.d.ts",
        "default": "./dist/esm/proxy-signals.js"
      },
      "require": {
        "source": "./src/proxy-signals.ts",
        "types": "./dist/commonjs/proxy-signals.d.ts",
        "default": "./dist/commonjs/proxy-signals.js"
      }
    },
    "./package.json": "./package.json",
    ".": {
      "import": {
        "source": "./src/index.ts",
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "source": "./src/index.ts",
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "homepage": "https://github.com/tapjs/foreground-child#readme",
  "license": "ISC",
  "main": "./dist/commonjs/index.js",
  "name": "foreground-child",
  "prettier": {
    "experimentalTernaries": true,
    "semi": false,
    "printWidth": 75,
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "jsxSingleQuote": false,
    "bracketSameLine": true,
    "arrowParens": "avoid",
    "endOfLine": "lf"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/foreground-child.git"
  },
  "scripts": {
    "format": "prettier --write . --log-level warn",
    "postversion": "npm publish",
    "prepare": "tshy",
    "prepublishOnly": "git push origin --follow-tags",
    "presnap": "npm run prepare",
    "pretest": "npm run prepare",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap",
    "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
  },
  "tap": {
    "typecheck": true
  },
  "tshy": {
    "exports": {
      "./watchdog": "./src/watchdog.ts",
      "./proxy-signals": "./src/proxy-signals.ts",
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "3.2.1"
}
