1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
| {
| "_args": [
| [
| "@vue/babel-plugin-jsx@1.2.2",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "@vue/babel-plugin-jsx@1.2.2",
| "_id": "@vue/babel-plugin-jsx@1.2.2",
| "_inBundle": false,
| "_integrity": "sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==",
| "_location": "/@vue/babel-plugin-jsx",
| "_phantomChildren": {
| "@babel/types": "7.24.0"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@vue/babel-plugin-jsx@1.2.2",
| "name": "@vue/babel-plugin-jsx",
| "escapedName": "@vue%2fbabel-plugin-jsx",
| "scope": "@vue",
| "rawSpec": "1.2.2",
| "saveSpec": null,
| "fetchSpec": "1.2.2"
| },
| "_requiredBy": [
| "/@vue/babel-preset-app"
| ],
| "_resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.2.tgz",
| "_spec": "1.2.2",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Amour1688",
| "email": "lcz_1996@foxmail.com"
| },
| "bugs": {
| "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
| },
| "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.23.9",
| "@babel/traverse": "^7.23.9",
| "@babel/types": "^7.23.9",
| "@vue/babel-helper-vue-transform-on": "1.2.2",
| "@vue/babel-plugin-resolve-type": "1.2.2",
| "camelcase": "^6.3.0",
| "html-tags": "^3.3.1",
| "svg-tags": "^1.0.0"
| },
| "description": "Babel plugin for Vue 3 JSX",
| "devDependencies": {
| "@babel/core": "^7.23.9",
| "@babel/preset-env": "^7.23.9",
| "@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.4",
| "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.2"
| }
|
|