| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "@vue/babel-plugin-jsx@^1.0.3",
- "_id": "@vue/babel-plugin-jsx@1.5.0",
- "_inBundle": false,
- "_integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
- "_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.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
- "_shasum": "1b988b497cb1f79725da94463e75cebe60b72e70",
- "_spec": "@vue/babel-plugin-jsx@^1.0.3",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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.27.1",
- "@babel/helper-plugin-utils": "^7.27.1",
- "@babel/plugin-syntax-jsx": "^7.27.1",
- "@babel/template": "^7.27.2",
- "@babel/traverse": "^7.28.0",
- "@babel/types": "^7.28.2",
- "@vue/babel-helper-vue-transform-on": "1.5.0",
- "@vue/babel-plugin-resolve-type": "1.5.0",
- "@vue/shared": "^3.5.18"
- },
- "deprecated": false,
- "description": "Babel plugin for Vue 3 JSX",
- "devDependencies": {
- "@babel/core": "^7.28.0",
- "@babel/preset-env": "^7.28.0",
- "@types/babel__template": "^7.4.4",
- "@types/babel__traverse": "^7.28.0",
- "@vue/test-utils": "^2.4.6",
- "regenerator-runtime": "^0.14.1",
- "vue": "^3.5.18"
- },
- "exports": {
- ".": {
- "import": "./dist/index.mjs",
- "require": "./dist/index.js"
- },
- "./*": "./*"
- },
- "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"
- },
- "type": "commonjs",
- "types": "dist/index.d.ts",
- "version": "1.5.0"
- }
|