{"_id":"core-js-url-browser","_rev":"1-0447c0dc8140951304cd66e80265a194","name":"core-js-url-browser","dist-tags":{"latest":"3.6.4"},"versions":{"3.6.4":{"name":"core-js-url-browser","version":"3.6.4","description":"`core-js`'s `web/url.js` prebundled for the browser","main":"url.js","scripts":{"bundle":"browserify node_modules/core-js/web/url.js > url.js","minify":"terser -c -m -o url.min.js -- url.js","build":"npm run bundle && npm run minify","prepublishOnly":"npm run build"},"keywords":["core-js","url","whatwg-url","polyfill"],"author":{"name":"Andrew Duthie","email":"andrew@andrewduthie.com","url":"https://andrewduthie.com"},"repository":{"type":"git","url":"git+https://github.com/aduth/core-js-url-browser.git"},"license":"MIT","devDependencies":{"browserify":"^16.5.0","core-js":"^3.6.4","terser":"^4.6.3"},"gitHead":"21cc71ac7edf87dc9d3c8c8d0dc1c4113e12dd46","bugs":{"url":"https://github.com/aduth/core-js-url-browser/issues"},"homepage":"https://github.com/aduth/core-js-url-browser#readme","_id":"core-js-url-browser@3.6.4","_nodeVersion":"12.13.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-VCMkPikOVp5JXftTj0E3gPZNKa0exQX837KxyPcnMAKvImWG8+RbXwEHEGMjiNz+9Vl2YgutkVYOpq7iaSOt/Q==","shasum":"ba13d7e19a2736e3a860fa9921f43bf65cd4f655","tarball":"https://registry.npmjs.org/core-js-url-browser/-/core-js-url-browser-3.6.4.tgz","fileCount":4,"unpackedSize":162337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQ08mCRA9TVsSAnZWagAA9EUP/iJI6cfXzfzqTHrjpvSt\nRIFmmn29fnA1fOsjyjjxd9z9Khmxauf5iExkiNrKnMGVrSwosPflrmgftyHW\n00mlexikeMNMO4Qlc2mksP9iYfZA8fsIYgdYyGS+xRMDT6JBcKY1GgLU7x9G\ns0Vhb6lFULUZBG/hUW6+MJibBE9Hcm+UbXmcmMF9b6sRu38SCCqGiNc3kF3L\nBwtW4NS4jM9bx1II4w8pmE2rLEDqZFwyHceu+LvHBEjh7RX247xmukj2Z6Wz\neRQtj68qyJBJ/WKkaxvqh3elU+t6VueILd5dQoP1ijtg1G/q6BAovCRwV8z8\nO3JkP92xbiEo+/aJi54C1+1PFIr1mwU0fR+UG/Eg8bkPvThUuESOea9ehpgP\nx1hI3K0SYMH+KVjW63XxVElJ1K0d25FNyvutBTSWDh7C9F/T33khX34jC0rV\nCzOyJIbqByPbq1/ALH02HLOScamUT/aZs7+15vmn+3/jsQ/sDM7NiEjHLyQb\nS4H/UGOw2E/Dfk5dJgcue7Ed17Cy2/pnu5vf9RC6xXX3cQVnsef9obOBZPHA\n/vrGfyWd5Px90GgmliXYA6EyaKD0EVtVMjwPZD6A0Rb2FwJooIhZNqxOvkoV\nj6s2Ec5Gos1yU6DvNWlQGsT8B7qgQ2gjnrmmYBzhK0iqRQiyDJBxzA8wpPtx\nSMI+\r\n=SFqi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDf7HrtFNDMtG/Y69sthJtOKNLzXw5nvOaCGUQmh9+bSgIhAJJOKwkevHtlYlMylgO/eQim0FTJH7X6D+sqvsjN7aL0"}]},"maintainers":[{"name":"aduth","email":"andrew@andrewduthie.com"}],"_npmUser":{"name":"aduth","email":"andrew@andrewduthie.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-js-url-browser_3.6.4_1581469477720_0.4888710919596224"},"_hasShrinkwrap":false}},"time":{"created":"2020-02-12T01:04:37.719Z","3.6.4":"2020-02-12T01:04:37.844Z","modified":"2022-04-27T17:59:45.284Z"},"maintainers":[{"name":"aduth","email":"andrew@andrewduthie.com"}],"description":"`core-js`'s `web/url.js` prebundled for the browser","homepage":"https://github.com/aduth/core-js-url-browser#readme","keywords":["core-js","url","whatwg-url","polyfill"],"repository":{"type":"git","url":"git+https://github.com/aduth/core-js-url-browser.git"},"author":{"name":"Andrew Duthie","email":"andrew@andrewduthie.com","url":"https://andrewduthie.com"},"bugs":{"url":"https://github.com/aduth/core-js-url-browser/issues"},"license":"MIT","readme":"# core-js-url-browser\n\n[`core-js`](https://github.com/zloirock/core-js)'s [URL](https://developer.mozilla.org/en-US/docs/Web/API/URL) polyfills, prebundled for the browser using [Browserify](https://github.com/browserify/browserify).\n\nIncludes:\n\n- [`new URL()`](https://developer.mozilla.org/en-US/docs/Web/API/URL/URL)\n- [`URL#toJSON`](https://developer.mozilla.org/en-US/docs/Web/API/URL/toJSON)\n- [`URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)\n\n## Installation\n\nInstall using [npm](https://npmjs.com):\n\n```\nnpm install core-js-url-browser\n```\n\n## Usage\n\nIncluded are two browser-ready scripts: `url.js` and `url.min.js` (a minified version). Copy and/or reference directly from a `script` tag:\n\n```html\n<script src=\"./node_modules/core-js-url-browser/url.min.js\"></script>\n```\n\nSee also [noted implementation caveats](https://github.com/zloirock/core-js#caveats-when-using-url-and-urlsearchparams).\n\n## Frequently Asked Questions\n\n### Why?\n\nYou might not need this if you are using Node.js or already use a bundler as part of your build process. In those cases, you can use `core-js` directly. This package is useful in cases where you do not have this option; either that you need to load the script directly in the browser, or your build consists of simple file copies of your dependency scripts. In these cases, you may find `core-js-url-browser` to be a convenient alternative to creating or reworking a build process.\n\n### What version of `core-js` is used?\n\nThe versioning of this package aligns to the version from `core-js` from which it was built. This is a manual process, and is not automatically kept in sync as new version of `core-js` are released. If there are changes that you need from a newer version of `core-js`, [submit an issue](https://github.com/aduth/core-js-url-browser/issues/new) and I can prepare an updated release.\n\n## License\n\n`core-js-url-browser`\n\nCopyright (c) 2020 Andrew Duthie\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n`core-js`\n\nCopyright (c) 2014-2020 Denis Pushkarev\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","readmeFilename":"README.md"}