{
	"name": "iso-url",
	"versions": {
		"0.0.1": {
			"name": "iso-url",
			"version": "0.0.1",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=10"
			},
			"browser": {
				"index.js": "index-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js | faucet",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"ava": "^0.25.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"faucet": "^0.0.1",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.0.1",
			"dist": {
				"shasum": "971870acbb157ff515f7177b6ca72c8e44678725",
				"integrity": "sha512-DTJ2S1s+7d0bukXa5l/cMsb9Qoztree0I3VkB6Nl0l7ongCUFQUbjp5vVdu+Y4etxRCWF55Dnb8KLvaMn0EVMQ==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.0.1.tgz",
				"fileCount": 6,
				"unpackedSize": 4583,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCWBECRA9TVsSAnZWagAAuHYP/3rqVCF4mkhDFgcmVe7g\nb1TdgkE53n0wd/QUUqU+iQ8FpvJFvc+34XxAPEpzSR0DHgho/6pQop6PfRbo\np7m+RGfuBm8e/iyjMXJyz8JQIi9iMHVzo83gunsEs345s9d22nPM3aVSdpah\n85JECfNetd9roq1LLuDXo3/RxPH/G3wRtNjCN/tvp5cLkWfU1EB4y4ozs4Xl\nAVBCdfmMdDezn0GfRob4ZiYs0NTAJWHWrYU6Qq3coLN+tDsLKSioeks8CTsV\n4REz+2KvOF/y1Rb4McG/686wuRze1ZpSxuikROXiA/RSm74VUNd88eafIbvL\nLmgBVWbj39Js5MZcGSGjV0Pm+F4esl1ErrAM/BEAd882WQ2Ozrw/2O235h26\nwoG0hU/1RkguVcVboXyoNsqT5Fe08s/qVncOj3FIkYtxZGGrivzDGsnGSzG+\nk8XzZPAQevrID0iOWYPdCFER+XmdcgfO+u+dKVH0ErzsQN67vSQqMhUD5i79\nVgLnV5fud2tedx0A17JtIT1EiMnQpmn6RyPrzqNBvkGl4Bgzf3UfN6mP50Zu\nbiRNjB1R4xbeUyQGGlLcClLcaJ0J3kWOXjDrrUvGZYBw1Imbj3ddqsZGYthY\nuPM2t861XDlxgo+SE+FuV9awbCln5FiN896+Zq+APLy13DZxXgSIxOU/EE0P\nqJUU\r\n=7RGk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.0.1_1544118339957_0.9393248646640704"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.2": {
			"name": "iso-url",
			"version": "0.0.2",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=10"
			},
			"browser": {
				"index.js": "index-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js | faucet",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"ava": "^0.25.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"faucet": "^0.0.1",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.0.2",
			"dist": {
				"shasum": "a2570b5fbf7c0ed9964cf27ed3f6c2334fcf93c8",
				"integrity": "sha512-lyVZRQlmc6p+gzTpb0jCsnO+8aPXms/XmvzOvhfrTnkGVuxNX5KQlC74ohzFF4lrebrK9y/vco61/hjTfDpahQ==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.0.2.tgz",
				"fileCount": 6,
				"unpackedSize": 5364,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCXGNCRA9TVsSAnZWagAAYkUQAIlmOk/pNznIRiJUEBRU\n6O2Xjr9VITuKroR1cmGzw8QltcCpk3o/LfIoParcu3gAhAuL1InE8/ZklSSp\nQ5jRGjkkHLMhQOz3hJ1etlN1GMa+a2wz1YJcAPWzFCxHylkvXKkxGxVnSnkI\n9lOpNE0O/05/YtEGJZpoLGHbps9px/KLsNjob5gz5JgukfeRMC5mfcp44GRa\nkltHep1s91Pr+22b4X6p9OJsomge6cY25wCJqgJwCsyMWDMi9tlxpghxAoMC\n+Y8xYQYR+FuI44uMDxBkn5S82fdz48ZAFY87bXpWEbtLYQT1GN0gEBXgI+2t\nN8UAaBk9RIhd1EFe/nBDuscKtX4NUbm+/ZxiONF/noD0B84I6mrbZ5djXzSn\n3iulWKG9stj+SYhjm7SKW6MVQ/alRvBqvrF6kpsv+7/Nr1v0Ogp2xPgAfm6y\npcnMhAConIvf0peKdO1aq0Iq2sVjIzn33t9rnUshmgQQogSpOzlyY0C3wG3Y\nZqPvztTmjTwo5tZqNoDkWGFOaznJXigSJlkNw75draUrvK4Y88YGLY2o6+Uv\nNB1XovIGoG/OU3OpTNqkbg8c/XFHvK/0E5mXs/HOlPh0GUScvJAe3B4gD0e3\nfzxWTrLdixE5ZG2GSlQADfvm8rUMn0TShpctml09njW8A99qRnIazMoI6Gps\nEhaQ\r\n=siHe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.0.2_1544122763885_0.37240179589653644"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.0": {
			"name": "iso-url",
			"version": "0.1.0",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=10"
			},
			"browser": {
				"index.js": "index-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js | faucet",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"ava": "^0.25.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"faucet": "^0.0.1",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.1.0",
			"dist": {
				"shasum": "01e201272f08e9ba71d94b1aafcc1d75a0436446",
				"integrity": "sha512-w5bM/7dKcGtuST0bZ25iFGhRltqWeCqOlStYPU42YLRl6s8TIQT5Q5hsGavACAAKohJjlS9RUChxvH5Ys9jdqQ==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.1.0.tgz",
				"fileCount": 7,
				"unpackedSize": 6180,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDqKuCRA9TVsSAnZWagAAt48P/07S2IdomM62RzLsx3Ml\n2qJmRl8vPwJ69qlRqY7OyDDJsNTTZFIq8jr+yf33avk0oW2bzt5A5hvGi3WM\n9hCS39TM/bemi/WtfOFtVKf2f5yNaTmVR66oRtYTUtFOv1kEMW0XKO3elgOI\n6vOHpP6KK+zL+BNUOuejUlMD+DV2nPamiJxBUD/O3pZW+ubIoX7g3a9N1Q27\nmOziuiSIVrr2IRQ7h5B+dAM7nYOw3zfoiNlzVWyyQsXs5QvLdCsazschBtQX\nbR2W5C/oDsPlSe65/4Nt3RvycqOd0orUAakKTijlG3KaQt29+RvxaftuJ8Fv\nM/G3yBOOeN48t/DMZcXBFWJ0g4F06bQUchiUWbZhrvQtVDmqxYeTjdgcMrMf\nZbZKM/8OoiW1B6PhWHJdGiCZaPp4vjUNtu0z1pekWeiZfJ1fR+04j2OXvkYU\nCY8sI4LckEOclY7LTYHaDpdNIeFVM/hhC1yuKzX5TS3DI0BS5ivko9vMlhzf\n4mEVI5Lc7M4lhRaW+BFowUE1y+j8YgXqEJku7afvZ5NAFsKY+O1MrGoE9dWb\n3WtFYp0cWZqGJHN2WzwiHZ/zBb1isA/XzQ8A67aMK+b7vd2H/T0GgYIq87b+\n9tPavuoeWtq8w8OA/4KlxxagAu36YjU0Z9DClfz1agLBtKzWhbpAfeAsPn/m\ndR4z\r\n=1BkM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.1.0_1544463021184_0.6681682222741763"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.2": {
			"name": "iso-url",
			"version": "0.1.2",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=10"
			},
			"browser": {
				"./index.js": "./index-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js | faucet",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"ava": "^0.25.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"faucet": "^0.0.1",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"gitHead": "15162f775104af5a5c3c6204b0ec085a6e96a3ca",
			"bugs": {
				"url": "https://github.com/hugomrdias/iso-url/issues"
			},
			"homepage": "https://github.com/hugomrdias/iso-url#readme",
			"_id": "iso-url@0.1.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.13.0",
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"dist": {
				"integrity": "sha512-nDFdZX1MEJjmnYR2DUwdrpzwUCVfLldzNvfPbuMaH5ZKRwlR4gz8HHU0Hr5mumhsyviabIL7uRJW8ndAD4Rflw==",
				"shasum": "2425360a371dcd0766f890347621a95c78d3e7a5",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.1.2.tgz",
				"fileCount": 6,
				"unpackedSize": 6379,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD+BiCRA9TVsSAnZWagAAoZUP/2+rN/ZaL105Fel+Ahoc\nxdCGpo2g2xKTvMWbkr3656S/ltggOt2vqGO0f0NBAPz3ctR111EaTRI1yd9I\n6ce7pk57qgVVBqkiZ5Z2JleI/nTnrU5Wme9Gq+ZUGxhDls5yBnRA3G80Z23N\nkqzwfYdx68nw60Rsh+W2p4auWtTjYOdayDtsJZx+xMbPWT0W9UZRmtQsUKms\nijPYgpnB9zHFdPS3QH1EPeeYq0H2zJBfm9VU9ENvH1wrB6BRDCVxWRyD8OKZ\nzMcEevBf87EK8An5cO8uMDVlDi0d27LVRn25H1MN2A5K0ALggrF25/6fgLk7\nG/yNjUVIsDIVcGdnwgbQNdMMlj2Yu2W8otM3X0ukYqpWRURUCEICCfg4pLWr\n//Wo2wRcnpb/uZkdYdHCimg29FYmVXzaHxOzAVqFoRnCrPWa7vQQ/A51W141\n+ol42pDKifozUxaJx19uVK4KgauFeXzcQKKv+MFSEzTF2d0c9ky8kbbRGXJr\nKoMNccdkDKZdwY5efzO/ipzKaNBwrFqu9qWDEfQm9lJuwZ9Bg4jDt0QlRhhw\nrCbql56Aearvb2b4TBmCFZS7i7c88fzaz7LfZo2BMtXNUo0LwKO1aQmAwwwv\nLPs/Lj6hbaskn/SVWjAI26o1iS3u2KdGfueAxN04POWYnRO2VUtEANDIbaEG\nHM21\r\n=9Idg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.1.2_1544544353519_0.5343303947275184"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.0": {
			"name": "iso-url",
			"version": "0.2.0",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=10"
			},
			"browser": {
				"./index.js": "./index-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js | faucet",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"ava": "^0.25.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"faucet": "^0.0.1",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.2.0",
			"dist": {
				"shasum": "8a78d56f02b490f97d4c853155954416cf45cb89",
				"integrity": "sha512-cw9NS9uu7PXw1mEY5iUllYhLWlVEYbg/1Rb3JiU3RzzYvvgxlPKYin/UzA404Lvn6iPPQTt75qWSZWLTLi64RA==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.2.0.tgz",
				"fileCount": 7,
				"unpackedSize": 6824,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEpDpCRA9TVsSAnZWagAA0k4P/3lk9mqkL8+8wjfqDv8S\nwKyu420i/te9T7rDG1ANwV8rfl2YdfdU0NIQnDxK+WNxziu/TFf7AGPEcS3m\nccZkWjnyJMuJYg7rio0g65hvtCDGESaaEAHp261R17uSudY2H3706L+FftAz\n6488sDp5kYfCa1FeuMnZ/jkaipe3L0dq9csb4ffTwycLFf3yNddVzKThwWXQ\ni+EuSDuJ++9R5J/9hZriXms5N35zRsvJpWVp/GggalfLleDlgrOnUfnGHDV9\n+dF1NLTzq941MMVs/tRoF2rozUuEqycIsPNqI8mHYVSF9qTBEnDbuyiHlpxk\nUUlS0pNbJhDJJcILAYsSH1GxDLIdvfv/89QyYBOHsngRJ1f1xhhHY15G9+Zq\nTQplGSvjN5oZCELIDjgqfw0PoG8puiO/4/n6mxdSqjAnngNxWA83DSKqwoZ3\nCQjqIr9OzIPSrwdd19zoRQIQWKSSrcAeCPnKGLAjzgw7AWSknKt70VgtncIT\nqHB0Y6Zpyfo0IU53iBcaiCXGmjaAFoSroMmiMdBAmK9+oFi9gUZdwm/2sfoY\nMuh9mxGhRJKBo+Y4JlN/1nYlkBIq0pCThFpreYkPwrelvKITN1OMZuvO10TI\nCllQQiXRqRNtlsIPQImTM7j/imziEizxjaWQwx+lsCQR4C2apknnQ8s9dyOj\nwpuq\r\n=nIS+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.2.0_1544720616941_0.9262005115853773"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.3.0": {
			"name": "iso-url",
			"version": "0.3.0",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=8"
			},
			"browser": {
				"./index.js": "./index-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js | faucet",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"ava": "^0.25.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"faucet": "^0.0.1",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.3.0",
			"dist": {
				"shasum": "35a9d84a6592a9705607a62299e7c91a39a5fb85",
				"integrity": "sha512-SvVw1VL+FKJRFhwAHQ1vWHDM24ZeAo9Fm8xt/WKanKXTT3NJVLMwu7nRM/SSWZyy2q37CDHhk3egEsLUbVSliQ==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.3.0.tgz",
				"fileCount": 7,
				"unpackedSize": 7011,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEsxjCRA9TVsSAnZWagAACCwP/3fjyv9mOMZBPzm4AAKg\nS/FdKjb37bwcEVcM5juXYCAgz3PTlVUYqjvH+UlsqSPHq6+Czm3d7QXGr9Ll\nJkENqUumXEl50oKcUcAPugQRyAb76o0+FcnLdj5QtYGENlWWDb6T36M5sZnl\neDfDYyA646gz+gjC8RzE6uvVEYM5KmgS4avXmM42FTGhaTnX56jYf/Jm1cry\n755kh+UY8xzD6NRW0xD7lU/iHoNU8zaIvf+ObTWqKZWfnaVS63PcClJfNitx\n3fKjufw50CGjaoYUznCFsieswIpYHuycLfgW0cTGX/iN1EEq64iyZycHwbAy\n1bTDDA6yx9Atu3DVI8xWTNaJgrjVOeEmSmYMRVk6r5BePIiFbCdUow47TJlY\n7H0GzVFr6EDIkXHr/kgGdjWI8VmhxZQsW/WNUF1BMcjAo7u3ILVRvICR8DGc\ne0ZqtNx11qL9nysNyvuuZgqXI5bce2KY3HBLrKATT6/YjHFHEMWBMKnO8qHU\ndHR0y0qryxtVU4RymL/617cnE+dUva1PVBizRZx6cTd+PY8BSpgLEyB0wX3j\nWwZpoATIeHzr8t7+veil5pFRj1BjyU65GYrQaEoccBgUVUGpC/roQHVgTQUy\n8c7OU3dl55CvqDGekMYYi1lB5hegvzzSJlyQAs4m83b509j6UWEreYIoHnBj\n8oEs\r\n=qGvi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.3.0_1544735842959_0.3499454386566865"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.0": {
			"name": "iso-url",
			"version": "0.4.0",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=8"
			},
			"browser": {
				"./index.js": "./index-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js | faucet",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"faucet": "^0.0.1",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.4.0",
			"dist": {
				"shasum": "90c05de67ef21ef24e7647f54baa6c3ceb738930",
				"integrity": "sha512-sN4KNjp5iKn9GT1zYXmaMjS4pvq5/jxEk30VzO9xTn/8g8zE71nahv4wtJm/J8XGB+NrGOkQc/jKJpQ3WMAwRQ==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.0.tgz",
				"fileCount": 7,
				"unpackedSize": 8111,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFT7vCRA9TVsSAnZWagAAKuoP/RiksYbANXDrnogWF/lg\nPp9Z4JjOv/Rm4uFFZr/t2BaY1S+svZkuRjGpQ2CcIULMp4iQH8cF6ssrdaYl\nQHGyGR17svy3CvMWQPSnvt7g7rQOPSO3uvzJB1MXRmXDQcFpz19j5jxMT4uG\nJmYfqBiKUHr3tmFed16DPfRQAwsVpwik8HC2JOXQkvIrvPlQwsaqY+EBhr25\nrn0jQgy7pDx2nunvem61po/AMQTniXNX311UNmSXKEG5jip2yl6K8uwNPpMd\nyr+gzof2twKpgc5WmUOPjqShNaLG3xll5/us1371oSF0cllxYoMxNMFbMd7W\nIxUM0wEgdlbDeHokRTn/+d5tGrWmyGZ9AZPb33rREVe2go3hqHKTvheuZliv\nC8yR8i4VYoOeci/4jSESmwzEA/BHJg6tiEnkJe/WQGJ1LERhiSLvQXwZROLq\nE1eLq2VOjUMhzzJEuKtQL/9364WWDv7dD2LvmqI0elKrwNq+ZkmbV3Exdf5l\n7wkFFFPJRIKaLW3sk58btQubum9R+FtPQ8g9jK75nDN0n562FYkqKRfL9D/h\n1hy0T2Gfi8vGdOV6mqEVozHhAClZtHXvHPrmMC4iKYJ2vA/dOGX1/M72z4Ic\n/grTyVbzXlrBtmzo00dGgAPJkzZxPRQqqBR5SwslwlYa/1eVor+3ftotBALD\nHNEU\r\n=2Clh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.4.0_1544896239355_0.3872854538648949"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.1": {
			"name": "iso-url",
			"version": "0.4.1",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=8"
			},
			"browser": {
				"./src/url.js": "./src/url-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.4.1",
			"dist": {
				"shasum": "1f3eb23777a7497d80e82f111cb64b12cde62c54",
				"integrity": "sha512-WWJ436JpkqJ/tSN1euIWjpVSudFqflRp4Z9TV7Jty8f2zyFbLcYWhi34j/kvP85eRo3dN8MicxtPqaONPijO+g==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.1.tgz",
				"fileCount": 6,
				"unpackedSize": 6272,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFVlWCRA9TVsSAnZWagAABKsP/RdFDFirkkhNMxNFKnAJ\nrB1ODQY+rIi+i+RhkEC/56ZyzQ7pcHDe3+1exaAX9vp5FWEnUWjnvHi+TFJm\nXmU/Lxvqn56NIaZhyWFoWIub3w0t26pmEAU5rc6R9CHNDh/gEK1vGHk8zn4Q\n81Uyu3g4mjeY5chfpIEyPxLXgMaaD9vAPzAIKgWWQul9brao5fA8omFTFTFi\nwFVCtNJ+0b/qKWiElGjpk2r5vkj60D0/qKghEToL7yZv5TGqLsyKURYJDP5Q\naMs61VwryZZlW4CMq3dPtJuyZzXWphdS/JiRFSpAqKJf2z6Ln1r+x+R2yX61\nh5ojVWB6g/W4rzxErHP5z5Zo4MOL7l4FK+sdl4P2+ZRODZaDhgmY1wOvixWf\njAJYLPpP25bH+NibxwW6dTJgUWwjl62T3YtxZaIZeZpTvIt8/YxvMFI/LKg8\n8+BeeEUuN0nL6UDVLjklUus43L00/7njS7lFWQYevpoO++1ryOxam0YME5DB\nQ1J8HXSj6cfHUpDpY6OfCI+fI21phfdE2l53yd0QyDs1bzmeWl2wPDhD7Sl1\nE7KATxm+Gw3XH/JZRcnksLjZQuZHrsO0tqsRfF6Kf3Wei+CoEL7hVn8FVrmu\n2F0XXYuSzugi4PfFP2RR5Ne7HsJIV4zDL2/m3uH5zdhOsroTYFxV1jL8018K\nnbC1\r\n=YLl7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.4.1_1544902997629_0.27645066156031395"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.2": {
			"name": "iso-url",
			"version": "0.4.2",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=8"
			},
			"browser": {
				"./src/url.js": "./src/url-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.4.2",
			"dist": {
				"shasum": "2ff4e6d0da1cd818b435980d82aaed5ba3bef27a",
				"integrity": "sha512-MouRV9pShzr/jnc2eSsk0fzD4/6JtRcAPeQdnBAUA+ileE8PJl8aXbjJp/RJb7nNihY3j05ztamOYrPi3Z0rew==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.2.tgz",
				"fileCount": 6,
				"unpackedSize": 6471,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFVm5CRA9TVsSAnZWagAAJrEP/3TKUWDtQ6FpkqhGdBTN\ncDwMPHIDBs6NzQjBziP6FK9pVvOQPvatl/CabwIM6iFQUqiYB78VN9aefD/x\n9VYcw0ojPo4BLtb+UyssQRZNjTQrzjSyVCbPNwjymw7F+8ex1365OAQzy9et\nvf17HUYPGfechJ1QT0jMY7MziDHnmq7NyT8pixZ9JNwrTsGVSjSUOGMk2+De\nxvW6nMunY4eCodryXDJbiYasEjt70SGTROPLhADFzqhKQcZWk+lyb4epOxjj\nosj7NLuYQdhgs9pchX6ZQIu3l5sK6QkJhdSjJfLjPi6GlsH18A/G9RkyIvwb\nwoTnUfTdZ0KFwp26b8XpK+F0rphVMYmUttCjICQ5wi+MBo4IDxMaSIz2FMnR\ndn56/S2JfqVtHQESkftikEqawQ4bCiJWONusrVCNjPZSYLmrJe2qe4cKV6eE\nzA1dlf1isaq2Bi5u2DnaWBj5UhwePSDqdoYv+sY9RRT2y4YggS1HCGfde3TP\n9m/BTstYYF4WKfMK+kIrdnr7LiIf1dZn6rTVMPy/j4qCoilRGVORrO1BgGdy\neCfOvB5PksTVBgtueH47AXInttV0hAU6B6SInFYiJSxJF97g3ty7Ji3dB59N\nWwGSEBzgmWY1TwOM1FawHryf9V+PqZK2R8YHUvGXIR6CbXkaMX/xWJ6TZ5CF\nhPSI\r\n=6xkr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.4.2_1544903096221_0.7218610741115725"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.3": {
			"name": "iso-url",
			"version": "0.4.3",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=8"
			},
			"browser": {
				"./src/url.js": "./src/url-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.4.3",
			"dist": {
				"shasum": "f361143881e8e21c7fc712871cd0a2ac26047ec0",
				"integrity": "sha512-Gorau5fyZxYvmD7PNr+OnvPaths/AgNv6L6gcDKIX/Ok86GSzUzHhOHXRtvgrF6dhqx3VWPUcC9QhO+Bd5ZWXA==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.3.tgz",
				"fileCount": 6,
				"unpackedSize": 6659,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFVrhCRA9TVsSAnZWagAAn9kP/2xgREeZ2Ohoaxz+OMdh\nCPRBNmpdYYhcDteFRtMN3J78dVkrSko/dmmMho4SQnZQBEAfehhxGtPe0V9E\nCRnyK6H3DlCef/1ZPfd+mAuTpH8/caRo04gAqb0CKCdsBPdwHN46Xc7nFHDQ\nh9GGbHvYRkaZv/fL6B820BDRzJsQ4Oef8hsYvCm0lXYU1+CwqpL2YgmEtr0R\nYzZKK4btE4enk3FonBDqbjCzjlTa/+bDXkH7f+vHeDQnC1XsjrZZm1tmOfwK\neRTFrHKl0d7B+SN1xZIm4jbTTGoEiWDjkT+GRQLLAuo80kRQNnemuYqgk9LA\nM5U/o4wmpBgfKDLLqSHjpx7AUE9NRnnmSvqvBoqg2IpukwiYgxfxq3UwYWkW\nD3wIz1pGZP1vZ08maW9C9Z2McuMRotJCzvaQ1e3cWWa5lkSzwefSUuM46oPD\nHr2QIL71AmAxDZ9lJ9X+3b1rcYPajRuRhWQvThv63HmZNtKtXBtzi3oFrsgF\nA6Akchtk5CWpbjzb3qofYYdcsvT5T/4HfgmeOfj9CnRs8CgUwEzYtk1r5vb0\n11Gee7QRFyCz52Qiv4HP8GLHPjfFva1B05T+jgis4kNBfd2ynwnq9K/NxUfs\nQYh5HU3NcPz0awvySqeAsD/Jk5kPB+2nCejHQF3lTGIN8yWb7JcPfGun4+DV\nRDa4\r\n=AjCp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.4.3_1544903392337_0.8840451947820007"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.4": {
			"name": "iso-url",
			"version": "0.4.4",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=8"
			},
			"browser": {
				"./src/url.js": "./src/url-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^0.1.0",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"http-serve": "^1.0.1",
				"husky": "^1.2.0",
				"np": "^3.0.4",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.1"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.4.4",
			"dist": {
				"shasum": "473a45569b6015da0c23f831010aeff69e3841e8",
				"integrity": "sha512-mR7/oy5PRtuWaynQ+QRNGbGNg7j3VLIc99DvrSfjmretWTS5zwC3p/D5iX7UvtFU1dBB501wibJIwUuNeo3Rfw==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.4.tgz",
				"fileCount": 10,
				"unpackedSize": 9847,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFVu1CRA9TVsSAnZWagAAKKgP/RyNYd3TCa3vyX2od2br\n4qG1fP1n1XK0Xm7QLBwjV2rbGyk4peuG0GfR/GJKwhkqRBKbcAxPCujW1MPl\npyTH9GRAY29vq6bHETolRrBBaAYeCr3ruXM9yFWQ/osZ+Fd6gqNJdflxl3yS\nMHpIwWVzRcauoWDyzPU/5XWXmGtMPjC/Ds1kCOzSZss4PNvwq/TeryxWboKz\nPI7Eue+LQv7JTc/cM7NyKU12c86Z7wwCjITp8jIC0G1vw8LdcJEjLhIoMBsA\nRAcYJE7zPNdKNh2eYLtBjQ4aNmTJI29EBkV2OCP7UsgDBBfvhguL5SAmPuRw\nNvucaMARtfcrRyrbRlbhnIoz3xFdC/ozRHruDzD9TLzcVtx27D1wQND2+ZtO\nTujVByFCA7HWACuBC9yHJaerqYjZyfzGSvlPFvwhG8BMfplkOILm5X932myd\n7NOXPWTeZY2NfJAOE4EsTrmM3rROXKlqKA8KnnRqL7aR6ZtIA8EH11wF72kC\n5BiyfuN4gaFw0cr3UZlC9sfW81BI120n3Az5zAsraC8GSUbkOnRxaHNj43Ha\nSD5cAjE10KUDNQO1AKnCOJMvsXvUNthslpf/Lk5eE+3kaE4PX2D0N0iyZ0Nd\n4wGT2DwZFbsedvanDHJBq9SgMoL4eTcKkQQpF0v4Bq7beSF0ftDRKondQQdd\nFgdw\r\n=mVsy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.4.4_1544903604752_0.5335253978004704"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.5": {
			"name": "iso-url",
			"version": "0.4.5",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=8"
			},
			"browser": {
				"./src/url.js": "./src/url-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^2.0.1",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"http-serve": "^1.0.1",
				"husky": "^1.3.1",
				"np": "^4.0.1",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.2"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.4.5",
			"dist": {
				"shasum": "b340b37fc2cf957d33dae6f97b0a83f61d779a39",
				"integrity": "sha512-Fzb6CijujTPLfS1kZZCOqe7m4wraYW0j9tYzOFj/X6etWXO501gd325JKXLt2a5mTol53vKBtWxZA4ZMi0kvBA==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.5.tgz",
				"fileCount": 10,
				"unpackedSize": 12016,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSEPPCRA9TVsSAnZWagAArRsP/3BlA9yyzDdTqg6edSF5\n0I7DL8FDiSYQARpO5TEGnhGlGEDzQAhArePX/5iRz5TrjitJUKWcIDlq9m6U\ns8nTiOlYodZVr0zxiofwFu7ARwxoluSgu0om/15Zos/rW05CbGRd1EiCeCfS\njG2ISsrqvKneMq0hAjkxNpz8DgEJrf1ASYYbZQ+3M7Qj7ZoRryhM7Gu29iXl\n4qyyN+mKFagQruY8xLseVGMV1rkkV0kPvR4Erghk4zKxPQlnALLuPpiBAJfX\nvd+DmqnMd6qNzmONP6XwTARKcKwmRYlynLytyt6CpVGae2aeruo7+FHlOOT5\n5ys58oMGMZkGkYIH0LFzNN24VApcmr/9o8wzOoq54ROGzDccTRu11jyW+OCK\nrwD67ajTmLMRVUAv2i3QyAm0t7Nfcm/31Gk53Guu6X3A6CUpRVDnAznEcdO3\nAMi/t65K5mkp5uRHR34qoeeA6IbVuUosqWmca7H19/ZdTWBqZEuYuU7LPIXZ\nSvmZ1HrdKele90ypodQE5JTHwl/+lQVrhlpWaw1RsZgLti0Ajb1c6vgWu2G9\nsACdKGbfEdz8/wRXdDq5X28iGIm0qwJUZps992jdC9NGXPKjltarHFjQQPIB\nqk58gmecve3emYmSKWwf61b4wXyspDgKDeR80J6KCOPB1ZTbwvNVPUzcIcyX\nCw2S\r\n=fq1F\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.4.5_1548239823193_0.48273188920590426"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.6": {
			"name": "iso-url",
			"version": "0.4.6",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=8"
			},
			"browser": {
				"./src/url.js": "./src/url-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js",
				"test:browser-local": "airtap --local test.js",
				"lint": "eslint --cache *.js src/*.js",
				"validate": "run-p lint test",
				"precommit": "yarn validate",
				"version": "yarn changelog && git add changelog.md",
				"changelog": "conventional-changelog -p angular -i changelog.md -s -r 0",
				"cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				""
			],
			"dependencies": {},
			"devDependencies": {
				"airtap": "^2.0.1",
				"codecov": "^3.1.0",
				"conventional-changelog-cli": "^2.0.11",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"http-serve": "^1.0.1",
				"husky": "^1.3.1",
				"np": "^3.1.0",
				"npm-run-all": "^4.1.1",
				"nyc": "^13.1.0",
				"tape": "^4.9.2"
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.4.6",
			"dist": {
				"shasum": "45005c4af4984cad4f8753da411b41b74cf0a8a6",
				"integrity": "sha512-YQO7+aIe6l1aSJUKOx+Vrv08DlhZeLFIVfehG2L29KLSEb9RszqPXilxJRVpp57px36BddKR5ZsebacO5qG0tg==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.6.tgz",
				"fileCount": 10,
				"unpackedSize": 12230,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSEewCRA9TVsSAnZWagAAzkAQAI3vCq03Zvc/GFRLcRIz\nGWrpwHJ/tVIaN9AYMDuAmbAAs1BmbYp70TBN3OlIf6nJOqOznrStH0kgVqaP\n/1uL+apAtdqDRuHOZGEJb4B2ENy2T10GGBIAHkAugJ3IRuBXryCFcOACmnad\nBwXhfS+2gReVOcWrDQeYvgEtVgPYWPmWyp+ycuEfes6tmPN5+inQ2+pUnqa4\n7NDEeTPqgacQgd+q0z/YDg1wYk2Vms6vQ2kEV2Yma8jMcIAvhgCQGb6pQ70J\nnaCrP/+5q1VZcywUByD1FNM3ud1SH4aODS9hf09EUuGmHfLTMbYvhRIXy46N\n98kyQwGWdLr1AXyNjzzSTSb41Ih/V0pXnGC5iBqoxsMDlhMXKh5gL1vpC81t\nVW9ERgrFfPCONfkz9hS+4Qg2CMUdGaGyuaZbiFaI5ai+KTYT7SQJpZlp1TUQ\nV27ZG3KEhSzChoGZKJcXEYvR+rxFBNWf2kQZbJJu19LJoQ66L5Ww0lGTingd\n0BnF35KNIs6CHfVnR/vY6OvP4FWicKOLWU3GetcT0oDaIjwqgUIcgGC76AdC\nnujWZi6icbxzUY2lHutNxB09BS9qlv0/h1wFzz/NYUM2TPauGn62caNWOUMM\nwht8UFMrpWTnE5VlgW8AtjHf48FOo2uZOvTFAD5Gak6HUDSm+Zr5k7x+B3wk\n6l9m\r\n=t99s\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.4.6_1548240816433_0.4657151427744892"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.7": {
			"name": "iso-url",
			"version": "0.4.7",
			"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
			"repository": {
				"type": "git",
				"url": "https://github.com/hugomrdias/iso-url.git"
			},
			"author": {
				"name": "Hugo Dias",
				"email": "hugomrdias@gmail.com",
				"url": "hugodias.me"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=10"
			},
			"browser": {
				"./src/url.js": "./src/url-browser.js"
			},
			"scripts": {
				"test": "nyc tape test.js | tap-spec",
				"test:browser": "playwright-test --runner tape | tap-spec",
				"lint": "eslint --cache *.js src/*.js",
				"cov": "yarn test && nyc report --reporter=html && sirv coverage",
				"cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
			},
			"keywords": [
				"url",
				"node",
				"browser"
			],
			"dependencies": {},
			"devDependencies": {
				"@commitlint/cli": "^8.3.5",
				"@commitlint/config-conventional": "^8.3.4",
				"codecov": "^3.6.5",
				"eslint": "^4.7.0",
				"eslint-config-halo": "^2.3.3",
				"http-serve": "^1.0.1",
				"husky": "^4.2.3",
				"lint-staged": "^10.0.7",
				"np": "^6.2.0",
				"nyc": "^15.0.0",
				"playwright-test": "^0.4.0",
				"sirv-cli": "^0.4.2",
				"tap-spec": "^5.0.0",
				"tape": "^4.13.2"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged && yarn test && yarn test:browser",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix"
				]
			},
			"commitlint": {
				"extends": [
					"@commitlint/config-conventional"
				]
			},
			"eslintConfig": {
				"extends": "halo/node"
			},
			"eslintIgnore": [
				"node_modules",
				"coverage",
				"dist",
				"storybook-static",
				"typings"
			],
			"licenseText": "MIT License\n\nCopyright (c) Hugo Dias <hugomrdias@gmail.com> (hugodias.me)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "iso-url@0.4.7",
			"dist": {
				"shasum": "de7e48120dae46921079fe78f325ac9e9217a385",
				"integrity": "sha512-27fFRDnPAMnHGLq36bWTpKET+eiXct3ENlCcdcMdk+mjXrb2kw3mhBUg1B7ewAC0kVzlOPhADzQgz1SE6Tglog==",
				"tarball": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.7.tgz",
				"fileCount": 10,
				"unpackedSize": 12557,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ9mLCRA9TVsSAnZWagAAPH0P/2jzQwi85ukVMigpHUU1\nzdJzb90vaAFf5Qu1J6GOAi9ablYiq8l1hwvWRzJvbJdhkfYfcE54YkEMwKCZ\nXDrxBaAl4TBt55xGck1smeE7XJtbBCdEPueD2JaTF02OT6ogWFpZxsDuZlxE\ngd8A/sGYuy4AR7CgC1VKgvJeUwJIdX8Ith7n5Zm28p6RhSJXd9VD7KtOvK9R\nS54vAG603K3RYCHqkcJZ6CO9Ghlifwe47k4skNmv7bL4vd7EagE8OqFc4GFj\nsCJSe3lAdndHX3CLHbdVGesR0hqNYcgyGr9uf1f7DhOaesP0/Fq1IbShTi1a\ninnaBzYpFuz1h0oopkENwBdgsR+rUNrMaterCPdWwN/732vPIinVyQG7Oknn\nm2yqMwOmOS3ED1nQSRqkrtiH93xgqSRFPc8ZxQ7mFwxAqsxSSgCAs1FHSzfG\nY02ol/BBnCg8UfUXEMPJwvtn7VLnMptpkdGodUL1y9nPLEMb6nAoRTcrTdhr\n0V42q2JwBwGeBU0NwsZnWd0CiA+6NM0acVoreKUOVlav7tTr3g/BDYbC63kS\ntfYTcTWZBVgBnGtjjgKabe/wOubDkHJdJ0uHv1wJbHQP5oaz3eMe0H38zlj9\nAbGmct3hp7ifm02UF6knn+65Tvb/QcL5MtdpQGF0Zj4IEoGkXsDefAMRcV2j\ndjqL\r\n=ein/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "hugomrdias",
					"email": "mail@hugodias.me"
				}
			],
			"_npmUser": {
				"name": "hugomrdias",
				"email": "mail@hugodias.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/iso-url_0.4.7_1583864202768_0.04128039340477385"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-12-06T17:45:39.957Z",
		"0.0.1": "2018-12-06T17:45:40.070Z",
		"modified": "2020-03-10T18:16:45.198Z",
		"0.0.2": "2018-12-06T18:59:24.471Z",
		"0.1.0": "2018-12-10T17:30:21.269Z",
		"0.1.2": "2018-12-11T16:05:53.650Z",
		"0.2.0": "2018-12-13T17:03:37.066Z",
		"0.3.0": "2018-12-13T21:17:23.178Z",
		"0.4.0": "2018-12-15T17:50:39.497Z",
		"0.4.1": "2018-12-15T19:43:17.755Z",
		"0.4.2": "2018-12-15T19:44:56.469Z",
		"0.4.3": "2018-12-15T19:49:52.493Z",
		"0.4.4": "2018-12-15T19:53:24.874Z",
		"0.4.5": "2019-01-23T10:37:03.284Z",
		"0.4.6": "2019-01-23T10:53:36.537Z",
		"0.4.7": "2020-03-10T18:16:42.909Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "0.4.7"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"73c4e196d3e440f6f6659f3e3031b2a1\"",
			"fetched": 1602009472035
		}
	},
	"_distfiles": {
		"iso-url-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.0.1.tgz",
			"sha": "971870acbb157ff515f7177b6ca72c8e44678725",
			"registry": "npmjs"
		},
		"iso-url-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.0.2.tgz",
			"sha": "a2570b5fbf7c0ed9964cf27ed3f6c2334fcf93c8",
			"registry": "npmjs"
		},
		"iso-url-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.1.0.tgz",
			"sha": "01e201272f08e9ba71d94b1aafcc1d75a0436446",
			"registry": "npmjs"
		},
		"iso-url-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.1.2.tgz",
			"sha": "2425360a371dcd0766f890347621a95c78d3e7a5",
			"registry": "npmjs"
		},
		"iso-url-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.2.0.tgz",
			"sha": "8a78d56f02b490f97d4c853155954416cf45cb89",
			"registry": "npmjs"
		},
		"iso-url-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.3.0.tgz",
			"sha": "35a9d84a6592a9705607a62299e7c91a39a5fb85",
			"registry": "npmjs"
		},
		"iso-url-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.0.tgz",
			"sha": "90c05de67ef21ef24e7647f54baa6c3ceb738930",
			"registry": "npmjs"
		},
		"iso-url-0.4.1.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.1.tgz",
			"sha": "1f3eb23777a7497d80e82f111cb64b12cde62c54",
			"registry": "npmjs"
		},
		"iso-url-0.4.2.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.2.tgz",
			"sha": "2ff4e6d0da1cd818b435980d82aaed5ba3bef27a",
			"registry": "npmjs"
		},
		"iso-url-0.4.3.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.3.tgz",
			"sha": "f361143881e8e21c7fc712871cd0a2ac26047ec0",
			"registry": "npmjs"
		},
		"iso-url-0.4.4.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.4.tgz",
			"sha": "473a45569b6015da0c23f831010aeff69e3841e8",
			"registry": "npmjs"
		},
		"iso-url-0.4.5.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.5.tgz",
			"sha": "b340b37fc2cf957d33dae6f97b0a83f61d779a39",
			"registry": "npmjs"
		},
		"iso-url-0.4.6.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.6.tgz",
			"sha": "45005c4af4984cad4f8753da411b41b74cf0a8a6",
			"registry": "npmjs"
		},
		"iso-url-0.4.7.tgz": {
			"url": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.7.tgz",
			"sha": "de7e48120dae46921079fe78f325ac9e9217a385",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "11-7515983ad6869002",
	"_id": "iso-url",
	"readme": "# iso-url [![NPM Version](https://img.shields.io/npm/v/iso-url.svg)](https://www.npmjs.com/package/iso-url) [![NPM Downloads](https://img.shields.io/npm/dt/iso-url.svg)](https://www.npmjs.com/package/iso-url) [![NPM License](https://img.shields.io/npm/l/iso-url.svg)](https://www.npmjs.com/package/iso-url) [![Build Status](https://travis-ci.org/hugomrdias/iso-url.svg?branch=master)](https://travis-ci.org/hugomrdias/iso-url) [![codecov](https://codecov.io/gh/hugomrdias/iso-url/badge.svg?branch=master)](https://codecov.io/gh/hugomrdias/iso-url?branch=master)\n\n> Isomorphic/Univeral WHATWG URL API with some support legacy node URL API\n\nThis package is a universal wrapper for node `url` and browser window.URL with support for legacy `url.parse` properties in the URL instance and defaults for base to support relative urls like `url.parse`. Node URL [docs](https://nodejs.org/docs/latest-v10.x/api/url.html#url_the_whatwg_url_api).\n\n## Caveats\n\nNo support for querystring objects. Use `URLSearchParams`.\n\n## Install\n\n```\n$ npm install iso-url\n```\n\n## Usage\n\n```js\nconst { URL, URLSearchParams, format, relative } = require('iso-url');\n\nconst url = new isoUrl('http://localhost/unicorns');\nconst newSearchParams = new URLSearchParams(url.searchParams);\n```\n\n## API\n\n### new URL(url, [base])\n\n#### input\n\nType: `string`\n\nThe absolute or relative input URL to parse. If input is relative, then base is required. If input is absolute, the base is ignored.\n\n#### base\n\nType: `string|URL`  \nDefault: `https://localhost` in node and `self.location.protocol + '//' + self.location.host` in the browser.\n\nThe base URL to resolve against if the input is not absolute.\n\n### format(url, [options])\n\nSame as https://nodejs.org/api/url.html#url_url_format_url_options\n\n### relative(url, [location], [protocalMap], [defaultProtocol])\n\nSame as https://github.com/dominictarr/relative-url but doesn't support this syntax `'//:9999'`\n\n## License\n\nMIT © [Hugo Dias](http://hugodias.me)"
}