You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 4.9 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "@babel/preset-env@7.9.6",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@babel/preset-env@7.9.6",
  9. "_id": "@babel/preset-env@7.9.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ==",
  12. "_location": "/@babel/preset-env",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/preset-env@7.9.6",
  18. "name": "@babel/preset-env",
  19. "escapedName": "@babel%2fpreset-env",
  20. "scope": "@babel",
  21. "rawSpec": "7.9.6",
  22. "saveSpec": null,
  23. "fetchSpec": "7.9.6"
  24. },
  25. "_requiredBy": [
  26. "/@svgr/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.9.6.tgz",
  29. "_spec": "7.9.6",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Henry Zhu",
  33. "email": "hi@henryzoo.com"
  34. },
  35. "dependencies": {
  36. "@babel/compat-data": "^7.9.6",
  37. "@babel/helper-compilation-targets": "^7.9.6",
  38. "@babel/helper-module-imports": "^7.8.3",
  39. "@babel/helper-plugin-utils": "^7.8.3",
  40. "@babel/plugin-proposal-async-generator-functions": "^7.8.3",
  41. "@babel/plugin-proposal-dynamic-import": "^7.8.3",
  42. "@babel/plugin-proposal-json-strings": "^7.8.3",
  43. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
  44. "@babel/plugin-proposal-numeric-separator": "^7.8.3",
  45. "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
  46. "@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
  47. "@babel/plugin-proposal-optional-chaining": "^7.9.0",
  48. "@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
  49. "@babel/plugin-syntax-async-generators": "^7.8.0",
  50. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  51. "@babel/plugin-syntax-json-strings": "^7.8.0",
  52. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
  53. "@babel/plugin-syntax-numeric-separator": "^7.8.0",
  54. "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
  55. "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
  56. "@babel/plugin-syntax-optional-chaining": "^7.8.0",
  57. "@babel/plugin-syntax-top-level-await": "^7.8.3",
  58. "@babel/plugin-transform-arrow-functions": "^7.8.3",
  59. "@babel/plugin-transform-async-to-generator": "^7.8.3",
  60. "@babel/plugin-transform-block-scoped-functions": "^7.8.3",
  61. "@babel/plugin-transform-block-scoping": "^7.8.3",
  62. "@babel/plugin-transform-classes": "^7.9.5",
  63. "@babel/plugin-transform-computed-properties": "^7.8.3",
  64. "@babel/plugin-transform-destructuring": "^7.9.5",
  65. "@babel/plugin-transform-dotall-regex": "^7.8.3",
  66. "@babel/plugin-transform-duplicate-keys": "^7.8.3",
  67. "@babel/plugin-transform-exponentiation-operator": "^7.8.3",
  68. "@babel/plugin-transform-for-of": "^7.9.0",
  69. "@babel/plugin-transform-function-name": "^7.8.3",
  70. "@babel/plugin-transform-literals": "^7.8.3",
  71. "@babel/plugin-transform-member-expression-literals": "^7.8.3",
  72. "@babel/plugin-transform-modules-amd": "^7.9.6",
  73. "@babel/plugin-transform-modules-commonjs": "^7.9.6",
  74. "@babel/plugin-transform-modules-systemjs": "^7.9.6",
  75. "@babel/plugin-transform-modules-umd": "^7.9.0",
  76. "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
  77. "@babel/plugin-transform-new-target": "^7.8.3",
  78. "@babel/plugin-transform-object-super": "^7.8.3",
  79. "@babel/plugin-transform-parameters": "^7.9.5",
  80. "@babel/plugin-transform-property-literals": "^7.8.3",
  81. "@babel/plugin-transform-regenerator": "^7.8.7",
  82. "@babel/plugin-transform-reserved-words": "^7.8.3",
  83. "@babel/plugin-transform-shorthand-properties": "^7.8.3",
  84. "@babel/plugin-transform-spread": "^7.8.3",
  85. "@babel/plugin-transform-sticky-regex": "^7.8.3",
  86. "@babel/plugin-transform-template-literals": "^7.8.3",
  87. "@babel/plugin-transform-typeof-symbol": "^7.8.4",
  88. "@babel/plugin-transform-unicode-regex": "^7.8.3",
  89. "@babel/preset-modules": "^0.1.3",
  90. "@babel/types": "^7.9.6",
  91. "browserslist": "^4.11.1",
  92. "core-js-compat": "^3.6.2",
  93. "invariant": "^2.2.2",
  94. "levenary": "^1.1.1",
  95. "semver": "^5.5.0"
  96. },
  97. "description": "A Babel preset for each environment.",
  98. "devDependencies": {
  99. "@babel/cli": "^7.8.4",
  100. "@babel/core": "^7.9.6",
  101. "@babel/helper-fixtures": "^7.8.6",
  102. "@babel/helper-plugin-test-runner": "^7.8.3",
  103. "@babel/plugin-syntax-dynamic-import": "^7.2.0"
  104. },
  105. "gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d",
  106. "homepage": "https://babeljs.io/",
  107. "license": "MIT",
  108. "main": "lib/index.js",
  109. "name": "@babel/preset-env",
  110. "peerDependencies": {
  111. "@babel/core": "^7.0.0-0"
  112. },
  113. "publishConfig": {
  114. "access": "public"
  115. },
  116. "repository": {
  117. "type": "git",
  118. "url": "https://github.com/babel/babel/tree/master/packages/babel-preset-env"
  119. },
  120. "version": "7.9.6"
  121. }