{
  "manifest": {
    "name": "react-app-polyfill",
    "version": "3.0.0",
    "description": "Polyfills for various browsers including commonly used language features",
    "repository": {
      "type": "git",
      "url": "https://github.com/facebook/create-react-app.git",
      "directory": "packages/react-app-polyfill"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/facebook/create-react-app/issues"
    },
    "engines": {
      "node": ">=14"
    },
    "files": [
      "ie9.js",
      "ie11.js",
      "jsdom.js",
      "stable.js"
    ],
    "dependencies": {
      "core-js": "^3.19.2",
      "object-assign": "^4.1.1",
      "promise": "^8.1.0",
      "raf": "^3.4.1",
      "regenerator-runtime": "^0.13.9",
      "whatwg-fetch": "^3.6.2"
    },
    "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9",
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-react-app-polyfill-3.0.0-95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7-integrity/node_modules/react-app-polyfill/package.json",
    "readmeFilename": "README.md",
    "readme": "# react-app-polyfill\n\nThis package includes polyfills for various browsers.\nIt includes minimum requirements and commonly used language features used by [Create React App](https://github.com/facebook/create-react-app) projects.\n\n### Usage\n\nFirst, install the package using Yarn or npm:\n\n```sh\nnpm install react-app-polyfill\n```\n\nor\n\n```sh\nyarn add react-app-polyfill\n```\n\n## Supporting Internet Explorer\n\nYou can import the entry point for the minimal version you intend to support to ensure that the minimum language features are present that are required to use Create React App. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.\n\nThese modules ensure the following language features are present:\n\n1. `Promise` (for `async` / `await` support)\n1. `window.fetch` (a Promise-based way to make web requests in the browser)\n1. `Object.assign` (a helper required for Object Spread, i.e. `{ ...a, ...b }`)\n1. `Symbol` (a built-in object used by `for...of` syntax and friends)\n1. `Array.from` (a built-in static method used by array spread, i.e. `[...arr]`)\n\n_If you need more features, see the [Polyfilling other language features](#polyfilling-other-language-features) section below._\n\n#### Internet Explorer 9\n\n```js\n// This must be the first line in src/index.js\nimport 'react-app-polyfill/ie9';\n\n// ...\n```\n\n#### Internet Explorer 11\n\n```js\n// This must be the first line in src/index.js\nimport 'react-app-polyfill/ie11';\n\n// ...\n```\n\n## Polyfilling other language features\n\nYou can also polyfill stable language features not available in your target browsers. If you're using this in Create React App, it will automatically use the `browserslist` you've defined to only include polyfills needed by your target browsers when importing the `stable` polyfill. **Make sure to follow the Internet Explorer steps above if you need to support Internet Explorer in your application**.\n\n```js\n// This must be the first line in src/index.js\nimport 'react-app-polyfill/stable';\n\n// ...\n```\n\nIf you are supporting Internet Explorer 9 or Internet Explorer 11 you should include both the `ie9` or `ie11` and `stable` modules:\n\nFor IE9:\n\n```js\n// These must be the first lines in src/index.js\nimport 'react-app-polyfill/ie9';\nimport 'react-app-polyfill/stable';\n\n// ...\n```\n\nFor IE11:\n\n```js\n// These must be the first lines in src/index.js\nimport 'react-app-polyfill/ie11';\nimport 'react-app-polyfill/stable';\n\n// ...\n```\n",
    "licenseText": "MIT License\n\nCopyright (c) 2013-present, Facebook, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz#95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
    "hash": "95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7",
    "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
    "registry": "npm",
    "packageName": "react-app-polyfill",
    "cacheIntegrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w== sha1-lSIeCpvSWeXKaxd8e7HLZ2j2j9c="
  },
  "registry": "npm",
  "hash": "95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7"
}