package.json 2.1 KB

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