{
  "_from": "vite-plugin-checker@^0.10.3",
  "_id": "vite-plugin-checker@0.10.3",
  "_inBundle": false,
  "_integrity": "sha512-f4sekUcDPF+T+GdbbE8idb1i2YplBAoH+SfRS0e/WRBWb2rYb1Jf5Pimll0Rj+3JgIYWwG2K5LtBPCXxoibkLg==",
  "_location": "/vite-plugin-checker",
  "_phantomChildren": {
    "unicorn-magic": "0.3.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vite-plugin-checker@^0.10.3",
    "name": "vite-plugin-checker",
    "escapedName": "vite-plugin-checker",
    "rawSpec": "^0.10.3",
    "saveSpec": null,
    "fetchSpec": "^0.10.3"
  },
  "_requiredBy": [
    "/@nuxt/vite-builder"
  ],
  "_resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.10.3.tgz",
  "_shasum": "ddc609aebe098b23aea685daba5548bea75adf80",
  "_spec": "vite-plugin-checker@^0.10.3",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/@nuxt/vite-builder",
  "author": {
    "name": "fi3ework",
    "email": "fi3ework@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/fi3ework/vite-plugin-checker/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/code-frame": "^7.27.1",
    "chokidar": "^4.0.3",
    "npm-run-path": "^6.0.0",
    "picocolors": "^1.1.1",
    "picomatch": "^4.0.3",
    "strip-ansi": "^7.1.0",
    "tiny-invariant": "^1.3.3",
    "tinyglobby": "^0.2.14",
    "vscode-uri": "^3.1.0"
  },
  "deprecated": false,
  "description": "Vite plugin that runs TypeScript type checker on a separate process.",
  "devDependencies": {
    "@types/eslint": "^8.56.12",
    "@types/picomatch": "^4.0.2",
    "@vue/language-core": "~3.0.6",
    "meow": "^13.2.0",
    "stylelint": "^16.22.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vls": "^0.8.5",
    "vscode-languageclient": "^9.0.1",
    "vscode-languageserver": "^9.0.1",
    "vscode-languageserver-textdocument": "^1.0.12",
    "vue-tsc": "~3.0.4"
  },
  "engines": {
    "node": ">=14.16"
  },
  "exports": {
    ".": "./dist/main.js"
  },
  "files": [
    "dist",
    "!dist/checkers/vueTsc/typescript-vue-tsc"
  ],
  "homepage": "https://github.com/fi3ework/vite-plugin-checker",
  "keywords": [
    "vite",
    "vite-plugin",
    "typescript"
  ],
  "license": "MIT",
  "main": "./dist/main.js",
  "name": "vite-plugin-checker",
  "peerDependencies": {
    "@biomejs/biome": ">=1.7",
    "eslint": ">=7",
    "meow": "^13.2.0",
    "optionator": "^0.9.4",
    "stylelint": ">=16",
    "typescript": "*",
    "vite": ">=2.0.0",
    "vls": "*",
    "vti": "*",
    "vue-tsc": "~2.2.10 || ^3.0.0"
  },
  "peerDependenciesMeta": {
    "@biomejs/biome": {
      "optional": true
    },
    "eslint": {
      "optional": true
    },
    "meow": {
      "optional": true
    },
    "optionator": {
      "optional": true
    },
    "stylelint": {
      "optional": true
    },
    "typescript": {
      "optional": true
    },
    "vls": {
      "optional": true
    },
    "vti": {
      "optional": true
    },
    "vue-tsc": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fi3ework/vite-plugin-checker.git"
  },
  "scripts": {
    "build": "tsup",
    "build:test": "tsup --sourcemap inline",
    "clean": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true })\"",
    "dev": "tsup --watch"
  },
  "type": "module",
  "types": "./dist/main.d.ts",
  "version": "0.10.3"
}
