package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "babel-plugin-polyfill-corejs3@^0.6.0",
  3. "_id": "babel-plugin-polyfill-corejs3@0.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==",
  6. "_location": "/babel-plugin-polyfill-corejs3",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-polyfill-corejs3@^0.6.0",
  12. "name": "babel-plugin-polyfill-corejs3",
  13. "escapedName": "babel-plugin-polyfill-corejs3",
  14. "rawSpec": "^0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/plugin-transform-runtime",
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz",
  23. "_shasum": "56ad88237137eade485a71b52f72dbed57c6230a",
  24. "_spec": "babel-plugin-polyfill-corejs3@^0.6.0",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/@babel/plugin-transform-runtime",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel-polyfills/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-define-polyfill-provider": "^0.3.3",
  32. "core-js-compat": "^3.25.1"
  33. },
  34. "deprecated": false,
  35. "description": "A Babel plugin to inject imports to core-js@3 polyfills",
  36. "devDependencies": {
  37. "@babel/core": "^7.17.8",
  38. "@babel/helper-plugin-test-runner": "^7.16.7",
  39. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  40. "@babel/plugin-transform-classes": "^7.16.7",
  41. "@babel/plugin-transform-for-of": "^7.16.7",
  42. "@babel/plugin-transform-modules-commonjs": "^7.17.7",
  43. "@babel/plugin-transform-spread": "^7.16.7",
  44. "core-js": "^3.25.1",
  45. "core-js-pure": "^3.25.1"
  46. },
  47. "exports": {
  48. ".": [
  49. {
  50. "import": "./esm/index.mjs",
  51. "default": "./lib/index.js"
  52. },
  53. "./lib/index.js"
  54. ],
  55. "./package.json": "./package.json"
  56. },
  57. "gitHead": "42b9477c199c0c5420b45cfa8c9bb892d94a64af",
  58. "homepage": "https://github.com/babel/babel-polyfills#readme",
  59. "keywords": [
  60. "babel-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "babel-plugin-polyfill-corejs3",
  65. "peerDependencies": {
  66. "@babel/core": "^7.0.0-0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel-polyfills.git",
  74. "directory": "packages/babel-plugin-polyfill-corejs3"
  75. },
  76. "version": "0.6.0"
  77. }