package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/plugin-syntax-jsx@^7.8.3",
  3. "_id": "@babel/plugin-syntax-jsx@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BE+4HrrWaY/mLEeIdVdby7m3DxU=",
  6. "_location": "/@babel/plugin-syntax-jsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-jsx@^7.8.3",
  12. "name": "@babel/plugin-syntax-jsx",
  13. "escapedName": "@babel%2fplugin-syntax-jsx",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-plugin-jsx",
  21. "/@vue/babel-plugin-transform-vue-jsx",
  22. "/@vue/babel-preset-app",
  23. "/@vue/babel-sugar-composition-api-inject-h",
  24. "/@vue/babel-sugar-composition-api-render-instance",
  25. "/@vue/babel-sugar-functional-vue",
  26. "/@vue/babel-sugar-inject-h",
  27. "/@vue/babel-sugar-v-model",
  28. "/@vue/babel-sugar-v-on"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz",
  31. "_shasum": "044fb81ebad6698fe62c478875575bcbb9b70f15",
  32. "_spec": "@babel/plugin-syntax-jsx@^7.8.3",
  33. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@vue\\babel-preset-app",
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-plugin-utils": "^7.12.13"
  40. },
  41. "deprecated": false,
  42. "description": "Allow parsing of jsx",
  43. "devDependencies": {
  44. "@babel/core": "7.12.13"
  45. },
  46. "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
  47. "keywords": [
  48. "babel-plugin"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@babel/plugin-syntax-jsx",
  53. "peerDependencies": {
  54. "@babel/core": "^7.0.0-0"
  55. },
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-plugin-syntax-jsx"
  63. },
  64. "version": "7.12.13"
  65. }