{
  "manifest": {
    "name": "babel-plugin-polyfill-corejs3",
    "version": "0.10.4",
    "description": "A Babel plugin to inject imports to core-js@3 polyfills",
    "repository": {
      "type": "git",
      "url": "https://github.com/babel/babel-polyfills.git",
      "directory": "packages/babel-plugin-polyfill-corejs3"
    },
    "license": "MIT",
    "publishConfig": {
      "access": "public"
    },
    "main": "lib/index.js",
    "exports": {
      ".": [
        {
          "import": "./esm/index.mjs",
          "default": "./lib/index.js"
        },
        "./lib/index.js"
      ],
      "./package.json": "./package.json"
    },
    "keywords": [
      "babel-plugin"
    ],
    "dependencies": {
      "@babel/helper-define-polyfill-provider": "^0.6.1",
      "core-js-compat": "^3.36.1"
    },
    "devDependencies": {
      "@babel/core": "^7.22.6",
      "@babel/helper-plugin-test-runner": "^7.22.5",
      "@babel/plugin-proposal-decorators": "^7.22.15",
      "@babel/plugin-transform-class-properties": "^7.22.5",
      "@babel/plugin-transform-classes": "^7.22.6",
      "@babel/plugin-transform-for-of": "^7.22.5",
      "@babel/plugin-transform-modules-commonjs": "^7.22.5",
      "@babel/plugin-transform-runtime": "^7.22.15",
      "@babel/plugin-transform-spread": "^7.22.5",
      "core-js": "^3.36.1",
      "core-js-pure": "^3.36.1"
    },
    "peerDependencies": {
      "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
    },
    "gitHead": "a5db9c31c5b5474b4018e6178bc40882fc3eb5bf",
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-babel-plugin-polyfill-corejs3-0.10.4-789ac82405ad664c20476d0233b485281deb9c77-integrity/node_modules/babel-plugin-polyfill-corejs3/package.json",
    "readmeFilename": "README.md",
    "readme": "# babel-plugin-polyfill-corejs3\n\n## Install\n\nUsing npm:\n\n```sh\nnpm install --save-dev babel-plugin-polyfill-corejs3\n```\n\nor using yarn:\n\n```sh\nyarn add babel-plugin-polyfill-corejs3 --dev\n```\n\n## Usage\n\nAdd this plugin to your Babel configuration:\n\n```json\n{\n  \"plugins\": [[\"polyfill-corejs3\", { \"method\": \"usage-global\", \"version\": \"3.20\" }]]\n}\n```\n\nThis package supports the `usage-pure`, `usage-global`, and `entry-global` methods.\nWhen `entry-global` is used, it replaces imports to `core-js`.\n\n## Options\n\nSee [here](../../docs/usage.md#options) for a list of options supported by every polyfill provider.\n\n### `version`\n\n`string`, defaults to `\"3.0\"`.\n\nThis option only has an effect when used alongside `\"method\": \"usage-global\"` or `\"method\": \"usage-pure\"`. It is recommended to specify the minor version you are using as `core-js@3.0` may not include polyfills for the latest features. If you are bundling an app, you can provide the version directly from your node modules:\n\n```js\n{\n  plugins: [\n    [\"polyfill-corejs3\", {\n      \"method\": \"usage-pure\",\n      // use `core-js/package.json` if you are using `usage-global`\n      \"version\": require(\"core-js-pure/package.json\").version\n    }]\n  ]\n}\n```\n\nIf you are a library author, specify a reasonably modern `core-js` version in your\n`package.json` and provide the plugin the minimal supported version.\n\n```json\n{\n  \"dependencies\": {\n    \"core-js\": \"^3.20.0\"\n  }\n}\n```\n```js\n{\n  plugins: [\n    [\"polyfill-corejs3\", {\n      \"method\": \"usage-global\",\n      // improvise if you have more complicated version spec, e.g. > 3.1.4\n      \"version\": require(\"./package.json\").dependencies[\"core-js\"]\n    }]\n  ]\n}\n```\n\n### `proposals`\n\n`boolean`, defaults to `false`.\n\nThis option only has an effect when used alongside `\"method\": \"usage-global\"` or `\"method\": \"usage-pure\"`. When `proposals` are `true`, any ES proposal supported by core-js will be polyfilled as well.",
    "licenseText": "MIT License\n\nCopyright (c) 2014-present Nicolò Ribaudo and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz",
    "hash": "789ac82405ad664c20476d0233b485281deb9c77",
    "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==",
    "registry": "npm",
    "packageName": "babel-plugin-polyfill-corejs3",
    "cacheIntegrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg== sha1-eJrIJAWtZkwgR20CM7SFKB3rnHc="
  },
  "registry": "npm",
  "hash": "789ac82405ad664c20476d0233b485281deb9c77"
}