{
  "_from": "@inquirer/type@^3.0.10",
  "_id": "@inquirer/type@3.0.10",
  "_inBundle": false,
  "_integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
  "_location": "/@inquirer/type",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@inquirer/type@^3.0.10",
    "name": "@inquirer/type",
    "escapedName": "@inquirer%2ftype",
    "scope": "@inquirer",
    "rawSpec": "^3.0.10",
    "saveSpec": null,
    "fetchSpec": "^3.0.10"
  },
  "_requiredBy": [
    "/@inquirer/checkbox",
    "/@inquirer/confirm",
    "/@inquirer/core",
    "/@inquirer/editor",
    "/@inquirer/expand",
    "/@inquirer/input",
    "/@inquirer/number",
    "/@inquirer/password",
    "/@inquirer/rawlist",
    "/@inquirer/search",
    "/@inquirer/select"
  ],
  "_resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
  "_shasum": "11ed564ec78432a200ea2601a212d24af8150d50",
  "_spec": "@inquirer/type@^3.0.10",
  "_where": "/var/www/html/node_modules/@inquirer/checkbox",
  "author": {
    "name": "Simon Boudrias",
    "email": "admin@simonboudrias.com"
  },
  "bugs": {
    "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Inquirer core TS types",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@repo/tsconfig": "workspace:*",
    "tshy": "^3.0.3"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "./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"
  ],
  "gitHead": "6881993e517e76fa891b72e1f5086fd11f7676ac",
  "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
  "keywords": [
    "answer",
    "answers",
    "ask",
    "base",
    "cli",
    "command",
    "command-line",
    "confirm",
    "enquirer",
    "generate",
    "generator",
    "hyper",
    "input",
    "inquire",
    "inquirer",
    "interface",
    "iterm",
    "javascript",
    "menu",
    "node",
    "nodejs",
    "prompt",
    "promptly",
    "prompts",
    "question",
    "readline",
    "scaffold",
    "scaffolder",
    "scaffolding",
    "stdin",
    "stdout",
    "terminal",
    "tty",
    "ui",
    "yeoman",
    "yo",
    "zsh",
    "types",
    "typescript"
  ],
  "license": "MIT",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "@inquirer/type",
  "peerDependencies": {
    "@types/node": ">=18"
  },
  "peerDependenciesMeta": {
    "@types/node": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
  },
  "scripts": {
    "attw": "attw --pack",
    "tsc": "tshy"
  },
  "sideEffects": false,
  "tshy": {
    "exclude": [
      "src/**/*.test.ts"
    ],
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "3.0.10"
}
