{
	"name": "hast-util-to-parse5",
	"versions": {
		"1.0.0": {
			"name": "hast-util-to-parse5",
			"version": "1.0.0",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"dependencies": {
				"has": "^1.0.1",
				"hast-to-hyperscript": "^2.0.3",
				"mapz": "^1.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^7.0.0",
				"parse5": "^2.1.5",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-usage": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "esmangle hast-util-to-parse5.js > hast-util-to-parse5.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js",
					"hast-util-to-parse5.min.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"output": true,
				"plugins": {
					"comment-config": null,
					"github": null,
					"usage": null,
					"lint": null,
					"validate-links": null
				},
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "694bb0dbb1a44d210b52231b84122f350bbda4ed",
			"homepage": "https://github.com/wooorm/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@1.0.0",
			"_shasum": "f875f848f5cd637fae109f1ca14a8878b09e1144",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f875f848f5cd637fae109f1ca14a8878b09e1144",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-util-to-parse5-1.0.0.tgz_1469537587218_0.7031656643375754"
			},
			"directories": {}
		},
		"2.0.0": {
			"name": "hast-util-to-parse5",
			"version": "2.0.0",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"dependencies": {
				"has": "^1.0.1",
				"hast-to-hyperscript": "^2.0.3",
				"mapz": "^1.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"parse5": "^3.0.0",
				"remark-cli": "^2.1.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --bare -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "esmangle hast-util-to-parse5.js > hast-util-to-parse5.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js",
					"hast-util-to-parse5.min.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"presets": "wooorm"
			},
			"gitHead": "2e36a0186b5f332effb260311194109c1b425d9d",
			"homepage": "https://github.com/wooorm/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@2.0.0",
			"_shasum": "e2a87b27ced09afb5c97ee2a5077412bdae5ef79",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "e2a87b27ced09afb5c97ee2a5077412bdae5ef79",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/hast-util-to-parse5-2.0.0.tgz_1480953352377_0.5918945169541985"
			},
			"directories": {}
		},
		"2.1.0": {
			"name": "hast-util-to-parse5",
			"version": "2.1.0",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"dependencies": {
				"has": "^1.0.1",
				"hast-to-hyperscript": "^3.0.0",
				"mapz": "^1.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"parse5": "^3.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^2.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --bare -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "esmangle hast-util-to-parse5.js > hast-util-to-parse5.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "184117748985afdc99b46897df20d7105658ccbe",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@2.1.0",
			"_shasum": "cb4a9bf20b56269c8cf012af40b68c8b7e23ec77",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "cb4a9bf20b56269c8cf012af40b68c8b7e23ec77",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-util-to-parse5-2.1.0.tgz_1494670987620_0.6771233521867543"
			},
			"directories": {}
		},
		"2.2.0": {
			"name": "hast-util-to-parse5",
			"version": "2.2.0",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-to-hyperscript": "^3.0.0",
				"mapz": "^1.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"parse5": "^3.0.0",
				"remark-cli": "^4.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --bare -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "esmangle hast-util-to-parse5.js > hast-util-to-parse5.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "881a64dccac652a792b0bce52f73d023a1a37676",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@2.2.0",
			"_npmVersion": "5.0.0",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Eg1mrf0VTT/PipFN5z1+mVi+4GNhinKk/i/HKeX1h17IYiMdm3G8vgA0FU04XCuD1cWV58f5zziFKcBkr+WuKw==",
				"shasum": "48c8f7f783020c04c3625db06109d02017033cbc",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5-2.2.0.tgz_1500913398813_0.28654744126833975"
			},
			"directories": {}
		},
		"3.0.0": {
			"name": "hast-util-to-parse5",
			"version": "3.0.0",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-to-hyperscript": "^4.0.0",
				"mapz": "^1.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^12.0.0",
				"parse5": "^5.0.0",
				"prettier": "^1.13.5",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --bare -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "esmangle hast-util-to-parse5.js > hast-util-to-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "aa79bdf50a79cda91e2afecca4348302c699ba22",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@3.0.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-S0txFWVmQ0tXzk8CGqxKzgb7L7swWR5ani50j390mnBFkrXtCB4ewSyrya6SKrdnXqcqW+iWEgEnuTUiUiIrLQ==",
				"shasum": "6cd97dbbbfe34b81e99526d967fd1caa207cbda4",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-3.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 9448,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHkZ0CRA9TVsSAnZWagAAducQAIaMMD3KN4zdHwABGQlU\nQjmNZXVdC8x3jrxPa4+wzdZZfvBzVutbxHsLnZK+QZhT7yI1VXO2rXwdbC5T\nn1dS1oQ8pMcpcAwtIdYdP0gG0rKwUMQ5cSFTAPiBSRcUQPHjxDuv17q9ozap\nMZVXokCLCNEQRhunVe/03rKqsr18NYinAf9zoc1OWpcB5w6j8wE4CnLtx68V\n2zucPd6gwguH3Bj/h3bxIRFqUyJDPVQULxWVnwd5I39J8EjQhvCL9HlFxiXr\ny6q/uu2aQsMhcmel9r3d/C93cxY4CEozec4vey4J1CItTf3OsQvtSpLnsAPT\ngU4Tip5LdWd/P0ghvLFuvCVFRHhBCGdwI0uS/JFTXksr8k2il3JcwDk6xi8c\nRs7a1f62Ixs3dRewgmsdaz+mq2PwvoUTcOI6SER7V5nLpn4jqX1BqWm8ny+y\nRanIl1+r0jMG4VHFGVLRJuL8YtEngW3Q1FaAXfnFso624Jhs7KyPDVaHvxnQ\nsbJDZApYJ+Z39PKEnXSNMGi8PWUx2DB1zgvIQ9aPe3AvEbPnxNNEcHN4iOz6\nEleXg2wRXgptonbkNxVw/f4C/gXusU8zzanas6DuuikVQxdU/+0KwwjA44pC\nMPlyvZj0Xt4eZQwi2MjbeYhorewha9ApGbgZ4fmcW4Q5gVMLxvVidtRGk2DN\nL469\r\n=oy17\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5_3.0.0_1528710771565_0.6698904819699829"
			},
			"_hasShrinkwrap": false
		},
		"4.0.0": {
			"name": "hast-util-to-parse5",
			"version": "4.0.0",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-to-hyperscript": "^5.0.0",
				"property-information": "^4.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"json-stringify-safe": "^5.0.1",
				"nyc": "^12.0.0",
				"parse5": "^5.0.0",
				"prettier": "^1.13.5",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilToParse5 > hast-util-to-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "1477ff7a7ced0bd4911bba5532b4802c3cd225cf",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@4.0.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-EJbzQVuzG70PWCg+G0l/eIpMM4XqWARn7rOje420FjwMyFsaUPC0XqdRWjlKMXg7OB5yYcaFXUTwz7xoiHY+cQ==",
				"shasum": "6cb5c55a1d20a5311794eb50794b0e96310c7441",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-4.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 8238,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTjOmCRA9TVsSAnZWagAAKgcP/RjdBEuE6va5jVL4FZvb\n58OXqtNGS5d4B279fWeC/xg6I+xFESZxxsc5W1rGfncsAupf6baYbTsBbrR9\nP0h9SIk1KgKi8ws8IYu6TLISQOeUGiUpqrlwR783mCHhMy1kG85NlZcRX228\n62V8VVmpa1mOXpLvR+sd6tyY5ektlXWg1XJGlJY0zD1/LEeELQD49zZ4jfZ7\nVZNykunV8+EymTPJ4wKbCyHsZX9LwoHKZxKn9ypa44YpMECTzil/RcbnY5+X\nqSL9AZ1GPPojBprZ8Qrud3MmkEXe21GesMUQIh7m43NVFv7YX+mQuOw0CKKi\nvkeqT/SBdZQn41ONWMOnT2BritQtCewvws8ftuvfjrhidyoUmS4hnG55eexd\nyYiSMt4tXmad8P0vUKmKiZKD+F9amPIN7pCd+7XdO2G1akySG5JNb/e448Cz\n/Qlrr2w4aM9SqJ9UxpbQETgzdfgEqGWujebBI+S8Bsq8+gy9KLOGvS3T176P\naNLd5Fi2GHNJ2q2C3vGDNQdFEJLcN5NgREaZuMUoWxYStBbI1f8RKD+piPiZ\n3q9244XxqJrVuHcPmb4Ys0iM0tLg3U6iCK5/L2UQjyDA8/+f545MKvM2qhyp\nm7g/4ZEEPgVMYqFb7hScEsD3z6NChEVTHSbtplV2BBXNc/vkUvfJVVEPc+MY\nJwwx\r\n=UPrU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5_4.0.0_1531851686563_0.31286895132742076"
			},
			"_hasShrinkwrap": false
		},
		"4.0.1": {
			"name": "hast-util-to-parse5",
			"version": "4.0.1",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-to-hyperscript": "^5.0.0",
				"property-information": "^4.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"json-stringify-safe": "^5.0.1",
				"nyc": "^12.0.0",
				"parse5": "^5.0.0",
				"prettier": "^1.13.5",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilToParse5 > hast-util-to-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "13a8439d1fae4039303ad5cd1ffa0ab61e18391e",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@4.0.1",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-U/61W+fsNfBpCyJBB5Pt3l5ypIfgXqEyW9pyrtxF7XrqDJHzcFrYpnC94d0JDYjvobLpYCzcU9srhMRPEO1YXw==",
				"shasum": "e52534b4bf40dc4e7d0428fcaf6d32bc75c62ee5",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-4.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 8542,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTkWRCRA9TVsSAnZWagAAsTIP/RcJjGEa/Wndp3gGDhYA\nn1G4tknPxqikKz1EOXpjC/IORJFUOjvfNF7rUo3pXIgdcVrxjlsluitZUZFg\nxuvZ6p+j9g2sdXIilgUURS1QfcJoBiTlHlWk49HdtG654BJA8ERoVlMcnOH6\n+sG+bdoSCM5VwLoNpZ2sWgFVBJCQndo4KKPkYza1FB6VjgfB/fAi1iZvSl0o\njIf0aBUfTMZBahqKNHtaMrvbq6CL2FIRdwlgxKr7gqDyXJ33C92RP7EM0c7J\nLt6gdHbzLi8GxRRplwLQne/2WpWXO0hWrghbgqv68aeFhbjdcOZCsvegKxjR\nq+Uy+TSViiznIG+8yls34zOyE/tukYTqy3wg1OtK9k25eOtRddsNnn0A2QG5\nNvT4xat2IYOxh3Wnf0EWFxPjTPLW3piOe7Y9GRZPRLJVDTSg/ok5OQZZMuvw\n4f9pCM5FkyOdzfNehoEN5dKZ+Hk1k21yKtoTv+lb27YKnCtoFemw01LBOKAn\n9bg88YRIHJvZpft5aNwR6vbCeIxOO4Jy6F+GyxYG1SAuNoyrt1vc2WYccBWm\n07vjqY41Ew3PKBqc8c4bRpp25/8VfV126eIRDVlade2/ua151f4+wP3NSAQ0\nuqWjda5I7E2kGNtzrs8h6O5MZ7HKDXvc/oL97joeKYwhxgFi9elVY2jWyb0l\nLpR6\r\n=j3lG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5_4.0.1_1531856273494_0.9488844743477689"
			},
			"_hasShrinkwrap": false
		},
		"5.0.0": {
			"name": "hast-util-to-parse5",
			"version": "5.0.0",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"hast-to-hyperscript": "^6.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"json-stringify-safe": "^5.0.1",
				"nyc": "^13.0.0",
				"parse5": "^5.0.0",
				"prettier": "^1.13.5",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"xo": "^0.23.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "0bdbfb8479aad107f986303de1ad4f0117be2e3e",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@5.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-1BG07SLp9RHnAy/A2Fugza5YCo45Ter8csOGbxL7a7f9Rvq9aE64/4hlqc083M8yLLp7J5tYxmiFWYbD0zQJnA==",
				"shasum": "1041df0d57e60210bd3e4b97596397500223399a",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 8865,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4y8+CRA9TVsSAnZWagAAHegP/jYcuVHLTrHuiTu1nvPX\nN1f60oA+spRwg/+fDNzhj1vhcNU2kLX24SBrnkVKBaA6MLOSLwtj772+Ep89\nC/8HPm9kFDa4gj9dUNi+Md/Ws54KrgTJ/6RJjtoaEqiBNKwETqbNyMdj2Oju\nR+2dLbnhiwbrMmzPg4zsZkrMorbfxLWG1KTo8HUbQ2R85WZrcPW9/PKVScb4\nr7pnj0etZrkzpu65zM4u1hH490Ebb73vLhLWSJd5xVg1omsEZgmHhiS4ZiVI\nVQiAW3UxyMHzt2yjPok56+M0na01qabddMyBfChEzax5SZTqvljcsF4zcCla\n6eGDkNlC1T5mzjK2Y9+oMKN6MZBCEeKsR/LaKLtdoEaPgfWrP4TK4rG2GwiK\n4i08mMs+NaTyxvoi6OJKk/w42YRTtVYBv/p8tjotlLUZ1YvWJCsgfXvXoyoL\njv+U61NmlXOWMDzQH018t8BI59J6IFMZDXPsKV5cuATmS62TMZsz6t25flfK\n7joc0OMmlzApYBNq34KsSdfCiE6Qf1udOJcWlh7L6FRXCr4CHvH/a317fM6p\njXnxgJO3Z33D5tRBEBp8YctCOF00cgcg/zZOcqdQukTQVgW/4byxuk/15klC\nWZFegQoW/moGYR/3jATo84/oUbLoD8UO3fmmYOh4QiNc72p2ghP5zHS+HAzi\n0akS\r\n=34c/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5_5.0.0_1541615421513_0.5697239025036378"
			},
			"_hasShrinkwrap": false
		},
		"5.1.0": {
			"name": "hast-util-to-parse5",
			"version": "5.1.0",
			"description": "Transform HAST to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"hast-to-hyperscript": "^7.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"json-stringify-safe": "^5.0.1",
				"nyc": "^14.0.0",
				"parse5": "^5.0.0",
				"prettier": "^1.13.5",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "d1a90057eca4a38986e94c2220b692531d678335",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@5.1.0",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-o08Q+7KNu2mO9060o0TojXOxiZmbU0G+IMDaAahE0vuwr9zSejFRonfnSQLn6pDqSDJyaEkdqtVcwITBIT2jqw==",
				"shasum": "dfdb467da3f720a0331bd315b5d06d535f1c1ad3",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.1.0.tgz",
				"fileCount": 4,
				"unpackedSize": 9008,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwqwICRA9TVsSAnZWagAAet8P/0S3TEWDJo/1kfa32VbF\nKuYiWg2EY6m0iF+OqS3iOPZBVlWoZA5Bvl9ANoAGfFsEdgeXEAw5sth4UXwQ\nlHg9x0PGm1s5XPsfXX6a3SSWgQ4kVAtnswocWWy4/kO8DM6zJuRcKS4vBzM+\nrmQ4F0MRrPVKppw/Rh8MdmBX6rVtz3V5tMX7i8UOyprVZG065Dw0Vfe+A8xf\n1azD5j38WsZ+2BgcJnX9zANw90SV8zfXCKW5uXfjBfyvRWTofFTqzNFF7wqK\nqGuSDRdMrK0VhQxCp1kHj3F8cCib6nPZhPxiOHswAB6sjmnwpr/EnK3Ul3EE\nKEUNj6aR4Knrlc4ZKgZjRHaKZSnbLrPxrUU9b7GevrYHXMg9/iIpCWGUewTE\nJLnxOqDy6OPRuXQxvZNRRBEELGrswwjqQjgWndS4pW4JUyKU6Im9tgfzYkKi\n6HSKea3WkTRvnUDPSJk9o5z1yx+DeOXsiMdByGNTHHrkCvHmI4A60USspkVF\nlutbShQxGKyFpoD/5K8jRWGbTXtdWFiIH2n3a154Z7jUVTxh5xs4L3luW1IX\nA9CPv6jx6UcbHYPiji/8umEwOS09tCAQdtVedIuorIt48p9qaARy7moIeprF\n2VAqC2fE/oCHDhn+iDrKi8myhRou5Xf+GMVfIRVBGBAfWnkAcpwFkBOvhGzq\nHwKJ\r\n=dq2J\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5_5.1.0_1556261895931_0.44936037668200757"
			},
			"_hasShrinkwrap": false
		},
		"5.1.1": {
			"name": "hast-util-to-parse5",
			"version": "5.1.1",
			"description": "Transform hast to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"hast",
				"parse5",
				"ast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"hast-to-hyperscript": "^7.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"json-stringify-safe": "^5.0.0",
				"nyc": "^14.0.0",
				"parse5": "^5.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "06566dda949a85e3ab987b8f7498b320e3266a6d",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@5.1.1",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-ivCeAd5FCXr7bapJIVsWMnx/EmbjkkW2TU2hd1prq+jGwiaUoK+FcpjyPNwsC5ogzCwWO669tOqIovGeLc/ntg==",
				"shasum": "cabf2dbe9ed988a5128fc708457b37cdf535a2e8",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.1.1.tgz",
				"fileCount": 4,
				"unpackedSize": 9612,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6mGaCRA9TVsSAnZWagAA1eMP/jt7xs7BI1tyadlnXIwq\nTwXGxBrtb8AYJZBZWJo4PVip+mlzpcs79tVHV6sQPGx91UtqV5/41sYZSco7\ntPGpxa6l7TqeJn/ytMGVJvwqgREp9N6//dTYctJNKVXbn0kvfWGs5LqtAeDI\nPDJJmBGLDtFDM0wMCvUpIebNGai6T5vNBps5O1yOZrNhAqKyhaHHRRG6keWZ\n13Fd2smFtKfhfw1/fJ1cqNYqJRcJkG08JSWbeI5n8o/P8JWfEwXcBeBaxv8/\n9hXEppbaNWpJA1UdMPphzU82AOpPk+kTucxR83NeIa2s/u27cl4hQY+FTFed\n5H8/a3b2jPzR+cKbQrXm45NELORvAkTU3+kfGlrgDEbW/aYJsb51WD9OLgkV\n05c/n3gZ5bVj/7cWNV60PCTDvg6/s+JIhQb4suJ8LSq+JyYaGYmaGJD9mFDG\nA1vowMTlJp28rogBUJ9Dr7iVJfdoaYwXwM4WVcUxr6aBhOO9M5Fi0zi28ZyV\njuSeUkq10ZQCEic4Tlmwbx4BHDowwQfz5hgDUMVIF9+IGpMywMXmu6I0M3Mp\nnJgmX5JujQUx6MzassyhBXT47GUrq5d2ISlYpXpFFfCNDWS3IqG6AxlDQRQI\nj5O+5CFQcYBCOku/62ClRYMeBklWvsQQDSz+HmmUPlTEm3z0aI48rJZnBPBo\nea/h\r\n=BLAn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5_5.1.1_1558864281880_0.4468715288357952"
			},
			"_hasShrinkwrap": false
		},
		"5.1.2": {
			"name": "hast-util-to-parse5",
			"version": "5.1.2",
			"description": "hast utility to transform hast to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"html",
				"parse5",
				"ast",
				"tree"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/unified"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"hast-to-hyperscript": "^7.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"json-stringify-safe": "^5.0.0",
				"nyc": "^15.0.0",
				"parse5": "^5.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.27.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-includes": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "10f6ebd293fcb758a52b47961f571cda795deb7c",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@5.1.2",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-ZgYLJu9lYknMfsBY0rBV4TJn2xiwF1fXFFjbP6EE7S0s5mS8LIKBVWzhA1MeIs1SWW6GnnE4In6c3kPb+CWhog==",
				"shasum": "09d27bee9ba9348ea05a6cfcc44e02f9083969b6",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.1.2.tgz",
				"fileCount": 4,
				"unpackedSize": 9999,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWN8UCRA9TVsSAnZWagAAJS8QAJ5frEyh38ufLItw+P3S\ndF64+9gDoYU4UHrw1b/Jz7AvmwzAeK6h+Zz3Yi9KCOmYZs6iLdVIWYSpye2q\nX1uilClevMY4R2/7IG7bJLW3w1yA/jzxEUk3dmDkdFmRrBg942P7El+4lWA1\nxqEMh9u3m2m230awwTywnkrjTCHs+c+eU0K1f6YsfGjbsi/vTYfQOvS0WPgM\nmxnGKmvf4L6y6ULMylW6lYxyWk5hEKsq9a4VsreU4uQQ2qXwlp1/cs3/AY9u\nlYhobQYNwFh1E0iVeGyclfQ0g6J5lsLm6IXm5GcU9TORmp5suJCLuWo3Vpx3\nTFaMFsc0iOkH/XATl4YPJV/yWyd1Rf/oc3tgBvQsOyDqb5FrSJaa0/7Bsf/O\nAq+u8q4bfOCGULyO4SPiYOUHKPOgbfsh+XkrZft/Ev1LF28MDSjPrjAHMXoB\ncQKpFQA5LG6K24UgjK4J7+ddeJkf19uMP5CKG3ljjAle8lm7X00pfVDPW9KD\n+CIw0qrRsKH0syEo+yq/CauCtmaRhqK9M71O5AbN68ncLhdAnio3R5fAbwE9\nrI/CGMu0UZFC3OVn306r9DBGxK7eb7JyjerScNETrTGkf8Z2/L5lqbB/4Pjw\nmaUo700iyLQHh5dDPlxL5QWScaxiXH2EeomDW5p5RVQykBT9PAMwW5Z3U/z9\n+Rfn\r\n=Tfdb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5_5.1.2_1582882580277_0.6822761411689657"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0": {
			"name": "hast-util-to-parse5",
			"version": "6.0.0",
			"description": "hast utility to transform hast to Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"html",
				"parse5",
				"ast",
				"tree"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-to-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-parse5/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/unified"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"hast-to-hyperscript": "^9.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"json-stringify-safe": "^5.0.0",
				"nyc": "^15.0.0",
				"parse5": "^6.0.0",
				"prettier": "^2.0.0",
				"remark-cli": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"tape": "^5.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.32.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier . --write && xo --fix",
				"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
				"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-includes": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-to-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "87f3888613909e848e1b4683ebc426871c2219c1",
			"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
			"_id": "hast-util-to-parse5@6.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==",
				"shasum": "1ec44650b631d72952066cea9b1445df699f8479",
				"tarball": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 10676,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6OfLCRA9TVsSAnZWagAAMSMP/iqmUEg3tA454FZc1t6G\nPXlB5YGigDLmxbubMDSiAgo1kP/+M5c6tNvXRbpg0Oq72QFhQf74cDze7B/q\nk6Iz1943FEC7e7dtYxf5kAPRnPMpXr13duvhqg5dNXBZuZNhPr2DbPSJ7OzU\nn0vl4vYcgLfg+QZvxmPoE8ryIGFkMqZj+sw/vket6ZPhxbMNOR3oOEtHbnkS\n90rZXeBOVyC1Y5QVjDJdsUUjgTUnn0N7sgB5TNT7doLEikAA62cyaYG/iK+C\neBoK6o/DNmzVhm32AmgvhYBfeH+Yjsfe+LmdGYGxVSDPramE+NGrIEqhmftB\nYadjQpMiZcDnt4WEAdOGI2Ef4pVQHgNS+DpLyWAMwJ8EemDfS1NcNRYUhZJc\nTMLnJ4uhBgPvHmYosmpKaYxbjHghi0An2vp50wq8kmvDIMY3nn+9cHL4rEWK\nGKrNnqgJT2dzfn9BfuiUG8uYaskKTtYFd4rDnDmh9yfk/UG6ehzbDN/moeD7\nFx0jlK9hFRA+rXxO+rdPVoOrN9LyaVC3TUH2X8ZbTgLoE6il8lFQKUPdbyEP\nF5Wg4V2hth++tjoGY3rtTu4jDpAPVbWq6IXnsaH8TTeesjB+OWvjMprZ1Vzq\nnQrZi8+TWF9DF47bSR526MTe6ZntrnFXztAi/FzgQC8FYMTHVBaQ1POHByjT\n+OdC\r\n=+JLD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-to-parse5_6.0.0_1592321995298_0.4275297873809343"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:31:18.080Z",
		"created": "2016-07-26T12:53:08.972Z",
		"1.0.0": "2016-07-26T12:53:08.972Z",
		"2.0.0": "2016-12-05T15:55:53.043Z",
		"2.1.0": "2017-05-13T10:23:09.516Z",
		"2.2.0": "2017-07-24T16:23:19.733Z",
		"3.0.0": "2018-06-11T09:52:51.678Z",
		"4.0.0": "2018-07-17T18:21:26.633Z",
		"4.0.1": "2018-07-17T19:37:53.594Z",
		"5.0.0": "2018-11-07T18:30:21.613Z",
		"5.1.0": "2019-04-26T06:58:16.101Z",
		"5.1.1": "2019-05-26T09:51:22.049Z",
		"5.1.2": "2020-02-28T09:36:20.422Z",
		"6.0.0": "2020-06-16T15:39:55.417Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "6.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"89bee1165c452f6b338c95ff0034b11f\"",
			"fetched": 1600679318052
		}
	},
	"_distfiles": {
		"hast-util-to-parse5-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-1.0.0.tgz",
			"sha": "f875f848f5cd637fae109f1ca14a8878b09e1144",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-2.0.0.tgz",
			"sha": "e2a87b27ced09afb5c97ee2a5077412bdae5ef79",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-2.1.0.tgz",
			"sha": "cb4a9bf20b56269c8cf012af40b68c8b7e23ec77",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-2.2.0.tgz",
			"sha": "48c8f7f783020c04c3625db06109d02017033cbc",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-3.0.0.tgz",
			"sha": "6cd97dbbbfe34b81e99526d967fd1caa207cbda4",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-4.0.0.tgz",
			"sha": "6cb5c55a1d20a5311794eb50794b0e96310c7441",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-4.0.1.tgz",
			"sha": "e52534b4bf40dc4e7d0428fcaf6d32bc75c62ee5",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.0.0.tgz",
			"sha": "1041df0d57e60210bd3e4b97596397500223399a",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-5.1.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.1.0.tgz",
			"sha": "dfdb467da3f720a0331bd315b5d06d535f1c1ad3",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-5.1.1.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.1.1.tgz",
			"sha": "cabf2dbe9ed988a5128fc708457b37cdf535a2e8",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-5.1.2.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.1.2.tgz",
			"sha": "09d27bee9ba9348ea05a6cfcc44e02f9083969b6",
			"registry": "npmjs"
		},
		"hast-util-to-parse5-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz",
			"sha": "1ec44650b631d72952066cea9b1445df699f8479",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"hast-util-to-parse5-6.0.0.tgz": {
			"shasum": "1ec44650b631d72952066cea9b1445df699f8479"
		}
	},
	"_rev": "2-2312f6492f18e2a2",
	"_id": "hast-util-to-parse5",
	"readme": "# hast-util-to-parse5\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n[![Sponsors][sponsors-badge]][collective]\n[![Backers][backers-badge]][collective]\n[![Chat][chat-badge]][chat]\n\n[**hast**][hast] utility to transform to [Parse5’s AST][ast].\n\n> **Q**: Why not use a Parse5 adapter?\n> **A**: Because it’s more code weight to use adapters, and much more fragile.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install hast-util-to-parse5\n```\n\n## Use\n\n```js\nvar toParse5 = require('hast-util-to-parse5')\n\nvar ast = toParse5({\n  type: 'element',\n  tagName: 'h1',\n  properties: {},\n  children: [{type: 'text', value: 'World!'}]\n})\n\nconsole.log(ast)\n```\n\nYields:\n\n```js\n{ nodeName: 'h1',\n  tagName: 'h1',\n  attrs: [],\n  namespaceURI: 'http://www.w3.org/1999/xhtml',\n  childNodes: [ { nodeName: '#text', value: 'World!', parentNode: [Circular] } ] }\n```\n\n## API\n\n### `toParse5(tree[, space])`\n\nTransform a [**hast**][hast] [*tree*][tree] to [Parse5’s AST][ast].\n\n###### `space`\n\nWhether the root of the given [*tree*][tree] is in the `'html'` or `'svg'` space\n(enum, `'svg'` or `'html'`, default: `'html'`).\n\nIf an `svg` element is found in the HTML space, `toParse5` automatically\nswitches to the SVG space when entering the element, and switches back when\nexiting.\n\n## Security\n\nUse of `hast-util-to-parse5` can open you up to a\n[cross-site scripting (XSS)][xss] attack if the hast tree is unsafe.\n\n## Related\n\n*   [`hast-util-from-parse5`](https://github.com/syntax-tree/hast-util-from-parse5)\n    — transform from Parse5’s AST to hast\n*   [`hast-util-to-nlcst`](https://github.com/syntax-tree/hast-util-to-nlcst)\n    — transform hast to nlcst\n*   [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)\n    — transform hast to mdast\n*   [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)\n    — transform hast to xast\n*   [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)\n    — transform mdast to hast\n*   [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)\n    — transform mdast to nlcst\n\n## Contribute\n\nSee [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get\nstarted.\nSee [`support.md`][support] for ways to get help.\n\nThis project has a [code of conduct][coc].\nBy interacting with this repository, organization, or community you agree to\nabide by its terms.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-to-parse5.svg\n\n[build]: https://travis-ci.org/syntax-tree/hast-util-to-parse5\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-parse5.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/hast-util-to-parse5\n\n[downloads-badge]: https://img.shields.io/npm/dm/hast-util-to-parse5.svg\n\n[downloads]: https://www.npmjs.com/package/hast-util-to-parse5\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/hast-util-to-parse5.svg\n\n[size]: https://bundlephobia.com/result?p=hast-util-to-parse5\n\n[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg\n\n[backers-badge]: https://opencollective.com/unified/backers/badge.svg\n\n[collective]: https://opencollective.com/unified\n\n[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg\n\n[chat]: https://spectrum.chat/unified/syntax-tree\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[contributing]: https://github.com/syntax-tree/.github/blob/HEAD/contributing.md\n\n[support]: https://github.com/syntax-tree/.github/blob/HEAD/support.md\n\n[coc]: https://github.com/syntax-tree/.github/blob/HEAD/code-of-conduct.md\n\n[ast]: https://github.com/inikulin/parse5/wiki/Documentation\n\n[tree]: https://github.com/syntax-tree/unist#tree\n\n[hast]: https://github.com/syntax-tree/hast\n\n[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting"
}