package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/preset-react",
  3. "_id": "@babel/preset-react@7.9.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ==",
  6. "_location": "/@babel/preset-react",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@babel/preset-react",
  12. "name": "@babel/preset-react",
  13. "escapedName": "@babel%2fpreset-react",
  14. "scope": "@babel",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/",
  21. "#USER"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.9.4.tgz",
  24. "_shasum": "c6c97693ac65b6b9c0b4f25b948a8f665463014d",
  25. "_spec": "@babel/preset-react",
  26. "_where": "G:\\micro\\react\\cld2",
  27. "author": {
  28. "name": "Sebastian McKenzie",
  29. "email": "sebmck@gmail.com"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@babel/helper-plugin-utils": "^7.8.3",
  34. "@babel/plugin-transform-react-display-name": "^7.8.3",
  35. "@babel/plugin-transform-react-jsx": "^7.9.4",
  36. "@babel/plugin-transform-react-jsx-development": "^7.9.0",
  37. "@babel/plugin-transform-react-jsx-self": "^7.9.0",
  38. "@babel/plugin-transform-react-jsx-source": "^7.9.0"
  39. },
  40. "deprecated": false,
  41. "description": "Babel preset for all React plugins.",
  42. "devDependencies": {
  43. "@babel/core": "^7.9.0",
  44. "@babel/helper-plugin-test-runner": "^7.8.3",
  45. "@babel/helper-transform-fixture-test-runner": "^7.8.3"
  46. },
  47. "gitHead": "d3cf5fb5f4b46a1f7e9e33f2d24a466e3ea1e50f",
  48. "homepage": "https://babeljs.io/",
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "@babel/preset-react",
  52. "peerDependencies": {
  53. "@babel/core": "^7.0.0-0"
  54. },
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "https://github.com/babel/babel/tree/master/packages/babel-preset-react"
  61. },
  62. "version": "7.9.4"
  63. }