package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "@babel/preset-env",
  3. "version": "7.23.9",
  4. "description": "A Babel preset for each environment.",
  5. "author": "The Babel Team (https://babel.dev/team)",
  6. "homepage": "https://babel.dev/docs/en/next/babel-preset-env",
  7. "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen",
  8. "license": "MIT",
  9. "publishConfig": {
  10. "access": "public"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/babel/babel.git",
  15. "directory": "packages/babel-preset-env"
  16. },
  17. "main": "./lib/index.js",
  18. "dependencies": {
  19. "@babel/compat-data": "^7.23.5",
  20. "@babel/helper-compilation-targets": "^7.23.6",
  21. "@babel/helper-plugin-utils": "^7.22.5",
  22. "@babel/helper-validator-option": "^7.23.5",
  23. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
  24. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
  25. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7",
  26. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  27. "@babel/plugin-syntax-async-generators": "^7.8.4",
  28. "@babel/plugin-syntax-class-properties": "^7.12.13",
  29. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  30. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  31. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  32. "@babel/plugin-syntax-import-assertions": "^7.23.3",
  33. "@babel/plugin-syntax-import-attributes": "^7.23.3",
  34. "@babel/plugin-syntax-import-meta": "^7.10.4",
  35. "@babel/plugin-syntax-json-strings": "^7.8.3",
  36. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  37. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  38. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  39. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  40. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  41. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  42. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  43. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  44. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  45. "@babel/plugin-transform-arrow-functions": "^7.23.3",
  46. "@babel/plugin-transform-async-generator-functions": "^7.23.9",
  47. "@babel/plugin-transform-async-to-generator": "^7.23.3",
  48. "@babel/plugin-transform-block-scoped-functions": "^7.23.3",
  49. "@babel/plugin-transform-block-scoping": "^7.23.4",
  50. "@babel/plugin-transform-class-properties": "^7.23.3",
  51. "@babel/plugin-transform-class-static-block": "^7.23.4",
  52. "@babel/plugin-transform-classes": "^7.23.8",
  53. "@babel/plugin-transform-computed-properties": "^7.23.3",
  54. "@babel/plugin-transform-destructuring": "^7.23.3",
  55. "@babel/plugin-transform-dotall-regex": "^7.23.3",
  56. "@babel/plugin-transform-duplicate-keys": "^7.23.3",
  57. "@babel/plugin-transform-dynamic-import": "^7.23.4",
  58. "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
  59. "@babel/plugin-transform-export-namespace-from": "^7.23.4",
  60. "@babel/plugin-transform-for-of": "^7.23.6",
  61. "@babel/plugin-transform-function-name": "^7.23.3",
  62. "@babel/plugin-transform-json-strings": "^7.23.4",
  63. "@babel/plugin-transform-literals": "^7.23.3",
  64. "@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
  65. "@babel/plugin-transform-member-expression-literals": "^7.23.3",
  66. "@babel/plugin-transform-modules-amd": "^7.23.3",
  67. "@babel/plugin-transform-modules-commonjs": "^7.23.3",
  68. "@babel/plugin-transform-modules-systemjs": "^7.23.9",
  69. "@babel/plugin-transform-modules-umd": "^7.23.3",
  70. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  71. "@babel/plugin-transform-new-target": "^7.23.3",
  72. "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
  73. "@babel/plugin-transform-numeric-separator": "^7.23.4",
  74. "@babel/plugin-transform-object-rest-spread": "^7.23.4",
  75. "@babel/plugin-transform-object-super": "^7.23.3",
  76. "@babel/plugin-transform-optional-catch-binding": "^7.23.4",
  77. "@babel/plugin-transform-optional-chaining": "^7.23.4",
  78. "@babel/plugin-transform-parameters": "^7.23.3",
  79. "@babel/plugin-transform-private-methods": "^7.23.3",
  80. "@babel/plugin-transform-private-property-in-object": "^7.23.4",
  81. "@babel/plugin-transform-property-literals": "^7.23.3",
  82. "@babel/plugin-transform-regenerator": "^7.23.3",
  83. "@babel/plugin-transform-reserved-words": "^7.23.3",
  84. "@babel/plugin-transform-shorthand-properties": "^7.23.3",
  85. "@babel/plugin-transform-spread": "^7.23.3",
  86. "@babel/plugin-transform-sticky-regex": "^7.23.3",
  87. "@babel/plugin-transform-template-literals": "^7.23.3",
  88. "@babel/plugin-transform-typeof-symbol": "^7.23.3",
  89. "@babel/plugin-transform-unicode-escapes": "^7.23.3",
  90. "@babel/plugin-transform-unicode-property-regex": "^7.23.3",
  91. "@babel/plugin-transform-unicode-regex": "^7.23.3",
  92. "@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
  93. "@babel/preset-modules": "0.1.6-no-external-plugins",
  94. "babel-plugin-polyfill-corejs2": "^0.4.8",
  95. "babel-plugin-polyfill-corejs3": "^0.9.0",
  96. "babel-plugin-polyfill-regenerator": "^0.5.5",
  97. "core-js-compat": "^3.31.0",
  98. "semver": "^6.3.1"
  99. },
  100. "peerDependencies": {
  101. "@babel/core": "^7.0.0-0"
  102. },
  103. "devDependencies": {
  104. "@babel/core": "^7.23.9",
  105. "@babel/core-7.12": "npm:@babel/core@7.12.9",
  106. "@babel/helper-plugin-test-runner": "^7.22.5",
  107. "@babel/traverse": "^7.23.9"
  108. },
  109. "engines": {
  110. "node": ">=6.9.0"
  111. },
  112. "type": "commonjs"
  113. }