package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "@vue/babel-plugin-jsx@^1.0.3",
  3. "_id": "@vue/babel-plugin-jsx@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  6. "_location": "/@vue/babel-plugin-jsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vue/babel-plugin-jsx@^1.0.3",
  12. "name": "@vue/babel-plugin-jsx",
  13. "escapedName": "@vue%2fbabel-plugin-jsx",
  14. "scope": "@vue",
  15. "rawSpec": "^1.0.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.3"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  23. "_shasum": "1b988b497cb1f79725da94463e75cebe60b72e70",
  24. "_spec": "@vue/babel-plugin-jsx@^1.0.3",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\babel-preset-app",
  26. "author": {
  27. "name": "Amour1688",
  28. "email": "lcz_1996@foxmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-module-imports": "^7.27.1",
  36. "@babel/helper-plugin-utils": "^7.27.1",
  37. "@babel/plugin-syntax-jsx": "^7.27.1",
  38. "@babel/template": "^7.27.2",
  39. "@babel/traverse": "^7.28.0",
  40. "@babel/types": "^7.28.2",
  41. "@vue/babel-helper-vue-transform-on": "1.5.0",
  42. "@vue/babel-plugin-resolve-type": "1.5.0",
  43. "@vue/shared": "^3.5.18"
  44. },
  45. "deprecated": false,
  46. "description": "Babel plugin for Vue 3 JSX",
  47. "devDependencies": {
  48. "@babel/core": "^7.28.0",
  49. "@babel/preset-env": "^7.28.0",
  50. "@types/babel__template": "^7.4.4",
  51. "@types/babel__traverse": "^7.28.0",
  52. "@vue/test-utils": "^2.4.6",
  53. "regenerator-runtime": "^0.14.1",
  54. "vue": "^3.5.18"
  55. },
  56. "exports": {
  57. ".": {
  58. "import": "./dist/index.mjs",
  59. "require": "./dist/index.js"
  60. },
  61. "./*": "./*"
  62. },
  63. "files": [
  64. "dist"
  65. ],
  66. "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
  67. "license": "MIT",
  68. "main": "dist/index.js",
  69. "module": "dist/index.mjs",
  70. "name": "@vue/babel-plugin-jsx",
  71. "peerDependencies": {
  72. "@babel/core": "^7.0.0-0"
  73. },
  74. "peerDependenciesMeta": {
  75. "@babel/core": {
  76. "optional": true
  77. }
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
  82. },
  83. "type": "commonjs",
  84. "types": "dist/index.d.ts",
  85. "version": "1.5.0"
  86. }