package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@babel/plugin-syntax-jsx@^7.8.3",
  3. "_id": "@babel/plugin-syntax-jsx@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==",
  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. "/@babel/plugin-transform-react-jsx",
  21. "/@babel/plugin-transform-react-jsx-development",
  22. "/@babel/plugin-transform-react-jsx-self",
  23. "/@babel/plugin-transform-react-jsx-source"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz",
  26. "_shasum": "521b06c83c40480f1e58b4fd33b92eceb1d6ea94",
  27. "_spec": "@babel/plugin-syntax-jsx@^7.8.3",
  28. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\plugin-transform-react-jsx",
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-plugin-utils": "^7.8.3"
  32. },
  33. "deprecated": false,
  34. "description": "Allow parsing of jsx",
  35. "devDependencies": {
  36. "@babel/core": "^7.8.3"
  37. },
  38. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  39. "keywords": [
  40. "babel-plugin"
  41. ],
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/plugin-syntax-jsx",
  45. "peerDependencies": {
  46. "@babel/core": "^7.0.0-0"
  47. },
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx"
  54. },
  55. "version": "7.8.3"
  56. }