{
	"name": "idna-uts46-hx",
	"versions": {
		"2.0.0": {
			"name": "idna-uts46-hx",
			"version": "2.0.0",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"scripts": {
				"test": "grunt test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"grunt": "1.0.1",
				"grunt-mocha-istanbul": "5.0.2",
				"grunt-mocha-test": "0.13.2",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "10968eba53d95741c8148aa7e625de0c4f3a0444",
			"_id": "idna-uts46-hx@2.0.0",
			"_shasum": "f7d88bd9a14f2b939459afd690901fa4ed71ed52",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"shasum": "f7d88bd9a14f2b939459afd690901fa4ed71ed52",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/idna-uts46-hx-2.0.0.tgz_1492087540024_0.5813990233000368"
			},
			"directories": {},
			"deprecated": "use version >= 3.0.0",
			"contributors": []
		},
		"2.0.1": {
			"name": "idna-uts46-hx",
			"version": "2.0.1",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"scripts": {
				"test": "grunt test"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"grunt": "1.0.1",
				"grunt-mocha-istanbul": "5.0.2",
				"grunt-mocha-test": "0.13.2",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "b6a9b7ce0192007519ac4a7d19625d7a9cc8c190",
			"_id": "idna-uts46-hx@2.0.1",
			"_shasum": "a118d61072cf91eb0adc50da4fc6fec38a948feb",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"shasum": "a118d61072cf91eb0adc50da4fc6fec38a948feb",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/idna-uts46-hx-2.0.1.tgz_1492088218264_0.6752288681454957"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "idna-uts46-hx",
			"version": "2.0.2",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"cross-env": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"nyc": "10.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "a50ec752e4258f20346c157517e1c458bb264c75",
			"_id": "idna-uts46-hx@2.0.2",
			"_shasum": "fd0cabf5e1310d1d511c42033cf4c2a9894a0296",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"shasum": "fd0cabf5e1310d1d511c42033cf4c2a9894a0296",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/idna-uts46-hx-2.0.2.tgz_1492532238373_0.7558536294382066"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "idna-uts46-hx",
			"version": "2.1.0",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"cross-env": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"nyc": "10.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "239bb11331e3748a5ae87984636ac027df5b564f",
			"_id": "idna-uts46-hx@2.1.0",
			"_shasum": "f5b0840e17cfb6e36c9f3135829e7af1ffe7f8b6",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"shasum": "f5b0840e17cfb6e36c9f3135829e7af1ffe7f8b6",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx-2.1.0.tgz_1499094847067_0.1724950687494129"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "idna-uts46-hx",
			"version": "2.1.1",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"cross-env": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"nyc": "10.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "fc564f3aa8b94f305fb89049c5efe0e43451e8e1",
			"_id": "idna-uts46-hx@2.1.1",
			"_shasum": "45bf7ffe7ab7d26c7b02d204c43d962fa6831a1f",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"shasum": "45bf7ffe7ab7d26c7b02d204c43d962fa6831a1f",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx-2.1.1.tgz_1499095077899_0.56406787969172"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.2": {
			"name": "idna-uts46-hx",
			"version": "2.1.2",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"cross-env": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"nyc": "10.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "4c6532d29c7ba7a8fdf46c2919290912eea4ee7b",
			"_id": "idna-uts46-hx@2.1.2",
			"_shasum": "cf70d694ff4c36509262fa6bba9aa934544d4df9",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"shasum": "cf70d694ff4c36509262fa6bba9aa934544d4df9",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx-2.1.2.tgz_1499154967599_0.18777425796724856"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "idna-uts46-hx",
			"version": "2.2.0",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"cross-env": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"nyc": "10.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "7e03c5ea869183012ac9665790aac3e7a443c7bd",
			"_id": "idna-uts46-hx@2.2.0",
			"_shasum": "e5ab5f67d8c82ea3723ffedf78b8fe81464c3daf",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"shasum": "e5ab5f67d8c82ea3723ffedf78b8fe81464c3daf",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx-2.2.0.tgz_1499156496166_0.728936389554292"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.1": {
			"name": "idna-uts46-hx",
			"version": "2.2.1",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"cross-env": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"nyc": "10.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "e06818c73aa719685f7527a139b44f07690a725e",
			"_id": "idna-uts46-hx@2.2.1",
			"_shasum": "b06d472fd62732d54f1a93f54fd7dd62ac81c86c",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.2",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"shasum": "b06d472fd62732d54f1a93f54fd7dd62ac81c86c",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx-2.2.1.tgz_1503413857257_0.8929651603102684"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "idna-uts46-hx",
			"version": "2.3.0",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"cross-env": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"nyc": "10.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "ab1f283b4b433a5196b57ac31b9aae91cb91f2f7",
			"_id": "idna-uts46-hx@2.3.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"integrity": "sha512-QNV0Jk/AbqCjYWXow4rN6Z+tZbscwvsHxuicEl9GCju1nY4e3JsJEJxDw61Vkn7VAiYUJtVgu47xCIg5DtGwBQ==",
				"shasum": "464b2493691575d462c1aa271748471962898e0a",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx-2.3.0.tgz_1509982553045_0.04878423875197768"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.1": {
			"name": "idna-uts46-hx",
			"version": "2.3.1",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"main": "uts46.js",
			"keywords": [
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"dependencies": {
				"punycode": "2.1.0"
			},
			"devDependencies": {
				"chai": "3.5.0",
				"cross-env": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "3.2.0",
				"nyc": "10.2.0",
				"requirejs-browser": "2.1.9"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"gitHead": "6c420c101bcd2ee283137ac10d696179b19fbf4c",
			"_id": "idna-uts46-hx@2.3.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "1api",
				"email": "kschwarz@1api.net"
			},
			"dist": {
				"integrity": "sha512-PWoF9Keq6laYdIRwwCdhTPl60xRqAloYNMQLiyUnG42VjT53oW07BXIRM+NK7eQjzXjAk2gUvX9caRxlnF9TAA==",
				"shasum": "a1dc5c4df37eee522bf66d969cc980e00e8711f9",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "1api",
					"email": "kschwarz@1api.net"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx-2.3.1.tgz_1509982909539_0.5020773732103407"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "idna-uts46-hx",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"version": "1.0.0",
			"private": false,
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"main": "uts46.js",
			"license": "MIT",
			"engines": {
				"node": ">=4.0.0"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"maintainers": [
				{
					"email": "kschwarz@hexonet.net",
					"name": "papakai"
				}
			],
			"keywords": [
				"hexonet",
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
				"lint": "eslint --fix --config=./.eslintrc.js uts46.js README.md *.json test/*.spec.js && npm run lint-python",
				"lint-python": "./scripts/pep8fix.sh",
				"semantic-release": "semantic-release"
			},
			"dependencies": {
				"punycode": "2.1.1"
			},
			"devDependencies": {
				"@semantic-release/changelog": "3.0.2",
				"@semantic-release/git": "7.0.8",
				"@semantic-release/github": "5.2.10",
				"@semantic-release/npm": "^5.1.7",
				"chai": "4.2.0",
				"cross-env": "5.2.0",
				"eslint": "5.16.0",
				"eslint-config-standard": "12.0.0",
				"eslint-plugin-import": "2.17.1",
				"eslint-plugin-json": "1.4.0",
				"eslint-plugin-markdown": "1.0.0",
				"eslint-plugin-node": "8.0.1",
				"eslint-plugin-promise": "4.1.1",
				"eslint-plugin-standard": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "6.1.3",
				"nyc": "13.3.0",
				"requirejs-browser": "2.1.9",
				"semantic-release": "^15.13.3",
				"travis-deploy-once": "5.0.11"
			},
			"release": {
				"debug": false,
				"generateNotes": {
					"preset": "angular"
				},
				"verifyConditions": [
					"@semantic-release/changelog",
					"@semantic-release/npm",
					"@semantic-release/git",
					"@semantic-release/github"
				],
				"prepare": [
					{
						"path": "@semantic-release/changelog",
						"changelogFile": "HISTORY.md"
					},
					"@semantic-release/npm",
					{
						"path": "@semantic-release/git",
						"assets": [
							"HISTORY.md",
							"package.json",
							"package-lock.json"
						],
						"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
					}
				],
				"publish": [
					"@semantic-release/npm",
					"@semantic-release/github"
				]
			},
			"gitHead": "17cf6d7bec68ae25051191e22ccc9e7cd06cd43c",
			"_id": "idna-uts46-hx@1.0.0",
			"_nodeVersion": "11.14.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Osk7MXKWcXD/+rZOHs6mhffZCzDdoYPUzmY25KxZYpSUJ50aEPFJE0JDc4j+QO8YyaFbkIf+S9gy24fq7j6Bww==",
				"shasum": "c0aa9c38e234b5c819d5c6a85fb3a4890b2ca4e0",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-1.0.0.tgz",
				"fileCount": 20,
				"unpackedSize": 232632,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctEyGCRA9TVsSAnZWagAA2/EQAKTylS1F2V9BylAz6Psa\ncbBTnYxVP45mDS/3QvdBFGe9/Z5iuQKfh/YYLTWk5iQR12XUDttBkla6OKlJ\nxWQ+//4KSNC+0fpGnzeTlQjoLjRdrm/j3e0tMyEUfBlZocYzXa+iNF2KlpBN\nli4dao/+19Q3b09rPVC4Lymfy8uHlHbHX4BqPyRpkZ7VcxWcy3OvoJWmCC3P\nwgR5VO3Rt5xfgNa60fGkrFHFZfRuLPztvuZkPT+z7UsU8R2wPkN+H9J34OJm\nOPK3ewpSTSEhSQJGXBWkkM6wnXuHYIntUrrAB139G/TVh5u1INy9o4wV9R9X\nxgp1SybKCXfdx59h1SVlcOMKKKOx6VKvoCcPUzT0sgxgT2TpVVhA5q2Pa4hY\n+0ls4C5w4ITsqIcbK3/VtQPttbCU5QfORUWbRQVGDk8kcGqOVkI9kJ6Rfo5h\nQk0YRXUmLZ3YvGuTRXozos8Igp9Q+EIHJoCoUMBgjVQSlgA55KQmIlnUhf6W\nge9I1tV/sDRuZR7f8+oGcYDRSJGXeBJJNjjRlFnWGHmJIRof2Ul0F4Fxj0BV\neWGw5RJQzzUMVJ0Hn1sb+guSVbTbCFiG4JRp9YwEFYHaeGL0fgzbMiZjGzGY\n8pyeIFCmIMZo+7HbN4jBkRkQeugib/RzeSlCjhOaRHGoiQ7t+P2skcUVaTs3\nkMP6\r\n=LP0m\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "papakai",
				"email": "kschwarz@hexonet.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx_1.0.0_1555319941719_0.2709777092735748"
			},
			"_hasShrinkwrap": false,
			"deprecated": "use version >= 3.0.0",
			"contributors": []
		},
		"3.0.0": {
			"name": "idna-uts46-hx",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"version": "3.0.0",
			"private": false,
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"main": "uts46.js",
			"license": "MIT",
			"engines": {
				"node": ">=4.0.0"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"maintainers": [
				{
					"email": "kschwarz@hexonet.net",
					"name": "papakai"
				}
			],
			"keywords": [
				"hexonet",
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
				"lint": "eslint --fix --config=./.eslintrc.js uts46.js README.md *.json test/*.spec.js && npm run lint-python",
				"lint-python": "./scripts/pep8fix.sh",
				"semantic-release": "semantic-release"
			},
			"dependencies": {
				"punycode": "2.1.1"
			},
			"devDependencies": {
				"@semantic-release/changelog": "3.0.2",
				"@semantic-release/git": "7.0.8",
				"@semantic-release/github": "5.2.10",
				"@semantic-release/npm": "^5.1.7",
				"chai": "4.2.0",
				"cross-env": "5.2.0",
				"eslint": "5.16.0",
				"eslint-config-standard": "12.0.0",
				"eslint-plugin-import": "2.17.1",
				"eslint-plugin-json": "1.4.0",
				"eslint-plugin-markdown": "1.0.0",
				"eslint-plugin-node": "8.0.1",
				"eslint-plugin-promise": "4.1.1",
				"eslint-plugin-standard": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "6.1.3",
				"nyc": "13.3.0",
				"requirejs-browser": "2.1.9",
				"semantic-release": "^15.13.3",
				"travis-deploy-once": "5.0.11"
			},
			"release": {
				"debug": false,
				"generateNotes": {
					"preset": "angular"
				},
				"verifyConditions": [
					"@semantic-release/changelog",
					"@semantic-release/npm",
					"@semantic-release/git",
					"@semantic-release/github"
				],
				"prepare": [
					{
						"path": "@semantic-release/changelog",
						"changelogFile": "HISTORY.md"
					},
					"@semantic-release/npm",
					{
						"path": "@semantic-release/git",
						"assets": [
							"HISTORY.md",
							"package.json",
							"package-lock.json"
						],
						"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
					}
				],
				"publish": [
					"@semantic-release/npm",
					"@semantic-release/github"
				]
			},
			"gitHead": "6ff4ec998745746740e55243ee027384f87474cf",
			"_id": "idna-uts46-hx@3.0.0",
			"_nodeVersion": "11.14.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-/FTzIFBdGOz4JNppYgzub1+Qwfg6YMuTJkYzD1/WHZ/r18DHoPcE/Kwn8yPr5cl9ltM5qIIpC4J5RBgrCh+K+g==",
				"shasum": "5a3e7373c18cf64bdbabf12367d23767eafdc464",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.0.0.tgz",
				"fileCount": 20,
				"unpackedSize": 234843,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctFGoCRA9TVsSAnZWagAA4KwP/0u/GVGIHI8WoReqEVvG\n5RbLeIkNaU5lN5um/vFv9ctwDQeO6Hvs1GjevzNBvUGFqkI/2776jXdvZzr5\nkU1PpxDKYBhiheO/lrrDk/Abuhlz5yar/i6Vw+r2LgRYMinab/VHLaeiB34N\nYyMf0+JxLFT17YU81UvhTlnbQik44PVATsAOVO2/OgzawYIQn0FpNTmPR+eH\n3QDhGhdV7Flz2LN+nRcszrHuXo3l+HLdifZEj5Cd8Uk4zd29149CMryjriAT\nRoRU8Xrhh8cgPGFHZhmra2nu0xFswamiZbvEK+9S/oJ7cxD/tvQclEJZ0Yt6\nUq7lKSk8Tit6vidW2b+YDniQ8fxCXhb8N5CIplZPE3ulg1EwLhhuZYisBhgk\nkh1MMWZeWk9AJ+JOaZ4uN0XA4oH01tmP6ENO+e8+q7ub6n3CZvR0Sy9xZvRc\ne3DAl1GQnSX8F+VLtsQuX8YfcsVDRRwZMAdIbtdBnWdXZx19EH/SDyAvnLZJ\n+YO/GmIrco0TBjsmfQSiW+ankvqTL4uodM0Phg8WrwUwTbTMPZ2Dntt18puP\n9t2uJZ+oahCzhjpeMzpuzzizAOtGiQPlUAVMNBLUyPvIXuWpWLxgvaaRqecS\nCOKpynzDhAg8yoWJ8i/lwfe8HhflU74jR2vd4OI0IyZwXn2IaWZkRFH48Bbl\nlXOB\r\n=55h5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "papakai",
				"email": "kschwarz@hexonet.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx_3.0.0_1555321255100_0.8370950325462396"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "idna-uts46-hx",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"version": "3.1.0",
			"private": false,
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"main": "uts46.js",
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"maintainers": [
				{
					"email": "kschwarz@hexonet.net",
					"name": "papakai"
				}
			],
			"keywords": [
				"hexonet",
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"bundle": "browserify -s ispapi-idnconverter uts46.js > uts46bundle.js",
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
				"lint": "eslint --fix --config=./.eslintrc.js uts46.js README.md *.json test/*.spec.js && npm run lint-python",
				"lint-python": "./scripts/pep8fix.sh"
			},
			"dependencies": {
				"punycode": "2.1.1"
			},
			"devDependencies": {
				"@semantic-release/changelog": "3.0.2",
				"@semantic-release/exec": "3.3.2",
				"@semantic-release/git": "7.0.8",
				"@semantic-release/github": "5.2.10",
				"@semantic-release/npm": "5.1.7",
				"browserify": "16.2.3",
				"cross-env": "5.2.0",
				"eslint": "5.16.0",
				"eslint-config-standard": "12.0.0",
				"eslint-plugin-import": "2.17.2",
				"eslint-plugin-json": "1.4.0",
				"eslint-plugin-markdown": "1.0.0",
				"eslint-plugin-node": "9.0.1",
				"eslint-plugin-promise": "4.1.1",
				"eslint-plugin-standard": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "6.1.4",
				"nyc": "14.1.1",
				"requirejs-browser": "2.1.9",
				"semantic-release": "^15.13.13"
			},
			"release": {
				"debug": false,
				"generateNotes": {
					"preset": "angular"
				},
				"verifyConditions": [
					"@semantic-release/changelog",
					"@semantic-release/npm",
					"@semantic-release/git",
					"@semantic-release/github"
				],
				"prepare": [
					{
						"path": "@semantic-release/changelog",
						"changelogFile": "HISTORY.md"
					},
					"@semantic-release/npm",
					{
						"path": "@semantic-release/exec",
						"cmd": "npm run bundle"
					},
					{
						"path": "@semantic-release/git",
						"assets": [
							"HISTORY.md",
							"package.json",
							"package-lock.json",
							"uts46bundle.js"
						],
						"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
					}
				],
				"publish": [
					"@semantic-release/npm",
					"@semantic-release/github"
				]
			},
			"gitHead": "e24db25ae7f21b63b77d4d8fac352a6202ff63c7",
			"_id": "idna-uts46-hx@3.1.0",
			"_nodeVersion": "10.15.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Wy8IrSG8S4BU4Q8ILbiQdoVFrAFld4U85T+tM9fcEF24fcGQG6TkpdaL0k80NHUWjLo52FLfwFhV3atG+4UZog==",
				"shasum": "460b587165ef877c035290abdd99e59876965fd2",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.1.0.tgz",
				"fileCount": 21,
				"unpackedSize": 441347,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2YBBCRA9TVsSAnZWagAAlLkQAImLD8J0Fon2fDGXF+iP\nWhvtATyhbRd1RQ+ELHNSs/2gVCj1Gsvu+Kg29PlFOKJZRwk8BWfw8VKKNase\nBs4JAhmaUe4pSNXvMgu0J3BzWmz8gRLYEyyMB+AMnUG9wOiQ4gYzjLqBXjrX\nc2yW7cvErS6nsWNwYjGdVOh9vcxlmK6qaN2hclESSxElJO2yny/fWdMThu27\nkeY3WWe8SxucOy9ZxUtQSCRgpZGGAd1vCKJTi/x9I+u5rl3BxJcgBA4KOTIU\nlfObbLXIn+O50CmfHP5mlFfR6frmu2H9Z7JEb4MCfXN9Kzuvu0pvHSfBpr/+\ncK/UKHVDT4WzJWhir1tO4uM9/8AcNvXAPfi/0hOsjiiPVtKfrV0jIlAD7piH\n2+5/Ou5ZbIy6FJUcpX9LrrKStKLdxjJFotnY3/DKi5VzsLzILxvMWJ8yrPgF\nUphAdAmCKVxcAroR0+rQ92nOt1D6h3tOa0R1HPvFs0HKxvqp13z1vQSTLsH5\nw8csZgd8IIHt9N6L2EPXLZw/gPqC+hoqXUuAFhQWRVYtuwaVMJDsrKtWjZtF\nKV9gTVUW2NyxFPeCG4+GFDW3Gd4eP3oh7Y9pthOSFreX6s3jSFI+xI0cjPYK\nSyi5B5J5Q0PhrcOYCi1oq6j2NMZzEntR8cR3hIcDm1d2xUWt1YCQA3fbPzgf\nNygD\r\n=qPR1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "papakai",
				"email": "kschwarz@hexonet.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx_3.1.0_1557758016159_0.40075693874942964"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.1": {
			"name": "idna-uts46-hx",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"version": "3.1.1",
			"private": false,
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"main": "uts46.js",
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"maintainers": [
				{
					"email": "kschwarz@hexonet.net",
					"name": "papakai"
				}
			],
			"keywords": [
				"hexonet",
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"bundle": "browserify -s ispapi-idnconverter uts46.js > uts46bundle.js",
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
				"lint": "eslint --fix --config=./.eslintrc.js uts46.js README.md *.json test/*.spec.js && npm run lint-python",
				"lint-python": "./scripts/pep8fix.sh"
			},
			"dependencies": {
				"punycode": "2.1.1"
			},
			"devDependencies": {
				"@semantic-release/changelog": "3.0.2",
				"@semantic-release/exec": "3.3.2",
				"@semantic-release/git": "7.0.8",
				"@semantic-release/github": "5.2.10",
				"@semantic-release/npm": "5.1.7",
				"browserify": "16.2.3",
				"cross-env": "5.2.0",
				"eslint": "5.16.0",
				"eslint-config-standard": "12.0.0",
				"eslint-plugin-import": "2.17.2",
				"eslint-plugin-json": "1.4.0",
				"eslint-plugin-markdown": "1.0.0",
				"eslint-plugin-node": "9.0.1",
				"eslint-plugin-promise": "4.1.1",
				"eslint-plugin-standard": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "6.1.4",
				"nyc": "14.1.1",
				"requirejs-browser": "2.1.9",
				"semantic-release": "^15.13.13"
			},
			"release": {
				"debug": false,
				"generateNotes": {
					"preset": "angular"
				},
				"verifyConditions": [
					"@semantic-release/changelog",
					"@semantic-release/npm",
					"@semantic-release/git",
					"@semantic-release/github"
				],
				"prepare": [
					{
						"path": "@semantic-release/changelog",
						"changelogFile": "HISTORY.md"
					},
					"@semantic-release/npm",
					{
						"path": "@semantic-release/exec",
						"cmd": "npm run bundle"
					},
					{
						"path": "@semantic-release/git",
						"assets": [
							"HISTORY.md",
							"package.json",
							"package-lock.json",
							"uts46bundle.js"
						],
						"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
					}
				],
				"publish": [
					"@semantic-release/npm",
					"@semantic-release/github"
				]
			},
			"gitHead": "be09d2ed3e3d669fd75572fb7ad6c4d49dd36da8",
			"_id": "idna-uts46-hx@3.1.1",
			"_nodeVersion": "10.15.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-RL/+Ut2d8NM5Iu/KriUEuCZGKaFP0yJcOfptus2JkEoctYJX51tftyHX7PdX76KCzxy3QH9DaBQL9JNyrEltGQ==",
				"shasum": "a0cf5b8037e9848ea0ab705d3df9c6f9e5d9c764",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.1.1.tgz",
				"fileCount": 21,
				"unpackedSize": 442229,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2YOvCRA9TVsSAnZWagAAVgEQAJ1DxNNh93lJKQSq4Jb5\nGXhIJ/g7uncWGit8PsE3UXqdu5hYhnnK5YUg5Ylytq3O6k/LIVvMkq2BFwst\nnhKzfCJZ61XeiLwvPx/nEWkOaJdwbBre6oeBIKzbVkwFPOFEXmYeJHo1mU/E\nT/IWruZlzDllX1QfJNZT4fdogb+vKQ/zknyxwBPcAPQ/AQZOSCl2kcn4koaF\nEzRmn/WK+jMG8vR73/utVVbnyDp0Cyko2SPXLF8InRuef7XF3GiCFP53Le5+\nP4u8hXw4vQRDkuZqu7G+7mmBiYCzM9cor4vdoGKNiFqJWa5UFlSl3BCeEjsD\ns2xm3617YdKP3aLX45iTony3VwT51wjf1Vx7P5BalO0byMxKbK6Ycs4cBn4j\nPbv6UtrNRtO5g/1oEUo21nPtEKpn8olZzCulc3w0eLKZbbnqBTow+ZLsSdfA\nUdw+UAVubXVDiZwaGytimIUeFFVqluw2b5rXjf+mbXs8fkLjTgrXtVy13WN1\n3pSTenAu7nIHXaXWzV24dmpx51eHD4q24WqAeaQkZ8FCOLSHUeYR+sgiSDTg\nyYQV0CC0HmgjmMwgKXQ4MjHuMKArk5ICWMmh0kEQS8+9KAyJmsGMUsywgd5V\n9Miv8SChskKmkNu4JWBi1DAlXHC5QJPQzhqZs9y4ZqJ7y0HO+Bt4iH/Rgzdw\nKmS6\r\n=A8KM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "papakai",
				"email": "kschwarz@hexonet.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx_3.1.1_1557758894492_0.517645468500807"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "idna-uts46-hx",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"version": "3.2.0",
			"private": false,
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"main": "uts46.js",
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"maintainers": [
				{
					"email": "kschwarz@hexonet.net",
					"name": "papakai"
				}
			],
			"keywords": [
				"hexonet",
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"bundle": "browserify -s ispapi-idnconverter uts46.js > uts46bundle.js",
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
				"lint": "eslint --fix --config=./.eslintrc.js uts46.js README.md *.json test/*.spec.js && npm run lint-python",
				"lint-python": "./scripts/pep8fix.sh"
			},
			"dependencies": {
				"punycode": "2.1.1"
			},
			"devDependencies": {
				"@semantic-release/changelog": "3.0.2",
				"@semantic-release/exec": "3.3.2",
				"@semantic-release/git": "7.0.8",
				"@semantic-release/github": "5.2.10",
				"@semantic-release/npm": "5.1.7",
				"browserify": "16.2.3",
				"cross-env": "5.2.0",
				"eslint": "5.16.0",
				"eslint-config-standard": "12.0.0",
				"eslint-plugin-import": "2.17.2",
				"eslint-plugin-json": "1.4.0",
				"eslint-plugin-markdown": "1.0.0",
				"eslint-plugin-node": "9.0.1",
				"eslint-plugin-promise": "4.1.1",
				"eslint-plugin-standard": "4.0.0",
				"istanbul": "0.4.5",
				"mocha": "6.1.4",
				"nyc": "14.1.1",
				"requirejs-browser": "2.1.9",
				"semantic-release": "^15.13.13"
			},
			"release": {
				"debug": false,
				"generateNotes": {
					"preset": "angular"
				},
				"verifyConditions": [
					"@semantic-release/changelog",
					"@semantic-release/npm",
					"@semantic-release/git",
					"@semantic-release/github"
				],
				"prepare": [
					{
						"path": "@semantic-release/changelog",
						"changelogFile": "HISTORY.md"
					},
					"@semantic-release/npm",
					{
						"path": "@semantic-release/exec",
						"cmd": "npm run bundle"
					},
					{
						"path": "@semantic-release/git",
						"assets": [
							"HISTORY.md",
							"package.json",
							"package-lock.json",
							"uts46bundle.js"
						],
						"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
					}
				],
				"publish": [
					"@semantic-release/npm",
					"@semantic-release/github"
				]
			},
			"gitHead": "eecd701423e8faae0c809a0e40904cfd993b21c2",
			"_id": "idna-uts46-hx@3.2.0",
			"_nodeVersion": "10.15.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-iT7GClt+KQc/rKbDpWp5z8qNqZdeK7T24KfrYpY27HMkZzsunI0z1Y2WO6NcgTQeN39bEMqxDid1iELQg3WB2g==",
				"shasum": "6acd712044cda9f78aa443659758ac55b139a3a8",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.2.0.tgz",
				"fileCount": 21,
				"unpackedSize": 392208,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3VYRCRA9TVsSAnZWagAAoIYP/0Dw41DtJxilkAj3VRb9\noEvGLea4wj/nznqGecXinvkhTuKcSyxurRmKlNmHAewkyv/jSiDB9JljLZ9X\ntway8St2kBQV3bjEXYpUDsYWeeseO6j36qPrJYUWZRiLjy3mXjDySF1kkDnt\n+X9cO7P8dhKnMJnVoD2TmxdJh2n66GvBdefxHumZENlSLD3PC0fNJjTBbc3c\neXUs5WeNR6f9E5hzS18PfX6jEUFNJ6IxJ5d7GRUjlnmMLRkYQ3jduK5imOa0\nIjcFKvWj4RB2OOWy0kkulkoNmb7dtjiaMoLS4nwC3tuoKGaqHk2P4m8BjFXo\nGfk+WGAiz79RdJ1+vcDbv8o04QlJAIOdOMjyPYFjjEes2iAy3V0oICu3wQzB\n/UXZI2H96HsU6WF4Wgbx1dD1S7bVQssY8+aeFMC7i3YctqGnzu6dwqiNrbrN\nBsq404kI14Q1dqqrjhBx96dafSM37YIrij8mbuefW3hkSilwKX7CKvF8mrOI\nmetOMYDhrTbPL4uEPDaxXd/soQa0TLShP7icsNa+qppXgJjY07Iw6PhokdN1\nbI3zRNKqoRpjvpZZN04krAxEfismpqyzSzoK8g9lTUrsyCNfY/hAmO85/eui\n/gRQgotA06CBMNoVnLk1JXc2kaSKYXBYFZxVRCgJbr6L6FJ0KBtQ8L/jeehi\nj9Qy\r\n=Emds\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "papakai",
				"email": "kschwarz@hexonet.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx_3.2.0_1558009361037_0.421417674324047"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.1": {
			"name": "idna-uts46-hx",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"version": "3.2.1",
			"private": false,
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"main": "uts46.js",
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"maintainers": [
				{
					"email": "kschwarz@hexonet.net",
					"name": "papakai"
				}
			],
			"keywords": [
				"hexonet",
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"bundle": "browserify -s ispapi-idnconverter uts46.js > uts46bundle.js",
				"minify": "terser -c -o uts46bundle.min.js uts46bundle.js",
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
				"lint": "eslint --fix --config=./.eslintrc.js uts46.js README.md *.json test/*.spec.js && npm run lint-python",
				"lint-python": "./scripts/pep8fix.sh"
			},
			"dependencies": {
				"punycode": "^2.1.1"
			},
			"devDependencies": {
				"@semantic-release/exec": "^3.3.6",
				"@hexonet/semantic-release-github-npm-config": "^1.0.0",
				"browserify": "^16.5.0",
				"cross-env": "^5.2.1",
				"eslint": "^6.3.0",
				"eslint-config-standard": "^14.1.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-json": "^1.4.0",
				"eslint-plugin-markdown": "^1.0.0",
				"eslint-plugin-node": "^10.0.0",
				"eslint-plugin-promise": "^4.2.1",
				"eslint-plugin-standard": "^4.0.1",
				"mocha": "^6.2.0",
				"nyc": "^14.1.1",
				"requirejs-browser": "^2.1.9",
				"semantic-release": "^15.13.24",
				"terser": "^4.3.0"
			},
			"gitHead": "109a3aed9c6986d810383b63ad43f832bb46b642",
			"_id": "idna-uts46-hx@3.2.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-KY6R8qb8x8/81L+cGr2Fid+K9sN4nhi1g9tbVC/2chcZQOorDRjuuwlWuUr9l5IMOm06TPwbP47TCOZZCQ0Bog==",
				"shasum": "d632a1576ccc9832459905d19ef421cdff80e9bc",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.2.1.tgz",
				"fileCount": 23,
				"unpackedSize": 556380,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgisXCRA9TVsSAnZWagAAEcUP/iMRo+IeQJLEH6yi4LSI\nCdwQkxADXb8pvbKQtopA49mcjyrDQlZoOLARdoTjWjImMST3bc9X+rKM4iiv\naT6DYEHGtkUKhizI+Uwzd6tlARHbANDuRmXryepc9LOJOXQbom01H/2GxFvH\n/8a1ipWkgIozqdtQX+r437gUE48LZTlqfiDSRg2lAfAhZQBjFMCte8SsYePM\n2699f4j5sIbbf0xvwVpD29Dxml4a8EruIj2wY9iEAJ90pomMOgCs1RKAXquS\niFUBLP4gUGlk1/E8pNg3E1bbDCgPwubHYML3+CS0DVYh7TNmsDhOherK8TbZ\ny+IMET+6zAiDlwkDczSF8lEziKnH3k5eRuLMECFsl7E6YiX0BAz46gixWq0E\nEGRcVKXODiQEoXapvlXB+nrTWvANmN3Qq24P5vVFz1M43UyxfDSIrmfecGVD\ncp4Wjgrmwm1YODgtJotVuafy1POPoDVL2l3divRlq7tF6k8RIOfQZ2QOefbU\n3AByqLeutVtvbffDlhKAwRTnUu+JZUNciR6WLh0UXApjk1FF6zkpLXgeelDv\n1Ov5Scu3UqLzEdDbqvCr4/xGLBnO3OaeurlpFO7StYw1yCCQi7XJhwxN3pvR\nEdeTNT7nDvhlsJ+VbnxUaO81a+z+vpS9XaRrJsXhSC7Z3yf8CJxnipY0JpzA\nqL/9\r\n=VKR0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "papakai",
				"email": "kschwarz@hexonet.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx_3.2.1_1568811799149_0.857209980609168"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.2": {
			"name": "idna-uts46-hx",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"version": "3.2.2",
			"private": false,
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"main": "uts46.js",
			"license": "MIT",
			"engines": {
				"node": ">=8.3.0"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"maintainers": [
				{
					"email": "kschwarz@hexonet.net",
					"name": "papakai"
				}
			],
			"keywords": [
				"hexonet",
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"bundle": "browserify -s ispapi-idnconverter uts46.js > uts46bundle.js",
				"minify": "terser -c -o uts46bundle.min.js uts46bundle.js",
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
				"lint": "eslint --fix --config=./.eslintrc.js uts46.js README.md *.json test/*.spec.js && npm run lint-python",
				"lint-python": "./scripts/pep8fix.sh"
			},
			"dependencies": {
				"punycode": "^2.1.1"
			},
			"devDependencies": {
				"@semantic-release/exec": "^3.3.6",
				"@hexonet/semantic-release-github-npm-config": "^1.0.0",
				"browserify": "^16.5.0",
				"cross-env": "^6.0.0",
				"eslint": "^6.3.0",
				"eslint-config-standard": "^14.1.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-json": "^1.4.0",
				"eslint-plugin-markdown": "^1.0.0",
				"eslint-plugin-node": "^10.0.0",
				"eslint-plugin-promise": "^4.2.1",
				"eslint-plugin-standard": "^4.0.1",
				"mocha": "^6.2.0",
				"nyc": "^14.1.1",
				"requirejs-browser": "^2.1.9",
				"semantic-release": "^15.13.24",
				"terser": "^4.3.0"
			},
			"gitHead": "560d052dfe5a7ba4de66d5b85e58df55f7732096",
			"_id": "idna-uts46-hx@3.2.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-VlhqNXU0AFeEll1w+ny9eGda8kNDQcG+Gz3T9wZ3wSCCPqYo000J6/fRqvkUAO4V2SuOaJuKMSWiNjy/n/Lwyg==",
				"shasum": "8e0c2c01870c0a777f23cbafad788b2c07dfde1c",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.2.2.tgz",
				"fileCount": 23,
				"unpackedSize": 556799,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgjIqCRA9TVsSAnZWagAAxhoQAJXN++IaYoAYpQ142H+y\n2TMpUuzPpyVM99xK3VjmMWPJWn5ARDcjHNTXi29ZcbxlSbwN/MnqA9aqS1ei\nWe1JmtHgNt3AyIE7fn5xmvS9EqXm+ZBHF7iOOMZJ+Rx98sLwR3VUa/0uoV+P\nuss8glOjztM53iPtF6LuzjEd3ADpMDgEsCbLXlYUtAhH5TztF/mCbNCJXd90\n+w8Qu0BSxrbMnPE97hUFA3oh105QDMjZT1IZSltprBRZGXeiPwc/kd1GHFB7\nc/GqtnkNonpgdHVuDEOQFGqF2QKVHyImpanOJbkUlAPa5UMRFepYLacguhFX\nOCTUsuUyk5QJ9J4zrIxXSG8vzQ1piyWCjDJviAToakJklwwGWtRRSqua92Ui\nL1mxNgqsbm8zX93BsagDGPROAOFUOLOt02u7v9KO47XIboVDkYRcfwcvdtm9\nhRJS6NRoQKOp06pvZYpVj3khBfD5xiGnW0OV1Sr/1UrqT82QTsV9GOou4KDD\nqHU5/RoNSWTjxDpVVjIO2lGaw0NyTsmHcAXlv905Zo0ZzewYvbib/0yFLP3A\nXWquKNCuEik5G62wmjuPVtV/ndvFo3ecQpe5Hm8mig6jcpO+fhDN9TbC4ffH\nPCCXG13KZS3srog6aYWEPHMWZku/4Cix7rzkhYAZwEiOU/TXfw9zWQWW2pOa\nBsUD\r\n=Vlyp\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "papakai",
				"email": "kschwarz@hexonet.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx_3.2.2_1568813609555_0.4918898266285734"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.0": {
			"name": "idna-uts46-hx",
			"description": "A UTS #46 processing algorithm for IDNA2008 strings",
			"version": "3.3.0",
			"private": false,
			"author": {
				"name": "Kai Schwarz",
				"email": "kschwarz@hexonet.net"
			},
			"main": "uts46.js",
			"typings": "index.d.ts",
			"license": "MIT",
			"engines": {
				"node": ">=10.18.0"
			},
			"homepage": "https://github.com/hexonet/idna-uts46",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/hexonet/idna-uts46.git"
			},
			"bugs": {
				"url": "https://github.com/hexonet/idna-uts46/issues"
			},
			"maintainers": [
				{
					"email": "kschwarz@hexonet.net",
					"name": "papakai"
				}
			],
			"keywords": [
				"hexonet",
				"unicode",
				"idn",
				"idna",
				"domain"
			],
			"nyc": {
				"reporter": [
					"html",
					"text"
				],
				"exclude": [
					"**/*.spec.js",
					"idna-map.js"
				]
			},
			"scripts": {
				"bundle": "browserify -s ispapi-idnconverter uts46.js > uts46bundle.js",
				"minify": "terser -c -o uts46bundle.min.js uts46bundle.js",
				"test": "npm run test-COVERAGE --silent",
				"test-MOCHA": "_mocha $(find ./test -type f -name '*.spec.js')",
				"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
				"lint": "eslint --fix --config=./.eslintrc.js uts46.js README.md *.json test/*.spec.js && npm run lint-python",
				"lint-python": "./scripts/pep8fix.sh"
			},
			"dependencies": {
				"npm": ">=6.13.4",
				"punycode": "^2.1.1"
			},
			"devDependencies": {
				"npm": ">=6.13.4",
				"@semantic-release/exec": "^5.0.0",
				"@hexonet/semantic-release-github-npm-config": "^2.0.0",
				"browserify": "^16.5.0",
				"cross-env": "^7.0.0",
				"eslint": "^6.3.0",
				"eslint-config-standard": "^14.1.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-json": "^2.0.0",
				"eslint-plugin-markdown": "^1.0.0",
				"eslint-plugin-node": "^11.0.0",
				"eslint-plugin-promise": "^4.2.1",
				"eslint-plugin-standard": "^4.0.1",
				"mocha": "^7.0.0",
				"nyc": "^15.0.0",
				"requirejs-browser": "^2.1.9",
				"semantic-release": "^17.0.4",
				"terser": "^4.3.0"
			},
			"gitHead": "5ebd0b3b36f695194d2be55f8c50b3a2bdf16eb6",
			"_id": "idna-uts46-hx@3.3.0",
			"_nodeVersion": "12.16.3",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-oZBPE6vt44VzMf0bnVV4jwzsfowT/upQr5qZohCOJCq1h248cmkWgO7kjHQCuTCiGrDRvJ8guC8x9wY7/n5NFA==",
				"shasum": "3876a6a21320145e4dfd1179fda5b4b13efacdfe",
				"tarball": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.3.0.tgz",
				"fileCount": 25,
				"unpackedSize": 557563,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewnJHCRA9TVsSAnZWagAAjCAP/35hTrw7rnl+HmRUchcU\n7gmxGxHvq0BpobMUMGb9099VswPCf2e54XTlFqtzJIpd8O3INtB3om/Y8vds\n2dmMlfqbjUETZISEfpH/keebJXs1uaOCz81q1cBL4xPjF+iXiAcgFFLBGrty\npR+/jWGHyNLU1IS1pDeskyUeUp2GI/7CBjHKWDkiFv9tL4aoLnYTnvKZ0ed2\nowiBJiPgxFHY6VZ9NgjLZFFJxvyEmW/GwP+qfAaJUQtrxgi3inAA7ZDJjS0/\nytLDa/VTPhs8iwIdRuE78qK/jyq/RFFksUtH7Q5AOS6NyTtg6wflQ2XlzwFG\nB7/O6Rxrvs3UtEnB0AdI1IC6qLFH+VogQ4vewKxyI6NYbGvOZrI75npRXC9Y\ngaQFUuHy0C6zXqeuyYU3WYwN3GIwwFPHcVWqLTHCfVsKsbBA7LgMMEqmRkvV\nPwDps6Kf9CkONVWe9UR2vjZXE7e2gnsGeL5j6iJj3/HEWJWSJlUAdb9ruyLW\nAZL2hHVfflIxIzg3iwJ8RvWyjPALwOquP8C3C/Un9YVmKj2vs3HZNO5bEhEr\nb2gEVgmRCR1SQNrzWVO5r40xsbW+H9PEZkSbNfmaiJyqhASbRUtye+jjyiUx\nXsPcYKrhpaysAKcFUA2WioO3t1fQyJUWY6FbGNhcPMed3k9r3rUoDlubt7FD\n4Ew/\r\n=6OnU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "papakai",
				"email": "kschwarz@hexonet.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/idna-uts46-hx_3.3.0_1589801543138_0.900366905261526"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-05-18T11:32:25.620Z",
		"created": "2017-04-13T12:45:40.788Z",
		"2.0.0": "2017-04-13T12:45:40.788Z",
		"2.0.1": "2017-04-13T12:56:59.046Z",
		"2.0.2": "2017-04-18T16:17:20.472Z",
		"2.1.0": "2017-07-03T15:14:08.192Z",
		"2.1.1": "2017-07-03T15:17:58.949Z",
		"2.1.2": "2017-07-04T07:56:08.721Z",
		"2.2.0": "2017-07-04T08:21:37.205Z",
		"2.2.1": "2017-08-22T14:57:38.385Z",
		"2.3.0": "2017-11-06T15:35:54.148Z",
		"2.3.1": "2017-11-06T15:41:50.587Z",
		"1.0.0": "2019-04-15T09:19:01.861Z",
		"3.0.0": "2019-04-15T09:40:55.249Z",
		"3.1.0": "2019-05-13T14:33:36.405Z",
		"3.1.1": "2019-05-13T14:48:14.819Z",
		"3.2.0": "2019-05-16T12:22:41.223Z",
		"3.2.1": "2019-09-18T13:03:19.271Z",
		"3.2.2": "2019-09-18T13:33:29.716Z",
		"3.3.0": "2020-05-18T11:32:23.288Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.3.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5845855c8573ac3bc723041b52ccd3f6\"",
			"fetched": 1602009456530
		}
	},
	"_distfiles": {
		"idna-uts46-hx-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.0.0.tgz",
			"sha": "f7d88bd9a14f2b939459afd690901fa4ed71ed52",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.0.1.tgz",
			"sha": "a118d61072cf91eb0adc50da4fc6fec38a948feb",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.0.2.tgz",
			"sha": "fd0cabf5e1310d1d511c42033cf4c2a9894a0296",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.1.0.tgz",
			"sha": "f5b0840e17cfb6e36c9f3135829e7af1ffe7f8b6",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.1.1.tgz",
			"sha": "45bf7ffe7ab7d26c7b02d204c43d962fa6831a1f",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.1.2.tgz",
			"sha": "cf70d694ff4c36509262fa6bba9aa934544d4df9",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.2.0.tgz",
			"sha": "e5ab5f67d8c82ea3723ffedf78b8fe81464c3daf",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.2.1.tgz",
			"sha": "b06d472fd62732d54f1a93f54fd7dd62ac81c86c",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.3.0.tgz",
			"sha": "464b2493691575d462c1aa271748471962898e0a",
			"registry": "npmjs"
		},
		"idna-uts46-hx-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz",
			"sha": "a1dc5c4df37eee522bf66d969cc980e00e8711f9",
			"registry": "npmjs"
		},
		"idna-uts46-hx-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-1.0.0.tgz",
			"sha": "c0aa9c38e234b5c819d5c6a85fb3a4890b2ca4e0",
			"registry": "npmjs"
		},
		"idna-uts46-hx-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.0.0.tgz",
			"sha": "5a3e7373c18cf64bdbabf12367d23767eafdc464",
			"registry": "npmjs"
		},
		"idna-uts46-hx-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.1.0.tgz",
			"sha": "460b587165ef877c035290abdd99e59876965fd2",
			"registry": "npmjs"
		},
		"idna-uts46-hx-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.1.1.tgz",
			"sha": "a0cf5b8037e9848ea0ab705d3df9c6f9e5d9c764",
			"registry": "npmjs"
		},
		"idna-uts46-hx-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.2.0.tgz",
			"sha": "6acd712044cda9f78aa443659758ac55b139a3a8",
			"registry": "npmjs"
		},
		"idna-uts46-hx-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.2.1.tgz",
			"sha": "d632a1576ccc9832459905d19ef421cdff80e9bc",
			"registry": "npmjs"
		},
		"idna-uts46-hx-3.2.2.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.2.2.tgz",
			"sha": "8e0c2c01870c0a777f23cbafad788b2c07dfde1c",
			"registry": "npmjs"
		},
		"idna-uts46-hx-3.3.0.tgz": {
			"url": "https://registry.npmjs.org/idna-uts46-hx/-/idna-uts46-hx-3.3.0.tgz",
			"sha": "3876a6a21320145e4dfd1179fda5b4b13efacdfe",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"idna-uts46-hx-2.3.1.tgz": {
			"shasum": "a1dc5c4df37eee522bf66d969cc980e00e8711f9"
		}
	},
	"_rev": "17-70ee31f4b1d4137e",
	"_id": "idna-uts46-hx",
	"readme": "# IDNA-UTS #46 in JavaScript\n\n[![npm version](https://img.shields.io/npm/v/idna-uts46-hx.svg?style=flat)](https://www.npmjs.com/package/idna-uts46-hx)\n[![node](https://img.shields.io/node/v/idna-uts46-hx.svg)](https://www.npmjs.com/package/idna-uts46-hx)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![build](https://travis-ci.com/hexonet/idna-uts46.svg?branch=master)](https://travis-ci.com/hexonet/idna-uts46)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hexonet/idna-uts46/blob/master/CONTRIBUTING.md)\n\nThis module is a IDNA UTS46 connector library for javascript.\nThis is a maintained fork of the idna-uts46 library originally written by jcranmer.\n\nThe [JS Punycode converter library](https://github.com/bestiejs/punycode.js/) is\na great tool for handling Unicode domain names, but it only implements the\nPunycode encoding of domain labels, not the full IDNA algorithm. In simple\ncases, a mere conversion to lowercase text before input would seem sufficient,\nbut the real mapping for strings is far more complex. This library implements\nthe full mapping for these strings, as defined by\n[UTS #46](http://unicode.org/reports/tr46/).\n\n## Resources\n\n* [Usage Guide](https://github.com/hexonet/idna-uts46/blob/master/README.md#how-to-use-this-module-in-your-project)\n* [Release Notes](https://github.com/hexonet/idna-uts46/releases)\n* [Development Guide](https://github.com/hexonet/idna-uts46/wiki/Development-Guide)\n\n## How to use this module in your project\n\n### Requirements\n\n* Installed nodejs/npm, if you plan running it on webserver-side. We suggest using [nvm](https://github.com/creationix/nvm).\n\n### NodeJS Version Compatibility\n\n| Version  | NodeJS |\n| -------- | ------ |\n| >= 3.2.2 | >= 9.x |\n| >= 3.1.0 | >= 6.x |\n| <= 3.0.0 | >= 4.x |\n\n### Installation / Update\n\n```bash\n    npm i idna-uts46-hx@latest --save\n```\n\n### Usage Examples\n\nWe provide only documentation and examples for the latest release.\n\n#### IDNA mess for dummies\n\nUnfortunately, the situation of internationalized domain names is rather\ncomplicated by the existence of multiple incompatible standards (IDNA2003 and\nIDNA2008, predominantly). While UTS #46 tries to bridge the incompatibility,\nthere are four characters which cannot be so bridged: ß (the German sharp s),\nς (Greek final sigma), and the ZWJ and ZWNJ characters. These are handled\ndifferently depending on the mode; in ``transitional`` mode, these strings are\nmapped to different ones, preserving capability with IDNA2003; in\n``nontransitional`` mode, these strings are mapped to themselves, in accordance\nwith IDNA2008.\n\nPresently, this library uses ``transitional`` mode, compatible with all known\nbrowser implementations at this point. It is expected that, in the future, this\nwill be changed to ``nontransitional`` mode.\n\n`It is highly recommended that you use the ASCII form of the label for storing\nor comparing strings.`\n\n#### API\n\n##### `uts46.toAscii(domain, options={transitional: false, useStd3ASCII: false, verifyDnsLength: false })`\n\nConverts a domain name to the correct ASCII label. The second parameter is an\noptional options parameter, which has two configurable options. The\n`transitional` option controls whether or not transitional processing (see the\nIDNA mess for dummies section for more details) is requested, defaulting to\nfalse. The `useStd3ASCII` option controls whether or not characters that are\nillegal in domain names per the DNS specification should be omitted. The\n`verifyDnsLength` option controls whether or not the resulting DNS label should\nbe checked for length validity (i.e., no empty components and not too long). The\noptions parameter and its associated fields are all optional and should be\nomitted for most users.\n\n```js\n/* eslint-disable */\nuts46.toAscii('öbb.at') // 'xn-bb-eka.at'\nuts46.toAscii('ÖBB.AT') // 'xn-bb-eka.at'\nuts46.toAscii('XN-BB-EKA.AT') // 'xn-bb-eka.at'\nuts46.toAscii('faß.de') // 'fass.de'\nuts46.toAscii('faß.de', { transitional: true }) // 'fass.de'\nuts46.toAscii('faß.de', { transitional: false }) // 'xn--fa-hia.de'\nuts46.toAscii('xn--fa-hia.de', { transitional: false }) // 'xn--fa-hia.de'\nuts46.toAscii(String.fromCodePoint(0xd0000)) // Error (as it is unassigned)\n```\n\n##### `uts46.toUnicode(domain, options={useStd3ASCII: false})`\n\nConverts a domain name to a normalized Unicode label. The second parameter is an\noptional options parameter. The `useStd3ASCII` option controls whether or not\ncharacters that are illegal in domain names per the DNS specification should be\nomitted. The latter parameter is optional and should be omitted for most users.\n\n```js\n/* eslint-disable */\nuts46.toUnicode('xn-bb-eka.at') // 'öbb.at'\nuts46.toUnicode('ÖBB.AT') // 'öbb.at'\nuts46.toUnicode('O\\u0308BB.AT') // 'öbb.at'\nuts46.toUnicode('faß.de') // 'faß.de'\nuts46.toUnicode('xn--fa-hia.de') // 'faß.de'\nuts46.toUnicode('﷼') // \"ریال\"\nuts46.toUnicode(String.fromCodePoint(0xd0000)) // Error (as it is unassigned)\n```\n\n##### `uts46.convert(domain)`\n\nConverts a domain name in correct way. Returning IDNA2003 / IDNA2008 strings\nwhere it makes sense as this is dependent on the domain extension / TLD.\n\n```js\n/* eslint-disable */\nuts46.convert('xn-bb-eka.at') // { IDN: 'öbb.at', PC: 'xn-bb-eka.at' }\nuts46.convert(['öbb.at', 'xn--fa-hia.de']) // { IDN: ['öbb.at', 'faß.de'], PC: ['xn-bb-eka.at', 'xn--fa-hia.de'] }\n```\n\n#### Using it in-browser\n\nUse file `uts46bundle.js` as JavaScript include. The Tool will then be available as ispapiIdnconverter object in Javascript.\n\n### Known issues\n\nIt also does not try to implement the Bidi and contextual rules for validation:\nthese do not affect any mapping of the domain names; instead, they restrict the\nset of valid domain names. Since registrars shouldn't be accepting these names\nin the first place, a domain that violates these rules will simply fail to\nresolve.\n\n## Contributing\n\nPlease read [our development guide](https://github.com/hexonet/idna-uts46/wiki/Development-Guide) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\nNOTE: As mentioned, initial work done by jcranmer.\n\n* **Kai Schwarz** - *lead development* - [PapaKai](https://github.com/papakai)\n\nSee also the list of [contributors](https://github.com/hexonet/idna-uts46/graphs/contributors) who participated in this project.\n\n## License\n\nMIT"
}