package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "@babel/preset-env",
  3. "_id": "@babel/preset-env@7.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==",
  6. "_location": "/@babel/preset-env",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@babel/preset-env",
  12. "name": "@babel/preset-env",
  13. "escapedName": "@babel%2fpreset-env",
  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-env/-/preset-env-7.9.0.tgz",
  24. "_shasum": "a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8",
  25. "_spec": "@babel/preset-env",
  26. "_where": "G:\\micro\\react\\cld2",
  27. "author": {
  28. "name": "Henry Zhu",
  29. "email": "hi@henryzoo.com"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@babel/compat-data": "^7.9.0",
  34. "@babel/helper-compilation-targets": "^7.8.7",
  35. "@babel/helper-module-imports": "^7.8.3",
  36. "@babel/helper-plugin-utils": "^7.8.3",
  37. "@babel/plugin-proposal-async-generator-functions": "^7.8.3",
  38. "@babel/plugin-proposal-dynamic-import": "^7.8.3",
  39. "@babel/plugin-proposal-json-strings": "^7.8.3",
  40. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
  41. "@babel/plugin-proposal-numeric-separator": "^7.8.3",
  42. "@babel/plugin-proposal-object-rest-spread": "^7.9.0",
  43. "@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
  44. "@babel/plugin-proposal-optional-chaining": "^7.9.0",
  45. "@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
  46. "@babel/plugin-syntax-async-generators": "^7.8.0",
  47. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  48. "@babel/plugin-syntax-json-strings": "^7.8.0",
  49. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
  50. "@babel/plugin-syntax-numeric-separator": "^7.8.0",
  51. "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
  52. "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
  53. "@babel/plugin-syntax-optional-chaining": "^7.8.0",
  54. "@babel/plugin-syntax-top-level-await": "^7.8.3",
  55. "@babel/plugin-transform-arrow-functions": "^7.8.3",
  56. "@babel/plugin-transform-async-to-generator": "^7.8.3",
  57. "@babel/plugin-transform-block-scoped-functions": "^7.8.3",
  58. "@babel/plugin-transform-block-scoping": "^7.8.3",
  59. "@babel/plugin-transform-classes": "^7.9.0",
  60. "@babel/plugin-transform-computed-properties": "^7.8.3",
  61. "@babel/plugin-transform-destructuring": "^7.8.3",
  62. "@babel/plugin-transform-dotall-regex": "^7.8.3",
  63. "@babel/plugin-transform-duplicate-keys": "^7.8.3",
  64. "@babel/plugin-transform-exponentiation-operator": "^7.8.3",
  65. "@babel/plugin-transform-for-of": "^7.9.0",
  66. "@babel/plugin-transform-function-name": "^7.8.3",
  67. "@babel/plugin-transform-literals": "^7.8.3",
  68. "@babel/plugin-transform-member-expression-literals": "^7.8.3",
  69. "@babel/plugin-transform-modules-amd": "^7.9.0",
  70. "@babel/plugin-transform-modules-commonjs": "^7.9.0",
  71. "@babel/plugin-transform-modules-systemjs": "^7.9.0",
  72. "@babel/plugin-transform-modules-umd": "^7.9.0",
  73. "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
  74. "@babel/plugin-transform-new-target": "^7.8.3",
  75. "@babel/plugin-transform-object-super": "^7.8.3",
  76. "@babel/plugin-transform-parameters": "^7.8.7",
  77. "@babel/plugin-transform-property-literals": "^7.8.3",
  78. "@babel/plugin-transform-regenerator": "^7.8.7",
  79. "@babel/plugin-transform-reserved-words": "^7.8.3",
  80. "@babel/plugin-transform-shorthand-properties": "^7.8.3",
  81. "@babel/plugin-transform-spread": "^7.8.3",
  82. "@babel/plugin-transform-sticky-regex": "^7.8.3",
  83. "@babel/plugin-transform-template-literals": "^7.8.3",
  84. "@babel/plugin-transform-typeof-symbol": "^7.8.4",
  85. "@babel/plugin-transform-unicode-regex": "^7.8.3",
  86. "@babel/preset-modules": "^0.1.3",
  87. "@babel/types": "^7.9.0",
  88. "browserslist": "^4.9.1",
  89. "core-js-compat": "^3.6.2",
  90. "invariant": "^2.2.2",
  91. "levenary": "^1.1.1",
  92. "semver": "^5.5.0"
  93. },
  94. "deprecated": false,
  95. "description": "A Babel preset for each environment.",
  96. "devDependencies": {
  97. "@babel/cli": "^7.8.4",
  98. "@babel/core": "^7.9.0",
  99. "@babel/helper-fixtures": "^7.8.6",
  100. "@babel/helper-plugin-test-runner": "^7.8.3",
  101. "@babel/plugin-syntax-dynamic-import": "^7.2.0"
  102. },
  103. "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
  104. "homepage": "https://babeljs.io/",
  105. "license": "MIT",
  106. "main": "lib/index.js",
  107. "name": "@babel/preset-env",
  108. "peerDependencies": {
  109. "@babel/core": "^7.0.0-0"
  110. },
  111. "publishConfig": {
  112. "access": "public"
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "https://github.com/babel/babel/tree/master/packages/babel-preset-env"
  117. },
  118. "version": "7.9.0"
  119. }