{ "_from": "@vitejs/plugin-vue-jsx@^5.0.0", "_id": "@vitejs/plugin-vue-jsx@5.1.1", "_inBundle": false, "_integrity": "sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==", "_location": "/@vitejs/plugin-vue-jsx", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@vitejs/plugin-vue-jsx@^5.0.0", "name": "@vitejs/plugin-vue-jsx", "escapedName": "@vitejs%2fplugin-vue-jsx", "scope": "@vitejs", "rawSpec": "^5.0.0", "saveSpec": null, "fetchSpec": "^5.0.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.1.tgz", "_shasum": "36504c57c8ccfc73b2dbd1fc560a1a473cba6cb4", "_spec": "@vitejs/plugin-vue-jsx@^5.0.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue", "author": { "name": "Evan You" }, "bugs": { "url": "https://github.com/vitejs/vite-plugin-vue/issues" }, "bundleDependencies": false, "dependencies": { "@babel/core": "^7.28.3", "@babel/plugin-syntax-typescript": "^7.27.1", "@babel/plugin-transform-typescript": "^7.28.0", "@rolldown/pluginutils": "^1.0.0-beta.34", "@vue/babel-plugin-jsx": "^1.5.0" }, "deprecated": false, "description": "Provides Vue 3 JSX & TSX support with HMR.", "devDependencies": { "tsdown": "^0.14.2", "vite": "^7.1.3" }, "engines": { "node": "^20.19.0 || >=22.12.0" }, "exports": { ".": "./dist/index.js", "./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": { "vite": "^5.0.0 || ^6.0.0 || ^7.0.0", "vue": "^3.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" }, "type": "module", "version": "5.1.1" }