{"_id":"react-app-polyfill","_rev":"46-869dfc62e13a57c404dcb0d8300a7c8a","name":"react-app-polyfill","dist-tags":{"latest":"3.0.0","next":"3.1.0-next.14","canary":"1.1.0-next.38"},"versions":{"0.0.0":{"name":"react-app-polyfill","version":"0.0.0","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"timer","email":"timer150@gmail.com"},"dist":{"integrity":"sha512-Dlhou1qac7lo3ZGiT3r3foc8a9+X5knTFCWs+9S+rnht5Aj5lY4yuZdjYzNL2nEVOmR+q7SKge4DwfH8LN7v0g==","shasum":"6b491b453a8c0cbfc714fe4e157de2a19eb94227","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.0.0.tgz","fileCount":5,"unpackedSize":4353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqoHNCRA9TVsSAnZWagAA06gP/jwmzT9g5WJv17AoLin6\n2OP7Owm+jwUWdhieJ5YA1QoF6Qv9jUIgLK4KTvtUFyy/meU+e71zaOV27A3s\nMnIpSUMXhaMMhwGBVXDpDiPhcwjfJptXVvT/zdAMdH9fnzr0+Gd+wsZj7Ido\n5czGcdHKgHvWEOSHVTkw0WyxlaBtnvYWAH9iijzJ4ukb1iHB2G5PaoxDDSJo\n3Vm1MycyEe9a/rfYcySd9Gia4UmBLaATSmdurhbooI42+poYLM0L3ERYRnJE\nlqku2wvqrVqrJ+Yzpxj3dSQjvX+cTwk3CyaKD3IQNu0y/JSMDrb8c/ys99AA\nEXBrgI1yxgaxtzAY64Ebiars3nn1I+CVQ83GiESy/vggehMV5IWjn7B39c4N\nm478G76aVvz2H1KS/A5v68OKFJmG3RmyQLLqUul6q2V75QYMcFJYgDND3Pk3\n7m3Tsuzl02QxX0TEgtE9I867g2E/bSXOo9pwa4wKgDyXvDsFP8zenrgoEUFq\nOMe9aaK8xRn7TR9+iMMdzJDXXyuO05z+I5EgZtbmoUUtRZGHc5r4gwrEYJRP\n3Tz5pwkUpHP9lWQpruFLEkml7vuaYGWZMYYpAy7EBVOW83iOtEiCHw1q3/Q1\nQebD6YdLrs5EUBfgG/n3vu6yXj9YvmrQEGeZyAigLoRsoeTweSVkD4Pi/v3Z\niAfY\r\n=vptV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDL+RTnUtJ7bHi9IktM2RZc/ElxEFdr3Kb3+9YlfsopvQIgRrKUCMDcSlPCAprOUogVJpfqLNCdPCv0o03XC/nS2Iw="}]},"maintainers":[{"name":"timer","email":"timer150@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.0.0_1537901005151_0.016932041925231678"},"_hasShrinkwrap":false},"0.1.0":{"name":"react-app-polyfill","version":"0.1.0","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"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### Features\n\nEach polyfill ensures 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### Usage\n\nFirst, install the package using Yarn or npm:\n\n```bash\n$ npm install react-app-polyfill --save\n$ # or\n$ yarn add react-app-polyfill\n```\n\nNow, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.\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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"timer","email":"timer150@gmail.com"},"dist":{"integrity":"sha512-EDjQ15N7JDm6yc9x3KL3ffWJaP/BprBnkey1HiDMMqnJ+kV/zmXyPV4FACmmV6w9clLwGYxF9HkoCersIP4rOg==","shasum":"d04e796649b9cc13bc6da3f4ccbb354880468a74","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.1.0.tgz","fileCount":5,"unpackedSize":4190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbq8puCRA9TVsSAnZWagAATkoP/0J78m9EWmXRKJIUAb2C\n1g2ZHmFDBkyVRhnOhIDdLdgPT53mHD4XJcb2dtbxvr8SvcfjguKhNwoLPHyi\nPbN2lU+qsdPeCFaPTCtScnhCjzxWxmT20CD7PZ6ZPO/ZEU1Kzl2FNVP4qwU0\naY63Wrd7ymofdNJhn7K8rhUB21RgUmY4UtdjiKBDUwKui8O/57HpkJarjOJ2\nUC2+KEHxaqQC2GH57ov0t9Qdv/03CfcixSQ7RD5R5oP6hWNoJrmrmCWrOvQS\nJestRvOc1WH5XPrAQAqT1IfVWE2EP/iBWz199LeN6j6wilEaPHfKS2KKTwWI\ni3bGXNMYBWzN41tcRLK18xokMJbnGsYKCIOogDu8Uqz1pbCDZTJr3/OIpfXo\nkiMmVaiXbyM/DEJ8P9Iz7WhsoNytP1AwCZjizS5BlTgikCgRrCbYyGkxWag1\n9TMMojqlTqWfV0LsbFI2mySk48ZYqiLsoXdBGE+/c07a9iWIp038f2JTomAP\nzPTsSkc2cI6CaJflGPgpt7z6J35olOoG0mRo4DE9ZHgn1EAhbhxSKLbVwmxe\nw7tdT0fr32vcyBxDg8Uyu47epQR//GveGhdXr6s1P754CJaqdOJFyi4izDmc\n9vUoIeRAoJfBZvfL5Esm+EcMlVyCJjRlIfeicoYKrnet5Qtx/55aGip6axTM\npmX3\r\n=KeOw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZ/qRMIEqJoe8b9069RykynppqwhuIbJHY8aMIJl0OnAIgMcpnh0Ih7F/lhxcZLT2M9YkGDJ9FBTBc6TsdcrZykaI="}]},"maintainers":[{"name":"timer","email":"timer150@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.1.0_1537985134116_0.8090968073550162"},"_hasShrinkwrap":false},"0.1.1":{"name":"react-app-polyfill","version":"0.1.1","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"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### Features\n\nEach polyfill ensures 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### Usage\n\nFirst, install the package using Yarn or npm:\n\n```bash\n$ npm install react-app-polyfill --save\n$ # or\n$ yarn add react-app-polyfill\n```\n\nNow, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.\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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.1.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"timer","email":"timer150@gmail.com"},"dist":{"integrity":"sha512-9wV9/uH2F1AWLbLGOQzJcmCJAIGdIAl2aTlExbD+I8N6kvsNTzl8v6pSTNhAQCPVDVTd7prmmhkc4szzw9ySBQ==","shasum":"c0ce6595b2bb6153c4e9fbce3380d10f09a8c2f7","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.1.1.tgz","fileCount":5,"unpackedSize":4383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbriSFCRA9TVsSAnZWagAAYocP/2IpTVmpi7wYy0NF6LoB\n6Is2GKH1jXKjEe2R1e5CTsDeS3mtDrVn5mUyX9BqpRP/kvY9mNPwoQsnJhuL\n7BjUizUyq9OnqI2bOUivYFbbAZoefeJJZe4cbuWUdKGx31GqpbWrT7JxyIRF\nCwxLB2th1SUWffs0cqF+P4IySyodOqdC77psA+aNBGKHzXMMpjW0outeexAN\n16a8afEZwez6oMIVIfAtM2jwYLoLtx6BTsVwmG7co0FXjEslEc7LfYf6lStI\nnOtMpHBRZ+1prUPtbt9F9gH2LIgDnKMjoOgLudB0z9MjIhVXBRrkvQpLGLcn\nIB+MwC3usDI4QrjFaGIjmOdXQtQcLfOHf+VMPgpmpqk8eq7eaFnNA8rSdSb8\nWA2g3ngB+zcjKV62F9IJlwRDsa35Q6EJQB2kVCkQ4BvytxN7RxE/9W4XdKAa\nAEs03tVQEWBgsYl0FUDyVRgxSB1luiMQB2pwquPbZQlNF9W9KDOHJvYzgb5t\nLBQ1YEDhtolG+9jEkW/xL1RugPUMo27QrlW+5NNkX1Eht7SW7a8bYs4I9EHy\nidMcXzv8r7Yba8be3ZqW4JD5sFnLV0kACkGA6Hz0DznkpM4S3wI6GetLOi+l\nuA5BjIxv8fb4wkiRLQQfJoY9e1IERdGXmJpCpHP6P6d1HZACgzmcwgvv3VdG\nkjFu\r\n=AZ4V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPnxtAKcDbbAXrF0Sn9GuiwMC+fGtLk96UB35dkcGBsAIhAObqimJyl10szExCl29/TVxz0a0ha2wvOoh94tfRIwuq"}]},"maintainers":[{"name":"timer","email":"timer150@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.1.1_1538139268378_0.9921028945387897"},"_hasShrinkwrap":false},"0.1.2":{"name":"react-app-polyfill","version":"0.1.2","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"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### Features\n\nEach polyfill ensures 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### Usage\n\nFirst, install the package using Yarn or npm:\n\n```bash\n$ npm install react-app-polyfill --save\n$ # or\n$ yarn add react-app-polyfill\n```\n\nNow, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.\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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.1.2","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"timer","email":"timer150@gmail.com"},"dist":{"integrity":"sha512-jVlAFasU3PqwAMXA+k6zqpvv9x51n3fexLhTPPkoheC1MHcE7C8hSn4g2GMg7vxzFHyqJA1bzprfMggC6dJM1w==","shasum":"3416dc1efa4fcf80f273b1993497cc01148ea66f","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.1.2.tgz","fileCount":6,"unpackedSize":5463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbskmmCRA9TVsSAnZWagAAJ+gP/RsETpA1HIvhcnpAwza0\n90fRNTz7PiAUbaDkzY1kUZejDat/UY1vRA3j5A8vSMgyy9kb1Po1WC2D329M\nbyDpeSkXZn5tua1VDixIBVEeGxuKqb7dwTe82GIyPUi4Ao6zuzxdWPR/69xl\nlgg212kr4/dwQTjU2IpLdOw3fT4IOjfRkrDXMqpuV/IvM/8YLTY2uxSwFcv6\nPRUcw1HrD/zZCXbLfHqB6p+BabEZnyZzj1Pz+q5ACRmmbW21R/98pJbiNJZD\nZedxpzkxrtbMHcDves7MOpf1TOq8/84cDruDvNwGKenZCmY7NMgOKPYhTMk5\nkHZmS0jcHv11Wsx5y7yfsfMGaaK3WpqN3xm/3JDGbMcCLkSZRvfnKgVb8AY4\nZobtmGoo1sgYSJzYCdZws9DODgELB9EthMkNO5MBjf7bKoOyOtCZFYTX/bMd\nFesCyGOjCQ1c8k1HYUxE3yNpBx+JSkhnia6e9zMhbOS0pqUT7GysCwDGMtFn\n3r3Oe6vuewUIh8NtQWKqmJjEkDvUls8HfoAlGf7pB25oGgGdKjsvH11BPRve\nH8+hgWFUy0qzBMaz3nDeFvDE8R1SoIPMNTEQEWGAopElYDYzAAmaM5yP7LGB\n/s1X7iaypkMNkISCiZYfxqahbiooWeRfAUeAulCk56L/W4PyNog+4x1KLLDc\nubgX\r\n=DhZ4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBnFvwhRDaPBHbMPVmg9ma/LILoPTmW+lQy5p+pW7zT9AiEAxaWNyQrRTAqJiiyLkyzXIwCwIj26gbu7Kq3T8OiPi+4="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.1.2_1538410917408_0.851734503045503"},"_hasShrinkwrap":false},"0.1.3":{"name":"react-app-polyfill","version":"0.1.3","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.1.3","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"timer","email":"timer150@gmail.com"},"dist":{"integrity":"sha512-Fl5Pic4F15G05qX7RmUqPZr1MtyFKJKSlRwMhel4kvDLrk/KcQ9QbpvyMTzv/0NN5957XFQ7r1BNHWi7qN59Pw==","shasum":"e57bb50f3751dac0e6b3ac27673812c68c679a1d","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.1.3.tgz","fileCount":6,"unpackedSize":5462,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbssHfCRA9TVsSAnZWagAA9+EP/Ra/RByAlxk9RaJBWpCN\nkErW0jQg7Kaf5RlFV2OELRzzHmIx6deQMeRmeA5M/0h98HOEPuEwXuAJraN4\nMk5BglSP9pK2j2hLEFfzfQASCjTg7RSmskFy0Tpd0gCz0ILfpp+eVxITky3c\n4hJI0XGpv3zG6D1FzzWL8wy/tPWUbPUMVeAsTc0QSCcgX0V9HSYtivxJdo8z\nBbAuohhxg4ZJqtaJIe2CAoOQEH5dEBNheMz7VRpbwrvPDBHPS967On7LE5+n\nKuAFjqjP2/jbhstEj0bOyaZREBRD0fG4nx5mCoXutWn73+ZvLFVBGVNHfGYb\nSlDPxG+iDfUeTcAvasIkFyPshrVn3EJd0vtZd39h497CX8ugCmUpgKgNS2bk\nzdoUgA33LDcEvL1Z1HXcNC2C/yDIr5hevw6U0FJU4FKDBMbUS1WOXOHYOpRI\njf4heqcWG/Qt/UZlw6g6XQwVYg2Pk/f5/P32f75fkC1LtaucQNYknNv8qr3j\niv29iHuKWP6b2JCBisuVZrWOr88gm8e+MTerNLKspL+EhyPTevLrpD/cyeFN\nxYDL4uGi1854uNuFKcWIAfNOtkh3D94jeYG5vQOwJdoLL2ZcV28ysY5S/zep\nhHDldGwuEUIQsUhuhRPagekymLV0JWvDbji8lVzrzu8FYxuG8ujbGkPqBGxB\nBIQC\r\n=hy6F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEeuQ2U9AfuxUW36JrvB3PszJzLFbKflC3Np14FUIU0DAiBqL24lyY6GxsA4KyuLsd5vJyv35fLRrLSOvAh7jrmIJw=="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.1.3_1538441694704_0.7996543814273798"},"_hasShrinkwrap":false},"0.1.4-next.9b4009d7":{"name":"react-app-polyfill","version":"0.1.4-next.9b4009d7","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"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### Features\n\nEach polyfill ensures 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### Usage\n\nFirst, install the package using Yarn or npm:\n\n```bash\nnpm install react-app-polyfill\n```\n\nor\n\n```bash\nyarn add react-app-polyfill\n```\n\nNow, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.\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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.1.4-next.9b4009d7","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"timer","email":"timer150@gmail.com"},"dist":{"integrity":"sha512-hVoGT/We94v00NtnnFVfiNxLUF7oxV+COgfF15H9rHWWyEAlZMBo0AYfOTUuHPWwjxJymrop7aqhGSJlQVpA8w==","shasum":"bf67cabe3a6fd6e5f1f43281c5463850406ef49e","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.1.4-next.9b4009d7.tgz","fileCount":6,"unpackedSize":5476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbz8jWCRA9TVsSAnZWagAAvagQAIe+Bumo5rGorOmFyg6F\njAIBLomOQzJ5WcfDaZvDXjmOaF6Dt2rOIK+Bj9dXlzKymCNXfUEJVtryu4ML\nrMb6TlA3dlmAFQ9OJw+vYeJg1DvHDaLPAbptIL3jas0tswhBvXctWzwUJOiv\nWGGUplLIQmD520WwUpanzqkH6/ujsEDiMNX09Bxk1aRaNMLkIfaKyTNMf+jQ\nkUEy011rQDcnAr2HuGwaNm3rrkBfLbh0XPmIxO7djCGt1L+J2tlwDoCMpnLM\nandXr9f9QZGXg88OiDSzwL4KwbVHuw0wPnE1EDgcbNOk8mcdWDCKh3SSicYm\nJDqdau1Fp6KXsJ/CkVl9bHWLs1zewe+SqaEeKkZZrVtbiB+sudfQCoyURGRG\nn6ErPUZPlo4LQT1Kv7phGvquI751f9QM7T65x5eCw37e15XR4+p9DfrK3m14\nN8FHqvkFrobpgzTrA0fxfcDtHIUJVsY09cpyfp4BKXfbXLdzZZ+fA+gXUp/v\nAui14V9PYhjLzyMyWlaFKizPm82CUUX7dmytpwuQwEuDmmgmbbe8KE2rXlgy\nYERZq2D8DGT5TsHeSjptOEkuqiNmxHu3UC6HEFzREs9PNNoNs0VlU2KEB63u\nXnzQ8fdN70ia2ApaTnvdHB0PdzxeEwqf3wJp2zzqExvqjGlXmaQCw0/2xNYg\nxMk9\r\n=6FVY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEMQCB+EH4xiGTQoXDfNFwojFik8L6ArQUcE6nv2nFQwIhAIjjwePDRrTaf0ntXxRpGyLHOcjXvQGVynqnpmopoLVS"}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.1.4-next.9b4009d7_1540344022091_0.1133470908364329"},"_hasShrinkwrap":false},"0.1.4-next.c662dfb0":{"name":"react-app-polyfill","version":"0.1.4-next.c662dfb0","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"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### Features\n\nEach polyfill ensures 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### Usage\n\nFirst, install the package using Yarn or npm:\n\n```bash\nnpm install react-app-polyfill\n```\n\nor\n\n```bash\nyarn add react-app-polyfill\n```\n\nNow, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.\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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.1.4-next.c662dfb0","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"timer","email":"timer150@gmail.com"},"dist":{"integrity":"sha512-+Zzso8VBvAgUmLK+Nxx+wcZwhrX8FkYbd64Rlfy/UC9qxm81B20+v7KvSND1c18s377btTkeXBNbAKEPxvA2tg==","shasum":"762e5c9ccfe08a8a6ed9a38604789337517d345c","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.1.4-next.c662dfb0.tgz","fileCount":6,"unpackedSize":5476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0c0ICRA9TVsSAnZWagAAxVMP/Raa+keMLNUbWQY7P60C\neygHEJ9pWORzVJEHKSWYJ+k/F1W6bLfL9uYGIBLAA82cjyyey4ZvzNchldBW\nx7TDorRaN/cjOlsGQZuc9KEnCyYYrah1RF4I/QtpaICxg6WHKAnpmjIpxytr\nMm5LKlFCVg1QNfpcuON6IXfbfa3UvTFxl7CD7cuxhYEBM5kP9jP9xgbmGRLK\nTykpJLlkqp4SIrsIaeggjjTxQJ+5PAUdt4/I6Q5mig+wv5jSY0IGcmyLBQ1i\nMOg//jhVO8TGko+IeakxxTgo4iuLtJF4mZMZmqfLbt/bWB/ssbtFZY3pF3/5\nfzWt+Ts/EwidVPWqHhY9uasVfyn2A4j33NOwZC3KtzOLJzcDPsAZU4afxZsz\npJlBXCUobyve0+R2UrVTHgXF45Vm2jsFIQqKl7lVRl0CxP9AsZJl6pfvTNEP\nxAJYjzqfVlkwQc7zRrLWSlzGVQxvbBFQB8I56mQqvuQ5ha5qZMuN323D9iOs\nMw5kwiW4d+06IWgzKFlV9vFx2ADwmF8UCV+ExvYvaOWm55YWyFCfpNr1BGKm\nFjI8SafTLQj/9/gZOYX/VDrkaEwzyXc4j9EC7ZcE7wk2cW8ebtPqjbOq8PtF\nADYI5VqzSPQOeleFFKfWgJlYrumSaAq0dBSSQpUmUF2d8dBDrzhursJsjsy+\nhDJg\r\n=/gyJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCi4rXhIX3peHnp1Q1WDKSSd3oDN/ajHTmwirZOv/IGEgIgYD3TNV/GE2WSqlMFaiSjjOLV8aYp4pBI2B2EccJQcjM="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.1.4-next.c662dfb0_1540476167875_0.5365200258387977"},"_hasShrinkwrap":false},"0.2.0":{"name":"react-app-polyfill","version":"0.2.0","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.2.0","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"timer","email":"timer150@gmail.com"},"dist":{"integrity":"sha512-uBfocjRsBNqhTaEywUZ2buzhHbor2jBbnhZY8VUZ7VZ3PXucIPZrPDAAmbclELhvl+x08PbynAGQfMYcBmqZ2w==","shasum":"60eaf037223b2f3a5671f45e5ac3b418f0b48ad2","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.2.0.tgz","fileCount":6,"unpackedSize":5910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcH9mfCRA9TVsSAnZWagAAq8IP/i1bknv0HDT47xugVsca\nz6LqCVQVYFYEW7kxnrF+xlgF0XnzhzsDe8U6qrtK9F9q2arc/i9RDbzxwA5o\n/cP+xQTB+TOTkwqIxyOLJr8axlUpRs6L2S4Wbv4KhAgdDnoE3UZ7vU1O4qcI\nAPK0GwpbBJgSlGMaBjwFGGjCWwMSaRiBBvBt19mx2kO0lxuslw3ATxfPZXHQ\nRASsWKXLtl5Kv18QEy11szSGKYPZklTHaSvdAuFrzJFYeH22My6AijrmuP9I\nnl4QJI3FwZpJ9ctIVrGVlMkaDfPojKQm9bBs48ngs39L4lsPLR6qyac25RLZ\nQP32L/xeH5i8DjC+wrEwgWrFjgd2saSfMh+WMqyeM02gVuAcZa3xQ7J0O9vD\nRNTY3c7OftUs/uqS0ztuvxitLxpfiG7XwD9vH4WOx2IQeGIZuhEgod/u87d3\nr7BDemqyriyJQhpJgfOZjHTaYxu80Z5Tf3FeOGyI4DprTy9AeIESR8fzAYe8\nAwZttZ0SdoHnVmx1viZdgBdz/L8sBDQ02N6kLSKFgnePUKO9DQJm0yjTytZC\nDM+Zz/8R4EBpBXfZbLj+1E2CiwgXVOT1xW8E6XhRMHbuMbaC4q/PxoAcF99g\n3ntt448gnkL3zHHDtRjE/Iw1qHoPZRG5mUVM2bR+zt0wRH9Al7ssi63lzU8u\ndjEr\r\n=XUWT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcWAVr854UwozsjLz/ClO1kL+Bhh0uzpPzplcHt9pVgAIhAOK9kffPo3QhT/E3pnpoNPzdNip6RW2pLNxov7461u+W"}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.2.0_1545591199436_0.8674312785704523"},"_hasShrinkwrap":false},"0.2.1-next.6a95aae9":{"name":"react-app-polyfill","version":"0.2.1-next.6a95aae9","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.5.7","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.0","whatwg-fetch":"3.0.0"},"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### Features\n\nEach polyfill ensures 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, you must include them manually.*\n\n### Usage\n\nFirst, install the package using Yarn or npm:\n\n```bash\nnpm install react-app-polyfill\n```\n\nor\n\n```bash\nyarn add react-app-polyfill\n```\n\nNow, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.\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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.2.1-next.6a95aae9","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"ianschmitz","email":"ianschmitz@gmail.com"},"dist":{"integrity":"sha512-yokbrUIqztC0IFFtu8uUBH2l4CMuXv8OdHDKyx/WarSmCCpT0idVRsQ74LEu+59C/A7kp5nGFKATnBjUqgfM8Q==","shasum":"7d61a07d5db8a10ccdc003be3a74104de35ddbe2","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.2.1-next.6a95aae9.tgz","fileCount":6,"unpackedSize":5924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcL6cOCRA9TVsSAnZWagAA9OoP/2yRK2dsQAfixJuH+l8p\nbveaM7P6vqFGUomYpcjpgZj5s+9VsLT9UZP+JvnoqN+bSDqYpa/xppIqJBZD\nXK/QbD0yB3ynxV1S/KxzTM6zE65/1np5KXvS6JmfofgMz3ElIpyI+ntfygLY\nO4EE3aWEAivJ7w8LVQUpIQFUsagomgbaZMZ9GMyrwWCggb8Yi2D2yjnl1cxA\njq8s5cRNF4/ZRk3bcF8efrA+keHEpOjnSrz5DQJCCws2kh1hM0qKmzYsBdGO\n91Kf/Do2yt6uiUn/q9DH2/HjwG6o0Lw8hhCMsBCDIj0+uPdravfgdGFud0sH\nrgb01Q1r7pyvTtz7WgGeHfeDXHJU3mCL3lL7jx0wxCENglignJYS8JooEfgI\nX+6+lWUIgbN1OvwMP7OICPRLQOpKhrd3MMzrKZuKeyQ8r0lxejLC13WCyo2x\nmUypkpF3cGVy0v6qyQy/OkPrs3v0gBqztlxWUqQQ6KQ2HBIkY3vZiKp0X2nA\nND8yPFk6oNvaKQ+p0MGSyllgbezA0r0lByetkJ8eAI4zQ4LaKl2o1KhLz55B\ndAnzUkyIDBIwkSBiev1yxTnVyI0SN5LN5IzRdJdPNGOsxIgj0weJK0UHU+ly\nf7LR9qbkjJDnWdE4Xm4CsHNHxsWAqbBeKC1uKmvOFRcQ8JH6zcUdTNzPNcE5\nkyIV\r\n=MGiw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAoj8u+7u8Ar7Mrf3gno+0zXzweV3lVdw7iWOvYlMIk5AiEA2GBL2T0zN7H4vvFusF4KeWJKfXpIzHNe1oM4viFebwo="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.2.1-next.6a95aae9_1546626830118_0.49379837682777583"},"_hasShrinkwrap":false},"0.2.1":{"name":"react-app-polyfill","version":"0.2.1","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.6.4","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.1","whatwg-fetch":"3.0.0"},"homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.2.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"ianschmitz","email":"ianschmitz@gmail.com"},"dist":{"integrity":"sha512-rcpR+WKmLOoYGDAxXaLlxl5Sw6jqbcD1qg2Okn1Ta2RHCxLuQv75B9Em2L2GvuOTx3lAxDpNl/TYGWbKnO/Aag==","shasum":"96c701a40b9671c8547f70bdbb4a47f4d5767790","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.2.1.tgz","fileCount":6,"unpackedSize":5910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYJwtCRA9TVsSAnZWagAA+6AP/iZKGSnlXL2npIybfYbc\nfigpDWdBJy9GcnoXkt1tp19YpGtZ/JfRyWYW47CNCwdy8gE5SPz+w0w17dRA\nEt8jZx6U3lQ9tS3/XOPd80PnuxH3JbT/OowApf0QZ6CT31JXjIxhctm5mOTD\noIXlQzOiZ76/iE+T4PaD3P2JxsE0VynOTydVafttHFuuATiA4KIWXYJVlqwh\n7H3qt/NC3YSpXLobR5i2UPewAo89FAUEZkXb4wgvMtlN4NA7fzB9Ho94CoGF\nsvoS0mKshjvds+sxNLNeEGjlpE3+lrx4+S07vO8CYw+d/jDVPgbwZhTs30ZF\nrjRZ8K9hMmoZuxPGOn2yMaR3ebaE57xD9BK8rZBZcxGikxDU2wvbmlQ8ujZ9\npVfPdAS7DFl7jRNZFB0a2ib0Z52mfN22XjNI2xdc4wQ+snwwq5Loc9lVAihJ\nmrJN12k5gkJiw6gklQPNW8E6+QLUtznIjH1nvjrqb1Prw8Ps5k3tZvXozPX+\npbZD6OttwPWr6DHywzq0YAKYEXtqDJ6kh4u/hDacGeDFDpWfhX/faRVTu/8a\nvqGVJC2WulxlFoNCXBf2NjCDaRCdsAfvZFMX4N9SnlngXR99FkWSPAzxfiXE\nq+lsVMRSZHdwB0HM+rpBVZqBtQ9NmUzgUevtCNManrddaWVlqtGbyCFxlXvC\n1WHy\r\n=rHqL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCua3HurMxo5tH9T2SGbi4lXhd18QdfdvNDi9ToFEUCKwIhAMHmO0BcfWd5fOYTGkRrjZISAU+mFgpNau8hmIZEhBTk"}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.2.1_1549835308570_0.1351804363277762"},"_hasShrinkwrap":false},"0.2.2":{"name":"react-app-polyfill","version":"0.2.2","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.6.4","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.1","whatwg-fetch":"3.0.0"},"homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@0.2.2","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"dist":{"integrity":"sha512-mAYn96B/nB6kWG87Ry70F4D4rsycU43VYTj3ZCbKP+SLJXwC0x6YCbwcICh3uW8/C9s1VgP197yx+w7SCWeDdQ==","shasum":"a903b61a8bfd9c5e5f16fc63bebe44d6922a44fb","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-0.2.2.tgz","fileCount":6,"unpackedSize":5906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgFUECRA9TVsSAnZWagAAPxsQAKBIl3N6lpa/L2dzYIym\nSy/aFbX2lcjMmOjsk5oZCd1AugGOujTrHbtca7a3J14ZAu9P1ueGU8XbmykL\naAUiZI2Fz/QxxFGwgxWJfzSiFQ3VG5cK660cMS79D6mvFKSr4cQrGlMAiaDR\n1/039hoRrYhC2tAGv3jUGALO3C7nrSHo73/5PZWXO7V38kuyLa6j6Q5qnUI/\n/UJxcQR9kQ3Gu8Cwif9SUh8EvzQNa+PhP37RH5ahH4bBGL2DjZh0rE0Ftvnx\n0Ye4XdF8lJUhls0gYRzA/ED/zTcPyERPK0hp3FZjAE/qWRXhlET3r2wKN/Sm\nLcH5WyDyHe1wsMqtmdaDkg/Mw5sNuisystUl0y4XxDUpAfNJGznUpeJvcgQP\ncQOhNCZ6+gvCFZNqdiuctHChj8gc6i/Yo1unRnLyDlnlyuKRw3OSCwzJxRc6\nHQQr8QkHkDCTh/D9T3pfQ6cBMD+KdBym2BBTFlhoemuJiJHrSCRLiuOoeHgr\nh5s5Z6KpegL+U26xjn5BXYyypEaZ1vUgg1yoRhjuTZohnZQ44sCE9VW31Mgw\nZGHygvvZZAFewsJhZYcfaoe4Tal5gjxEGfHEqTQqHMXbjbGbBUD6a4ZLSyKJ\ngS8eVNj7IgmNUNWdo/+ptBOZx1EBLBQzRZ87UGfUBbOKnSMTX6u1irFqgRu7\nSgod\r\n=O0Kp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIX1RuYpYuZfp3LU9NTHKwUZGLFC8LUP9ECY+UmVm6tQIgAYKq6fE8/vQFS0TTLd43zzdyLHVLxo+77Nb8WUghbvk="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_0.2.2_1551914243990_0.48683448823632114"},"_hasShrinkwrap":false},"1.0.0-next.b0cbf2ca":{"name":"react-app-polyfill","version":"1.0.0-next.b0cbf2ca","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git"},"license":"MIT","bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"engines":{"node":">=6"},"dependencies":{"core-js":"2.6.5","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.1","whatwg-fetch":"3.0.0"},"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### Features\n\nEach polyfill ensures 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, you must include them manually.*\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\nNow, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.\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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.0-next.b0cbf2ca","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"dist":{"integrity":"sha512-AuMkNAVHLEx65TWDyU2WU//xXiqVxEKD4WjcCzbZy/4u/jXsh42mI/xSpIl7Ob00k8rZaaer+Bk7fDBnT37rZw==","shasum":"1cb49f2cb9b0ba7f6fb5f1ed44c9268da22bca3a","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.0-next.b0cbf2ca.tgz","fileCount":6,"unpackedSize":5920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci+0ECRA9TVsSAnZWagAAzwMQAJ9k4guJrKYWoIENBVMK\nl/bsltWvVkko4wz/i5AtRgkNpCJDt35g8e3x72ZGYhcUSoChAVY0McTjxcHN\niHfnwB5RED2mFplxv4CnYbiVOuFHrHrs8TWWldex1vrHuGe8LKfbooMJ0tN2\n3dfPYwLwdzK4nCR9Xv95d9pt6y7jwAL6V+b26oGTb4oYmVjkfS4jECOU7emo\nH5Tg9/OEDU1BysJsGv1SWc3sodru0KmsPII50Q3ZqNfKzQ+DurpXOT4m5618\nOILAMb0Vl1XTRQEcYlsADhFbBWUiGUiwvOs6jJ8yMMXikRJZtqOUejEud3Um\nNMRfSw47fJg6Udpj9Lype90Fn3viGSk8QTSuMdLvYO3V52wKPxd5rfZwGBrd\nwmV6RzSDuiC44hHFiLIwpfgmkKgUL9y0UQ1rhRZNqRw97CloWt03mnQ/hRTS\nof7d7070PjJm5/9t9WE2pPJdteQiXPGkPY2jsiLUXHcoVyx0dgadq/IDZVwo\nDFnh9rwM2qzq7VEEo1kzh2dKOkuYXo3Fs3cQdzf+yGKKh2atKeJvdNIIDLsv\nn4QLJKI5ewYWqY2vUugd6Di8t4P9hakuD9FnhWBWK0BzFI85oVNsmxnZbGAt\ne4I1KHKC+NayycHeaSHh7lafYH1FPgTGYEybw4qosEUdJ0blgn+0DCTEzNqw\nIxgf\r\n=jsV1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDq1D817n0Ul9/Yz0iJjPYildwSfxT5tjgYubd1ohUYpAiASH9mJUkYoMgKO0jkUbDw2JZe++ZurZI1qaByX5+X/4w=="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"timer150@gmail.com","name":"timer"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.0-next.b0cbf2ca_1552674051509_0.11521521008234714"},"_hasShrinkwrap":false},"1.0.0-next.74":{"name":"react-app-polyfill","version":"1.0.0-next.74","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.0.1","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.1","regenerator-runtime":"0.13.2","whatwg-fetch":"3.0.0"},"gitHead":"4b5b76b79ffabcafc5fde02f583baceae6bd0446","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 langauge 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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.0-next.74","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.13.2/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-fEJ4YWpe8Zr/e33O1Ut9Gzn3ycSLn21ORCn9Id1p2Qo85xlRN2frp0v+5K1A9IC+1ummll6OCr74sbLEWBd0Fw==","shasum":"f341dfdfe0980cdab406d224c565677f840bd63e","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.0-next.74.tgz","fileCount":7,"unpackedSize":6790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJct05zCRA9TVsSAnZWagAAKZoP/ixF1TWfOFXKqXp3BlNw\nNMbvsZQENIg3i0IoentJ28pTM/iXbwBzSWKFk45idN3qe2fynNpT2ScVcfDO\ndh6MuUFOBILFxGe34bmgMlyFY7JpE4xiU8TCitOYIvRllwv0y6XJk1MSML2o\nJNAcFlzDeaTP/BWTqRSK+KsTRfVkcClbIzi87pPOH9ahEtvawLNJHN27+1HB\n6l+BUjI8YkKt4CwrW0d3CLH1eyJ5R70gpjhXQmIkbQMHDLHjteWLAfSW48ZX\nKEaxKNeYTjMSuPxrsTNrXg98AAPEP/QbV+mAX/2eMVL18JvFcUFKuEcBlgPv\n2MNRBa6ndcvnQ31BLvI5JmbYdWrilJG97kC35N429EnCi2X0g27Wpg0fX2zT\nadpPjVCOz6577DhxDT3ZYP+7Yf3fTSewFbyoFZC5++YWEnyAV/aEw4/zsBTl\nu/8cmP3c1elYJ6KPck1FWhXt/RvSmCA7b15k6nMrUosS86uLej+EKXL/pNNg\nC70FQ0ycga66iwSHO2xl/PWGthakTQSlvZbrAY4C6QGlMAx+LOV9pmdrOd9H\n8Fbyvgvhr2DKSZMuBdK7GdpyLL0Lbi1b4cio3VTLGvemW+tkxqSsc8hunfDg\nPaF6tnGx/qD3R69moMuGCnt3SbdSLhSAi1q8pkXJaPx4ebxNpuXrYNlkRfIY\necd9\r\n=KjgY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5FuTaq3YHWhhzNLrC35YZmYsh1h+UQmTwODrxTD6+DAIgGkmeZTT/tzGRhYOBt4D5EoAQWxY/0UfSsa5LcnOJaJo="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.0-next.74_1555517042430_0.33236386438041055"},"_hasShrinkwrap":false},"1.0.0":{"name":"react-app-polyfill","version":"1.0.0","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.0.1","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.1","regenerator-runtime":"0.13.2","whatwg-fetch":"3.0.0"},"gitHead":"265c1592dcf3853122dcdd50e1bfc1e43f697fbe","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.0","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.13.2/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-fbZxEZdfx+rVENMvGTFjUcDDOZGKHaiavA8Y+FwM2I/o8gJT6pCYZk19XfeOntVzGZH2F1qqH7SLjXMhUM+YJw==","shasum":"735c725c1d4261b710cb200c498789c8b80e0f74","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.0.tgz","fileCount":7,"unpackedSize":6773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvgz7CRA9TVsSAnZWagAAXpkP/RgmXFlZHadPeEiPz4Ph\niSLrTdeEAuC0H1NzZ1ucZ7mH7hon5XhQSAlKdCpXKh8gzsxwdx33wPMer6cd\nhMZfGHIFZcBtP3dN/jSmm9eySc06ZmtUNympbUHONLCBhqmfNdVGSqA11xjk\naVo5A3b+de+7yMCZiNi4wX7lNHRjqIzEiDQ73JbABBscvbOl4dFVxNacB01R\nOSrpKbWnHRQJGtA+RQDElazGZVvyvIiMDWlvTrrf1jMMsq+/YjIRIZIpBD5E\nDtYPQ3JEPQl65YqPOjyje1UeKmoEe2tyG5KqCfpRrT+ZbZ93oKINehvI64rT\nnUNNEKSNHTmDmmrDIwNLmgbiSIxxzpO0ioLUxO4USnQ7xt3du56roz0mKuEw\nYGQlxIXP81zlmaTN4EX7HmxkxTYJF9983AXfnvO/Bhnhca43GKJdU3UYeKcd\nrOVp1CNyboZ8nRLU0QPJWUDoM9Vy1Xc8D7BvVdhaUovBc8VzGo2CAoVB8e8I\ntTfU4tngAo9u6mM3aLk89J4bKnv5mT+VgqhI055ghubkvSJkhdoCh9nu34wU\nPzApQmg+LA7eZ16WTldeswOfhJjHlBmVObJjj8+QYXp+Vd76xURElC8itu5M\nPZ1TqSfbd/DOTGy6P5NeRM9ULouhj0TKTNsF/IMPYl1Gu2LEhpgwFEyQmBZZ\nfOxR\r\n=O7w+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC79oa4OwfA1HVihnSfCOdkOOMCHUzI289B/ISFj4ASTAIhAO3Xh+NeT2UewXqmfiSLsQrz5rBmGZ5u2djOkwCcvxLn"}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.0_1555959034951_0.7296862193757425"},"_hasShrinkwrap":false},"1.0.1":{"name":"react-app-polyfill","version":"1.0.1","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.0.1","object-assign":"4.1.1","promise":"8.0.2","raf":"3.4.1","regenerator-runtime":"0.13.2","whatwg-fetch":"3.0.0"},"homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.1","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-LbVpT1NdzTdDDs7xEZdebjDrqsvKi5UyVKUQqtTYYNyC1JJYVAwNQWe4ybWvoT2V2WW9PGVO2u5Y6aVj4ER/Ow==","shasum":"809a858e44f9564c7f4205e173076f90048274f1","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.1.tgz","fileCount":7,"unpackedSize":6716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0xImCRA9TVsSAnZWagAA64sP/0nRSgaKh6iP6uh0W3j8\nIzbFida12JtFD3EnilTFMjhGo0FY7zIoA+v8JpnWizYOVwPmhDXd2EUcBLhO\naPMyZ4zcNWEhyrKqnvR7v7tMAHgXHDPXozA7l28AhigLwRnH7gq9by+8yhQb\n3wDsRu1iGbA9RtS/I2MBeiAN2qukj83acZys5QMEvqisWbJw8/e9WMjrJflQ\nftAm3j96Yf9I1KGy0ypRQvPFrslrf9QqalWy+gP7Tr9I8lhjwuXq2qeURwY3\nZ2UzgpXeuwORPL3hvHZsjW0ZDI6+VwImetElAJhA70d0BvWl4bWB7kaXaPHx\nEUzgVCjXP7eIPf74nOhvrhd89WBNXAIHRvwFvV02JpOrE6baHIWoTay8XAAi\nTZ8otW9hTwiZHdzjXYWh4vjh7EMfgIrNZS1X2iKFac4qB+PlSlxxTc452tuq\nIkSiWS1PevEOW5MNShmaUVtrrzROYb4kRYJixXIIexv9KIIhdmswrOpYadL8\nsl4jq8QrTYjNYQSWXxHDZCx6ALmQ6Sw4lsjWbb9U3+f6vvKGc1DmwzUdvJni\nxoPhXf13Igy4sJQyHAA7bIE0LfAtx/9bebVxU+7ifxaK6S5KpC/NqOVQ95E/\nkbWfCbvxbr19IG9L3VrRUc8i2FIDvA4T/9WPItV17tkHnnTIqgoVyi2DmF63\nRQZ9\r\n=Evks\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgO7I3bQSDgLU6wFcCLTXyC4+Xipkhq8/GW65DD37U3QIhANzjJrbhXrvcJHVWWy3Db1bIy5r6jehu3mEwJq4HmAfJ"}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.1_1557336613437_0.24750242723330929"},"_hasShrinkwrap":false},"1.0.2":{"name":"react-app-polyfill","version":"1.0.2","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.1.4","object-assign":"4.1.1","promise":"8.0.3","raf":"3.4.1","regenerator-runtime":"0.13.3","whatwg-fetch":"3.0.0"},"gitHead":"a78ff74309430e15cd8b71b5bffe3d383679fee0","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.2","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.13.2/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-yZcpLnIr0FOIzrOOz9JC37NWAWEuCaQWmYn9EWjEzlCW4cOmA5MkT5L3iP8QuUeFnoqVCTJgjIWYbXEJgNXhGA==","shasum":"2a51175885c88245a2a356dc46df29f38ec9f060","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.2.tgz","fileCount":7,"unpackedSize":6773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTfWyCRA9TVsSAnZWagAAo8EP/1FQSVMQ/1GORwCkqGZ7\nSiAbIsR8khEN4yiGXrusfYtoeOryoIkzQqVHTAiaK6J9kQaNVKX9UENqrRFn\ny5OV1sSOv66yPd4n/XvCyCp6OQwcWjA5TJyOPNGWsEPCztvqKji2mcVfQauW\nCyHNncT0yTkxQ5DIMjG5/MebCKIwt7TtVyGozrYvBvFKma8QyGGkV8J342jG\npusnUxgBXWPZ+H+3V8qdfUnYSf0l9M1aFQkHIFfrA3BdrbveEtYfF5dpP93G\nnUlvIjpB60k3F6m8tSctldTAa0hYF+Q5gJ+S1N9LwuuDnDBlcBK+IgBTtKH6\n+DgO7Tsv1SirHj+qT9udhDbO+nvvE/nd38erknzRfULwamkw7JFU0RqcUOY4\npkzHZXG7yIZ6ng8VEaAaco8a5GRqC0nPlVNRIMdIziD974sKPvXBqcHrqwzK\nYQRyeJiymEoqgUNepncZ8Vdyd055JNAq9I6pSKYHHsMgQEOlarCUcbRmxJew\n4ktbrKtktGRfpilD33mLNhSkUuwVVki0RNnKCe83p7EQn+SwhfvEP5dq+Frr\nYko2VBg8qIZ0Qy4Jgma/PsrqP2cFs1bkvxyaoewy7XoJql7Z4/ZzndcL69Ew\n8hAMMxkMCHL5T3usyLzbbkO04jlEPAFMNM6XP08+I/BqDBDc+24pN+P9gSGc\noVBB\r\n=Vl1A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBdpshBhAhOYuTXLWxWpam9h3A6jEyXXPOofBHy2JMEAIhALglIr+TzoC6gBwiQaG09091VlgTzrfF2OPdEpwl1loD"}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.2_1565390257460_0.47133971321131307"},"_hasShrinkwrap":false},"1.0.3":{"name":"react-app-polyfill","version":"1.0.3","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.2.1","object-assign":"4.1.1","promise":"8.0.3","raf":"3.4.1","regenerator-runtime":"0.13.3","whatwg-fetch":"3.0.0"},"gitHead":"a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.3","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.13.2/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-ICvAU2vtO0k+kU0oCS7L7btUcAReTddvEiRiJDmAKc+d98Fy9Z1g6cjkdcKyfLWwopzBsUMcDwxoiNtrtLMs0Q==","shasum":"bd7030ebf66569f3aece03e39ab85ca700d8d0f6","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.3.tgz","fileCount":7,"unpackedSize":6773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg79SCRA9TVsSAnZWagAA1sYP/jCicaaKNDHkkTJFnu0p\nhZcn8rfbvDmRIfEJpfC7JjDyrI40hDsX1Uaf+eJWDdMRt3Cf+zLFcBp3R7lt\nGr9PD/m3lWz/EYeIN52boRgNDFfhYyFB3Aq6QNWpJFfVIXSfjoujK7xNnuEt\nlbkqYKFhiJGUnsaWpk4OhQ0shil2y9ZPJn5xkIwcs3NGMTQ/BC88fdiiLfIL\n5GigTfAKgSuYBmqX6mSklJs1Lg8ZIBGU9hrF23Ft1/nfvS2mMFRSfUVNS/xD\ngdJUCPIsdBtukWaeomQDDA4ZpYZaeubGNc50rp8rBjaXJJrKOErHqLM/ngWv\nw71VgK2dZRrO0B7hdvluXbSFSJ3h95vUkx9SySGgCwQJAftupa2zxYfgZHhY\ncS6yF1M8fDBVWf0ZRAXwCmAErT7QwXmB6rFpcTKsTjoFcSqwgHNQE7o4+4AC\nVfr22yxtwWf+KXI6UyPxMSjhSrCWOiqc10hiwbTXoymAT5Dx5TrlFilrqC/f\n8fTXaffKSULpaq3TjR0nPHjVdtO6xeHJvsDggEj0iHU/XGsRvvhadz3M1v+a\noiarFIZSlRXOkDAyMOkY+u7CHfCGmERd+WuJEsFc0aOavM+Sst6x45VyaRas\nRUmiFUaGFcQTtK4PguWTaNLtLf4ECk0Gcxk4GtoXQitFHyVhuhE3HHUy6k4j\nqZcv\r\n=fI2P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGjIFS3S4po7x2L2fQVQAHcw87dHQXwX2Roz+mgzmuPBAiB3z+yDUMrg/F0Qk234X778FVRJXm+zspKJ8GhBVpYkXQ=="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.3_1568915281469_0.8149103852063893"},"_hasShrinkwrap":false},"1.0.4":{"name":"react-app-polyfill","version":"1.0.4","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.2.1","object-assign":"4.1.1","promise":"8.0.3","raf":"3.4.1","regenerator-runtime":"0.13.3","whatwg-fetch":"3.0.0"},"gitHead":"7fae307aefe74282f2ffc98e8f1f401ddf5fab3f","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.4","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.13.2/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-5Vte6ki7jpNsNCUKaboyofAhmURmCn2Y6Hu7ydJ6Iu4dct1CIGoh/1FT7gUZKAbowVX2lxVPlijvp1nKxfAl4w==","shasum":"4dd2636846b585c2d842b1e44e1bc29044345874","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.4.tgz","fileCount":7,"unpackedSize":6766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlXaVCRA9TVsSAnZWagAAQc0P/3V6HixrvGDvgyZqVIv0\nGG2zJOqj+7UaC2hW2zUUYwp2Z3bPwgeYN3/gD7/dIwV2Et0z1gFpZTQYsrAA\nKYtVRyKUtjX89jUN6bTx9OLd0Rkwyfq7yqGanQE3sWTEG19io/lWiFvyqjlm\ngjnv7/EzF2peM+a/fNA5acuS+ZBox4oKN/QiEYFSUmGYjo4/cpXDVZ2tba7C\nl8FhQG+SfvEuONZdT5CiPyK4nMqA3Sh1nmu2bGSRCiOG8sDLSuQbbljCmXb7\ne1QoKmUPK5ZKygfv2BdUnjHOO59kR/5T6id4LyauCkS6YRtzOShgrpOHG0Az\nvQ8gET/yxQzjCwEvWzQarN3DEk8YbNFw0w0fDW88PYJtvj3hl6P5xbPyGUxP\nL6IX9IG0rk3rvKC6RBME/SfW4h/6vAaCm5cn+qryINyyyzHpk1dBDq3hjP8g\nfxtE80kml7twyQxAqK3/+tmRUKUKwYt8RA6yR0iQoP4K3zMzi/1qHTvbVIvb\nh+e1Bn07ID6mAdGfm/CjsLXwlUZraRCzn6Bd/y5FgeLOm0Z43YP0jomMX3y+\nPBYRJ3zVtDQvC0OBWH9LwGED0glMjfL8cymKOzHfMGizsgOgA+ymO9DRXNGE\n7aweYYy/2gkQdudsK9N3ssWwYrALg/JsReJRIMUpScFaOAetYjMVrVFdbxc4\nDitY\r\n=JOhC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHOsbo0oDhspR1kY1FZvABN0pdjK2p/jbgW8RMEyDIA0AiBbMmeJuoBbIDpUIA7IiFnv2uKaithB/VRnsSB3yIegyw=="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.4_1570076308846_0.881694844129775"},"_hasShrinkwrap":false},"1.1.0-next.38":{"name":"react-app-polyfill","version":"1.1.0-next.38","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.2.1","object-assign":"4.1.1","promise":"8.0.3","raf":"3.4.1","regenerator-runtime":"0.13.3","whatwg-fetch":"3.0.0"},"gitHead":"facd8f9e44bb228009252fc4a1447b41f9c0e81f","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.1.0-next.38","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.13.2/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-jevj2CWJq+tygXeSnl4Wo93qAjLx1VeYrwVsKgjSLVxtJ7omM0UNB3FG9VevJteZOzib5CcqogJXMwbTdmMbzw==","shasum":"46576b0f15e50178d9223a10048f4c7616728d65","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.1.0-next.38.tgz","fileCount":7,"unpackedSize":6783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsiblCRA9TVsSAnZWagAAKp4P/jTKBf7QgQlXZcYoA1Ie\n9B99LBlJPCIuWd+oLrbbeJ3lSBskF0pXqQ7VVQ+T9/sO6dSK3ynCfZzXBySG\nLsADN7P5BI1TV5yMzhiFeXRiBGMmeGF6G7YxdkUav72PmlyzSLfwAGoZL+ft\ncaZ+T5EvYoCu7js4ve11oDxfKY7KYjfLWQzqETG5NCtpQET4Krddx9M3Y51m\ngzo7LCniYwdNZvpMM7r4PiE2IG80nCtSejJut0H35NYpg/Ct/ZdRSghh4WjY\nljvi0Mtz1cyveU6NSq89WBYaD5zH91KsJMfCwHAqQaWGdOSHBZ3k8j/vBPDr\ngHaVUJLDClkBN5FvQre2oLujU/YrW9rUQyNRAAzbSIYTs+FTFqtlN7aeCeHB\nKRHTVAwbcWr0ssFYBuSGL6mHSYkXBTBTUMhz56cenfkDBnlVg+kpl/pLjPgJ\nIYJrgIF5uxvIkLFuf+4bJnLTUeE79lqoqqKMc7yhexhUUJILKdL0zWIbG4on\nO40D5OtgdzGAg1WCSEM+DRhVXYyOeR3ZywghtAZjTlw208sngu2FCG9Mgst9\nVzLNFh4VXB4mguHH3FZwPByiuoSAPvbw3cTlR97zYlzHQVqSKstf98KxO+B4\n3+7D9ddEM4awb5MgoqQDTrJ8G0PXTPKQazhjOHoeJ3EzqK6cTPbRshoQ3UDj\nJAvV\r\n=pFVN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCVpU1wLsJGomV03gvVNelNjaF0rc/Hgk9JBUSxoxn7QIgJzwSVySRYqyKsmkT/ZubH7rfUniOV3qhaeROaN8Z7Iw="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.1.0-next.38_1571956452732_0.8109214597222512"},"_hasShrinkwrap":false},"1.1.0-next.39":{"name":"react-app-polyfill","version":"1.1.0-next.39","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.2.1","object-assign":"4.1.1","promise":"8.0.3","raf":"3.4.1","regenerator-runtime":"0.13.3","whatwg-fetch":"3.0.0"},"gitHead":"3e7391ddaf905e737a3b1c6969a6da3f16513854","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.1.0-next.39","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.13.2/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-FUDjRPA+BA0Be8NZXJLF7hoRDhxaSxt6Q9o12z4FKnw/TF6/75s7ELUlWLqLA9uW78RweAx8MCws9mpJg8W5kA==","shasum":"cecdedfef7fa650a7f9c0e6ce830936de7dd52ee","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.1.0-next.39.tgz","fileCount":7,"unpackedSize":6783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsjZlCRA9TVsSAnZWagAAvMcP+wZJzDQ3tgItv5FFG4sM\nFaMqjVM1mUW9SteY3k4bX6zMy5mjZ/2Wh1CiJ8dMbFV2mMjsdVu2pICu/dDz\nYFb7NVloNjOXgGdrZ6cbSwB7CALff905Qob0NFx1ugGyZmzCQXvSWqqRz39E\nPZPiSoeuCCDKHdOHnTmTbqU9kmJhsLGRvy8pxnCuBHjYzVO891ifjqqtoowi\nX9vr6moisBaVQZrbZedVezkLa0wu3kERKd7CI1goFMPSmYUnDjL/bxzWtAdo\nR1bTf4jHtv1MwH1zktLTVY6bkD8q98RrmszZ574UNJBsIrCJ8ze3PHjk2W8q\nGGvpVKESHLXRT/Yqwz4ycq16kNW/QshH7rv34ZBb5bI1L7wf4JNujFiQi45R\n31VpmQ/+cWgMLuyQRFtUhu7Iata56GwQQHLoXwmNiJv1fmCNMRWA1Jwmee3A\nU0DejpAFlm+8qB6RdEPXAHCqNflxOqZ9jojBWU1IAwb8YEpxrLycxscX04bj\nO7WjHM7UUi4H6ID0idiRu3/0dtqrPBGA0evzHJvb2Dd+4jBbBzEWb/grErWY\nlr+EbzMU1pAXyIv0f0LOOSHCV46Sa7EsKX+P2c3jMnZVGUouqZozgFzNeepI\n1ufTQ3oKergCwRzI84K8rEleMEOyvfcQ4ggN6dFZThtjIBGsxo1tNWWHaTyN\n4D2D\r\n=b/nL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpmbLnIVyqt75CMdsnJxOVHteUCmS3YvwnHtDGzJvRugIgeuFLwYyRgtAz1DLGODOVM7xepFM+oALokASh3YPPU/c="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.1.0-next.39_1571960420750_0.4606626947845991"},"_hasShrinkwrap":false},"1.1.0-next.62":{"name":"react-app-polyfill","version":"1.1.0-next.62","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"3.4.0","object-assign":"4.1.1","promise":"8.0.3","raf":"3.4.1","regenerator-runtime":"0.13.3","whatwg-fetch":"3.0.0"},"gitHead":"3d6d0a1f9cedebad05864b6ea81c711f8e4b3868","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.1.0-next.62","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.18.4/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-NeoSuWQ89i1vqQfkgkHoLNgeDzFzhDa9XoZAr6OBtqMiYgtbOP2Fc4wcru2VdY0yaAYe7CETbSLVPrkO0jfTeg==","shasum":"5a455b2506011d2f91c3a2787195bf51ea80011e","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.1.0-next.62.tgz","fileCount":7,"unpackedSize":6783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzdTkCRA9TVsSAnZWagAAAkEQAIlzUvJnjR+wws424DjU\nxhVTquGlutBWVFx5ntq2KdNaYdrZp35HFUh6JdabFPxU/dulS1wrEC7CvMtR\nHR+/Kgq/dv/8BPTM2pZ4slHEV4jJnc6r20bE2zWnoWpFwETjobFYENpJzvOs\n5I94ice4Eo2dQ7qEfXJMA/WYlQpS9sUET09cE3ln5G8akKaXXCWewe2f/T1F\nA/tDhgRAnqyIjiO91JrOblcOTBuKhuxMETxE3pk7qJ0konJL2ccLT1n7W2a+\nhc1YfgaEaUr/Og7a0b+iDnanaK7Di7g29cNvQcysD0JuB7KAUsQ2AFb0jOV/\n4W1W0lb+mCDUXfIpWHrdIHseuWT5evXgQUR0JIZqTePaZCmxRG1Bnj67KPiO\nFYAfhaQsm1q/jBH67zu+1GXHyg2U/g2ZBWOTZdke5uh41QPkRNuzJZvgGSMO\noAorCVkxwGYO9NzCQ98RS19e81lBnB++XpiFmdMzsHymRJAZ4W50TlQfJ0M3\n2XluhyTMQ5OL+44dIzsmDzl3XvEc+3LgrTjyQcJRyYSWGrxVc6ncoGYVVWgH\nHSgzB54RTp9WpvHwT5lPlBMUsdlRuyAai/uP6o4C30JaldWx7d/787TEHBdj\nMPScHVstSHmOKGDCyajAY/q5AubESg6U6g8Yi73SHk9ZRcltyGo6MQ7U5aum\n5O2U\r\n=aLFf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFu3SB/zOkY5nJM1w7dIG9iweaA9SThjITDVpQ9fyqRzAiEAs761g91/z1ifGjQBofiZL33vLaX0LxbAY7p+PgIN4D4="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.1.0-next.62_1573770468298_0.13713809400401544"},"_hasShrinkwrap":false},"1.1.0-next.80":{"name":"react-app-polyfill","version":"1.1.0-next.80","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"^3.4.1","object-assign":"^4.1.1","promise":"^8.0.3","raf":"^3.4.1","regenerator-runtime":"^0.13.3","whatwg-fetch":"^3.0.0"},"gitHead":"0b4560094950dae2d1a34877475d62377ce78fb7","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.1.0-next.80","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.18.4/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-tTYjwa6h7M+gE7FiGa+n/+8MwnsuWhBxByRdfgUcY5X7EvjFJVAjzLcxYahI3OIHlOrw983YtU9wWS4OL2lZvg==","shasum":"89d49dc8b38be71d08acca64fa7495cb7539f23f","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.1.0-next.80.tgz","fileCount":7,"unpackedSize":6789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6Ec8CRA9TVsSAnZWagAAuOAP/3JLiA2FYWU3oN7DWekk\nuYn6Olik0FtZZ9I1HAdTSrkQppwSKfmf4dNaXhIrycJya6aAVhjqbesrllDI\nafUpbjXbQE0halL7qSvRgSTSyuwfXQnZ/TzlmjpIGn8XPz1nyuNZWnzpbRRR\n/iLXvOpYfkZBXaUYfVod7TT3v7Diy4PHTkBd2DUsXrippx7YMZhmObfCSgtY\nEg92kSFYH5C8d+ZocEKClol4g7EQ33l7S5klr9A8GsEQ4doLUN4QADrjpLNG\nsKkQTZe0qLPGB4wRk9cLly6gOWgkZ69RFufJEGjBJvwS2IKqHEIopAqGd54C\n9f0otVykI7X40L5Lc9cTLUdJ7hoAokvbffxJujT9khzmPfX4WMqX99mBuLEp\n89UmlRhTko2c8mEHTGC4Q+0hrwWecOUmEGufNSc9t3JmqKEsQckGMnHPsR6j\nx2U3OzXiOFm7xeZZXGmvg1Tb4B8vg69CrY/cTevBlQDGTq6RGYf70QZQgQwj\nLBIaKhK3xtF5SVmRy3WzPKQs3CwFHkZAalU44lujulsNqwAKrjKAC5JO2z3j\n1McfeOHlxx6gnzkkc1HVk/pGhw8dSuV7M5iSm/2o+umt0w3H4+8zCvdifOmY\n9djI49M3ES4ftKmt3Ff1Qq9m9iJOd856YwuRN53P62dzW0BUpmbEgwG+NJe/\nQ13D\r\n=BNnl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFLOMiZ2hlYq6tmNlWPDmM5KRZDXJmGOMrHwIn51Y4BGAiEAmjD1yiPpQauv1qCXQ95HguEmHMJhYYyNVO/n7KBqZQI="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.1.0-next.80_1575503676359_0.9292318811940776"},"_hasShrinkwrap":false},"1.0.5":{"name":"react-app-polyfill","version":"1.0.5","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"^3.4.1","object-assign":"^4.1.1","promise":"^8.0.3","raf":"^3.4.1","regenerator-runtime":"^0.13.3","whatwg-fetch":"^3.0.0"},"gitHead":"9a817dd0d780ec401afb1f99dbc0f3bdbcd51683","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.5","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.18.4/node@v10.15.3+x64 (darwin)","dist":{"integrity":"sha512-RcbV6+msbvZJZUIK/LX3UafPtoaDSJgUWu4sqBxHKTVmBsnlU2QWCKJRBRmgjxu+ivW/GPINbPWRM4Ppa6Lbgw==","shasum":"59c7377a0b9ed25692eeaca7ad9b12ef2d064709","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.5.tgz","fileCount":7,"unpackedSize":6772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6Em5CRA9TVsSAnZWagAAWdcP+gO2en4hlgNOi+ykfCd/\no5FKwvWSEJwj9Nc+dJvX0QYoSXTmCD/7D1Hr1G4qlgB0Oy3KxLmln+5gyeW1\nvf15UF4oXm19giD6YAMSJlcqVeVEbceVy7KpUM5qdGzXxjpmp+PcDdwO6vhY\nfFeBgcd1kF5Qn/zTs3eWNgoETl3vQ97PljI10kjWnY4JV/4N2c4ncW+T6HkI\nNVeJhHWFI9CXWLP7GddFl146R8TUKQr/Ua+ClrREJgNBr6//yfseA8hmQZ2p\nb6DQ1lmoN2ceHTVYWJVBJp4RRIlnyvF8j5QDrn4UVDrgqdP/19pqj6xTasFu\n/dffF52WwrJGKLYPbH30djgFfS5p1gzTPBdfVwi/FJz+iESEWObG/xFI+zGI\nx0t9rq6Sy+nyukboY/ShJp0pwPWvvqgX/Kh+FB+9dRABwCd9xL0z1IuIwoWt\n1q+Ax+IhYmNYaSg8LY1+Kb+UynByaZGOrlMPtmJP9UYet2b52lsxfhmLhCO6\nERi+4j7vC3pU1ymo0NPDsEc9VmYD9+NfeSjObKN9pSvtXBWBnGNOZjC20uzu\noFxXVEE0XnbZX4qoeCfnKBPgz0B+CSgz0rrsrbBhSwx0Ve4rYlPmdlxLWY0K\nTnUagwOifO5tz7SswVvFWb1eLtXQSWTwsCDEAT3ZUWSfec6+EWUZ9zJ8tUuy\nGG7L\r\n=VJr9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAcXO0rojJ6oTC7iAyM27/qHZ9jl5BACLNT3EcKmwqX6AiBtQ3B3VlSA9n2aUeB9Ia12t2W9sH3zDOLuM9597TvZ/Q=="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.5_1575504313073_0.9750010481575211"},"_hasShrinkwrap":false},"1.0.6":{"name":"react-app-polyfill","version":"1.0.6","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=6"},"dependencies":{"core-js":"^3.5.0","object-assign":"^4.1.1","promise":"^8.0.3","raf":"^3.4.1","regenerator-runtime":"^0.13.3","whatwg-fetch":"^3.0.0"},"gitHead":"d7c68420f7ca1c03b50a2c6b9ecd9c7bf94a10f6","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@1.0.6","_nodeVersion":"12.14.0","_npmVersion":"lerna/3.18.4/node@v12.14.0+x64 (darwin)","dist":{"integrity":"sha512-OfBnObtnGgLGfweORmdZbyEz+3dgVePQBb3zipiaDsMHV1NpWm0rDFYIVXFV/AK+x4VIIfWHhrdMIeoTLyRr2g==","shasum":"890f8d7f2842ce6073f030b117de9130a5f385f0","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz","fileCount":7,"unpackedSize":6772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeM6efCRA9TVsSAnZWagAAMi0P/iRQJKqZedIp1gbYzk5y\nv+aIWxMcrEXh+4bCXQLefE7QfsWgUnis293WzzUwVtB6VugYRl5hccQi0h0M\nrv6E40GPRJuXd5IqgLmbWekFoKLqnXgH6dmdsYcBlohodFKjfqMW9I7+FDaU\nRnH30xbq6Prod8nteTcVnon+GMJ9ssBsQhSZEl7WOyw7zD28ECQGoi4uhsSM\ncABEy8m5Pk7uC0X5tui014yZOy1wfCM3CYFOz7LVuh5ocn+c4hBgS7URcQFh\nBmEL9mBQPHaxs4a5OBPRRqNmoNHsVy/aDjrIFu+pc2RV6mF9Ymv4u/gsSfk3\nWDMp+kJUH+wivEOkTeOV+j8mQq8lBDeMcrARTkUHJgR0VnCJSxO7mg+C8xAq\nf9ZojGSRA19puZubCkViZZ56eAI21yOJsCK7jAJv9Gxr+dKcFzGPJVm57oWd\n2+zZIt2fJktfCr40xInrbeMFlbWoN+3CNZQyz4yMDebTn9EfH3+LE+d3ns95\nZS+ndYKZ0qXCAFzBdgPiHODF52Rv+P9zoBfvovqBNb38BZSRP9/waMSW4COR\nG3YxBfiz8v8GSeqmA2CA0FwAHO5HBRW9or5NJKZZqz+GBypZe3GkSsjcAnDP\nRFaoPYJPWV5/ieXpQDJt2jIzEF3SHVJsoGVZoHu7Vfss+QoXFda5L+k1S/2M\nrodV\r\n=+8Zu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICHGcjfQiQSD4gGLF5rBX8/OYApFQR6PMVKH70K36aqfAiEA9KU553m7+RJPWBJVYpaLxkC2Axx9cRQ/7/ybFRH8a3E="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_1.0.6_1580443550848_0.9873319263941995"},"_hasShrinkwrap":false},"2.0.0-next.101":{"name":"react-app-polyfill","version":"2.0.0-next.101","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=10"},"dependencies":{"core-js":"^3.5.0","object-assign":"^4.1.1","promise":"^8.0.3","raf":"^3.4.1","regenerator-runtime":"^0.13.3","whatwg-fetch":"^3.0.0"},"gitHead":"7ab0116939064c0417950fa7f92dff7324fe2126","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@2.0.0-next.101","_nodeVersion":"12.18.1","_npmVersion":"lerna/3.18.4/node@v12.18.1+x64 (darwin)","dist":{"integrity":"sha512-hotJ7gZTZLEKcLtzZc0VY+K9uhW7ooHvO7qnsJILGPv3AISXDwwGMj18oDrFD99s9NtDDsN/eFoNT5/tmS/Mrw==","shasum":"90777049bdcd124da4a6d92c1e82f363635f063c","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0-next.101.tgz","fileCount":7,"unpackedSize":6778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIkFhCRA9TVsSAnZWagAAJSoQAKUlwcNJKlkvDDxGFYEb\nynLaOel3phkq8ZoxymE/XaBFF41CL6j9rBwp82IBia6JRtQ6h++fThrmRCd/\n2crXJvuoUr2DP0Za3LSe6ne7kUh1DJXRfUcw4H/rFFhByS/dhpXeghmcfgtQ\nCRw6atYcs/Ghw3dOmTHVX3qiWZwjgXz+tlpnbi5bDRK/gs2jjOacNRuytabT\nem1dzMgIrdtQwWaFeoQlHLdCal25IhSAQ/CI+PKTdJ1fmB5sHZhXDvdeM4CZ\nj4EnN6TJNCmi97oKL7tMKB6XX0LkFK0FB2S/JfKzJveQEgQMnjz2xBnu/T+u\nKoe0IK1b9wpwP6cFUm5RFgcmPxDPMObNjrsfSJlBciVnsrOfRaIP5PuxPTer\nCUUuSHO349MtY2+S5cxIAUzp8wVJ+XtdFkESCoYM4b7H1dOuxg6gCoPtKEMS\nMXE3Gc1T3ECLOGGM+kCd0ID/nU0JhNEe9c9mX+yYVoltLRtNcHORz1LjsuWQ\nm5hizortL1sSdL/OrA5pM2+f6N5ttAr2qHMm4MIQtOdD5iINGVbli9J9ev6p\nnKlsRltiyku9hI+VjaVN3wkytMFq1sW0MYbn0Aj1vhZug3rz/f4jQtTuQ5Pp\nIukuiWftbUdQ3g3Ru3ebiEcnnuMnZRBhbWppaH0/zoR7l7kC2Vfq9YmXU83e\nRIpz\r\n=SvPF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFn6vppmzRDek3HXU1e/ZpHAMiaK8qh+hshyCq2xIxqgAiEA71K9X5RhIO+B36N2R8U7wUnQlr0aIPFfv+ytaogUwQs="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_2.0.0-next.101_1596080481227_0.9119396011344041"},"_hasShrinkwrap":false},"2.0.0-next.114":{"name":"react-app-polyfill","version":"2.0.0-next.114","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=10"},"dependencies":{"core-js":"^3.5.0","object-assign":"^4.1.1","promise":"^8.0.3","raf":"^3.4.1","regenerator-runtime":"^0.13.3","whatwg-fetch":"^3.3.1"},"gitHead":"3d74b79de0ca40d3e89531207f8064a17207bfb8","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@2.0.0-next.114","_nodeVersion":"12.18.1","_npmVersion":"lerna/3.18.4/node@v12.18.1+x64 (darwin)","dist":{"integrity":"sha512-zF/xfC/cPJCmR78G83ptH/VY9fNjFyVhCVHOxVS1j9ho2pjV1BttLCzhBPQ4/5B8/fdMGSyvFwVucTQ0bhO2eg==","shasum":"64c6873a0c5631214cbd40aca76b2bc8c8a6dd37","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0-next.114.tgz","fileCount":7,"unpackedSize":6778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKu0zCRA9TVsSAnZWagAANZMP/0w64sjjxi7bvaAdUEnS\n2op50cafX9OAEYDg+L8YhSltCbkQJS7NdbSpscZSMwhu1iNIKnHKi2/ogWIP\nsOkOjKdV5hw15KOlmkzJwQVpOvbUiYsOdkEgYROxGLDGBFiEyt4NozCcJ1vR\nVZtpxT8+d7CMlDj4+5jUrr0oZtxhPpFQxsHoiEMvGTs1+6XXG2sGCz5xF8bp\nQyLT2pmkGkAbCAs4t3z1X0qW+7mGcl9rHsJ4QzGrrmEiN8SVLOjWs7hJOX91\nhn190uGP67MRGmZIfsnowevXHGtcH317xTEeGOZ20DW+0ULH4+sFyre7f5EU\nDHuATeTm6qB2YdBRNUaNutvP2lhL2E32hocpOPfvXT3zWTcWjSFaV2EFT52o\n3ccO2eRCKHgLGTk47OtMALSeTkfAfn4/kpCw8I6Yy5D//22FOmu91iOwV1sz\n98RfN4y3C/mtL408URUMsc6QW3VTRqixQZPUBv9TXp0uXTn6KR/yxcvyKM22\nm2MvnQWmwa6QObjkWWcN7oTWmc8AElpaoqRJtJgVgW4i8TzanHzbe9FtdGGC\ngSx/PdE/EdYE+aVdhSgwIIZz9M+C0vpKzR7uCOj7tEkpHHOXesEqXOd5914U\numVpEHWqh6j6ZRo58zftxPApiyVXKHOp1lD6s6vo5fP1FTy2dfrPXaYelEU8\nDyjz\r\n=k+Mk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYZqf+kRXx+okHk3UdaqbKzKVh3ZnnxCTBhQoOfOu6uQIgWttQF9P2HyqigL4Nn+UcfxZCFFPl3835LHnNrR4xSKk="}]},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"dan.abramov@gmail.com","name":"gaearon"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"timer150@gmail.com","name":"timer"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_2.0.0-next.114_1596648755227_0.5250151543407238"},"_hasShrinkwrap":false},"2.0.0-next.133":{"name":"react-app-polyfill","version":"2.0.0-next.133","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=10"},"dependencies":{"core-js":"^3.5.0","object-assign":"^4.1.1","promise":"^8.0.3","raf":"^3.4.1","regenerator-runtime":"^0.13.3","whatwg-fetch":"^3.3.1"},"gitHead":"930b5db456ec7c4f743d9a4c01ced0365908de18","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@2.0.0-next.133","_nodeVersion":"12.18.1","_npmVersion":"lerna/3.18.4/node@v12.18.1+x64 (darwin)","dist":{"integrity":"sha512-ybZAuuq7WNf224EfESyqMbA2578+eIsPPR3OZHX6dJAqfGsqiI1f/tq0MeUeBnN5kT4nWZdrIlDvqv5m5y3yHQ==","shasum":"ce1e07357bf669d949df784338744caf2b26b43b","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0-next.133.tgz","fileCount":7,"unpackedSize":6778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYpZuCRA9TVsSAnZWagAAK10QAISERQ1MNiKTLBfl/poR\ntUF6AepMFJ7NgsNDDxl1aAq0i1JCyhbRyQO660oZ7hfRj2Ora24KVTurJhzq\njKAk3DolXJeIBEPasd7FxWfbMRsuwe/UrvFr1dIRsYCtRzLbXaYB9dHSIudf\nAO3TtPcvsJjzn9OX+SuxpiP52qtDJ2sm9Ndhf1hFD+54WIYS12TyY6pM6ymD\n0Xw8B0Jf0MyocY7s8ivxgfMmuLrZZMJvOkayWhteDiB6qs3I7CqYz+L4UnoS\nYdPPl26Hhh/mXXhYCuHrp8hOsYIs9jxoXjYlb3lDJcHDovpResuHQPPiE30g\nm7YzTp+AZzaQL+Ct9GE7lT2EMgTrm6R6adi5aLR+0dTgPVtAFrQxw2R9KGvm\n8WXLFqm52Tp4ONmC85eEh+d4ossxb/nq/eOSxOXKGJrOO78ysQ7Dtpl6JK9X\nX9vgUmYripqBYvoBTnRR6Hn2dS8TOh6atICQsb4f+P1FjK+hUbgqIZGx3uEf\nMnZu0rMROWEM+jnSFbVwOprPJdPhTJtbnuUM/MS6U91VDDJBNs45PT3HFD8b\nlfWcRw2GgKej6aJcvk86wGbuvWflibaRvv1CBnGjfVfgsfpJAXLB3HgQh/ke\nz3fqmh4OGHYiedmlvOHYvD12dk0PbE36PJVXHdicRCP4yT6kIiLTdsys9qPg\nMlRy\r\n=AOwr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbr38DSa82AHjUADMOYdvw/s20Na/JGLx1PKBRhAGAbAIgA+bJ8H/54huF2Sh5WEfCd6Ww9OxU4cV9C1cmKD7T7Gc="}]},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_2.0.0-next.133_1600296558471_0.6897784569337533"},"_hasShrinkwrap":false},"2.0.0-next.135":{"name":"react-app-polyfill","version":"2.0.0-next.135","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=10"},"dependencies":{"core-js":"^3.5.0","object-assign":"^4.1.1","promise":"^8.0.3","raf":"^3.4.1","regenerator-runtime":"^0.13.3","whatwg-fetch":"^3.3.1"},"gitHead":"025f2739ceb459c79a281ddc6e60d7fd7322ca24","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@2.0.0-next.135","_nodeVersion":"12.18.1","_npmVersion":"lerna/3.18.4/node@v12.18.1+x64 (darwin)","dist":{"integrity":"sha512-YChiFgB/fRz5qIZj42ss6fk84dYqq8uTdVIqzSVEI6WPrFPIcLDmdzjvJI3T1LVg9ix+ENJBoPgabEsnva9NHQ==","shasum":"b492126942ebcec7c11117d8c409cfd1dff780ee","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0-next.135.tgz","fileCount":7,"unpackedSize":6778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYp3nCRA9TVsSAnZWagAAmnAQAKF9wtwMGXDiyAIi+e4X\nSCFcaMkNnZj2s/V/lRqXP4OtpmEaHgiTB2vx3gftddaTb+IV3mEMGyytlN9g\n/KZizkDLpcDIAhAZCUwi3/1rdrGZUFSOjgXy1UR4hXbK82GD6GknV1UodYmg\nlZtlw5oHFOy4714k7epqHorWeLNP7CKXKAKbWqkUPbiUgEq9uBrXCHOfF0+r\n6f5L4tomba6cqdqo/oCqmv5LzhED0SdXHk7I89qFU+PbbVmvFZXjZyFj2pI/\n7JZi7AXDd0ht4OYxwzRzfejamXja2DMNrqiRnuKoAdcl/eL7SQi/VbqJxUVr\nfL0CCUp6vJ1sL/iC9vWyeHDZb5Wy/xmnsV8gxDGVGnpypw+ZwttPAUCXUJzr\nGCwcXwvmEgfGvt9nBwjahxYrl4zRyXmvaSM0TnG3DYET+AE/40qFFAI36fKz\nfl6YW9qbyOv3t2uidDXcRqdcxAJ70as8bpxQWfs1nokPxAOZWEqWvgeQUtN9\nos8n3QwkB9BUCV2o1bw+eNpidKUKENQ+0M+DOhLKGdvq4jgppTxErMDxbdSK\nAMjOFrOuck5MnCr9OD5vkMGRebnNQIf9OUOAeyiJdtOXNFXJAFddbDvQLbxH\nQhrU9t69eHgzgwmDRkiW40ogcGm8jxK3CAAP0dZRZVGhqnr05q0+GRBfkuuc\n0yqv\r\n=06K7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFAwvzkyT7HEq6MJW2GoY2JMPdMBhBzEoU9meXfjsyEuAiEA6uWByya0cqrlCkkc7Ch3AmJWuclM0Zgw/upvxkQHy0o="}]},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_2.0.0-next.135_1600298471485_0.4535347895887727"},"_hasShrinkwrap":false},"2.0.0-next.153":{"name":"react-app-polyfill","version":"2.0.0-next.153","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=10"},"dependencies":{"core-js":"^3.6.5","object-assign":"^4.1.1","promise":"^8.1.0","raf":"^3.4.1","regenerator-runtime":"^0.13.7","whatwg-fetch":"^3.4.1"},"gitHead":"f2aef41827c9ca63e7e04e0cd0bae111ccd61cfb","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@2.0.0-next.153","_nodeVersion":"12.19.0","_npmVersion":"lerna/3.18.4/node@v12.19.0+x64 (darwin)","dist":{"integrity":"sha512-HQ9YYJ5FVBnITE9AI+/03JRE+VxTZKqsfzXywJjJOqIkvmiJ41EhgOE6bRLDEGfiLE0Q0TGFP2PUzQacMdGRxA==","shasum":"001e773b50ddec9f5d1763c084ad05ff44ce8c1f","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0-next.153.tgz","fileCount":7,"unpackedSize":6778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfklRpCRA9TVsSAnZWagAAKa0QAJb8pYQIHeNP5+ym9AzR\nhxWKXETahAEWYtTqAYCL/7pR3nMGktgRMdm6tyZF6R/zr4a7b5RVMiodWYKk\njkeRInpiJLfvYOjNcsymIHPyUDd8dvReRdv3TCILVyv/YRjlE3I+a8NP2I99\n9+B2zpKnlbvcXuJEOOPlOphInRe/juhlyazKGQbQqbu0sk791oROZxUS1c6h\nf77yEh7t1U53XobxcZ5N3/CPUN4kd4oUNlniNFSHH6fitT36RyelXqo99V4v\n9tpAEyOD8WjFBJ1PXm9NGJARJx2Ya/bjjmFhd1BEfXDpOJE9x0gVSVAgqvSd\nMaIZpqAB8SplLAA+V9suUiKl4NYgxt+cJHYzSSACZH2931S56XBK9KH57pTR\nscZ6xhuWTn3OI1cxtqSoPUe0Dnxkvp9B/W+JbOTxGgDIvtLiASVs4JAsQndU\nLGJjUehAMv4oiIp2YKhWEjBRjMK5Ip2xnqdgSMUWWOFgQpac2g3Awxi6NKUF\nJsKQWKwfBD3Kavkt+/KaBqtl3bqwuv9S2H45xpVyA/uQm4p8MH8JfVsAQTjx\na7SnkmRfVceBl3EXZbxi6hi6YaS+rF793VZoEnb3btcgymf8Fft/AVgjH2Wv\nYF/OBiEuK1Ig94014scvtcHAOnz7QFaxOAWNkkMNXUpN2ic8HK0S1tHzGFaR\nyeQK\r\n=ntwC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+yiYy80dYfzh1vZs/nw44I+91+lrDlValfMYZ67oR5gIhAKCRHagPcwW62+e87JtzZKD5XIMuN22W1WmfEUUrw9b+"}]},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_2.0.0-next.153_1603425385485_0.9809089938471474"},"_hasShrinkwrap":false},"2.0.0-next.154":{"name":"react-app-polyfill","version":"2.0.0-next.154","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=10"},"dependencies":{"core-js":"^3.6.5","object-assign":"^4.1.1","promise":"^8.1.0","raf":"^3.4.1","regenerator-runtime":"^0.13.7","whatwg-fetch":"^3.4.1"},"gitHead":"2b1161b34641bb4d2f269661cd636bbcd4888406","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@2.0.0-next.154","_nodeVersion":"12.19.0","_npmVersion":"lerna/3.18.4/node@v12.19.0+x64 (darwin)","dist":{"integrity":"sha512-gDjtV9lrUYfl2arLeeDtQ3p0+wev9SgQLLGJVSzTJRDjoxvofmdejFqA68Et+fkVRuh8o5l+S/LxUEB7fOOt3A==","shasum":"c4b75e379a33ef54926dabe3be82b27c2f800df8","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0-next.154.tgz","fileCount":7,"unpackedSize":6778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfklrZCRA9TVsSAnZWagAAbUMQAJhW+zYXOgU0XRJGUMcQ\nklxpE3iez7H0Ew34x3gnfkxYj9TTaM9gWqaOihMb99qE1pyNxv6TokJ05CGl\npkmsnV8gatXLSnv1spof0vZRetZmhOxOJNqdklTzRk9D6AtONICnEh0FGDN9\n2eJmg+pX8IsIaTAJLMfl5UCRYyuQcDYnU4oqN/boszZz7CHasz/m8X3TUIii\nbwf/KPXM/Y9CqJm3cTD5ypb16osoaG2cM3qh+JpxLqE18RTsfX7/FhBp7C/B\n3kfpvW3egInLAeqtenw4xLnvkS4pkBTo5Y2EI6Y1PaN9KEyrnLlkQJDWgWAr\nwdtVSW0nsgtlFoENW/ZiyW6ySbMdR6SXKvXXDuJ4gkN9O6xiBnEm+BCQyIuQ\nekuYBZNkj+2QnIL7yewb832knOVNU7RJhhCd5cTHCC/fBhpMVAf5VzXE6wwM\n7qBIW6587nmhVCpBZ8JOIwZYJiJZpIJ8QRwuZeTZ8+b0s5FHbbguUx02TAJD\nswDV/Z9OTRxqnkuc4rdaIcHgv8Z1Vts+WxllxmpTA/JWe39tWDsD6cebPDrn\njC7rrJ3rYfRj7xKHLSVjoDca6vv3+246seyaDFK52owKa+9uQQqlRLBSMj7w\n8BlKwyqYvhMSOlhu8stwlW35+SxjKp1VHNXhBVcQjOsisbmzm2UiATn9hD7Q\newem\r\n=Jfqr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGJ3NDjvQw6Hahd6CY7fveAg+SjbBvQEe3hdIWvZCWeKAiBsVcYDDfmX3YrdyKLd5n5NGbj9oFMMenQb1E7ZuCccPQ=="}]},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_2.0.0-next.154_1603427032882_0.5615513881478904"},"_hasShrinkwrap":false},"2.0.0":{"name":"react-app-polyfill","version":"2.0.0","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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":">=10"},"dependencies":{"core-js":"^3.6.5","object-assign":"^4.1.1","promise":"^8.1.0","raf":"^3.4.1","regenerator-runtime":"^0.13.7","whatwg-fetch":"^3.4.1"},"gitHead":"ed958938f642007645dd5ac3466db36202f8754e","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@2.0.0","_nodeVersion":"12.19.0","_npmVersion":"lerna/3.18.4/node@v12.19.0+x64 (darwin)","dist":{"integrity":"sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==","shasum":"a0bea50f078b8a082970a9d853dc34b6dcc6a3cf","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz","fileCount":7,"unpackedSize":6760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkuttCRA9TVsSAnZWagAAtwYP/iEZspkNJmCNYMvVa//w\nwWHBdsLm8rutUBTxNzcx08U5JJfxk2R3Af1I0UUAQlddTI+2iB7oS7GtU37f\nG+CG1gAGzzxw9+yRVuXM2T3GcBHn6PbEBQh6ntGqGg6oDWbj2tzhvzYCFrJB\nxRIf6U/+TFz1FqjfXHDGHxK/hJgjJ2pDNfBqn0P/aPKYuPGroJYykohng6/D\nUHUUVH8sEvBCENN2NBetDphVo5Iz6tDoOb/5LyIRcuA7nAWgYyrWt4jpp6hh\nQkUiKgZgwnuBbI947YdBHyqMbyb31nGYVceuMazI7tU8nEO15PQOO1rWap1r\nlUgdNgZe6EAvggNfvvtaTk+20pZQBBzVMv2bSA7aQDqImyDKhDVaeQ1CDP+1\nnJ3CQoQmE9cx0713wb/rRsWOLxlDmH1ffhJ/yWX852UyNbFB0gkafdCI6zli\nWqPFP1mH/Ci6f6eHw72Jv03R8V4oEXgSn5Nj3U+ZWhdVdqK6tOVDVHtrCRBc\nmxU7OF3w/vXIane5hAtIEkiYMY4d9jCAcwunBrlUrRsJLJj13LTXJeDVgHyI\n4m0lTKBMltNJ1zV/Un6pB5oye4spep0I6F+YkWgANdBA82jJgzQg1itjaT14\ngyjz8kDwfinqvp33ygYhvw1V7vYgpAKdSGy9NrFQYTfxnAovrBmkcQOrqfJG\nkR+k\r\n=0CUy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDfp89v/f/BJqjDxVvliwpWgm1NoBS/MT69h+Mfo+sCiAiEAiiRdsrM9GEaM7tWRk92wxYqeJEAZq8dqSW/E0GIo0zg="}]},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_2.0.0_1603464045469_0.7434464790147273"},"_hasShrinkwrap":false},"3.0.0-next.75":{"name":"react-app-polyfill","version":"3.0.0-next.75","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"dependencies":{"core-js":"^3.6.5","object-assign":"^4.1.1","promise":"^8.1.0","raf":"^3.4.1","regenerator-runtime":"^0.13.7","whatwg-fetch":"^3.4.1"},"gitHead":"749a76d291d6b07681d0941eeb23112c6970d3c4","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.0.0-next.75","_nodeVersion":"14.17.0","_npmVersion":"lerna/3.22.1/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-fbghD+Y9Z/jDwvMavDTJwDPzP3SzBOz2zhTgcYPXsG2Dy2MNZZ15konLADlRpIaxxBDRkDGZpak5ofFesb68ZA==","shasum":"6c5804f6b1189cdd389f53c0385eaf0e5bece067","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0-next.75.tgz","fileCount":7,"unpackedSize":6777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCtDkCRA9TVsSAnZWagAAkbwP/RL1dSh0WU39ZQyRPvS2\nxkuLRnaFIOsvBoqmOaGHp9ZYNlZoqeCxJ5lGa7ki3d1t7eGLfVq28qIeMsiH\nTjcVjzExdRFudb2PoQ7Y0BdthJZHnS8uvjuufGZ8XrDA5Ek7CWtbJzivLQKL\nOmDbnEvF3KXIkvSi6t/PrRPg4jx6JIJ2J+4q+0ZQWcXLHi0I+DKyvHYXPb9O\nBtUM+g8YIDf46VDjfRiuIMwcSASDOKfujhsXQUE0NPtJ2GiPYIj+EKNgxZSX\niWY+m1NMg5uFV4ikO7RA7+xG27u99RaEeBihhX3OU+IxawaeGy/bW/T9bB54\nFysFmZVRWHjC7oxWicHkPJ9kCQXO3US8zyQgwKdsuQJMZ15ZpZeEJx8gGhTu\nRVN63G8jKbhzE+z9d2kgotFLVFi2GwTCcZNzWSxJafRLucxs3FClcE5eSxq+\nyRKtYBYo2Ea0k0NGMsVIOyM1dH0X5iKpW8VrxRS/IbaUVAhO5tSC2stX8UA7\n9eGuODbdJy3LD7lZM3C23sGm6+8wMpbQLoOZozAr94W3eQ+cd1wy4ShMMuvu\nUO0uSBBP/26zZYA/q+HxQs1ZbCR2SefAZvd0+rDkU/FWWVKW9lzm2pVAzHcb\nrrymp+ECoRl92OzYxWy7xCYo+zvzgwBz1aEi9nlD56IXcLQ7v0HcE5qwhOvb\nh9pW\r\n=UO9U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDvC9XbhvowGoR5MCAiX4xevho9dFXc25ioJZjgPYuGVAiEAom4G+uuTPeC+bSg8GsgaRkkUu9kUEtU15Bvhzt+xJD0="}]},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.0.0-next.75_1628098788781_0.8265527014659333"},"_hasShrinkwrap":false},"3.0.0-next.81":{"name":"react-app-polyfill","version":"3.0.0-next.81","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"dependencies":{"core-js":"^3.6.5","object-assign":"^4.1.1","promise":"^8.1.0","raf":"^3.4.1","regenerator-runtime":"^0.13.7","whatwg-fetch":"^3.4.1"},"gitHead":"25f516f8de602187bea4e725b9d8fc1034d909a6","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.0.0-next.81","_nodeVersion":"14.17.0","_npmVersion":"lerna/3.22.1/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-zoR2g6WQxnjqPQVWPIgByAjmciufyFAeSt7Hygmtv5WaIdBUkpnvjRpo7rO6ZK1PHLLDqi3k5pB+A39kzpN1hw==","shasum":"09de955acec464b8c73d2cfc1971cac84a519166","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0-next.81.tgz","fileCount":7,"unpackedSize":6777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL72XCRA9TVsSAnZWagAAHPMP/32qJP3m4gDYEhmU+eJw\nTPfdAUvWXWKyln/eNqm6yUmDPTgF0GxLmGzXrVdatHpl2OLlY8JU97Qv6H1A\n//lLTPZWAEbsIKdwXIVrtPDaTLaxh4OSUNuDlgJ2nrl7XfPY3NBOqmtfY8oK\nb3Ob9LEF5GCY3RxjfzZDClnN8IVbRZSaTwgtscuii3IbBVZklSY4i7sDTBUR\n59Lo7b+xt72QBnDy+bsceuXwNM8kNo6UBenk5phan3/Y7YadsD8s5Q+5Gcf9\nbsGSMqv8gtw0QgJS6RlosihJwBssUhTEAWL7aR0qwEB4QQcIzruIgjjoiL1G\np9P9/w2IP9dEkTo2yy0tZP7PMaPIok8MT8nQn7ZsC9sTWAwn0RonY5d1x5mV\nZjV3dx1Db1tuJYfEUR2S5GL9wbkzA48ljXo04FqaolLNpG5G75EbmM16PaoH\n09ZHrQjcPBxlpBcfTjiSWia0/IFgqazOcnexwtEPtE6F8CmFEOY4ELHtHFN8\nZTLyo6ikDtJ6cv/gJzU7rgeyb+FNjcflXwPuTRMB0UJrw9x5w9rF6NQJdcMm\nl7i1S9oNjJrNDvUQGQcybrOwiH4z9YyrrmHq/4IB39eH7927t+4N2KWLWcQc\ntJF6Z36Iyx/A66tC/DdXa67SxTdf4wTHf7YzH51ZdWmNQ8aqyx/F94uVtUn5\n5jVc\r\n=9sgu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDV/erkDmDNbSCUOJXaX7cGmlNca7embb+33cubB1wPPAiAwycYTkGeqeo3dHof5FrKcZWqOhAv8FE33noj4+Rn97w=="}]},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.0.0-next.81_1630518679032_0.9284033619961745"},"_hasShrinkwrap":false},"3.0.0-next.91":{"name":"react-app-polyfill","version":"3.0.0-next.91","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"dependencies":{"core-js":"^3.6.5","object-assign":"^4.1.1","promise":"^8.1.0","raf":"^3.4.1","regenerator-runtime":"^0.13.7","whatwg-fetch":"^3.4.1"},"gitHead":"1465357b842eae16b2b52243d2e55db9a17f0425","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.0.0-next.91","_nodeVersion":"14.17.0","_npmVersion":"lerna/3.22.1/node@v14.17.0+x64 (darwin)","dist":{"integrity":"sha512-1W8swsytUy213cxmuTWnHyPmqmj59MJi4iOW+hegfRTEFwE3y6W0nj6N0Uat/gsBR7F6Gd0C7zk9TPZOEOB5Zw==","shasum":"384eb91a4d957fb5cef0c52e0a11ea027697b6d9","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0-next.91.tgz","fileCount":7,"unpackedSize":6777,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3PsUXnFnREpqX/Fsy1tTHErhPMXYMkDNz1uViUvDw2QIgF8R7w79+MKzxnHCrDIBCnAmwLe+nROIWSrXA5bYo8lI="}]},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.0.0-next.91_1633372663836_0.7662695920346525"},"_hasShrinkwrap":false},"3.0.0-next.101":{"name":"react-app-polyfill","version":"3.0.0-next.101","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"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":"20edab4894b301f6b90dad0f90a2f82c52a7ac66","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.0.0-next.101","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+arm64 (darwin)","dist":{"integrity":"sha512-PY84o+wEQVjdRcxnyRPvVfNBYaMHcNTv0hyw7GPcGO9O6Q1qiynNG24bWyNbJBjq4L4s/cifroPXp3Jwg3E0/A==","shasum":"14b71789a796394801bebc7bfa17d38b62041b7a","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0-next.101.tgz","fileCount":7,"unpackedSize":6779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsPd5CRA9TVsSAnZWagAA4FYP/2P1ouB+Y8o/1axZXNk1\nUMxhKfU5sWbmLryiQjGquBYW9V7qHrvsf6B7n3R//opnhC9rDgm+TsWVaY9p\nF398daXH6fs2D2BqueqTrizX7TFJZMwfeMgkB2b0WgKEFjwuYtKyMCTZzYNw\ndSGz+UOzqxMLfhxjWMudj5UP3qFVQIl6/nRGxtSNHjdOEUcdbTZQNwDpL8HL\nnJztUhBzR2m3bp0UmJDj51IcFAxF4oXmjM4sdoKXPB622jnyhYYG7u04r+G9\nMn1EOYqlRb2A1+z1rZwWxcfD8I6y4nicG+e0h2SNKy49qYrhlLWVDMQlmekf\n5rTH+Icag2p9m0PJDIBQmygty3BmpzIpwYS8DJGH64QNgnBo1Bc7Fe7/fCuY\nyT6iVez2dbUpeiOnmodoTH3uC2QEsXaoKx3Sg5zo9RtA1s6QjtQdZstNEuhO\nMgpfWD++/Z67A7mlrp6QzacE9hO3EM64u34YHee+gaGmAsPauKCZbbuMnEtQ\nj2FFI/f5G4OWtfB8+mzmbkJ4N/oEnWlOtb74I6eegG1as+Sr9APVvHkWj4C5\ngKzxyi6Ea1AWO0qUdCUEUQwp8bnVdVBE5lKNLpuvGgt3s9pZFbeJ6kuwg1I3\n1JgUEJOjqGqqiQo7ZmL7bP/eRHWYNR8jf8nZX+XeUt+ovpLAjB1ggBwpfi33\nD/1m\r\n=G5t3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDI6bG2mWs/+9nQmu8Lkc8vib6fJDqgXE5eOO/S+BqPhwIhAK1n0RmRNyTXq7/R1Q21XEv+Eypbn6L3z9lsE1EBHJmb"}]},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.0.0-next.101_1638987641224_0.44326366454828436"},"_hasShrinkwrap":false},"3.0.0-next.102":{"name":"react-app-polyfill","version":"3.0.0-next.102","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"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":"657739fb15a39fc2bb608ff446c308406afe6388","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.0.0-next.102","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+arm64 (darwin)","dist":{"integrity":"sha512-PVgxH8/ZaO0Uu1pYcZDwryswQUKQy4CJCEJyaRHkDvJqPJ1nblJrETw7usffCBkQqOrWk5ElCnvuxndaKDVUnQ==","shasum":"cd53abaf6be33d3d510592dc37585f87b736e8b7","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0-next.102.tgz","fileCount":7,"unpackedSize":6779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsPyBCRA9TVsSAnZWagAASSkP/2Bx1vK55XDH3lXmuj7z\nplB5YianoB3+C54OaYfRVTpHNFPosMD1H+9ZTDuXW3TQRWleZnulRZQ8ruAc\nnKJnnuk4aTe+UZHgthTjKHyhdQnLEOG/RB2ULqQRxh1h5WITp05mYo4yoVEO\ntN3Dx3UAkPeFWjMWKTSXbQ3DzzsA2fuLin02B2ctCcw7LGng04SoLnLqcB/C\nEt4Vzo7PqpmEhr4tV9RIkvWPSjoJXWNgXkl37JEJdD+LN6BV20O4f/HoRf3p\nKr888RnY2sLjjmhzLgWGFK1P8vAJDbCcvfx9CH4DaVvS3lA5j20nzFOWrfmb\nX3hKOIOcVd+HdK3tPtUKXflhhVVN78MQMGqXkI86oOxdEE0p/+ZogeE+/5Pi\nzGBl4ZP6rJgMslaKlIxAXcSGCy46FVyC8seqXnkm3puz1nDmrp1iR3D0jiA/\nt9mfiaOGW053T9A/Nf5F7jqWLte8EL6HYkrJSoOUXSDWETVTbo+qMa8/BOCu\n+zRxQGX1PtIP1dydkRtciwnAe0ltz4a5mqeD26Im5sy5Imrkh7Pekfvwk5Zt\n5Zl+FzTzXVq/Zdqs1cCWy0K3rGPNMoHo/Ohf8YcCnV4Z2WgVpZKyjmXjoam2\nDghGy4cfw2vcV5+RWx6FCHiD/dNcFJ1BNy9UsZPT3t1Wb8KV915CUPklZqKk\nUoT7\r\n=ysdY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy7olE545HAQBTlB7hG0fH+oZQlnkMv9CJwUAHzysFBAIhAP0vz5mMF/+JcZVjJBjYnpEEdC/T0WgOgLcEHxKdAmaL"}]},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.0.0-next.102_1638988929511_0.2028418669125407"},"_hasShrinkwrap":false},"3.0.0-next.103":{"name":"react-app-polyfill","version":"3.0.0-next.103","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"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":"5614c87bfbaae0ce52ac15aedd2cd0f91ffd420d","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.0.0-next.103","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+arm64 (darwin)","dist":{"integrity":"sha512-DUp7eiqMHloy+EshPxpcDQ0NA8Hry3ajR4Y0s95Lsj5rCFYg5MyVt3Pm7qqnfbVcV67Qd9rzlKucGIzPafRwxw==","shasum":"962b6e12dd14e1321ce32d80b0e123f794bdb60a","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0-next.103.tgz","fileCount":7,"unpackedSize":6779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuDP2CRA9TVsSAnZWagAAye4P/jLCPJiHWmnaVEou89Ee\n2JARJfSDy3sO7oJicBCFhAvW9FKiLzyNFSwXNLNaq8SlklK3Moh/b3g5WByy\nUUiJIm5HtwiV3BFVRtum9b4XAxjYamvjJDVG7m+szpMtv6pxHFVbLEMau3r4\nOS0C/HqqnpgG+pAGT442xzh/i5lGcXxXEhoRQDLfx/U7eh5QUoxhdz7EKjW0\nMJWsfKZ4AolwTF5BTHl/JJHkacsGcI6nsMt3lHi3CF1T0rrQ/ET9LSsDzYoz\n1koj9aRynCmpIIE+HGgrk9WFLP7PfPdasNin/1eXjRjSz7uo0CEOQ7J0sJTo\nd+1uIxc20bIApUZZENkQwVfngyIRn4s7dznexCdhYSDLwQxk88+ztYSJkrCv\nsojPlHkVUQc0N1VnrwvkvE6slMa35sLO8uAN3+ofAPFucmiOvcrovsZuYudn\nl2O5dp7I017A+sJFESetZX7Dc6jEjuAKpY4mNmIDv1Ru8B8DIFy/vBmSu+oI\niyOAYtfnLJAIQ0mCmZ6/bX2qGjK2XajiTTRhDWBNeaJzWUJKvdS56I5wdgTy\nbdKuJjVNvLljBM39/HmJ4CxdujOW2EX3gjH6KhPpbg99sZESI7t3qhaXdfbV\nW/5a3fIQNmtE7+z/FZw19omEcsHO4nVSVDbb2BnlGg8OQX1uHt9tb3sk8Egb\nyAi7\r\n=N/V2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC6PN1dwNzl20Z3ap742K8iMgOnvk9QAh9Cirxz2QoB2AiBHM7VOBD2jsSRzsaDXCquFgCPuobOfSqOorLPDiUj0Nw=="}]},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.0.0-next.103_1639461878427_0.20817765981012482"},"_hasShrinkwrap":false},"3.0.0-next.104":{"name":"react-app-polyfill","version":"3.0.0-next.104","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"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":"6a3315b73c19791cf485d3e53b7ff72a042014cb","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.0.0-next.104","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+arm64 (darwin)","dist":{"integrity":"sha512-S2b2hfUmc3KpZIJndXQ/3w17e8l5WzLNZ675J6YckoWzLK0VO75aj3gUlVW2LzFiw1LReKjru8wEsNCdIlXIRA==","shasum":"1d8e1680e076223f17e4b3f0f701878c6c71b1e8","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0-next.104.tgz","fileCount":7,"unpackedSize":6779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuDVcCRA9TVsSAnZWagAAXloQAJYPQvJe4t/lBja0AzTB\n9V/ldGOQ1RYwfug1/Ys35rvEclulP5htdZw7BJ8i3WOJjU9yOs+GqDr0fCOh\nh25QlAZHZSXf4tmnntRCWxSRUKSp+3UawIwSh79OgeyDS5G96po9tZYPF2Xp\nL3Ot8GH6Q4ccGt7bq+GE9OcpTkLQJDGNASBiN2BmSpsiMi0BPKkGi21F0BAN\nZWbFHfcBzLMrQuFaLOngRWsvoU9FsFInIQiDOg/E8AXOm8Pa8Qnn4mhRKjKE\ndznPNuYkY8NAFAHcOUowrSxOLV0bXZMe0eRDtvI4xl1xQd1MIhieTKA27OGV\nr3ECK6hMbCpOsuepETroYaxBJ+JHEaiPxztvfJKqSMbTsMYNpy60IYZgNfX3\ng8qYBh3NwtwLPfjgoWiM3OVJYndvNfAEcQdl1TTFPVxr2SRL0BnPsjfGZXVO\nfNuIpu6Eo8pWu26Nf6CBRrdwruzDSFGKOxDh7O/JOt/3O4JRiVLElEsZrxEf\nZTiOnIKNX9snyvOSTh7+XU2OY8XbkZvuBqYdiYFWx+vFTuUa/XQ1wdPprKtH\nFPEXVipOJzszw5LjMF+y3ckjQfaSyfJi8/H5mzOvP6RCbv/LrqvBKI6vBDBg\nrDk+zf7sXp35QBNpSk6nAx7mwHNjnIzjzJjsyxQ3bQV4b0Srk4vp0z86Ew4S\noXzD\r\n=NWZD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF0Tuzh3H1r9Uj2Ls2GxA3+5lh9Yng7jFJLkLZjKMwwXAiB7WblJtzl96zDFETxy48WAFW4LiL8J9NWYx/GKMZAWZg=="}]},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.0.0-next.104_1639462236239_0.16787307045944067"},"_hasShrinkwrap":false},"3.0.0":{"name":"react-app-polyfill","version":"3.0.0","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"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","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.0.0","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+arm64 (darwin)","dist":{"integrity":"sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==","shasum":"95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz","fileCount":7,"unpackedSize":6761,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuL4ZCRA9TVsSAnZWagAAB44P/icLViO8B55rbIT1zba9\nzmQXTEgz4ZHOMDVdV9sEaRKlO/Iaq5jRvQXStpcojiao+wstnA4IprpyoMYy\nhJ4Q6OaYVbKaUTdFdAXKEP9gOTHAh9EmGIWe01nXDpYqazk5pgzL6786SUop\ntWVwDmXBkPt63c0a9fxsqrApCJnUJFp/zafni7C/zVqDSpBYNwqUXu2GaQav\nCUbVSeF3pBuHjYCzc3FwVU02q0mPctaqSQ25EkawZ/4mh7b51IWwh05xzbTw\nLd3X/nEdB7Vu7H20V6gjmEw2v3imff4ZdEhJBlKLZoAh0Kjw6YL9x86jp+pP\nNucy8Vn5prB5k39bx7e3GUiLXH6G8EUsK3jlX/AZbhFtU2czRx8vcnjyeSR9\nOqhThx3xUrhQ+2CvAcv62m5CtRw20ommTVduzAhW7zn7URTjH0lDcufj4V2Z\n3sGpFbEfk8mBoa+LzQHOr0hySW8/AuwCS4ODQHazbTS6tpYX4//ODEtevPFe\njhCUiMvJ3+pYsbnh71QUXQgugItItaJdtF84venEmnLQJbbO3Yzd3To0eTbX\negLjw5yq293SfQ5XAJ3P3bnm+9U6n6iuyhinmJYNSCF5sB6okxsPemvC9Xxp\nwM/R5A/c79ARO0IcEcdVHHLcbapGJRxnTckb7E8j9H49gLOLYCZw4nTK4SfE\nox2j\r\n=XrFQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFglHz/p2gtSBEsxrI38h8kVDySj6HBBPqX7+UF2QjNSAiEAzLdzvzpgMzlvFgnXss1Fxy1uIOZyDMrzgy/WpJQFowo="}]},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.0.0_1639497241035_0.6449918908939911"},"_hasShrinkwrap":false},"3.1.0-next.14":{"name":"react-app-polyfill","version":"3.1.0-next.14","description":"Polyfills for various browsers including commonly used language features","repository":{"type":"git","url":"git+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"},"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":"9802941ff049a28da2682801bc182a29761b71f4","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","readmeFilename":"README.md","homepage":"https://github.com/facebook/create-react-app#readme","_id":"react-app-polyfill@3.1.0-next.14","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+arm64 (darwin)","dist":{"integrity":"sha512-ki6Vg6IbszoxR0L70KiAUc+Fg7snl3X9nDMM3aP9cwmnj3kJE33pEIxjQwACBOjGpx/kVRQ7JzQD4VLSrGqNYw==","shasum":"539e42d43567d48c403eb4cf49aa92f28716455f","tarball":"https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.1.0-next.14.tgz","fileCount":7,"unpackedSize":6778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWkuBrHNMrFLXKhxIyq7BLN+Z7rLlbbpZ36yrMGqtP4wIgXuQdjn15xgn5MOdMsSg2/xN1lY7ALxqBXdNqrlJvFh0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVbMmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBtw/+Nj3zQ9KssVkoLv2aw7wBwhzYicP+u4gofVIso9d/cre4+h99\r\nWUjxKuEbY2n3qcbKiPWBfXgYtKSLeaNSIGKsnpMH5YK4DvmiXlJFc2YzsqZ+\r\nglECEYl0d6bwMrpGpVTkm/k3p7MFPsHg4Mfrg3xDcUXaDh0BqBBT/akSv5hN\r\nIkrvugE3I7Mi9xF8n5A9rC1rVCIRnzTX+LydoaHEM5EOqUoQBodWt3cM8S9Y\r\nSpA4MIBLJikZhoTTxkfGpZEN5zcmRRv17cF8qUjs5hBqiJieILNyUnn68S1/\r\nwW8/UQ4IiWJ/n64/OsycNVCXuxmYTRBczZOEbszvAK5IcIVzrMCFz8U5uol0\r\nSfJt/6mcGNSO0/4uCaPHId8hRX7aQf0siIEWTchDR4HntBuJdk9DTVv7zuHx\r\ngaTE1xJDmWS3olG4AsUYbwdpAIuVTs3F8fR0S7JVRBAVEkOsWGZWp3CWxPGy\r\nfkQN2p3fNg+VGGstvoRDvAbX4ygbAIh9KNdbXD7cWowoQ3xQJDD7G9Jb6bMZ\r\nJYdIMe3SjRP9qoXaiIlS5KDkhqbCHUu8ojwNFxF0EdX4CJdvX6cPfq2A+jdw\r\nlQsFbPW8lIsHCzLcE1EQJvw3qmvSMkuflG/8MJXFsXl5+v6x8rJZE+Jv+7dA\r\nL3euC9SxT94TpMo0ZqiHKfjhe3M/9UvkNcQ=\r\n=erc2\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"iansu","email":"ian@iansutherland.ca"},"directories":{},"maintainers":[{"name":"gaearon","email":"dan.abramov@gmail.com"},{"name":"fb","email":"opensource+npm@fb.com"},{"name":"timer","email":"timer150@gmail.com"},{"name":"iansu","email":"ian@iansutherland.ca"},{"name":"ianschmitz","email":"ianschmitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-app-polyfill_3.1.0-next.14_1649783589858_0.4932329697950517"},"_hasShrinkwrap":false}},"time":{"created":"2018-09-25T18:43:25.150Z","0.0.0":"2018-09-25T18:43:25.248Z","modified":"2023-08-24T18:09:29.203Z","0.1.0":"2018-09-26T18:05:34.296Z","0.1.1":"2018-09-28T12:54:28.546Z","0.1.2":"2018-10-01T16:21:58.196Z","0.1.3":"2018-10-02T00:54:54.833Z","0.1.4-next.9b4009d7":"2018-10-24T01:20:22.243Z","0.1.4-next.c662dfb0":"2018-10-25T14:02:47.989Z","0.2.0":"2018-12-23T18:53:19.578Z","0.2.1-next.6a95aae9":"2019-01-04T18:33:50.244Z","0.2.1":"2019-02-10T21:48:28.682Z","0.2.2":"2019-03-06T23:17:24.146Z","1.0.0-next.b0cbf2ca":"2019-03-15T18:20:51.653Z","1.0.0-next.74":"2019-04-17T16:04:02.569Z","1.0.0":"2019-04-22T18:50:35.102Z","1.0.1":"2019-05-08T17:30:13.572Z","1.0.2":"2019-08-09T22:37:37.647Z","1.0.3":"2019-09-19T17:48:01.659Z","1.0.4":"2019-10-03T04:18:28.989Z","1.1.0-next.38":"2019-10-24T22:34:12.859Z","1.1.0-next.39":"2019-10-24T23:40:20.897Z","1.1.0-next.62":"2019-11-14T22:27:48.404Z","1.1.0-next.80":"2019-12-04T23:54:36.494Z","1.0.5":"2019-12-05T00:05:13.205Z","1.0.6":"2020-01-31T04:05:50.997Z","2.0.0-next.101":"2020-07-30T03:41:21.358Z","2.0.0-next.114":"2020-08-05T17:32:35.348Z","2.0.0-next.133":"2020-09-16T22:49:18.564Z","2.0.0-next.135":"2020-09-16T23:21:11.608Z","2.0.0-next.153":"2020-10-23T03:56:25.623Z","2.0.0-next.154":"2020-10-23T04:23:53.059Z","2.0.0":"2020-10-23T14:40:45.616Z","3.0.0-next.75":"2021-08-04T17:39:48.905Z","3.0.0-next.81":"2021-09-01T17:51:19.236Z","3.0.0-next.91":"2021-10-04T18:37:43.965Z","3.0.0-next.101":"2021-12-08T18:20:41.399Z","3.0.0-next.102":"2021-12-08T18:42:09.675Z","3.0.0-next.103":"2021-12-14T06:04:38.565Z","3.0.0-next.104":"2021-12-14T06:10:36.354Z","3.0.0":"2021-12-14T15:54:01.248Z","3.1.0-next.14":"2022-04-12T17:13:10.177Z"},"maintainers":[{"email":"opensource+npm@fb.com","name":"fb"},{"email":"timer150@gmail.com","name":"timer"},{"email":"ian@iansutherland.ca","name":"iansu"},{"email":"ianschmitz@gmail.com","name":"ianschmitz"}],"description":"Polyfills for various browsers including commonly used language features","homepage":"https://github.com/facebook/create-react-app#readme","repository":{"type":"git","url":"git+https://github.com/facebook/create-react-app.git","directory":"packages/react-app-polyfill"},"bugs":{"url":"https://github.com/facebook/create-react-app/issues"},"license":"MIT","readme":"","readmeFilename":"","users":{"jalik":true}}