仲裁视频会议H5

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "@vue/babel-plugin-jsx@1.1.5",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/babel-plugin-jsx@1.1.5",
  10. "_id": "@vue/babel-plugin-jsx@1.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==",
  13. "_location": "/@vue/babel-plugin-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/babel-plugin-jsx@1.1.5",
  19. "name": "@vue/babel-plugin-jsx",
  20. "escapedName": "@vue%2fbabel-plugin-jsx",
  21. "scope": "@vue",
  22. "rawSpec": "1.1.5",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.5"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-preset-app"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.5.tgz",
  30. "_spec": "1.1.5",
  31. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  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.22.5",
  41. "@babel/plugin-syntax-jsx": "^7.22.5",
  42. "@babel/template": "^7.22.5",
  43. "@babel/traverse": "^7.22.5",
  44. "@babel/types": "^7.22.5",
  45. "@vue/babel-helper-vue-transform-on": "^1.1.5",
  46. "camelcase": "^6.3.0",
  47. "html-tags": "^3.3.1",
  48. "svg-tags": "^1.0.0"
  49. },
  50. "description": "Babel plugin for Vue 3 JSX",
  51. "devDependencies": {
  52. "@babel/core": "^7.22.5",
  53. "@babel/preset-env": "^7.22.5",
  54. "@types/babel__template": "^7.4.1",
  55. "@types/babel__traverse": "^7.20.1",
  56. "@types/svg-tags": "^1.0.0",
  57. "@vue/runtime-dom": "^3.3.4",
  58. "@vue/test-utils": "^2.4.0",
  59. "regenerator-runtime": "^0.13.11",
  60. "vue": "^3.3.4"
  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. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
  76. },
  77. "scripts": {
  78. "build": "tsup",
  79. "watch": "tsup --watch"
  80. },
  81. "types": "dist/index.d.ts",
  82. "version": "1.1.5"
  83. }