package.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "@babel/preset-env",
  3. "version": "7.3.4",
  4. "description": "A Babel preset for each environment.",
  5. "author": "Henry Zhu <hi@henryzoo.com>",
  6. "homepage": "https://babeljs.io/",
  7. "license": "MIT",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-env",
  12. "main": "lib/index.js",
  13. "scripts": {
  14. "build-data": "node ./scripts/build-data.js; node ./scripts/build-modules-support.js"
  15. },
  16. "dependencies": {
  17. "@babel/helper-module-imports": "^7.0.0",
  18. "@babel/helper-plugin-utils": "^7.0.0",
  19. "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
  20. "@babel/plugin-proposal-json-strings": "^7.2.0",
  21. "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
  22. "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
  23. "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
  24. "@babel/plugin-syntax-async-generators": "^7.2.0",
  25. "@babel/plugin-syntax-json-strings": "^7.2.0",
  26. "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
  27. "@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
  28. "@babel/plugin-transform-arrow-functions": "^7.2.0",
  29. "@babel/plugin-transform-async-to-generator": "^7.3.4",
  30. "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
  31. "@babel/plugin-transform-block-scoping": "^7.3.4",
  32. "@babel/plugin-transform-classes": "^7.3.4",
  33. "@babel/plugin-transform-computed-properties": "^7.2.0",
  34. "@babel/plugin-transform-destructuring": "^7.2.0",
  35. "@babel/plugin-transform-dotall-regex": "^7.2.0",
  36. "@babel/plugin-transform-duplicate-keys": "^7.2.0",
  37. "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
  38. "@babel/plugin-transform-for-of": "^7.2.0",
  39. "@babel/plugin-transform-function-name": "^7.2.0",
  40. "@babel/plugin-transform-literals": "^7.2.0",
  41. "@babel/plugin-transform-modules-amd": "^7.2.0",
  42. "@babel/plugin-transform-modules-commonjs": "^7.2.0",
  43. "@babel/plugin-transform-modules-systemjs": "^7.3.4",
  44. "@babel/plugin-transform-modules-umd": "^7.2.0",
  45. "@babel/plugin-transform-named-capturing-groups-regex": "^7.3.0",
  46. "@babel/plugin-transform-new-target": "^7.0.0",
  47. "@babel/plugin-transform-object-super": "^7.2.0",
  48. "@babel/plugin-transform-parameters": "^7.2.0",
  49. "@babel/plugin-transform-regenerator": "^7.3.4",
  50. "@babel/plugin-transform-shorthand-properties": "^7.2.0",
  51. "@babel/plugin-transform-spread": "^7.2.0",
  52. "@babel/plugin-transform-sticky-regex": "^7.2.0",
  53. "@babel/plugin-transform-template-literals": "^7.2.0",
  54. "@babel/plugin-transform-typeof-symbol": "^7.2.0",
  55. "@babel/plugin-transform-unicode-regex": "^7.2.0",
  56. "browserslist": "^4.3.4",
  57. "invariant": "^2.2.2",
  58. "js-levenshtein": "^1.1.3",
  59. "semver": "^5.3.0"
  60. },
  61. "peerDependencies": {
  62. "@babel/core": "^7.0.0-0"
  63. },
  64. "devDependencies": {
  65. "@babel/cli": "^7.2.3",
  66. "@babel/core": "^7.3.4",
  67. "@babel/helper-fixtures": "^7.2.0",
  68. "@babel/helper-plugin-test-runner": "^7.0.0",
  69. "caniuse-db": "1.0.30000851",
  70. "compat-table": "kangax/compat-table#1e7b377fbdda9243cf9602872fcb493cdbdd565f",
  71. "electron-to-chromium": "1.3.79"
  72. },
  73. "gitHead": "1f6454cc90fe33e0a32260871212e2f719f35741"
  74. }