package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@babel/plugin-syntax-jsx@^7.2.0",
  3. "_id": "@babel/plugin-syntax-jsx@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",
  6. "_location": "/@babel/plugin-syntax-jsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-jsx@^7.2.0",
  12. "name": "@babel/plugin-syntax-jsx",
  13. "escapedName": "@babel%2fplugin-syntax-jsx",
  14. "scope": "@babel",
  15. "rawSpec": "^7.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.2.0"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-plugin-transform-vue-jsx",
  21. "/@vue/babel-sugar-composition-api-inject-h",
  22. "/@vue/babel-sugar-composition-api-render-instance",
  23. "/@vue/babel-sugar-functional-vue",
  24. "/@vue/babel-sugar-inject-h",
  25. "/@vue/babel-sugar-v-model",
  26. "/@vue/babel-sugar-v-on"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",
  29. "_shasum": "50b6571d13f764266a113d77c82b4a6508bbe665",
  30. "_spec": "@babel/plugin-syntax-jsx@^7.2.0",
  31. "_where": "H:\\gs_nuxt\\node_modules\\@vue\\babel-plugin-transform-vue-jsx",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@babel/helper-plugin-utils": "^7.16.7"
  42. },
  43. "deprecated": false,
  44. "description": "Allow parsing of jsx",
  45. "devDependencies": {
  46. "@babel/core": "^7.16.7"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
  52. "keywords": [
  53. "babel-plugin"
  54. ],
  55. "license": "MIT",
  56. "main": "./lib/index.js",
  57. "name": "@babel/plugin-syntax-jsx",
  58. "peerDependencies": {
  59. "@babel/core": "^7.0.0-0"
  60. },
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/babel/babel.git",
  67. "directory": "packages/babel-plugin-syntax-jsx"
  68. },
  69. "version": "7.16.7"
  70. }