package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "@vue/babel-plugin-jsx@^1.0.3",
  3. "_id": "@vue/babel-plugin-jsx@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GEvzVBq279vlB5q4sgwZ4q8QC/s=",
  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.nlark.com/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.6.tgz",
  23. "_shasum": "184bf3541ab6efdbe5079ab8b20c19e2af100bfb",
  24. "_spec": "@vue/babel-plugin-jsx@^1.0.3",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\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/jsx-next/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-module-imports": "^7.0.0",
  36. "@babel/plugin-syntax-jsx": "^7.0.0",
  37. "@babel/template": "^7.0.0",
  38. "@babel/traverse": "^7.0.0",
  39. "@babel/types": "^7.0.0",
  40. "@vue/babel-helper-vue-transform-on": "^1.0.2",
  41. "camelcase": "^6.0.0",
  42. "html-tags": "^3.1.0",
  43. "svg-tags": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Babel plugin for Vue 3.0 JSX",
  47. "devDependencies": {
  48. "@babel/core": "^7.0.0",
  49. "@babel/preset-env": "^7.0.0",
  50. "@types/jest": "^26.0.7",
  51. "@types/svg-tags": "^1.0.0",
  52. "@typescript-eslint/eslint-plugin": "^4.0.1",
  53. "@typescript-eslint/parser": "^4.0.1",
  54. "@vue/compiler-dom": "3.0.5",
  55. "@vue/test-utils": "2.0.0-beta.2",
  56. "jest": "^26.0.1",
  57. "regenerator-runtime": "^0.13.5",
  58. "ts-jest": "^26.1.3",
  59. "typescript": "^4.2.3",
  60. "vue": "3.0.7"
  61. },
  62. "files": [
  63. "dist"
  64. ],
  65. "homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
  66. "license": "MIT",
  67. "main": "dist/index.js",
  68. "name": "@vue/babel-plugin-jsx",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/vuejs/jsx-next.git"
  72. },
  73. "scripts": {
  74. "build": "tsc",
  75. "lint": "eslint 'src/*.ts'",
  76. "prepublishOnly": "yarn build",
  77. "test": "yarn build && jest --coverage"
  78. },
  79. "version": "1.0.6"
  80. }