car_web/node_modules/@vue/babel-plugin-jsx/package.json

87 lines
2.5 KiB
JSON

{
"_from": "@vue/babel-plugin-jsx@^1.0.3",
"_id": "@vue/babel-plugin-jsx@1.2.1",
"_inBundle": false,
"_integrity": "sha512-Yy9qGktktXhB39QE99So/BO2Uwm/ZG+gpL9vMg51ijRRbINvgbuhyJEi4WYmGRMx/MSTfK0xjgZ3/MyY+iLCEg==",
"_location": "/@vue/babel-plugin-jsx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@vue/babel-plugin-jsx@^1.0.3",
"name": "@vue/babel-plugin-jsx",
"escapedName": "@vue%2fbabel-plugin-jsx",
"scope": "@vue",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/@vue/babel-preset-app"
],
"_resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.1.tgz",
"_shasum": "786c5395605a1d2463d6b10d8a7f3abdc01d25ce",
"_spec": "@vue/babel-plugin-jsx@^1.0.3",
"_where": "D:\\java\\car\\car_web111\\node_modules\\@vue\\babel-preset-app",
"author": {
"name": "Amour1688",
"email": "lcz_1996@foxmail.com"
},
"bugs": {
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.23.7",
"@babel/types": "^7.23.6",
"@vue/babel-helper-vue-transform-on": "1.2.1",
"@vue/babel-plugin-resolve-type": "1.2.1",
"camelcase": "^6.3.0",
"html-tags": "^3.3.1",
"svg-tags": "^1.0.0"
},
"deprecated": false,
"description": "Babel plugin for Vue 3 JSX",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.5",
"@types/svg-tags": "^1.0.2",
"@vue/runtime-dom": "^3.4.15",
"@vue/test-utils": "^2.4.3",
"regenerator-runtime": "^0.14.1",
"vue": "^3.4.15"
},
"files": [
"dist"
],
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"name": "@vue/babel-plugin-jsx",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
},
"scripts": {
"build": "tsup",
"watch": "tsup --watch"
},
"types": "dist/index.d.ts",
"version": "1.2.1"
}