{
	"name": "tr46",
	"versions": {
		"0.0.1": {
			"name": "tr46",
			"version": "0.0.1",
			"description": "An implementation of the Unicode TR46 spec",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"prepublish": "node scripts/generate_mapping_table.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Sebmaster/tr46.js.git"
			},
			"keywords": [
				"unicode",
				"tr46",
				"url",
				"whatwg"
			],
			"author": {
				"name": "Sebastian Mayr",
				"email": "npm@smayr.name"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Sebmaster/tr46.js/issues"
			},
			"homepage": "https://github.com/Sebmaster/tr46.js#readme",
			"devDependencies": {
				"mocha": "^2.2.5",
				"request": "^2.57.0"
			},
			"gitHead": "b22c3e63e038c82b9e96aa1c274162cdec52e002",
			"_id": "tr46@0.0.1",
			"_shasum": "b09da8c4b972bc43ba0cd750292358167a2b1dae",
			"_from": ".",
			"_npmVersion": "2.11.0",
			"_nodeVersion": "2.2.1",
			"_npmUser": {
				"name": "sebmaster",
				"email": "sebmaster16@gmail.com"
			},
			"maintainers": [
				{
					"name": "sebmaster",
					"email": "sebmaster16@gmail.com"
				}
			],
			"dist": {
				"shasum": "b09da8c4b972bc43ba0cd750292358167a2b1dae",
				"tarball": "https://registry.npmjs.org/tr46/-/tr46-0.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "tr46",
			"version": "0.0.2",
			"description": "An implementation of the Unicode TR46 spec",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"pretest": "node scripts/getLatestUnicodeTests.js",
				"prepublish": "node scripts/generateMappingTable.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Sebmaster/tr46.js.git"
			},
			"keywords": [
				"unicode",
				"tr46",
				"url",
				"whatwg"
			],
			"author": {
				"name": "Sebastian Mayr",
				"email": "npm@smayr.name"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Sebmaster/tr46.js/issues"
			},
			"homepage": "https://github.com/Sebmaster/tr46.js#readme",
			"devDependencies": {
				"mocha": "^2.2.5",
				"request": "^2.57.0"
			},
			"gitHead": "fe029c592abe09154512f0d0ddb90d8d0e24dd87",
			"_id": "tr46@0.0.2",
			"_shasum": "847ca51535dcb1c9bd5df07a1e0ee7c3ed3f1479",
			"_from": ".",
			"_npmVersion": "2.11.0",
			"_nodeVersion": "2.2.1",
			"_npmUser": {
				"name": "sebmaster",
				"email": "sebmaster16@gmail.com"
			},
			"maintainers": [
				{
					"name": "sebmaster",
					"email": "sebmaster16@gmail.com"
				}
			],
			"dist": {
				"shasum": "847ca51535dcb1c9bd5df07a1e0ee7c3ed3f1479",
				"tarball": "https://registry.npmjs.org/tr46/-/tr46-0.0.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "tr46",
			"version": "0.0.3",
			"description": "An implementation of the Unicode TR46 spec",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"pretest": "node scripts/getLatestUnicodeTests.js",
				"prepublish": "node scripts/generateMappingTable.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Sebmaster/tr46.js.git"
			},
			"keywords": [
				"unicode",
				"tr46",
				"url",
				"whatwg"
			],
			"author": {
				"name": "Sebastian Mayr",
				"email": "npm@smayr.name"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Sebmaster/tr46.js/issues"
			},
			"homepage": "https://github.com/Sebmaster/tr46.js#readme",
			"devDependencies": {
				"mocha": "^2.2.5",
				"request": "^2.57.0"
			},
			"gitHead": "a8009f9ce80ff5dbe71dd71e203afe4e4c878d28",
			"_id": "tr46@0.0.3",
			"_shasum": "8184fd347dac9cdc185992f3a6622e14b9d9ab6a",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.4.1",
			"_npmUser": {
				"name": "sebmaster",
				"email": "sebmaster16@gmail.com"
			},
			"dist": {
				"shasum": "8184fd347dac9cdc185992f3a6622e14b9d9ab6a",
				"tarball": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "sebmaster",
					"email": "sebmaster16@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "tr46",
			"version": "1.0.0",
			"description": "An implementation of the Unicode TR46 spec",
			"main": "index.js",
			"files": [
				"index.js",
				"lib/mappingTable.json",
				"lib/regexes.js"
			],
			"scripts": {
				"test": "mocha",
				"lint": "eslint .",
				"pretest": "node scripts/getLatestUnicodeTests.js",
				"prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sebmaster/tr46.js.git"
			},
			"keywords": [
				"unicode",
				"tr46",
				"url",
				"whatwg"
			],
			"author": {
				"name": "Sebastian Mayr",
				"email": "npm@smayr.name"
			},
			"license": "MIT",
			"dependencies": {
				"punycode": "^2.1.0"
			},
			"devDependencies": {
				"eslint": "^3.13.0",
				"mocha": "^3.2.0",
				"regenerate": "^1.3.2",
				"request": "^2.79.0",
				"unicode-10.0.0": "^0.7.4"
			},
			"gitHead": "fe7e40f3464ff14b9da11c1d64e1470b60fed043",
			"bugs": {
				"url": "https://github.com/sebmaster/tr46.js/issues"
			},
			"homepage": "https://github.com/sebmaster/tr46.js#readme",
			"_id": "tr46@1.0.0",
			"_shasum": "78aa45b58a8f60382fcc66598d1499e38ac1b953",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "sebmaster",
				"email": "sebmaster16@gmail.com"
			},
			"dist": {
				"shasum": "78aa45b58a8f60382fcc66598d1499e38ac1b953",
				"tarball": "https://registry.npmjs.org/tr46/-/tr46-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "sebmaster",
					"email": "sebmaster16@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tr46-1.0.0.tgz_1501195911430_0.7034000705461949"
			},
			"deprecated": "1.0.0 has some bugs with host name validation, mainly wrt BiDi rules. Please wait for v1.0.1.",
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "tr46",
			"version": "1.0.1",
			"description": "An implementation of the Unicode TR46 spec",
			"main": "index.js",
			"files": [
				"index.js",
				"lib/mappingTable.json",
				"lib/regexes.js"
			],
			"scripts": {
				"test": "mocha",
				"lint": "eslint .",
				"pretest": "node scripts/getLatestTests.js",
				"prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sebmaster/tr46.js.git"
			},
			"keywords": [
				"unicode",
				"tr46",
				"url",
				"whatwg"
			],
			"author": {
				"name": "Sebastian Mayr",
				"email": "npm@smayr.name"
			},
			"license": "MIT",
			"dependencies": {
				"punycode": "^2.1.0"
			},
			"devDependencies": {
				"eslint": "^3.13.0",
				"mocha": "^3.2.0",
				"regenerate": "^1.3.2",
				"request": "^2.79.0",
				"unicode-10.0.0": "^0.7.4"
			},
			"unicodeVersion": "10.0.0",
			"gitHead": "89825520a434d1d750103e05b6fa19b1a75b7ab4",
			"bugs": {
				"url": "https://github.com/sebmaster/tr46.js/issues"
			},
			"homepage": "https://github.com/sebmaster/tr46.js#readme",
			"_id": "tr46@1.0.1",
			"_shasum": "a8b13fd6bfd2489519674ccde55ba3693b706d09",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.2",
			"_npmUser": {
				"name": "sebmaster",
				"email": "sebmaster16@gmail.com"
			},
			"dist": {
				"shasum": "a8b13fd6bfd2489519674ccde55ba3693b706d09",
				"tarball": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "sebmaster",
					"email": "sebmaster16@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tr46-1.0.1.tgz_1504404535111_0.9779330701567233"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "tr46",
			"version": "2.0.0",
			"engines": {
				"node": ">=8"
			},
			"description": "An implementation of the Unicode TR46 spec",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"lint": "eslint .",
				"pretest": "node scripts/getLatestTests.js",
				"prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/jsdom/tr46.js"
			},
			"keywords": [
				"unicode",
				"tr46",
				"url",
				"whatwg"
			],
			"author": {
				"name": "Sebastian Mayr",
				"email": "npm@smayr.name"
			},
			"contributors": [
				{
					"name": "Timothy Gu",
					"email": "timothygu99@gmail.com"
				}
			],
			"license": "MIT",
			"dependencies": {
				"punycode": "^2.1.1"
			},
			"devDependencies": {
				"eslint": "^6.8.0",
				"mocha": "^6.2.2",
				"regenerate": "^1.4.0",
				"request": "^2.88.0",
				"unicode-12.1.0": "^0.8.0"
			},
			"unicodeVersion": "12.1.0",
			"licenseText": "The MIT License (MIT)\n\nCopyright (c) 2016 Sebastian Mayr\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "tr46@2.0.0",
			"dist": {
				"shasum": "a85da3f8511231357b347caa686abb3dfb150634",
				"integrity": "sha512-LrErSqfhdUw73AC/eXV2fEmNkvgSYxfm5lvxnLvuVgoVDknvD28Pa5FeDGc8RuVouDxUD3GnHHFv7xnBp7As5w==",
				"tarball": "https://registry.npmjs.org/tr46/-/tr46-2.0.0.tgz",
				"fileCount": 8,
				"unpackedSize": 333050,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDYgpCRA9TVsSAnZWagAAk1AQAJyk4IuStRGlBcKq1ilC\n0457ifrvItyGB8FxO3uksJKSIyknPlw14UBlJxXCuk0prfRHgSHnq0/am8Pw\nUHX2AypMTXyCivv52vxllSoAZtbHbntAG7K7QZiaVigA4/vWxtLfLlGFo5oj\nrSG3CBHE8pMRq4CZBXc1QCrNtAKaeK7MEI+EKCAb1Dt6hcRV3S458ILEyGje\n1gEsgmo1XM0HB5G77Gt+5eplyJBm1hz9PL/Dt9NYk7Wy8Dnd6p111ceo1An9\nPfn4uIQLceFzoZI6CZfn//4/bWsfsIGZ8NxtiDlY+r5zk/8Y1qplcGEV7q7H\n9gsLn4QCwMAaoXprdI/KjJ/1KfFwnuwgpN5MCl492OYqGt3xz7kBG/+mVUFU\n/QNrCb7ZDrDsGVSoQ1W21k51wKdFyGsPxTWNgIb7Q8W6KlGi5EJOOiQk+MMb\naPVJqjvYtZ1hjvYCQD77Uko2s9ReEBPaR8ML52QB1Jk/uObDeIpqREo4P0Of\nTVp09wPKQf/m8zDzuHuYmVunu3hUVJNjeVDBxO07CkueMM7LYjYvRyYxDhJk\nsBIJbSi8DD7eWTG8deLM2g+mryzEYbeeSqC1lf6rpwFPe5jeRf5JJMTFDKkK\nRi+0gw+xPLX5mfIDnip09la8q/avY+pac1cMjvbNXiI7ZK9ZEokwkzSreh35\nLVZo\r\n=Uin4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "d@domenic.me",
					"name": "domenic"
				},
				{
					"email": "joris@jorisvanderwel.com",
					"name": "joris-van-der-wel"
				},
				{
					"email": "sebmaster16@gmail.com",
					"name": "sebmaster"
				},
				{
					"email": "timothygu99@gmail.com",
					"name": "timothygu"
				},
				{
					"email": "tmpvar@gmail.com",
					"name": "tmpvar"
				},
				{
					"email": "code@zirro.se",
					"name": "zirro"
				}
			],
			"_npmUser": {
				"name": "timothygu",
				"email": "timothygu99@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tr46_2.0.0_1577945129387_0.8387283270153352"
			},
			"_hasShrinkwrap": false
		},
		"2.0.1": {
			"name": "tr46",
			"version": "2.0.1",
			"engines": {
				"node": ">=8"
			},
			"description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"lint": "eslint .",
				"pretest": "node scripts/getLatestTests.js",
				"prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/jsdom/tr46"
			},
			"keywords": [
				"unicode",
				"tr46",
				"uts46",
				"punycode",
				"url",
				"whatwg"
			],
			"author": {
				"name": "Sebastian Mayr",
				"email": "npm@smayr.name"
			},
			"contributors": [
				{
					"name": "Timothy Gu",
					"email": "timothygu99@gmail.com"
				}
			],
			"license": "MIT",
			"dependencies": {
				"punycode": "^2.1.1"
			},
			"devDependencies": {
				"eslint": "^6.8.0",
				"mocha": "^6.2.2",
				"node-fetch": "^2.6.0",
				"pump": "^3.0.0",
				"regenerate": "^1.4.0",
				"unicode-12.1.0": "^0.8.0"
			},
			"unicodeVersion": "12.1.0",
			"licenseText": "The MIT License (MIT)\n\nCopyright (c) 2016 Sebastian Mayr\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "tr46@2.0.1",
			"dist": {
				"shasum": "ffc413a775a745866bc1c493ad3536c2b406c573",
				"integrity": "sha512-WE2Oku6mSbwUP8601U7r5dW7KOJ4+WPpRufzsZPkkBNNwU004V6opMem0X7R0lSpdpAy0vjRPwPTEcFpgtmc+A==",
				"tarball": "https://registry.npmjs.org/tr46/-/tr46-2.0.1.tgz",
				"fileCount": 8,
				"unpackedSize": 207369,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTgtwCRA9TVsSAnZWagAAGeQP/30KJP/D3klDLD4XfhDL\n1YKhLMw4zroChMVKwTo9p3Aob1c3iKnsvUhSKgu9GHeq54kjpYnrKSNNRTUc\nguA6F1qUjmUDGyclbZvAax4eu98NqloklOy51G+dgwB+HvQJlYiCsIcyuiHh\nOWVUYoxFOODMDcORJg4rov4f/zOZREKSypjyWH3yoyisMKlSLh3nmZ6arAvt\nU/I5wDc0AA5xX64hwStRg7fbFH+VUCv8Z0SXqrcv4D3WF/WLjqVNaN9Y1CyJ\nFMVTwW333uMegT5MCE0EkC1YqKHdI7sB3/ElSSAgzSjOrRuBuGjOtlZdVmMu\nDz/LQwO4Qx2Y9zA9uSd7FpxgebLhAvacFrmnv6Z9zwkBWi2MmYcl+EAdOyuK\nsa+9KFIcV83YtfZJZRVuDAlcNUOZQoZfpikOjVk4RRFtZZG/a/4Vu2ZipZAT\n7Mf9LVwPsbW8rPVrpc0EafrukkrLVvTu9XtU5BmQSrEzVnYeweWgpM6DWfSe\nHPpANrw7uPkB5ZY4Z9O8KDHWYaHSuzkBKBddT28qxrCxQLJvMJQuL5yJIa17\nLntn7offPMJGNnMoIet46xY8J5R/0n1Etv7Qy3Ue3bFbtggo7qSGH4Bkac2u\nuDEbsrxHAvn4ued9T5pEEJ2jFCHPomf+ZmTmAEkYCmaemfM4gvlCg8LBnL0r\nVahg\r\n=Ompi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "d@domenic.me",
					"name": "domenic"
				},
				{
					"email": "joris@jorisvanderwel.com",
					"name": "joris-van-der-wel"
				},
				{
					"email": "sebmaster16@gmail.com",
					"name": "sebmaster"
				},
				{
					"email": "timothygu99@gmail.com",
					"name": "timothygu"
				},
				{
					"email": "tmpvar@gmail.com",
					"name": "tmpvar"
				},
				{
					"email": "code@zirro.se",
					"name": "zirro"
				}
			],
			"_npmUser": {
				"name": "timothygu",
				"email": "timothygu99@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tr46_2.0.1_1582173039771_0.48082004913141674"
			},
			"_hasShrinkwrap": false
		},
		"2.0.2": {
			"name": "tr46",
			"version": "2.0.2",
			"engines": {
				"node": ">=8"
			},
			"description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
			"main": "index.js",
			"scripts": {
				"test": "mocha",
				"lint": "eslint .",
				"pretest": "node scripts/getLatestTests.js",
				"prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/jsdom/tr46"
			},
			"keywords": [
				"unicode",
				"tr46",
				"uts46",
				"punycode",
				"url",
				"whatwg"
			],
			"author": {
				"name": "Sebastian Mayr",
				"email": "npm@smayr.name"
			},
			"contributors": [
				{
					"name": "Timothy Gu",
					"email": "timothygu99@gmail.com"
				}
			],
			"license": "MIT",
			"dependencies": {
				"punycode": "^2.1.1"
			},
			"devDependencies": {
				"eslint": "^6.8.0",
				"mocha": "^6.2.2",
				"node-fetch": "^2.6.0",
				"pump": "^3.0.0",
				"regenerate": "^1.4.0",
				"unicode-12.1.0": "^0.8.0"
			},
			"unicodeVersion": "12.1.0",
			"licenseText": "The MIT License (MIT)\n\nCopyright (c) 2016 Sebastian Mayr\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "tr46@2.0.2",
			"dist": {
				"shasum": "03273586def1595ae08fedb38d7733cee91d2479",
				"integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
				"tarball": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
				"fileCount": 9,
				"unpackedSize": 207643,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTgvyCRA9TVsSAnZWagAALWYP/RBi2+8FUbXDlxO2Z0pP\nS+eC83fXUz6aR2dDvLxBfzHkv0R9MaQml/FI27SVzfc/fZSeDfM1nlirzyE6\nPyxHOuuEh5sx1BEXVKasa9OlQECU8YM79eTPSpo02pc3HtcFhcvN0Or+MKde\nsBqdaPIHORi2MJwmiU4pV5+faAGdR7837GQHvSEGQp7bk7NJbTU9iGuLxPdW\n2hXLjQc8aue9143krA5hy0n/uwOtBtrG4pRkPzrojTyc+XkCVjJymOKr3MFA\nhT32Qxgfz7uT4DDwvBX0liGjZK9Wyc6Irb2POzGh4CJ7Ldst1gsPgPjycSIR\nQeUp3tIhS3coHHLAD/0tDBKdmkFOqiFUbCcD34ckKFtegIUiEzvEuB6A1n8q\nUPuiFNHefk2Tf2w6Z8pRcDyi6fkqWZiq3ISTPEPbKHzTFFBUWq9FGB/Saagy\nijWM2HC+bpALUUr6fRwAw4MQ000xeACwx0MkCZ8aiEX0eeY0Mcqe3mMJKsTg\nzyQJp9pRoFJGTHs4XKK2Q5bt/8133eSH8nEMq3pdKYVWcYzWd+mDt00CJ8YT\nztRBnRZshE47uj3Q2Vu55GDP47mSuQ5ldtwzyMsWC5mO5LGCYFMqPQIP7hx1\nwn4z6WM6wQtDkogEJx+4NzgAPSCseezcXumcQKqhXmP1/3n4rhD3Ez4odDDu\nVFFh\r\n=/nKz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "d@domenic.me",
					"name": "domenic"
				},
				{
					"email": "joris@jorisvanderwel.com",
					"name": "joris-van-der-wel"
				},
				{
					"email": "sebmaster16@gmail.com",
					"name": "sebmaster"
				},
				{
					"email": "timothygu99@gmail.com",
					"name": "timothygu"
				},
				{
					"email": "tmpvar@gmail.com",
					"name": "tmpvar"
				},
				{
					"email": "code@zirro.se",
					"name": "zirro"
				}
			],
			"_npmUser": {
				"name": "timothygu",
				"email": "timothygu99@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/tr46_2.0.2_1582173169710_0.6400932710120866"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-02-20T04:32:52.975Z",
		"created": "2015-06-06T07:11:07.303Z",
		"0.0.1": "2015-06-06T07:11:07.303Z",
		"0.0.2": "2015-06-06T15:17:30.114Z",
		"0.0.3": "2016-01-20T02:08:54.875Z",
		"1.0.0": "2017-07-27T22:51:52.630Z",
		"1.0.1": "2017-09-03T02:08:56.379Z",
		"2.0.0": "2020-01-02T06:05:29.532Z",
		"2.0.1": "2020-02-20T04:30:39.918Z",
		"2.0.2": "2020-02-20T04:32:49.819Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"de7dac14ea0b1dfb92051a2d9f1c840c\"",
			"fetched": 1593324363114
		}
	},
	"_distfiles": {
		"tr46-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/tr46/-/tr46-0.0.1.tgz",
			"sha": "b09da8c4b972bc43ba0cd750292358167a2b1dae",
			"registry": "npmjs"
		},
		"tr46-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/tr46/-/tr46-0.0.2.tgz",
			"sha": "847ca51535dcb1c9bd5df07a1e0ee7c3ed3f1479",
			"registry": "npmjs"
		},
		"tr46-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
			"sha": "8184fd347dac9cdc185992f3a6622e14b9d9ab6a",
			"registry": "npmjs"
		},
		"tr46-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/tr46/-/tr46-1.0.0.tgz",
			"sha": "78aa45b58a8f60382fcc66598d1499e38ac1b953",
			"registry": "npmjs"
		},
		"tr46-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
			"sha": "a8b13fd6bfd2489519674ccde55ba3693b706d09",
			"registry": "npmjs"
		},
		"tr46-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/tr46/-/tr46-2.0.0.tgz",
			"sha": "a85da3f8511231357b347caa686abb3dfb150634",
			"registry": "npmjs"
		},
		"tr46-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/tr46/-/tr46-2.0.1.tgz",
			"sha": "ffc413a775a745866bc1c493ad3536c2b406c573",
			"registry": "npmjs"
		},
		"tr46-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
			"sha": "03273586def1595ae08fedb38d7733cee91d2479",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"tr46-1.0.1.tgz": {
			"shasum": "a8b13fd6bfd2489519674ccde55ba3693b706d09"
		}
	},
	"_rev": "2-e2d42aac2d4ce9d9",
	"_id": "tr46",
	"readme": "# tr46\n\nAn JavaScript implementation of [Unicode Technical Standard #46: Unicode IDNA Compatibility Processing](https://unicode.org/reports/tr46/).\n\n\n## Installation\n\n[Node.js](http://nodejs.org) ≥ 8 is required. To install, type this at the command line:\n```shell\nnpm install tr46\n# or\nyarn add tr46\n```\n\n\n## API\n\n### `toASCII(domainName[, options])`\n\nConverts a string of Unicode symbols to a case-folded Punycode string of ASCII symbols.\n\nAvailable options:\n* [`checkBidi`](#checkBidi)\n* [`checkHyphens`](#checkHyphens)\n* [`checkJoiners`](#checkJoiners)\n* [`processingOption`](#processingOption)\n* [`useSTD3ASCIIRules`](#useSTD3ASCIIRules)\n* [`verifyDNSLength`](#verifyDNSLength)\n\n### `toUnicode(domainName[, options])`\n\nConverts a case-folded Punycode string of ASCII symbols to a string of Unicode symbols.\n\nAvailable options:\n* [`checkBidi`](#checkBidi)\n* [`checkHyphens`](#checkHyphens)\n* [`checkJoiners`](#checkJoiners)\n* [`processingOption`](#processingOption)\n* [`useSTD3ASCIIRules`](#useSTD3ASCIIRules)\n\n\n## Options\n\n### `checkBidi`\nType: `Boolean`  \nDefault value: `false`  \nWhen set to `true`, any bi-directional text within the input will be checked for validation.\n\n### `checkHyphens`\nType: `Boolean`  \nDefault value: `false`  \nWhen set to `true`, the positions of any hyphen characters within the input will be checked for validation.\n\n### `checkJoiners`\nType: `Boolean`  \nDefault value: `false`  \nWhen set to `true`, any word joiner characters within the input will be checked for validation.\n\n### `processingOption`\nType: `String`  \nDefault value: `\"nontransitional\"`  \nWhen set to `\"transitional\"`, symbols within the input will be validated according to the older IDNA2003 protocol. When set to `\"nontransitional\"`, the current IDNA2008 protocol will be used.\n\n### `useSTD3ASCIIRules`\nType: `Boolean`  \nDefault value: `false`  \nWhen set to `true`, input will be validated according to [STD3 Rules](http://unicode.org/reports/tr46/#STD3_Rules).\n\n### `verifyDNSLength`\nType: `Boolean`  \nDefault value: `false`  \nWhen set to `true`, the length of each DNS label within the input will be checked for validation."
}