{
  "_from": "vite-plugin-checker@^0.13.0",
  "_id": "vite-plugin-checker@0.13.0",
  "_inBundle": false,
  "_integrity": "sha512-14EkOZmfinVZNxRmg2uCNDwtqGc/33lU/UEJansHgu27+ad+r6mMBf1Xtnq57jGZWiO/xzwtiEKPYsganw7ZFQ==",
  "_location": "/vite-plugin-checker",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vite-plugin-checker@^0.13.0",
    "name": "vite-plugin-checker",
    "escapedName": "vite-plugin-checker",
    "rawSpec": "^0.13.0",
    "saveSpec": null,
    "fetchSpec": "^0.13.0"
  },
  "_requiredBy": [
    "/@nuxt/vite-builder"
  ],
  "_resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.13.0.tgz",
  "_shasum": "5593c19281a201546c81ee66c79e0c097ba5140a",
  "_spec": "vite-plugin-checker@^0.13.0",
  "_where": "/var/www/html/dev.essence.ind.br/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.4",
    "proper-lockfile": "^4.1.2",
    "tiny-invariant": "^1.3.3",
    "tinyglobby": "^0.2.15",
    "vscode-uri": "^3.1.0"
  },
  "deprecated": false,
  "description": "Vite plugin that runs TypeScript type checker on a separate process.",
  "devDependencies": {
    "@types/picomatch": "^4.0.3",
    "@types/proper-lockfile": "^4.1.4",
    "@vue/language-core": "~3.2.6",
    "meow": "^13.2.0",
    "stylelint": "^16.26.1",
    "tsup": "^8.5.1",
    "typescript": "^5.9.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": ">=16.11"
  },
  "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": {
    "vls": "*",
    "vti": "*",
    "meow": "^13.2.0 || ^14.0.0",
    "vite": ">=5.4.21",
    "eslint": ">=9.39.4",
    "oxlint": ">=1",
    "vue-tsc": "~2.2.10 || ^3.0.0",
    "stylelint": ">=16.26.1",
    "optionator": "^0.9.4",
    "typescript": "*",
    "@biomejs/biome": ">=1.7"
  },
  "peerDependenciesMeta": {
    "vls": {
      "optional": true
    },
    "vti": {
      "optional": true
    },
    "meow": {
      "optional": true
    },
    "eslint": {
      "optional": true
    },
    "oxlint": {
      "optional": true
    },
    "vue-tsc": {
      "optional": true
    },
    "stylelint": {
      "optional": true
    },
    "optionator": {
      "optional": true
    },
    "typescript": {
      "optional": true
    },
    "@biomejs/biome": {
      "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.13.0"
}
