package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/plugin-syntax-jsx@^7.8.3",
  3. "_id": "@babel/plugin-syntax-jsx@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==",
  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.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz",
  31. "_shasum": "a8feef63b010150abd97f1649ec296e849943ca0",
  32. "_spec": "@babel/plugin-syntax-jsx@^7.8.3",
  33. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\babel-preset-app",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "@babel/helper-plugin-utils": "^7.18.6"
  44. },
  45. "deprecated": false,
  46. "description": "Allow parsing of jsx",
  47. "devDependencies": {
  48. "@babel/core": "^7.18.6"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
  54. "keywords": [
  55. "babel-plugin"
  56. ],
  57. "license": "MIT",
  58. "main": "./lib/index.js",
  59. "name": "@babel/plugin-syntax-jsx",
  60. "peerDependencies": {
  61. "@babel/core": "^7.0.0-0"
  62. },
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/babel/babel.git",
  69. "directory": "packages/babel-plugin-syntax-jsx"
  70. },
  71. "type": "commonjs",
  72. "version": "7.18.6"
  73. }