{
  "_from": "foreground-child@^3.1.0",
  "_id": "foreground-child@3.3.1",
  "_inBundle": false,
  "_integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  "_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.3.1.tgz",
  "_shasum": "32e8e9ed1b68a3497befb9ac2b6adf92a638576f",
  "_spec": "foreground-child@^3.1.0",
  "_where": "/var/www/html/laravel_restaurante/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.6",
    "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": "^21.1.0",
    "tshy": "^3.0.2",
    "typedoc": "^0.24.2",
    "typescript": "^5.0.2"
  },
  "engines": {
    "node": ">=14"
  },
  "exports": {
    "./watchdog": {
      "import": {
        "types": "./dist/esm/watchdog.d.ts",
        "default": "./dist/esm/watchdog.js"
      },
      "require": {
        "types": "./dist/commonjs/watchdog.d.ts",
        "default": "./dist/commonjs/watchdog.js"
      }
    },
    "./proxy-signals": {
      "import": {
        "types": "./dist/esm/proxy-signals.d.ts",
        "default": "./dist/esm/proxy-signals.js"
      },
      "require": {
        "types": "./dist/commonjs/proxy-signals.d.ts",
        "default": "./dist/commonjs/proxy-signals.js"
      }
    },
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "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",
  "module": "./dist/esm/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.3.1"
}
