package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "babel-plugin-polyfill-corejs2@^0.3.3",
  3. "_id": "babel-plugin-polyfill-corejs2@0.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==",
  6. "_location": "/babel-plugin-polyfill-corejs2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-polyfill-corejs2@^0.3.3",
  12. "name": "babel-plugin-polyfill-corejs2",
  13. "escapedName": "babel-plugin-polyfill-corejs2",
  14. "rawSpec": "^0.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.3"
  17. },
  18. "_requiredBy": [
  19. "/@babel/plugin-transform-runtime",
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz",
  23. "_shasum": "5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122",
  24. "_spec": "babel-plugin-polyfill-corejs2@^0.3.3",
  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/compat-data": "^7.17.7",
  32. "@babel/helper-define-polyfill-provider": "^0.3.3",
  33. "semver": "^6.1.1"
  34. },
  35. "deprecated": false,
  36. "description": "A Babel plugin to inject imports to core-js@2 polyfills",
  37. "devDependencies": {
  38. "@babel/core": "^7.17.8",
  39. "@babel/helper-plugin-test-runner": "^7.16.7",
  40. "@babel/plugin-transform-for-of": "^7.16.7",
  41. "@babel/plugin-transform-modules-commonjs": "^7.17.7"
  42. },
  43. "exports": {
  44. ".": [
  45. {
  46. "import": "./esm/index.mjs",
  47. "default": "./lib/index.js"
  48. },
  49. "./lib/index.js"
  50. ],
  51. "./package.json": "./package.json"
  52. },
  53. "gitHead": "42b9477c199c0c5420b45cfa8c9bb892d94a64af",
  54. "homepage": "https://github.com/babel/babel-polyfills#readme",
  55. "keywords": [
  56. "babel-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/index.js",
  60. "name": "babel-plugin-polyfill-corejs2",
  61. "peerDependencies": {
  62. "@babel/core": "^7.0.0-0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel-polyfills.git",
  70. "directory": "packages/babel-plugin-polyfill-corejs2"
  71. },
  72. "version": "0.3.3"
  73. }