{
  "_from": "@vitejs/plugin-vue",
  "_id": "@vitejs/plugin-vue@6.0.5",
  "_inBundle": false,
  "_integrity": "sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==",
  "_location": "/@vitejs/plugin-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@vitejs/plugin-vue",
    "name": "@vitejs/plugin-vue",
    "escapedName": "@vitejs%2fplugin-vue",
    "scope": "@vitejs",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.5.tgz",
  "_shasum": "20ebb46c4da069753d9cfb1309c4334213cc3f7b",
  "_spec": "@vitejs/plugin-vue",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace",
  "author": {
    "name": "Evan You"
  },
  "bugs": {
    "url": "https://github.com/vitejs/vite-plugin-vue/issues"
  },
  "bundleDependencies": false,
  "compatiblePackages": {
    "schemaVersion": 1,
    "rolldown": {
      "type": "incompatible",
      "reason": "Uses Vite-specific APIs"
    },
    "rollup": {
      "type": "incompatible",
      "reason": "Uses Vite-specific APIs"
    }
  },
  "dependencies": {
    "@rolldown/pluginutils": "1.0.0-rc.2"
  },
  "deprecated": false,
  "description": "The official plugin for Vue SFC support in Vite.",
  "devDependencies": {
    "@jridgewell/gen-mapping": "^0.3.13",
    "@jridgewell/trace-mapping": "^0.3.31",
    "obug": "^2.1.1",
    "rollup": "^4.57.1",
    "slash": "^5.1.0",
    "source-map-js": "^1.2.1",
    "tsdown": "^0.20.1",
    "vite": "^7.3.1",
    "vue": "^3.5.27"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme",
  "keywords": [
    "vite",
    "vite-plugin",
    "vue"
  ],
  "license": "MIT",
  "name": "@vitejs/plugin-vue",
  "peerDependencies": {
    "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
    "vue": "^3.2.25"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitejs/vite-plugin-vue.git",
    "directory": "packages/plugin-vue"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch"
  },
  "type": "module",
  "version": "6.0.5"
}
