{
	"name": "hast-util-from-parse5",
	"versions": {
		"1.0.0": {
			"name": "hast-util-from-parse5",
			"version": "1.0.0",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-from-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": {
				"camelcase": "^3.0.0",
				"has": "^1.0.1",
				"hastscript": "^3.0.0",
				"property-information": "^3.1.0",
				"vfile-location": "^2.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",
				"unist-util-inspect": "^4.0.0",
				"vfile": "^1.4.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "esmangle hast-util-from-parse5.js > hast-util-from-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-from-parse5.js",
					"hast-util-from-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": {
						"heading-increment": false,
						"list-item-spacing": false,
						"no-duplicate-headings": false,
						"no-missing-blank-lines": false
					},
					"validate-links": null
				},
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "a56a7846aeda9a1c7799f04291ebbf4512fbba63",
			"homepage": "https://github.com/wooorm/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@1.0.0",
			"_shasum": "94c9bdad8c9757a07c745206178a4ac21844113b",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "94c9bdad8c9757a07c745206178a4ac21844113b",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-util-from-parse5-1.0.0.tgz_1469537830199_0.894205435179174"
			},
			"directories": {}
		},
		"1.1.0": {
			"name": "hast-util-from-parse5",
			"version": "1.1.0",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-from-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": {
				"camelcase": "^3.0.0",
				"has": "^1.0.1",
				"hastscript": "^3.0.0",
				"property-information": "^3.1.0",
				"vfile-location": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^8.3.0",
				"parse5": "^2.1.5",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"vfile": "^2.0.0",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "esmangle hast-util-from-parse5.js > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "65d596b77264871bc89ef815c2dfed419180187b",
			"homepage": "https://github.com/wooorm/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@1.1.0",
			"_shasum": "359cc339dc8ccf1dfaca41915ad63fd546130acd",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "359cc339dc8ccf1dfaca41915ad63fd546130acd",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/hast-util-from-parse5-1.1.0.tgz_1476887902726_0.24525918206200004"
			},
			"directories": {}
		},
		"2.0.0": {
			"name": "hast-util-from-parse5",
			"version": "2.0.0",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-from-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": {
				"camelcase": "^3.0.0",
				"has": "^1.0.1",
				"hastscript": "^3.0.0",
				"property-information": "^3.1.0",
				"vfile-location": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"parse5": "^3.0.0",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"vfile": "^2.0.0",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "esmangle hast-util-from-parse5.js > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "2c66abd17dca5e4053a79eecef0c8ded59af3d12",
			"homepage": "https://github.com/wooorm/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@2.0.0",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.2",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-GYACJ/urkScDbRgP3e+cW7r2x6nlqmFJZv4gLrPmxCZsytFoy+kGZTnbwSERiEQdJA7C8ZKf4TEbkKzdRxnHHg==",
				"shasum": "8cf4870677237302e98d963a3007ef324f2a854b",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-from-parse5-2.0.0.tgz_1497710993234_0.6986091088037938"
			},
			"directories": {}
		},
		"2.0.1": {
			"name": "hast-util-from-parse5",
			"version": "2.0.1",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"camelcase": "^3.0.0",
				"hastscript": "^3.0.0",
				"property-information": "^3.1.0",
				"vfile-location": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"parse5": "^3.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"vfile": "^2.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "esmangle hast-util-from-parse5.js > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "223f2e117f33ee29b05adafe95fdee64bfbbe3cd",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@2.0.1",
			"_shasum": "edb1da1942ca37f9877d1cf1b691a80c0e23b359",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "edb1da1942ca37f9877d1cf1b691a80c0e23b359",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-from-parse5-2.0.1.tgz_1497711725993_0.7346086211036891"
			},
			"directories": {}
		},
		"2.1.0": {
			"name": "hast-util-from-parse5",
			"version": "2.1.0",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"camelcase": "^3.0.0",
				"hastscript": "^3.0.0",
				"property-information": "^3.1.0",
				"vfile-location": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"is-hidden": "^1.1.0",
				"not": "^0.1.0",
				"nyc": "^11.0.0",
				"parse5": "^3.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"unist-util-visit": "^1.1.3",
				"vfile": "^2.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "esmangle hast-util-from-parse5.js > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "b2629ac230fab8763345f34c079cbc79bf523fda",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@2.1.0",
			"_shasum": "f6123d83d3689630b097e13e430d16d9d1bd8884",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f6123d83d3689630b097e13e430d16d9d1bd8884",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-from-parse5-2.1.0.tgz_1500480379974_0.32429688703268766"
			},
			"directories": {}
		},
		"3.0.0": {
			"name": "hast-util-from-parse5",
			"version": "3.0.0",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"camelcase": "^5.0.0",
				"ccount": "^1.0.3",
				"hastscript": "^3.0.0",
				"property-information": "^3.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-preset-env": "^1.7.0",
				"babelify": "^8.0.0",
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"is-hidden": "^1.1.0",
				"not": "^0.1.0",
				"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",
				"unist-util-visit": "^1.1.3",
				"vfile": "^3.0.0",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --bare -s hastUtilFromParse5 -g [ babelify --presets [ \"babel-preset-env\" ] ] > hast-util-from-parse5.js",
				"build-mangle": "esmangle hast-util-from-parse5.js > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "2dcc40429c59807c73f448d673b693d51134a0d6",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@3.0.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-hD03GmRG1lEk7k2DMLpW2uvM7s1n0oKiAsHOLTP1gifKYRDJa0iLKfPwrqjfn3crprWiK+jy6RtllT2n9YosYg==",
				"shasum": "a8a3ac3dcbca5193dc6ecd3cada7b86b0d98c2b8",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-3.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 11789,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHXHtCRA9TVsSAnZWagAAiSwP/iSER+qXoC0SPwPIyqHH\nOfKLFtPd3ZYH6gbs5DLVl8P5Easc/tCD8Aap7TRd7oGlJbswqqSo7eOnI6c0\nmgeV5vtfINZcWowS/wM9737mpG1N7kLzdijQOmPkBAwU04kmBxfmls1COLlh\nY1xatu5ikTRWpErUV3WBlb83rk7KQcHyN39kvANp+35Wm/XQQkudQASyVY2t\nGWkjhElmef1gnB/4QDEtNkHrpwgXXc4In+Glh1grkqeuAhNjRyQNO/gUXhXr\nD21ud5K+uCDj/TZ/85h9nbmwMhqiej5EKfexLnDSv88Jwp+0G/O3Rxfp7oJg\nPZKgVPifqxvS7yI9x1HuuC3ek68YzdNZBq4792d2FiZI57I32p03yCiXxNnQ\n1f7myVqP0E/ouSb6442EQaqG/YCz5MU9InA2sHb86Cl5vZFUnr+4wlCNsGsK\nfQPZBQ08w79bORRKRGILqddgf+JvHl16hvo6DTh/dIGubZEAABGreLMGV01l\nm3FWeN6TcC+aywf7RYprsFkckYEXrHW+2UIv6EIQrnSlbptsCOb3r41P4cDp\n2o+ZNQkge8v/40hjgKrCKFGzL9ZQ8niPTup8X/1Il10aiLBeQp6afc6k3dL1\nJxP5TL3HKdoBD/d4+Cmn57Xv3t0LnzIs/pI9aoZ6VNoCxHLWOkHhufakdenD\nQdBa\r\n=3IHe\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-from-parse5_3.0.0_1528656363977_0.19062198977402245"
			},
			"_hasShrinkwrap": false
		},
		"4.0.0": {
			"name": "hast-util-from-parse5",
			"version": "4.0.0",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"ccount": "^1.0.3",
				"hastscript": "^4.0.0",
				"property-information": "^4.0.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-preset-env": "^1.7.0",
				"babelify": "^8.0.0",
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"is-hidden": "^1.1.0",
				"not": "^0.1.0",
				"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",
				"to-vfile": "^5.0.0",
				"unist-util-visit": "^1.1.3",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --bare -s hastUtilFromParse5 -g [ babelify --presets [ \"babel-preset-env\" ] ] > hast-util-from-parse5.js",
				"build-mangle": "esmangle hast-util-from-parse5.js > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "837a2f020b0b80153f99b224d46c1a81e471944d",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@4.0.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-XA2xnxpmyn8vx5F6SC68AO4ts7SNbgyQetojgs9pftDeIIOEQ8Yex3X4vjZ7E/QfQjLxQednYzcDbAaahzcqfw==",
				"shasum": "ad7a0038e9e013b3cb07bf5b5926b71af20e2fca",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-4.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 12168,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTil/CRA9TVsSAnZWagAAnD8QAJph8BtyLNnCtYB4MFdH\n9jd9cjjkycAXKgQ4vp8B1306MQeln4J+Jt5cLKxT62hehYziVNyiO1k+BtHh\np5pBRgpLC/N4vMaov3YbjSz/iEwH6Ozt8hzAhbAmRQEgfy0zVJ5lt2KUpy8m\nHToMMuDRKM+1NkAZV5Brs0uBrZfn4iFA4O4f1x8QTgOpyce4Lcd+X8f469NF\nx4Opy2qnfM+1LTbQI6PF6VDdUodBx64lAz0GE5rHf92vK/L1QR6Ei0TWByUF\nG0I80FbVP240/WeBuCWG3BgEx4AjPOXquWCz3t+r/4ZaqTSsL0EaqbFEEV5w\nGtrRRAYnhoESfU0Vas0T2X3+bacRUNJzOkwqDJlHCYXgU6yB4qzMJ+gtBlx+\n5pVRi6D+hrfgR98mPtDzLP8QS+Kildi05n0kGF0Ii22tIJ9tf20Dgp4e2l0O\nt4xOnE3NqcUfDl0sSe/s3Qp/ibEm3etIqDPcaWcPLPtx/lP3abKEKDBrzs/O\n3tGv0+N5ZdjmumHueHwW6IYy4nHC8Awu2a+RkS9n7uQwleQSdUE7fEAWXzUj\nR9brNHDvxc2Va7vilELJ060rFx9Zd7up3Hh/viPAeGYmmagZfAGGVlTCcS+l\ngCiQHNcziHeU3c0Taruj3PmWqQYA8Lbxi7IUDypuRwxTGZsbMNVO4XDroMJz\nD/Jj\r\n=zG7E\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-from-parse5_4.0.0_1531849087692_0.37653204222060155"
			},
			"_hasShrinkwrap": false
		},
		"4.0.1": {
			"name": "hast-util-from-parse5",
			"version": "4.0.1",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"ccount": "^1.0.3",
				"hastscript": "^4.0.0",
				"property-information": "^4.0.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"is-hidden": "^1.1.0",
				"not": "^0.1.0",
				"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",
				"to-vfile": "^5.0.0",
				"unist-util-visit": "^1.1.3",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "2b1a0d62bc66949c1d6f5dc563d761fd12dfbf06",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@4.0.1",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ILkuJeEM0y++3V9iGjBjvLAuQsa2HSrkumwOHTcrwVMzNqx2SLPpaT//405h4zPUka/lLqOlz27r9eEiwxuKSQ==",
				"shasum": "acd36dd9fb179942bf6cf8ba3da0a072fa3fb860",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-4.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 12368,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTkSYCRA9TVsSAnZWagAAbuYQAIXRp4wNpYhnNUy2QJuz\nQRcglh8dE4C3TceBxqYyaIVs5L0mMH21gLZIAUQ3ARGERD9ALR+cWcjmumYt\nnsXP70h8oZx5eGZIngPk0mkEHLpuRn2QMmhGdUZUtteHtA0m5vLvVl9UaWwM\niCbV1UuoUsskXTQXCpfU/+FCBx2wcp5kTx0iLDaJDzkk4ktZ4+Uus4aXr8mc\ncEnoaFqu5KqHBVKPIC7WcaLo+vXue9vNN0mKAwHgu6H0XKBoi7DQIvsSNalh\nfsi/MC5wBcHoOlBBE6UQBN0R7U8X8BNtZ+pL8M1vVZHnXJ8zdCqBs/tyDjgw\nuQY3BO/aFgmKufZ8VroCBmXLoAeYxOC43c5FogXuKwdgkA6DRYswWj0lXB4J\nRWmfVCJmp/fTkP5Cnu6p/Bk5HAdOd3fd5vhcig6XTkZcGNOGYnQGrfsA64ZQ\nuJrU9jTmsgj0VVU6G/hpVgoMb94zQwZ2BArKac+JJgscHPJlDn1rT/WjKnim\n1z26bMws/Z9ahUyvfojsGphMX4AnCn+dhZZezlMwE3SsPrK4YeIfk2NxtbKx\nWSMg79uzcQ4Y//vzKrVAVhgXc7Kin/mM/d7yllW7tb0OBmBYfGTNk6ShG3v4\nP2id8bH/svti5W1belfoFVOEj4N3UN1qc6oETzQ8lQBeiFWZv1S+YMjkS2Xv\n4MPe\r\n=F8oP\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-from-parse5_4.0.1_1531856024268_0.5011220810785255"
			},
			"_hasShrinkwrap": false
		},
		"4.0.2": {
			"name": "hast-util-from-parse5",
			"version": "4.0.2",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"ccount": "^1.0.3",
				"hastscript": "^4.0.0",
				"property-information": "^4.0.0",
				"web-namespaces": "^1.1.2",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"is-hidden": "^1.1.0",
				"not": "^0.1.0",
				"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",
				"to-vfile": "^5.0.0",
				"unist-util-visit": "^1.1.3",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "12d090351ce3784f4f4159a5198985437a6d01dc",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@4.0.2",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-I6dtjsGtDqz4fmGSiFClFyiXdKhj5bPceS6intta7k/VDuiKz9P61C6hO6WMiNNmEm1b/EtBH8f+juvz4o0uwQ==",
				"shasum": "b7164a7ffc88da4f751dc7c2f801ff8d7c143bab",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 12518,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbT2AmCRA9TVsSAnZWagAAgooP/3K5yqcvmwCBiBW9oBEd\nagL0Uv/Rr9EgNe6a8Yw0OV+hAcucWSFVscdIQ8W8fH6OpRe7pzwD32e/20Jk\n024ZnyrSLzUoM51j2TgsfEFwUG+G6VOZ8ze3rPxpqpFiSTcqzTNWZDVrQYCF\n2D9XJMhjQxx9XEA3UZs6ffF5JagoRHqp8rUjyLxOvtTPZpGhrXGZzo5D6/gZ\n0yq9GaX66QrkCARHtfFKxFbU82DErXe7QFuoZUlfUu6lkAoQdhyX+OegKOTU\nTT5VXLTx+GVy9+gkaq2mtZVjgdybJAmAbGlljYmNb5pHofxkqCxmCGjo9Ai7\nR5Ct4Vmv4LY4f7xqZR3qa0h2m75r7oDBFxK7Un793bPh6MWKAifyO3i5kOxq\neaK7Eu63JvKedorqPoe9DJIpPE/V9Ps8yybKkemFxpg+AIu1NcGpyVYGQM+r\n3uRBz5956fpolV4x9woU6R53YsXF0/bIPw5F72lBRWZ9U19wScrJ51gnct0B\niEeFAGEiMYQXPDj7L09+ZRSTYDTEHAHbgS3Qih7rePFpg5cvrY47lZB3FeaI\nCGkEdyazZLT2FdjdSw9zC173jbbhx543R8bwF+J++qO3K6D67i6zlQysWv4L\nFkkjHw4d/3VBD3eIegA9dkJu3zwBHzPLUMJWOhabRqtheuBRBkZJDAWDpw3Y\n6qpC\r\n=At6m\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-from-parse5_4.0.2_1531928605735_0.0531651622343714"
			},
			"_hasShrinkwrap": false
		},
		"5.0.0": {
			"name": "hast-util-from-parse5",
			"version": "5.0.0",
			"description": "Transform Parse5’s AST to HAST",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"ccount": "^1.0.3",
				"hastscript": "^5.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.1.2",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"is-hidden": "^1.1.0",
				"not": "^0.1.0",
				"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",
				"to-vfile": "^5.0.0",
				"unist-util-visit": "^1.1.3",
				"xo": "^0.23.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "4f86a43e102fe61e637bf8f06c77a4e49b1daea6",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@5.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-A7ev5OseS/J15214cvDdcI62uwovJO2PB60Xhnq7kaxvvQRFDEccuqbkrFXU03GPBGopdPqlpQBRqIcDS/Fjbg==",
				"shasum": "a505a05766e0f96e389bfb0b1dd809eeefcef47b",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 12832,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4zaDCRA9TVsSAnZWagAAYFEP/3d6foI97znQXflt2NaD\nhV17Uzy+nTsezRzLy8bzhaDIkmZIGPvIldWoVUyZRWheAvan1XMNo6KG/n/X\nw2Ms5lVPkI9i+lSHVuK8T+vuBi6Kf+jC/hgWxCny0MoIgIO5IVZ7Txq5169U\nKH1JPqDao8K1dl/5OqRlAwkUu5bpGVJbfsRA3FrmvMTMmtwV/Yalzm9FQSrI\n553dbkK9+OiroDlYvDMAj3nxtfEGNzzB0mSGyuBnSpf1V21ahTd8kHzhdYmv\nvJNe7Yt2KAb2NLbDWyMABEU/soRjfNq4su+UXFT7j1wlnCsUiR1lEUBve7g/\nAZgU9oML18EykAEMEbXsCXQvQ77oAezCpcrHQ75sQhoua/scwOeOs14/zXw+\nkmBf1Vd3ky5SIWlvG3n5VmV0Cpb0mLNUvLzWg1YPYSj0slNTyu0H8jme/l+O\n6zZhfwpTUU6UbqTYHz9AOXXoiF5QTPlyKHdTcsmOQNyftdorEJg2OMDruoao\nr/g5yW/WEJ+uJC01iUWCf+Mhvqkvk4dP1UwO7M45iO/YT6rKk2oLGIdIKxt0\n1M8du7or55Zs0B/I3+PGFxWdjAcWN4LiKfyE/jFoGPaCFaSBp9zTsxpzETj5\nW3QZSolOqfmlL8CDPmpsLbLxoPtGhTGk/rfO/uoZdhsm5ZfWzk0+E5NsykoP\nmIPg\r\n=9Hb9\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-from-parse5_5.0.0_1541617282567_0.23041368719460542"
			},
			"_hasShrinkwrap": false
		},
		"5.0.1": {
			"name": "hast-util-from-parse5",
			"version": "5.0.1",
			"description": "Transform Parse5’s AST to hast",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"ccount": "^1.0.3",
				"hastscript": "^5.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.1.2",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"is-hidden": "^1.1.0",
				"not": "^0.1.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",
				"to-vfile": "^5.0.0",
				"unist-util-visit": "^1.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "e58110a2c548f64c68befd4ae050d1a5e7249bb1",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@5.0.1",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-UfPzdl6fbxGAxqGYNThRUhRlDYY7sXu6XU9nQeX4fFZtV+IHbyEJtd+DUuwOqNV4z3K05E/1rIkoVr/JHmeWWA==",
				"shasum": "7da8841d707dcf7be73715f7f3b14e021c4e469a",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 13788,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6lsnCRA9TVsSAnZWagAAQgkP/RlEe6qvgw+IwfkBy596\nYIC5IVfCZ2Fsl8i3anmhjQCdQx3VtkN9hTXfCPU45Bk15CjMnV1Cd/cSUhaE\nkroBkaZzzFMiQAmo5O00GkAkpnCJjT/EQRG3lvBZPNn4BNxtSf6koT8Xlt7f\nJcIE942Vprsb7Ta40PuS0NOUXrDbuAiUG6cd4erIpH32WpXhdal03bPojbpY\nfJxLfUmzFkUIqkrtCgMi9R+ImNRP/5c2003DUqZsEuBiP/X5iYvKkz3vHuNb\nfVp4fUokU50zB3AabUvQkhdzDIYV1w+RCpFayMA3b0v8dFMT/FmDWsgyIXX5\nwCLOrvtv4/DwDNsIlQeH6XMJxGxoQqHAdRNKOzTYQwl09htvkvv6RgN0U/Th\n5pPL6N7DLrdp8XZaoU9NXdsH9t2KBzSX2GaaPwIHlZRJPSrjdJe1pA8FwKyV\nYMSsLs1fP4lWFCA8uyOGcGHg7QlUj/SVZezmUf02dWeaQebaCz/D4kVkJxsW\nHMknKynBw7grE/ecOM3ri8bj9N11yxTLr8u1+L+rI/FEUBB8siJNB2AKfBq2\n0BMHVk0j3ESgEGv/XbcI4OM1hTQxQdk9jhmGNaCii5Tr6bwpJq7SuQeX8FSr\nXYIio5MRGF+6MTU6Kr1W9y4kEFCjk0zhbyWR4jv2EB/L0gEuwuksU4Iyg52O\nqKzJ\r\n=vuIl\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-from-parse5_5.0.1_1558862630764_0.8490804318802943"
			},
			"_hasShrinkwrap": false
		},
		"5.0.2": {
			"name": "hast-util-from-parse5",
			"version": "5.0.2",
			"description": "Transform Parse5’s AST to hast",
			"license": "MIT",
			"keywords": [
				"parse5",
				"ast",
				"hast",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"ccount": "^1.0.3",
				"hastscript": "^5.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.1.2",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"is-hidden": "^1.0.0",
				"not": "^0.1.0",
				"nyc": "^14.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",
				"to-vfile": "^6.0.0",
				"unist-util-visit": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "e464bc0e63a765fee11de4a17bbab3d471cdce00",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@5.0.2",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-YXFjoRS7ES7PEoLx6uihtSfKTO1s3z/tzGiV5cVpsUiihduogFXubNRCzTIW3yOOGO1nws9CxPq4MbwD39Uo+w==",
				"shasum": "afeadc6aab41e6acfe038645bbefd4005c56a475",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 14081,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx9MaCRA9TVsSAnZWagAA9J0P/2HUHI83nV4ovibxyszT\nBVW/jYxr3yuxescwlNXFcc6pIMqirDoDXYwcuiH/bi9sB6xRPlI4QU5bNOYz\nYrnqq4XQdFPoHn8OV/Mgquqs3n9ePE44u5RZtAtQi/+9thMH/AwvDUIHDywd\npScELNJ+2/kbWcmWozKvHkkbjUz6yk2W7fSufRIlNGqjUm9yNXiQhwcl6iTr\n+gH6GtAWdkVPvT9HWk4kKKF/glmGLWORO7ns29VOwa49O8pinSpdLCs0fUXD\n5Dj5zzEEGoqIZ6qiAQKwFB6wubUmbHPhKPPtMirCKsqd1a+lLkEvzwILPjLE\nt75JAyTdbe+gmdREKRoXyUk8Vo8sIVBriY6OvEceB+ar89Hty+5/yNEBOTsD\nMM9aSJGbodqu5QqO4drlbFLR1rtTv6MtYe+aIY7SSAYVUKK7sCRP7QyTU5nw\nZcoAlTXkhMu970QSiKieqO9kErZ9n6HzXgSOGFf4yX6mbiC9QKmBS7yRnz4Y\nGLzwuAhKJ+HBogsKUC8dyAnKQV+9OGi5AkUgCYJLlZI7x7IXXs8l6J8VpoTs\n6440wZejpXPP9DHSr2LjroPKmbKIQzu3qJUaM2CXyImk2t7Ou84ZOjcKfy7N\nKKzoGBqxvdILE6Ax9t/umSH/pe+zGUYoCk5QC+Kf/Iqxjho6tXviD3o+8wli\naapg\r\n=NCpz\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-from-parse5_5.0.2_1573376793956_0.38789262208687125"
			},
			"_hasShrinkwrap": false
		},
		"5.0.3": {
			"name": "hast-util-from-parse5",
			"version": "5.0.3",
			"description": "hast utility to transform from Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"transform",
				"change",
				"ast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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": {
				"ccount": "^1.0.3",
				"hastscript": "^5.0.0",
				"property-information": "^5.0.0",
				"web-namespaces": "^1.1.2",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"is-hidden": "^1.0.0",
				"not": "^0.1.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",
				"to-vfile": "^6.0.0",
				"unist-util-visit": "^2.0.0",
				"xo": "^0.27.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-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-from-parse5.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "8ea1fd773679929b309e1e6ca39213dc60585193",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@5.0.3",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-gOc8UB99F6eWVWFtM9jUikjN7QkWxB3nY0df5Z0Zq1/Nkwl5V4hAAsl0tmwlgWl/1shlTF8DnNYLO8X6wRV9pA==",
				"shasum": "3089dc0ee2ccf6ec8bc416919b51a54a589e097c",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 14128,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWiJ9CRA9TVsSAnZWagAAlosQAInCR9VSdUIxMX5XufeG\n6x246uDgUSwpw+ZJJL+WgcyaiSxkgOiWkthUs3r+O+54Pb3dvqbe2yBRzSSn\nD8Nu7EfpWa+8vObCatuVPB0VC/JxRrp1p1sC6WiG2fmMbtGaKSUl4pyy8A9c\nLS1jv+Ty2sYgIfpivzz0DtVetCI8+SwFmsTIx7Xgbaq3f/fKyFssrbIsea4a\nc4xCbemzR/GZ0/vo+Qx2h8fxHBh1tpkWC8JyRTt44u2Jv5DcUCoebjKI42Vv\n49fGHyDq95Pbf+F6fJ7Kble4wPdnyz9SQ3TFw+b55sFoRjRkxHqi8Y67dNKN\nZ8VsLpxxolKlHIEQExqyqKwaqUlL+s3q3YgblaKEllLTaDoP/0MOR0QzoOLs\n1xFwIl3RRHbZm8ITa2bwM4Ama6sUY8XcPMf3TZEHer0JhqPwo9Xj0eX59z9f\n+d1OovlGjBdrTUCR+LaH6He17aOIPb+doXOUIm8S+iKQhAvtaunqVbLDmS1p\nf7909izGlZDKulwFsVSu0yk82qG41eeCJqFbImxYt+B1u2A7ZyWo6+G7HKwL\nA6ZA1yDPDeJ0gnyI7RYq32Vl0nWmlzfjPNkvwgxwvWTg7tVTqBDz7iFinbJt\nuWY/3pCStHVYiJEDOM+6UFO/33hy+oC6wRjA8nb802vq7/en5FEdciMf4w+6\n4fmc\r\n=RKXo\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-from-parse5_5.0.3_1582965372869_0.5680944915413726"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0": {
			"name": "hast-util-from-parse5",
			"version": "6.0.0",
			"description": "hast utility to transform from Parse5’s AST",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"transform",
				"change",
				"ast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-from-parse5.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-from-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"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"@types/parse5": "^5.0.0",
				"ccount": "^1.0.0",
				"hastscript": "^5.0.0",
				"property-information": "^5.0.0",
				"vfile": "^4.0.0",
				"web-namespaces": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"is-hidden": "^1.0.0",
				"not": "^0.1.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",
				"to-vfile": "^6.0.0",
				"unist-util-visit": "^2.0.0",
				"xo": "^0.30.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write . && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
				"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-parse5.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test",
				"test-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/no-fn-reference-in-iterator": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"hast-util-from-parse5.js",
					"**/*.ts"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "d43f3ef08f713d1b15e0cbc1dad54112d241c2a8",
			"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
			"_id": "hast-util-from-parse5@6.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-3ZYnfKenbbkhhNdmOQqgH10vnvPivTdsOJCri+APn0Kty+nRkDHArnaX9Hiaf8H+Ig+vkNptL+SRY/6RwWJk1Q==",
				"shasum": "b38793c81e1a99f5fd592a4a88fc2731dccd0f30",
				"tarball": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 16856,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexqdNCRA9TVsSAnZWagAAL9QP/0OsZ5joiYVg02usMXX7\nfiNNIhHqg74SXwgU9VgoV0P3X7ykoMoVU/XroetGP87oRWytDUeiyiydFCL1\nELY1tDgz3SeNUn+pDw+oAu399/ka5jJt3fx9MAebF3zzeVmxoZ2zK9qmPxOB\nUzdQzWsCcqsI1Izv37UOUDC5qm4oMbHMzlRO2wcOv5UY3pfdwQI1Ou67wdLE\n4th0GtSJOpr/Zd9B+uocsAFw0v1mzuLpKKbcmByFW1jL1mFr4UwpFrni/tu/\n1s97GBmjw8QYpWOwnXCiw02VY7gITDMUk+s9u7r0qxU9yQ8TGeBgt8yXgbQn\nv+z3HcO3OUb1UoRkfs9va2/xQ2o3kWG9/+Bi/NNXBgf/AqJb3eSkoFmYAXhN\ny7lqyFMamFQ1s0+Z9VSmq9WHtUjEWWb4QOgKe9ENO3q11Lm4WqX+XDaPlxs9\n/CTf/HJmmQPi4Sk9QiIIDyjRZXxpodrUs4wuz5S0yrTu0YAQPJBBSvr1lD4Y\n1UqUqv1qZ3dsro2tUOeGO59Bnq1agoqil939C/lIA9gNXiMQKmu+N7/SzD5i\nVKZ1MsnCGxScueAlUmv4eHdCkwT8lAFOxf9IkZ6u0O9WHVBNBOGAgcKA1TO+\njWHh4MoP7BMfwu99Lza5eWwU9iJNZazeJLpJuyqp273oj3Vv4jw/cHaD3yiI\nhk/w\r\n=SUlV\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-from-parse5_6.0.0_1590077260674_0.8845762002026936"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:30:55.128Z",
		"created": "2016-07-26T12:57:11.840Z",
		"1.0.0": "2016-07-26T12:57:11.840Z",
		"1.1.0": "2016-10-19T14:38:23.240Z",
		"2.0.0": "2017-06-17T14:49:54.639Z",
		"2.0.1": "2017-06-17T15:02:06.932Z",
		"2.1.0": "2017-07-19T16:06:20.873Z",
		"3.0.0": "2018-06-10T18:46:04.052Z",
		"4.0.0": "2018-07-17T17:38:07.753Z",
		"4.0.1": "2018-07-17T19:33:44.352Z",
		"4.0.2": "2018-07-18T15:43:34.079Z",
		"5.0.0": "2018-11-07T19:01:22.782Z",
		"5.0.1": "2019-05-26T09:23:50.900Z",
		"5.0.2": "2019-11-10T09:06:34.098Z",
		"5.0.3": "2020-02-29T08:36:13.042Z",
		"6.0.0": "2020-05-21T16:07:40.784Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "6.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"4d46603ef43f8c43d5198ba897651d1f\"",
			"fetched": 1600679317778
		}
	},
	"_distfiles": {
		"hast-util-from-parse5-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-1.0.0.tgz",
			"sha": "94c9bdad8c9757a07c745206178a4ac21844113b",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-1.1.0.tgz",
			"sha": "359cc339dc8ccf1dfaca41915ad63fd546130acd",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-2.0.0.tgz",
			"sha": "8cf4870677237302e98d963a3007ef324f2a854b",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-2.0.1.tgz",
			"sha": "edb1da1942ca37f9877d1cf1b691a80c0e23b359",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-2.1.0.tgz",
			"sha": "f6123d83d3689630b097e13e430d16d9d1bd8884",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-3.0.0.tgz",
			"sha": "a8a3ac3dcbca5193dc6ecd3cada7b86b0d98c2b8",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-4.0.0.tgz",
			"sha": "ad7a0038e9e013b3cb07bf5b5926b71af20e2fca",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-4.0.1.tgz",
			"sha": "acd36dd9fb179942bf6cf8ba3da0a072fa3fb860",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz",
			"sha": "b7164a7ffc88da4f751dc7c2f801ff8d7c143bab",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.0.tgz",
			"sha": "a505a05766e0f96e389bfb0b1dd809eeefcef47b",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-5.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.1.tgz",
			"sha": "7da8841d707dcf7be73715f7f3b14e021c4e469a",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-5.0.2.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.2.tgz",
			"sha": "afeadc6aab41e6acfe038645bbefd4005c56a475",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-5.0.3.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.3.tgz",
			"sha": "3089dc0ee2ccf6ec8bc416919b51a54a589e097c",
			"registry": "npmjs"
		},
		"hast-util-from-parse5-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.0.tgz",
			"sha": "b38793c81e1a99f5fd592a4a88fc2731dccd0f30",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"hast-util-from-parse5-5.0.3.tgz": {
			"shasum": "3089dc0ee2ccf6ec8bc416919b51a54a589e097c"
		},
		"hast-util-from-parse5-6.0.0.tgz": {
			"shasum": "b38793c81e1a99f5fd592a4a88fc2731dccd0f30"
		}
	},
	"_rev": "3-a7a211eb8d0070e1",
	"_id": "hast-util-from-parse5",
	"readme": "# hast-util-from-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 [Parse5’s AST][ast] to a hast\n[*tree*][tree].\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install hast-util-from-parse5\n```\n\n## Use\n\nSay we have the following file, `example.html`:\n\n```html\n<!doctype html><title>Hello!</title><h1 id=\"world\">World!<!--after-->\n```\n\nAnd our script, `example.js`, looks as follows:\n\n```js\nvar vfile = require('to-vfile')\nvar parse5 = require('parse5')\nvar inspect = require('unist-util-inspect')\nvar fromParse5 = require('hast-util-from-parse5')\n\nvar doc = vfile.readSync('example.html')\nvar ast = parse5.parse(String(doc), {sourceCodeLocationInfo: true})\nvar hast = fromParse5(ast, doc)\n\nconsole.log(inspect(hast))\n```\n\nNow, running `node example` yields:\n\n```text\nroot[2] (1:1-2:1, 0-70) [data={\"quirksMode\":false}]\n├─ doctype (1:1-1:16, 0-15) [name=\"html\"]\n└─ element[2] [tagName=\"html\"]\n   ├─ element[1] [tagName=\"head\"]\n   │  └─ element[1] (1:16-1:37, 15-36) [tagName=\"title\"]\n   │     └─ text: \"Hello!\" (1:23-1:29, 22-28)\n   └─ element[1] [tagName=\"body\"]\n      └─ element[3] (1:37-2:1, 36-70) [tagName=\"h1\"][properties={\"id\":\"world\"}]\n         ├─ text: \"World!\" (1:52-1:58, 51-57)\n         ├─ comment: \"after\" (1:58-1:70, 57-69)\n         └─ text: \"\\n\" (1:70-2:1, 69-70)\n```\n\n## API\n\n### `fromParse5(ast[, options])`\n\nTransform [Parse5’s AST][ast] to a [**hast**][hast] [*tree*][tree].\n\n##### `options`\n\nIf `options` is a [`VFile`][vfile], it’s treated as `{file: options}`.\n\n###### `options.space`\n\nWhether the [*root*][root] of the [*tree*][tree] is in the `'html'` or `'svg'`\nspace (enum, `'svg'` or `'html'`, default: `'html'`).\n\nIf an element in with the SVG namespace is found in `ast`, `fromParse5`\nautomatically switches to the SVG space when entering the element, and switches\nback when leaving.\n\n###### `options.file`\n\n[`VFile`][vfile], used to add [positional information][positional-information]\nto [*nodes*][node].\nIf given, the [*file*][file] should have the original HTML source as its\ncontents.\n\n###### `options.verbose`\n\nWhether to add extra positional information about starting tags, closing tags,\nand attributes to elements (`boolean`, default: `false`).\nNote: not used without `file`.\n\nFor the following HTML:\n\n```html\n<img src=\"http://example.com/fav.ico\" alt=\"foo\" title=\"bar\">\n```\n\nThe verbose info would looks as follows:\n\n```js\n{\n  type: 'element',\n  tagName: 'img',\n  properties: {src: 'http://example.com/fav.ico', alt: 'foo', title: 'bar'},\n  children: [],\n  data: {\n    position: {\n      opening: {\n        start: {line: 1, column: 1, offset: 0},\n        end: {line: 1, column: 61, offset: 60}\n      },\n      closing: null,\n      properties: {\n        src: {\n          start: {line: 1, column: 6, offset: 5},\n          end: {line: 1, column: 38, offset: 37}\n        },\n        alt: {\n          start: {line: 1, column: 39, offset: 38},\n          end: {line: 1, column: 48, offset: 47}\n        },\n        title: {\n          start: {line: 1, column: 49, offset: 48},\n          end: {line: 1, column: 60, offset: 59}\n        }\n      }\n    }\n  },\n  position: {\n    start: {line: 1, column: 1, offset: 0},\n    end: {line: 1, column: 61, offset: 60}\n  }\n}\n```\n\n## Security\n\nUse of `hast-util-from-parse5` can open you up to a\n[cross-site scripting (XSS)][xss] attack if Parse5’s AST is unsafe.\n\n## Related\n\n*   [`hast-util-to-parse5`](https://github.com/syntax-tree/hast-util-to-parse5)\n    — transform hast to Parse5’s AST\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-from-parse5.svg\n\n[build]: https://travis-ci.org/syntax-tree/hast-util-from-parse5\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-from-parse5.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/hast-util-from-parse5\n\n[downloads-badge]: https://img.shields.io/npm/dm/hast-util-from-parse5.svg\n\n[downloads]: https://www.npmjs.com/package/hast-util-from-parse5\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/hast-util-from-parse5.svg\n\n[size]: https://bundlephobia.com/result?p=hast-util-from-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/master/contributing.md\n\n[support]: https://github.com/syntax-tree/.github/blob/master/support.md\n\n[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md\n\n[ast]: https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/tree-adapter/default/interface-list.md\n\n[vfile]: https://github.com/vfile/vfile\n\n[tree]: https://github.com/syntax-tree/unist#tree\n\n[root]: https://github.com/syntax-tree/unist#root\n\n[positional-information]: https://github.com/syntax-tree/unist#positional-information\n\n[file]: https://github.com/syntax-tree/unist#file\n\n[hast]: https://github.com/syntax-tree/hast\n\n[node]: https://github.com/syntax-tree/hast#nodes\n\n[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting"
}