{
  "_from": "@vitejs/plugin-vue-jsx@^5.1.5",
  "_id": "@vitejs/plugin-vue-jsx@5.1.5",
  "_inBundle": false,
  "_integrity": "sha512-jIAsvHOEtWpslLOI2MeElGFxH7M8pM83BU/Tor4RLyiwH0FM4nUW3xdvbw20EeU9wc5IspQwMq225K3CMnJEpA==",
  "_location": "/@vitejs/plugin-vue-jsx",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@vitejs/plugin-vue-jsx@^5.1.5",
    "name": "@vitejs/plugin-vue-jsx",
    "escapedName": "@vitejs%2fplugin-vue-jsx",
    "scope": "@vitejs",
    "rawSpec": "^5.1.5",
    "saveSpec": null,
    "fetchSpec": "^5.1.5"
  },
  "_requiredBy": [
    "/@nuxt/vite-builder"
  ],
  "_resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.5.tgz",
  "_shasum": "23b9aa23e55fc81c40b3dab81728339c1f0d177f",
  "_spec": "@vitejs/plugin-vue-jsx@^5.1.5",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxt/vite-builder",
  "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": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-syntax-typescript": "^7.28.6",
    "@babel/plugin-transform-typescript": "^7.28.6",
    "@rolldown/pluginutils": "^1.0.0-rc.2",
    "@vue/babel-plugin-jsx": "^2.0.1"
  },
  "deprecated": false,
  "description": "Provides Vue 3 JSX & TSX support with HMR.",
  "devDependencies": {
    "tsdown": "^0.20.1",
    "vite": "^7.3.1"
  },
  "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-jsx#readme",
  "keywords": [
    "vite",
    "vite-plugin",
    "vue"
  ],
  "license": "MIT",
  "name": "@vitejs/plugin-vue-jsx",
  "peerDependencies": {
    "vue": "^3.0.0",
    "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitejs/vite-plugin-vue.git",
    "directory": "packages/plugin-vue-jsx"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch"
  },
  "tsdown": {
    "dts": {
      "tsgo": true
    }
  },
  "type": "module",
  "version": "5.1.5"
}
