{ "_from": "vite-plugin-checker@^0.11.0", "_id": "vite-plugin-checker@0.11.0", "_inBundle": false, "_integrity": "sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==", "_location": "/vite-plugin-checker", "_phantomChildren": { "unicorn-magic": "0.3.0" }, "_requested": { "type": "range", "registry": true, "raw": "vite-plugin-checker@^0.11.0", "name": "vite-plugin-checker", "escapedName": "vite-plugin-checker", "rawSpec": "^0.11.0", "saveSpec": null, "fetchSpec": "^0.11.0" }, "_requiredBy": [ "/@nuxt/vite-builder" ], "_resolved": "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.11.0.tgz", "_shasum": "063ce180c3751b790a6472e19c5d1a352b215070", "_spec": "vite-plugin-checker@^0.11.0", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/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", "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.7", "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": ">=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": { "@biomejs/biome": ">=1.7", "eslint": ">=7", "meow": "^13.2.0", "optionator": "^0.9.4", "oxlint": ">=1", "stylelint": ">=16", "typescript": "*", "vite": ">=5.4.20", "vls": "*", "vti": "*", "vue-tsc": "~2.2.10 || ^3.0.0" }, "peerDependenciesMeta": { "@biomejs/biome": { "optional": true }, "eslint": { "optional": true }, "meow": { "optional": true }, "optionator": { "optional": true }, "oxlint": { "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.11.0" }