You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.4 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "@vue/babel-plugin-jsx@1.2.5",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/babel-plugin-jsx@1.2.5",
  10. "_id": "@vue/babel-plugin-jsx@1.2.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==",
  13. "_location": "/@vue/babel-plugin-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/babel-plugin-jsx@1.2.5",
  19. "name": "@vue/babel-plugin-jsx",
  20. "escapedName": "@vue%2fbabel-plugin-jsx",
  21. "scope": "@vue",
  22. "rawSpec": "1.2.5",
  23. "saveSpec": null,
  24. "fetchSpec": "1.2.5"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-preset-app"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz",
  30. "_spec": "1.2.5",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  32. "author": {
  33. "name": "Amour1688",
  34. "email": "lcz_1996@foxmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
  38. },
  39. "dependencies": {
  40. "@babel/helper-module-imports": "^7.24.7",
  41. "@babel/helper-plugin-utils": "^7.24.8",
  42. "@babel/plugin-syntax-jsx": "^7.24.7",
  43. "@babel/template": "^7.25.0",
  44. "@babel/traverse": "^7.25.6",
  45. "@babel/types": "^7.25.6",
  46. "@vue/babel-helper-vue-transform-on": "1.2.5",
  47. "@vue/babel-plugin-resolve-type": "1.2.5",
  48. "html-tags": "^3.3.1",
  49. "svg-tags": "^1.0.0"
  50. },
  51. "description": "Babel plugin for Vue 3 JSX",
  52. "devDependencies": {
  53. "@babel/core": "^7.25.2",
  54. "@babel/preset-env": "^7.25.4",
  55. "@types/babel__template": "^7.4.4",
  56. "@types/babel__traverse": "^7.20.6",
  57. "@types/svg-tags": "^1.0.2",
  58. "@vue/test-utils": "^2.4.6",
  59. "regenerator-runtime": "^0.14.1",
  60. "vue": "^3.5.3"
  61. },
  62. "files": [
  63. "dist"
  64. ],
  65. "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
  66. "license": "MIT",
  67. "main": "dist/index.js",
  68. "module": "dist/index.mjs",
  69. "name": "@vue/babel-plugin-jsx",
  70. "peerDependencies": {
  71. "@babel/core": "^7.0.0-0"
  72. },
  73. "peerDependenciesMeta": {
  74. "@babel/core": {
  75. "optional": true
  76. }
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
  81. },
  82. "scripts": {
  83. "build": "tsup",
  84. "watch": "tsup --watch"
  85. },
  86. "types": "dist/index.d.ts",
  87. "version": "1.2.5"
  88. }