package.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_from": "@babel/preset-env@^7.14.1",
  3. "_id": "@babel/preset-env@7.16.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==",
  6. "_location": "/@babel/preset-env",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/preset-env@^7.14.1",
  12. "name": "@babel/preset-env",
  13. "escapedName": "@babel%2fpreset-env",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.1"
  18. },
  19. "_requiredBy": [
  20. "/@nuxt/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz",
  23. "_shasum": "5dd88fd885fae36f88fd7c8342475c9f0abe2982",
  24. "_spec": "@babel/preset-env@^7.14.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\babel-preset-app",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/compat-data": "^7.16.8",
  36. "@babel/helper-compilation-targets": "^7.16.7",
  37. "@babel/helper-plugin-utils": "^7.16.7",
  38. "@babel/helper-validator-option": "^7.16.7",
  39. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
  40. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
  41. "@babel/plugin-proposal-async-generator-functions": "^7.16.8",
  42. "@babel/plugin-proposal-class-properties": "^7.16.7",
  43. "@babel/plugin-proposal-class-static-block": "^7.16.7",
  44. "@babel/plugin-proposal-dynamic-import": "^7.16.7",
  45. "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
  46. "@babel/plugin-proposal-json-strings": "^7.16.7",
  47. "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
  48. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
  49. "@babel/plugin-proposal-numeric-separator": "^7.16.7",
  50. "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
  51. "@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
  52. "@babel/plugin-proposal-optional-chaining": "^7.16.7",
  53. "@babel/plugin-proposal-private-methods": "^7.16.11",
  54. "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
  55. "@babel/plugin-proposal-unicode-property-regex": "^7.16.7",
  56. "@babel/plugin-syntax-async-generators": "^7.8.4",
  57. "@babel/plugin-syntax-class-properties": "^7.12.13",
  58. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  59. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  60. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  61. "@babel/plugin-syntax-json-strings": "^7.8.3",
  62. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  63. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  64. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  65. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  66. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  67. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  68. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  69. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  70. "@babel/plugin-transform-arrow-functions": "^7.16.7",
  71. "@babel/plugin-transform-async-to-generator": "^7.16.8",
  72. "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
  73. "@babel/plugin-transform-block-scoping": "^7.16.7",
  74. "@babel/plugin-transform-classes": "^7.16.7",
  75. "@babel/plugin-transform-computed-properties": "^7.16.7",
  76. "@babel/plugin-transform-destructuring": "^7.16.7",
  77. "@babel/plugin-transform-dotall-regex": "^7.16.7",
  78. "@babel/plugin-transform-duplicate-keys": "^7.16.7",
  79. "@babel/plugin-transform-exponentiation-operator": "^7.16.7",
  80. "@babel/plugin-transform-for-of": "^7.16.7",
  81. "@babel/plugin-transform-function-name": "^7.16.7",
  82. "@babel/plugin-transform-literals": "^7.16.7",
  83. "@babel/plugin-transform-member-expression-literals": "^7.16.7",
  84. "@babel/plugin-transform-modules-amd": "^7.16.7",
  85. "@babel/plugin-transform-modules-commonjs": "^7.16.8",
  86. "@babel/plugin-transform-modules-systemjs": "^7.16.7",
  87. "@babel/plugin-transform-modules-umd": "^7.16.7",
  88. "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
  89. "@babel/plugin-transform-new-target": "^7.16.7",
  90. "@babel/plugin-transform-object-super": "^7.16.7",
  91. "@babel/plugin-transform-parameters": "^7.16.7",
  92. "@babel/plugin-transform-property-literals": "^7.16.7",
  93. "@babel/plugin-transform-regenerator": "^7.16.7",
  94. "@babel/plugin-transform-reserved-words": "^7.16.7",
  95. "@babel/plugin-transform-shorthand-properties": "^7.16.7",
  96. "@babel/plugin-transform-spread": "^7.16.7",
  97. "@babel/plugin-transform-sticky-regex": "^7.16.7",
  98. "@babel/plugin-transform-template-literals": "^7.16.7",
  99. "@babel/plugin-transform-typeof-symbol": "^7.16.7",
  100. "@babel/plugin-transform-unicode-escapes": "^7.16.7",
  101. "@babel/plugin-transform-unicode-regex": "^7.16.7",
  102. "@babel/preset-modules": "^0.1.5",
  103. "@babel/types": "^7.16.8",
  104. "babel-plugin-polyfill-corejs2": "^0.3.0",
  105. "babel-plugin-polyfill-corejs3": "^0.5.0",
  106. "babel-plugin-polyfill-regenerator": "^0.3.0",
  107. "core-js-compat": "^3.20.2",
  108. "semver": "^6.3.0"
  109. },
  110. "deprecated": false,
  111. "description": "A Babel preset for each environment.",
  112. "devDependencies": {
  113. "@babel/core": "^7.16.10",
  114. "@babel/core-7.12": "npm:@babel/core@7.12.9",
  115. "@babel/helper-plugin-test-runner": "^7.16.7",
  116. "@babel/traverse": "^7.16.10"
  117. },
  118. "engines": {
  119. "node": ">=6.9.0"
  120. },
  121. "homepage": "https://babel.dev/docs/en/next/babel-preset-env",
  122. "license": "MIT",
  123. "main": "./lib/index.js",
  124. "name": "@babel/preset-env",
  125. "peerDependencies": {
  126. "@babel/core": "^7.0.0-0"
  127. },
  128. "publishConfig": {
  129. "access": "public"
  130. },
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/babel/babel.git",
  134. "directory": "packages/babel-preset-env"
  135. },
  136. "version": "7.16.11"
  137. }