{
	"name": "mdast-util-to-hast",
	"versions": {
		"1.0.0": {
			"name": "mdast-util-to-hast",
			"version": "1.0.0",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^1.0.2",
				"mdast-util-definitions": "^1.1.1",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-position": "^2.0.1",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"eslint": "^2.0.0",
				"esmangle": "^1.0.1",
				"istanbul": "^0.4.0",
				"jscs": "^3.0.0",
				"jscs-jsdoc": "^2.0.0",
				"remark": "^5.0.1",
				"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"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"test-api": "node test.js",
				"test-coverage": "istanbul cover test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"gitHead": "947d46bf2e60e23bd6886fe0156826d82a343308",
			"homepage": "https://github.com/wooorm/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@1.0.0",
			"_shasum": "230b57b2908cb2ea61ad537c58143565c763a512",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "230b57b2908cb2ea61ad537c58143565c763a512",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-hast-1.0.0.tgz_1466249386414_0.038469282211735845"
			},
			"directories": {}
		},
		"2.0.0": {
			"name": "mdast-util-to-hast",
			"version": "2.0.0",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"files": [
				"lib",
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"has": "^1.0.1",
				"mdast-util-definitions": "^1.1.1",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-position": "^2.0.1",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^8.3.0",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off",
					"eqeqeq": [
						"off",
						"allow-null"
					],
					"no-eq-null": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "06b238fd2e4dbba2c2b19c6a6c6566001fcf4777",
			"homepage": "https://github.com/wooorm/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.0.0",
			"_shasum": "c3d62968bc30db477d680a3ecb2332eb3a707267",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "c3d62968bc30db477d680a3ecb2332eb3a707267",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-hast-2.0.0.tgz_1475402921244_0.3556484142318368"
			},
			"directories": {}
		},
		"2.1.0": {
			"name": "mdast-util-to-hast",
			"version": "2.1.0",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"files": [
				"lib",
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"has": "^1.0.1",
				"mdast-util-definitions": "^1.1.1",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^9.0.1",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"xo": "^0.17.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off",
					"eqeqeq": [
						"off",
						"allow-null"
					],
					"no-eq-null": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "937bc87f193be938b9fdb761323c48197103b946",
			"homepage": "https://github.com/wooorm/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.1.0",
			"_shasum": "4d5a3a24bc882fb3969c1f342abe6d373f65a4c1",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "4d5a3a24bc882fb3969c1f342abe6d373f65a4c1",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-hast-2.1.0.tgz_1479637436026_0.2635367149487138"
			},
			"directories": {}
		},
		"2.1.1": {
			"name": "mdast-util-to-hast",
			"version": "2.1.1",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"files": [
				"lib",
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"has": "^1.0.1",
				"mdast-util-definitions": "^1.1.1",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"xo": "^0.17.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off",
					"eqeqeq": [
						"off",
						"allow-null"
					],
					"no-eq-null": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "30bc0816ffdee2e2d6737212897f59704a4d54f5",
			"homepage": "https://github.com/wooorm/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.1.1",
			"_shasum": "f38c8e0594cd042f960dc5da84c83b6e802a2763",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f38c8e0594cd042f960dc5da84c83b6e802a2763",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-hast-2.1.1.tgz_1480105831170_0.406226996332407"
			},
			"directories": {}
		},
		"2.1.2": {
			"name": "mdast-util-to-hast",
			"version": "2.1.2",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"files": [
				"lib",
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"has": "^1.0.1",
				"mdast-util-definitions": "^1.1.1",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"xo": "^0.17.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off",
					"eqeqeq": [
						"off",
						"allow-null"
					],
					"no-eq-null": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "d933bd96cc642d408eecde73aa2336f4bfbb4f92",
			"homepage": "https://github.com/wooorm/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.1.2",
			"_shasum": "f030f72f61e308a9e0e6d59cd754ececf4a91cf1",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f030f72f61e308a9e0e6d59cd754ececf4a91cf1",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-hast-2.1.2.tgz_1481976443380_0.7956214547157288"
			},
			"directories": {}
		},
		"2.2.0": {
			"name": "mdast-util-to-hast",
			"version": "2.2.0",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"files": [
				"lib",
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"has": "^1.0.1",
				"mdast-util-definitions": "^1.2.0",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"xo": "^0.17.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off",
					"eqeqeq": [
						"off",
						"allow-null"
					],
					"no-eq-null": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "887f034d3b1f8370056b1e683c3ec770be3876f4",
			"homepage": "https://github.com/wooorm/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.2.0",
			"_shasum": "4c6272159218c350ee11d4d5a3ec0a9e6ad3edde",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "4c6272159218c350ee11d4d5a3ec0a9e6ad3edde",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-hast-2.2.0.tgz_1482062405007_0.3311264405492693"
			},
			"directories": {}
		},
		"2.3.0": {
			"name": "mdast-util-to-hast",
			"version": "2.3.0",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"files": [
				"lib",
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"has": "^1.0.1",
				"mdast-util-definitions": "^1.2.0",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"xo": "^0.17.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off",
					"eqeqeq": [
						"off",
						"allow-null"
					],
					"no-eq-null": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "6ed60d39cfe76dcba8209807f6bfe3335a8b8065",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.3.0",
			"_shasum": "ab15a1f1f0840d3c3c8ebaa62b3a61f7c6ab2bc1",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "ab15a1f1f0840d3c3c8ebaa62b3a61f7c6ab2bc1",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-hast-2.3.0.tgz_1487238738548_0.7895693548489362"
			},
			"directories": {}
		},
		"2.4.0": {
			"name": "mdast-util-to-hast",
			"version": "2.4.0",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"files": [
				"lib",
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"has": "^1.0.1",
				"mdast-util-definitions": "^1.2.0",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^2.0.0",
				"tape": "^4.0.0",
				"xo": "^0.17.1"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off",
					"eqeqeq": [
						"off",
						"allow-null"
					],
					"no-eq-null": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "7a3963cbfb447700bf5a3e893c8a09e5a105a102",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.4.0",
			"_shasum": "63ce8e43c61d8e5728954a3515e0c936a3b26cea",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "63ce8e43c61d8e5728954a3515e0c936a3b26cea",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-hast-2.4.0.tgz_1487973852763_0.6446936819702387"
			},
			"directories": {}
		},
		"2.4.1": {
			"name": "mdast-util-to-hast",
			"version": "2.4.1",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": [
				"lib",
				"index.js"
			],
			"dependencies": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "710cfc5e777d9e24cdbf00af30057a8ab85aaa27",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.4.1",
			"_shasum": "ae6bec08c8704d5f6ddfc7b84afce983c27441a8",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "ae6bec08c8704d5f6ddfc7b84afce983c27441a8",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast-2.4.1.tgz_1497378154437_0.9526135569904"
			},
			"directories": {}
		},
		"2.4.2": {
			"name": "mdast-util-to-hast",
			"version": "2.4.2",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": [
				"lib",
				"index.js"
			],
			"dependencies": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"normalize-uri": "^1.0.0",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "f189b24704efb2a0064f7ec1e857b10017f22b5a",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.4.2",
			"_shasum": "f116e8bf3da772ba5a397a92dab090f5ba91caa0",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f116e8bf3da772ba5a397a92dab090f5ba91caa0",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.4.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast-2.4.2.tgz_1498772468810_0.9596665143035352"
			},
			"directories": {}
		},
		"2.4.3": {
			"name": "mdast-util-to-hast",
			"version": "2.4.3",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": [
				"lib",
				"index.js"
			],
			"dependencies": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "90030ec101573f9c179169a1d22c3876dc385954",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.4.3",
			"_shasum": "cd7874c9832627f134fd3756163873f93f2b1de3",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "cd7874c9832627f134fd3756163873f93f2b1de3",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.4.3.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast-2.4.3.tgz_1507051398874_0.011674756649881601"
			},
			"directories": {}
		},
		"2.5.0": {
			"name": "mdast-util-to-hast",
			"version": "2.5.0",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": [
				"lib",
				"index.js"
			],
			"dependencies": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "6995cf5cd757793f75bc0253d591761987fac0e3",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@2.5.0",
			"_shasum": "f087844d255c7540f36906da30ba106c0ee5ee2f",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f087844d255c7540f36906da30ba106c0ee5ee2f",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast-2.5.0.tgz_1507649248448_0.8137216190807521"
			},
			"directories": {}
		},
		"3.0.0": {
			"name": "mdast-util-to-hast",
			"version": "3.0.0",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": [
				"lib",
				"index.js"
			],
			"dependencies": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.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 . -qfo",
				"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.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/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "1f9536cc4878c294ca273669a2e156cc42eb420a",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@3.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-zvEXH2AUevWfKuBqtEPNcDUPI8UC6yIVvgEgNi1v1dLnzb5Pfm+PZjnZn0FhW1WmHcrGMX059MAoqicEauzjcw==",
				"shasum": "69e367fb2a9eb02474dfc017733b8fd272d55d3a",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast-3.0.0.tgz_1512418498769_0.7663645297288895"
			},
			"directories": {}
		},
		"3.0.1": {
			"name": "mdast-util-to-hast",
			"version": "3.0.1",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": [
				"lib",
				"index.js"
			],
			"dependencies": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^12.0.0",
				"prettier": "^1.13.3",
				"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 mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"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": {
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "8bb6bd02c1c18632c5766f24ae213ec9218fd3b2",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@3.0.1",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-+eimV/12kdg0/T0EEfcK7IsDbSu2auVm92z5jdSEQ3DHF2HiU4OHmX9ir5wpQajr73nwabdxrUoxREvW2zVFFw==",
				"shasum": "0f91a2d3e3f9415705c0849ff8c2cbe5cc73b307",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.1.tgz",
				"fileCount": 33,
				"unpackedSize": 24225,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFPpwCRA9TVsSAnZWagAASK4P/0ugOamh/c5N7nl7D/G2\ngBpkqk0E3iDunTkFrm/4WMqwuzJXUuJsZexp4cbsdkQWkvLWa/gdS2uPXVP0\nDchcr0Z7Yf1MPCoz7mSIhl9m+3xscOa+C4FQi7l/E/y7fbeSpScd23LR2Z2t\nwXBAjPltqP/YpiZEZb4LLtigeD0Y2txFudVf8EJ1zXTmtKpKhr2npA6K4zCY\n5i8MFFSrsMO8d+RRAgYd0jez6lhta3FTFOYwy6OzEcVhgtY7D1yLR74+2OxF\nmy9/sP53WOrJhIOQy1zYQSuNvQuRrE9pFzE23kzlK2p50MeqePQey16O47/Q\nBV9oxTWNwsHyC1OutO73gCeP9VXvNs/8ynvi9vbLZDPaDcGUaUeRsmyJmcjG\nDOFpNwEotVOruxEDM7HKXjur+yTTnLC0YySAx6S0GLHSulLb5FhDsfIYsjng\nPB3t+5LWa8LeXKGzwBI0Tz+eUts+8+iNHlPsq4n1/uNebwW895aAoik6D+HG\n7thIe1Hq4X6bVDPGOjbqlW/IkgJGQUItoAXbVwU3o+MiH8D8WFA1A/VruZjc\nX962zYHdogvoUU0FRRUwMgPVAEIi+5Nsvb+/lECeswL3345hy41qH5yJ51vS\nG/b4QOuQq5rLSiNJsZ81Ss5N+9fWBlMYkDyvl7vYoxHtfQTzqb0e4nLjvdg9\nPOSI\r\n=ichD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast_3.0.1_1528101487678_0.1017602933017141"
			},
			"_hasShrinkwrap": false
		},
		"3.0.2": {
			"name": "mdast-util-to-hast",
			"version": "3.0.2",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": [
				"lib",
				"index.js"
			],
			"dependencies": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^12.0.0",
				"prettier": "^1.13.3",
				"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 mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHAST -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"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": {
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "1f8591e0b6163c437999e842774f66c9027cfc47",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@3.0.2",
			"_npmVersion": "6.3.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-YI8Ea3TFWEZrS31+6Q/d8ZYTOSDKM06IPc3l2+OMFX1o3JTG2mrztlmzDsUMwIXLWofEdTVl/WXBgRG6ddlU/A==",
				"shasum": "26b1971f49d6db1e3428463a12e66c89db5021cb",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.2.tgz",
				"fileCount": 33,
				"unpackedSize": 24630,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbZzfRCRA9TVsSAnZWagAAvesP/3H6Xi498bn7V+qNOq/q\nb2/5yqXXPUfvtcNLJhMJ9wMdhgM28Y42W7jdT1GM0w9L/r6jyIw3nv8WImgP\nIP6T8+zKfahBX0YZi7UhmlzRjwhBQjHHPHQz2DgclNvZYx6wdvFXa/KgbIdU\nACSy8xXNucaAp26n/t73yrenAv++sMWPZpQiURcH0yB09/Nygdu0hxY1jYf0\n7muLfLAQVljA+gaiSKjouR0RrxrrzTtaSe4Y+9E1SnPXjtnHSbi4i73FOTo/\nT1I8PVTAnC1HdcPUFjZqrhHTOwNChY2/1srrQZUvWGmwMGUmoYhzm/i2WhlL\nzszjl30kzJqijiWi6Fe3EQn5Qy5G2mLq0d2yMR0/lEPBbmHVL1JQOQh5ohtz\nTKH2KEAL77w7Cx13sTLWgI32EwFlSnEPR9NLEfOOgm3IR6rbc2cQSfxYyG/5\ndA0ng1QzSrPg4s/pQrhDcbHWzyoVKojruveMneX1iJOe9M8Gt51F3mpiGmF2\neIVifeOZju5/JL25ddtArOLMqV13CYzXcAGwbvGMRkewJO+MEe/9VNzK5osU\nslLavDKShuxSITavymf2ckqkrhO924QZn9l95Ud9AgtAOhi9l9KZkEKpu2w9\nNPuIByXyLVLjbBMEV0l4GF+AVhnl5PlOYgDwnQbNMWmL8jXEuqtoW8u0d3q0\npoFV\r\n=DVRR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast_3.0.2_1533491152219_0.7371372549663471"
			},
			"_hasShrinkwrap": false
		},
		"3.0.3": {
			"name": "mdast-util-to-hast",
			"version": "3.0.3",
			"description": "Transform MDAST to HAST",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^13.0.0",
				"prettier": "^1.13.3",
				"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 index.js -s mdastUtilToHAST > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHAST -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"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": {
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "f28c24d93d06c8d203bdcae470b8f5d68b76a817",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@3.0.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-RYhzFQQYf6hdMwF0eSLSbnii5L6xnMDlZH015MLfr3/lkp3WlKZl23aVApUZohxbiG8N/4zSk7VSLfr3OaGH3g==",
				"shasum": "c5ff5fdd4cee4af4f1a2397aa5bbce2e8c0ab549",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.3.tgz",
				"fileCount": 33,
				"unpackedSize": 24959,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb41LTCRA9TVsSAnZWagAAueEQAIl7QI7T7GODmTQ4IjRP\nM6DwVroAgz99kx/CaEPcFi9WfqZxyP9/hkmLjL0isTqckIYwLeGr3gbrMsc5\nlhPB5ht9bCYODlCsu0UgCmnaFSD0JdvXAp8duJmJ4nVus0eifheg9jjS7Bz9\nyOwW3dw7M24lPuxm6IsjSDBsDYiu+CbOIUaxfGqX0a1tET7+edhd5x45f2hO\nb4vxl3YglTbpe/R2kd1nV/u6/7HijYdbdmtAG2r1KsPqt9/+Bag8JQlgb5sr\nIMhdigpsP0wvRz7DoyBVMvBtfF0L22ACBR/n1M78F/R4421TQUIE23StOrGG\ndRTmlNtNL3LJFuFJwsviZacE4tDH9wxqjKsGxK4nBy53woFBHED214KTGvBL\n90GQDu3jo5MHUohDvwjkAmG1Q8+z0jomc3nsc5IAXNpC2WMm59aURJqlxyBI\nFIHPK8QHRa0IdOSkGaR08MTky7EvaFo5QlLxdU04AhOrbkMx1f5VKHyqO0k3\nlqSOjJXuF/C4jCw4nxWD8+XvAn1fyGp+7oqruRCeqPR2YGbeno/LhxXIhtCb\ntIwAmaY0eMeAZHVrrvf2iOLB7g+8LZveM1OuAZzSSDIfVS3VzLefnrfd3/90\nr9UjLuxle3k+XEV36Rx+HV+zHjl9uDhYa+o1e/zYQ4E0NXBO/N80aUYYig8G\nbtFP\r\n=Rkjx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast_3.0.3_1541624530378_0.95568375105918"
			},
			"_hasShrinkwrap": false
		},
		"3.0.4": {
			"name": "mdast-util-to-hast",
			"version": "3.0.4",
			"description": "Transform mdast to hast",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^13.0.0",
				"prettier": "^1.13.3",
				"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 index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"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": {
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "9c1f06518e0a9481061cb2ce33832ff0945dd8eb",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@3.0.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-/eIbly2YmyVgpJNo+bFLLMCI1XgolO/Ffowhf+pHDq3X4/V6FntC9sGQCDLM147eTS+uSXv5dRzJyFn+o0tazA==",
				"shasum": "132001b266031192348d3366a6b011f28e54dc40",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.4.tgz",
				"fileCount": 33,
				"unpackedSize": 24175,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb41QXCRA9TVsSAnZWagAADowP/RHp67Au3QV4Ggu8/uAY\nSr9emymbH10BYNcLbX9hRbZv6LjzoxMzW0EiP9PF7YZPPhKqAd0F1MYjegm0\nskLXahEaArxBkelxtBDOyvusJr2CYc6A8WwT1flmaX9JnW5TDacuL8NuDoXP\nzlRCZSroURN44ndv0wsn8h7Qomq6zFDU6nVcWB0PoGzZmMzhZB1wmLouTAJv\nCV/+8OcUjT1u9bLnMROg0LlklQsWSx9WM3m2QmJff7zLbAzErMlPVvFTR8qf\nOf+skt0G0rfCTiLvp7jsFD3E0Ulgc9+J0a8R8haMNEtlbJyYnTSHIqfx8pqz\nCovlSapQu+6qiqANEdRXCgGrdE09CPBQQ6M4BnN4/Fxa4nIGNQrRxLSl8u22\n2OzdpQARIgu2E/cKnjTPizrPc/b938hV2fLBkaDp+mDlVCUDPKRWPq/LcyaQ\n0zucrBht6qOgUyhvuL8Oo8yPGfoxYf9womqW1dnzrDsLTMlN2puWGHYMnL+8\nVvJfju3jWmJxLHAzgQLiU01xoqgIZs1lKuHzFxNzu7ANIbS3Zd/4TQzNSzVQ\nTkZZrybc8J3nlQkcZGaWUm9W/zI7yDJ8EtsAW/57/WbWXFgKLpAQ+nc9S7jr\ne6oV1qReKn5vGbkkR1nyNRHwpNGpmQC1DgZK+Ue040zCWhufQDGrNNODpDGR\nCok9\r\n=aqqD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast_3.0.4_1541624855325_0.226178403585243"
			},
			"_hasShrinkwrap": false
		},
		"4.0.0": {
			"name": "mdast-util-to-hast",
			"version": "4.0.0",
			"description": "Transform mdast to hast",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^13.0.0",
				"prettier": "^1.13.3",
				"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 index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "51bc203c7f9f4107c97883abb964da7519dd2531",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@4.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-yOTZSxR1aPvWRUxVeLaLZ1sCYrK87x2Wusp1bDM/Ao2jETBhYUKITI3nHvgy+HkZW54HuCAhHnS0mTcbECD5Ig==",
				"shasum": "d8467ce28ea73b4648667bc389aa39dfa9f67f18",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-4.0.0.tgz",
				"fileCount": 33,
				"unpackedSize": 25225,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6CoVCRA9TVsSAnZWagAAmdwP+QBMSD+mkWPZVeAndVFj\nK9QUeP3U5iZTknEx03+Mf5n74N9TbmcNw4FM84V7t+bqsbwjZUVMCKwYALm4\na+VFFwOh7ULU3LmdE+0MQbraJy32Zj2vg9JsSYJXwF8n/erH2NvEQKaFN+h3\nxbSQj72xS5SEm74XZdmXbdPJxgDeehkTN/t7d3J+zcECXacN33Esrn1mcInA\nl56d+nR0RzrQnXokDqQkdtdcbCQVNLU0cFG5CGraVgOWkD5+jTIfva1+GD7A\n0/uHsvYFqKAQC5NbAZyRs1hoIHfM6w7zx3r33WFOrv2+2eZUAeJOatp21SO4\nJmTcGV7QP86a0Xrv+kmZSRzsRgsn0++tlxI74L9DcGyvR0M8ixe1AkJpuXAI\nE0Gq/F1aabZ5j4J1svDl8TwWwCWRKgsJC97JkxjJ96iUI4+nKwoOWpqlg2VN\nRBOK7juyvAgKk1ZiXA0Dw0d38Ybr4wt03kTFllxUeqZmHITNGBAAC6AAmdgT\nky22Rpn99XPzcjc5Nkx0oyu5/m06WNdivzThvkKvfvSfoXRCMEVjO0SenQJW\nBBe5M2pTF6OjHE+FW1jNtzU/3b5roajC5D5acxKDo/YleX1LN2VXi1MQlQLr\nXkXoF2q0GnAc/4195WIJPla5gb8wwyUPTgjFfeovK8wniRAQwK2vWLNaPyya\n4mlW\r\n=ImQW\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast_4.0.0_1541941780487_0.1766026996787895"
			},
			"_hasShrinkwrap": false
		},
		"5.0.0": {
			"name": "mdast-util-to-hast",
			"version": "5.0.0",
			"description": "Transform mdast to hast",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.13.3",
				"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 index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "751b54d3d5a0ebe03cc56290abfcbaeeeca3a326",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@5.0.0",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Yxx+/mdvhOaz3u4+UHokVMF038IgMIzgnEexjJcFaG3k47RHDEYCRZZE/YWO8pjwkyqT3UdTjCrX89ljkNoxCg==",
				"shasum": "42ca287ee88fcf0a57123816215d5db507b682a7",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-5.0.0.tgz",
				"fileCount": 33,
				"unpackedSize": 25603,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxX7zCRA9TVsSAnZWagAAOw0QAIo2alu2LTlf6Fdi3bQj\nUC3S6cOkWbVfotWMt4Lrkocq1azd6Tvg7EIVi3y4MaS3c/JTxaUblCcN/r1R\n8DeNdYoS6xiiTPGLRdw0yCg7+LckEQ9xlv1pxRv+Wh7AKG4iOAkQEjKU06ji\niI0ESTbt3HcxPwTD3cLEgeCURnmBAd9lXyNML+WvAFAiIDP5KmOXjWg0zBCy\ni46wJOBfc3vCn1E9si7nb4K+mwXUdAiKZ/Z9/Iwt049nxXBi3RGu8TdM91xv\niUBx8JIfhmyYhiUc2AJqRs0hr9yhYfHSCGa2IL6n+q9l6INDPehZWV/3wgVd\nSJBVTs91rhFqqExzolTttkokY+vWYwmyXwWRzB2y2WHPiZTEACCuzXgMN119\nZkd3IXKHyGbFqtOIh1L8c2PZu7MKEnE4N5XhZRU9DW/DasWy/ExFETxvXMVp\n+zxgRZSZOVEAoqroNNedVLBfX5IxTHzMYGZltEeCmOq7qigB3oDjQ2tpOGCB\nvHS2n9XHa2xRYlvORLiyM/9b1hoDHy6tbNDeypVQ8YyM4DudaYQ7RC7/Ll1o\n0AVzTPyZBUa5jyt/ar4Fi0H8yfRpOxBRFuZmZiDq1UPTI+yI9xILmr836AP+\nIZ0Ah9mD9fx5QgHlE8qL9yuMgCvDqBE2mJyadSfuuzmAbZPvXq9KZlUwgkKj\nq6f1\r\n=8Goz\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/mdast-util-to-hast_5.0.0_1556446962783_0.5012735192298505"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0": {
			"name": "mdast-util-to-hast",
			"version": "6.0.0",
			"description": "Transform mdast to hast",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.13.3",
				"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 index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "fecd67b6742b9aa408272b1b99d4ce6dbc23076b",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@6.0.0",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-r1ARBzOsH4ChGlLWZ0vGcGLzPToSCu4VowkSQdCgNlwaLR3M0QA+NvJFeCv8dG2pomsql90dFaR0vz6uy+3e1w==",
				"shasum": "7547f76266670bdd394e58d9110a10dee8c9a881",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-6.0.0.tgz",
				"fileCount": 33,
				"unpackedSize": 26160,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2vG5CRA9TVsSAnZWagAAij4P/iPuh0euBRqqIP6Bu98z\n1+T/JLWISaXTGrY2Y6QcarA32JGOR6nv03UNFkqR0tTB75eVdAMOWEMGq9zr\nVPWDaNTxWCJbDVs0CYoF+FWREGLhbPeY0/b9P0iYa8/VAECiFGWGWe6l1rxk\nVHVgA7sQU1wp//wAUiIsqJ5BnSm6loVDj5J3qhbk4+ZYSSBJdS7m9zuEldke\nHjrNrFRMgO0BQoMuRU23lMNA45/e9A+lfkQHeQE+pzQrWnrOaYgaXbcgNQel\nzC705NusUyLpgBv9vkwcuorYwWv3kukj8Oan8ol5qn23MUD+AmUNI2BOtHVr\nuZDD4rwlJkYZvvV3NFWYPo9u6MjSgPUdXQGkWLmhEYlrny8xoBbez4T5/Nu/\nChNHKLS2MsInaIePPDkjHrQRHZWIXSZWrPUMtN/S+qLk0QSMRROPZ4zniVUV\nDnp+7E3zvmFLVNHGi0beYLCbANNTxdu3LnbHn1irGBSgZ9x8I+ziymcVUs5W\nQe0AtqYv+VVICKZ8fXmE16aUPES6iutGUl93tBfHVFPiKW7Xc3PnzZpwagIX\ngISGjZG4UQ0IMJNmPUiY+6BSddaMU8tlVekDtfNsVREXlRFDwbFgFhsRrnpc\nXB7ZYAPsEYKcYYsjwbqaB/rnSSs0ULGX+KEPQSu2JhkA1sLafESw7V5ULyId\n3BVB\r\n=TQnt\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/mdast-util-to-hast_6.0.0_1557852600545_0.07121534795419726"
			},
			"_hasShrinkwrap": false
		},
		"6.0.1": {
			"name": "mdast-util-to-hast",
			"version": "6.0.1",
			"description": "Transform mdast to hast",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.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 index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "cd6acf54956d686ff627680873d4a5fee3376828",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@6.0.1",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-KRh9wIYzUQk877JcV+8q4FqBUEouLpCKMObqeWg4dnL1/rh9vtSIq5mqQFwIK9YzSULl91F8FP5+EJ/xqRHaBw==",
				"shasum": "98d5ff6d3179d2bb95609a12c8b1e370249d73f2",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-6.0.1.tgz",
				"fileCount": 33,
				"unpackedSize": 27727,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58oUCRA9TVsSAnZWagAAXEcP/1HKzbtLwwucK9X6tNe1\nSOikq7uNh7QfIWqyUvogtr098m9/CshFWOzI/yOMiE3QhaEjCBe8DvR57H+t\nDYK9k/iWoJvXFTeQuzccftZXrMds6Ngjt9HdSOjtZbIVPNxfMd+FJxgZ+L9o\nQkcyPxaltbiMYPqWaH7TMFxmq5Fdrp3p31b3ak/itBMrR/AoCoS3PxjPDENr\nLBM8iPqs7myykknABvtj8hFhzvQCQ0PqkwBUJFK8vIJg8bPA7sLbpDGOk3C+\nhU6SmufFN37/+2aq15dd/nhGgAaZHcIz81F3FveFEdIpnddLTyBlx8sZyiVq\nxtkBdlUI3OO0hLKLrTBAyOpNJIQ44aS91FWpFSXBzgmDGn+D5pDrJXbPBIz0\n6TnUIu4cAX0iEaqpMvHdWYopkdarVgYedW1uLAwJYGZkPQrXaCBcp7S+UGcf\nMLTJ3WIVBJmSnXiSquiImRWlyOBJbLWM+gJ9GmunuzhlX/h7fb5hT4qwDQ7s\ntF1R+N6DM97jkOV95uvJ691wyqBteO7icifx6IZFjMiH15Nxe48Rzr7FLOH+\nvbgf72ugsHkf91+UerhqMJz1iHiG401ILZW70La8XDjH/I5G3jaRZibEWwxO\nep0xQk4P2MjW22g1ylVv7F+gsh3hTeRXjhiu5XHKXNTBMiEM4ibTW7uOtdxQ\n4h4D\r\n=dN8U\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/mdast-util-to-hast_6.0.1_1558694419784_0.6025402628040273"
			},
			"_hasShrinkwrap": false
		},
		"6.0.2": {
			"name": "mdast-util-to-hast",
			"version": "6.0.2",
			"description": "Transform mdast to hast",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim": "0.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^1.0.1",
				"unist-util-generated": "^1.1.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^1.1.0",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.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 index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"mdast-util-to-hast.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "a6135c5f478027298ae4bbd26e8f1279a3fead69",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@6.0.2",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-GjcOimC9qHI0yNFAQdBesrZXzUkRdFleQlcoU8+TVNfDW6oLUazUx8MgUoTaUyCJzBOnE5AOgqhpURrSlf0QwQ==",
				"shasum": "24a8791b7c624118637d70f03a9d29116e4311cf",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-6.0.2.tgz",
				"fileCount": 33,
				"unpackedSize": 29226,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYQMzCRA9TVsSAnZWagAAQdsP/RJeTtCbslmKLWOboH7O\nggDkUh+f5VqRyKEwFOLydBNmeLgkNswBCwxZRFbf7w8Bj47gzCCFtiQcqw6E\nQRUAALPOjmhpVxNV+z8YXUI6jpiIxU+2QVaFF/Jgri2tBqVm0xs3ebMbVYmr\n8qkGnTBOTQgY/v1ZuiZ1RWMGJrcdoNQlnt9x1njs8Ghl2fV+wtPUt3Ty9XWH\nPo8uslmUVSSiFyRSZud1C2vJpn+ALk/z6i6e8blaX0z8iWoOSVjA87adnjyp\nj21OMxPRVsFhLL5cm6KToVwvIm3cnXOcKytbPjIdxYs4Zq83+LY7tVN2esK8\n8mel6+mFYra25dfCuXGa8dKPqDURufO6wZ+pY3jOWurdZt65dS7KqIRosETF\nmBkgCinnUqq2z42/Mi5MyYNZbnEgniyrBPMEKz9UfcGAHYSLJ7NNo1CJIQjY\ndHjU9usaJqQaxpgy6HW1jHZbrmSF53m16Kl4ilHtE01JitdKCGE9j2WhH63g\n+UhOBdOxJG6KYnMjR/dqxN/HFxWf7g0gnXFy81KeoSbVe3aiQptVDb21FTBS\n9MRP/EbOwudxqD00p2x66Hodn8bFCbUrX/ZDd1ywleJS1MCPJH4Oi+7HLSWp\nAS5cp7yQ8RleZl0VrP3vE5tvskI+7rxY/OhpVWMS9ygmV6m/5OEHvbm8ipID\nHfl1\r\n=64rE\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/mdast-util-to-hast_6.0.2_1566638899040_0.8149008253864609"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0": {
			"name": "mdast-util-to-hast",
			"version": "7.0.0",
			"description": "Transform mdast to hast",
			"license": "MIT",
			"keywords": [
				"mdast",
				"util",
				"hast"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^1.2.0",
				"mdurl": "^1.0.1",
				"trim-lines": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.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.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "9e0b50e1917f0ff00399a4b574bc12c9d1bd1bd7",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@7.0.0",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-vxnXKSZgvPG2grZM3kxaF052pxsLtq8TPAkiMkqYj1nFTOazYUPXt3LFYIEB6Ws/IX7Uyvljzk64kD6DwZl/wQ==",
				"shasum": "589b562ce1ae0a7849e6c38536a9e7bc4f415e54",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-7.0.0.tgz",
				"fileCount": 33,
				"unpackedSize": 29322,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx9dPCRA9TVsSAnZWagAAT1gP/3A64UnYF8qFuejNdgFK\nJSoQoZgHFnOFWFXD/XpXXQxuZg/Sxdp8QMF79Sb2dOC8bF/0+2ChB5tPYRTF\n1atOElWQd1XXDu0o1FOcqjYsEmFr0GO5uLEoPjtFSB74YaD6GeIAYsUeWMJJ\n66sTqSYD6op3HsSGcvlLn4/MdcFyYy5/4jSNuCIz+ewBy3c8UGcA7HpWDzY3\nMpQ6BcipiBQDlW01yHnvZCAHynyOhYYy4nqEsDig6jouU4fEiZeCfllEUhM8\nvByLmLelWcMaEMWq+3McgXcrrL34b71ndXjcmJgy35+Qpbin2dH9XKRUI4If\nimbZPSCEshocMBY8MEni9E0q2vf14uIFJxrcouKAjFOi1+cH/cX8Dn+oiVVc\nzKCTbsD2ZfRdWJg95rbYZid2UD+U5IDttWbDVdLVwBBr4uhggLX1ynOAT3Ak\ndZAEaE950T/aqBDhyiFjEul0ZiGsJeqJNOu0opszaGP7YpYKkrtZiErrPkKN\nEM4dQXfy1/HpoAeiw1NUe4hHN4L7j5sM2GZjGt9pfX+v6H+/hQNUf093yFzj\nm340ZqYrMGfTmtmgFvdd3SP8rvHiTSx0ncYxS+w+jBZJyXX4yLOqEtwkp1X6\nJ9Gr9Mc7f7tdamyqkMlp13JsQY9LMJSbESR5YivAAVaQgwAeJ/0bAQ293kxt\ndDkb\r\n=NvYe\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/mdast-util-to-hast_7.0.0_1573377870843_0.33741594988971046"
			},
			"_hasShrinkwrap": false
		},
		"8.0.0": {
			"name": "mdast-util-to-hast",
			"version": "8.0.0",
			"description": "mdast utility to transform to hast",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"hast",
				"hast-util",
				"util",
				"utility",
				"markdown",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^2.0.0",
				"mdurl": "^1.0.0",
				"trim-lines": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.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.26.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "de528397eb2460039ffb526cb97528a7fef9947b",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@8.0.0",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-EZkkRSN3pFT1O+YVyOREZfRp0P0DiHW88429XiBAZXd01n/GREiXZ6VU6uGZmRAfHd+nHDAYN/87ADrcotACGg==",
				"shasum": "5e61410f11ed2419b019cc1a1d284139ed0557a5",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-8.0.0.tgz",
				"fileCount": 33,
				"unpackedSize": 29399,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUUL5CRA9TVsSAnZWagAAhjMQAJCIhGByuV8yIvVo+S8s\nNGdtjWcAgnKhcukiyzXUpTejQwet+G/p3JtE6w6O/E9q+PgUyKs8xTZdgI78\nMTILzi1XuydabKnH73/o0qDfoFouYnkqYxPdg1T3fz/9HEucIDC6jTtY7zRt\n1IUoDoJhgYI2m1/zSwdHi16nPfro10qKnnZLtPFbVSUA4t69kiFfh4fH+Nlq\nl6Rmu+DRFlRphcxERySaQwm9PxbMwoCMP6reWAiejjXYP9+IGZQKOIDg2Reu\nwnNo/PC8jKPtnSPytqJRAaplqVJqOGzsAWLrw5olJM7eapdqNT7tOs0C2Uw3\nn43SvB7GcFZQzgCo0N5mvn1tcHstqF5yVFPLn/oTOhlBHmRsMRsHUA48G2pS\n9qfPtmYBkYL3woh+Nl774vMQkPRaDcMh8LsfHy8+U57t/4OCqbsbpxYswhpS\nQnsExCbBk0fKF3E6poOH62Y2CktQaxmPopRtD58twOb2bH8ws/TV4qIZ3uCk\n4ua48AtX2HJsGrkljrA72oJmVfuKxoa2M1gr1M7xY/9T85eefuJS1l0DeSQ3\ng/2j3NH7Gx1JtsQuPD2bS9spdBNcEj5+sjIE0LbsoQGlqV5IA3VOMwPg4hq8\nNgsAm+sbVCiKBWtsxW7KGqKUW6FeEO0hUcbLxkek/yr8Hg/BJK5ONNvO7G0u\njydB\r\n=+yvg\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/mdast-util-to-hast_8.0.0_1582383865356_0.3715968122441424"
			},
			"_hasShrinkwrap": false
		},
		"8.1.0": {
			"name": "mdast-util-to-hast",
			"version": "8.1.0",
			"description": "mdast utility to transform to hast",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"hast",
				"hast-util",
				"util",
				"utility",
				"markdown",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^2.0.0",
				"mdurl": "^1.0.0",
				"trim-lines": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.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 index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "0538ca21b2a6a63b2ddee2b11874165cac4dc546",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@8.1.0",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.14.2",
			"dist": {
				"integrity": "sha512-OEtzG2NmfcJzUocnHf+c5uwNWrWVjqdWSln+W+NrZIrOU9tTPMwwZ23fOzeHX76xce7jSeIepxzhUf9+X915Nw==",
				"shasum": "80998dada58ad4544336a328849ed01d96777011",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-8.1.0.tgz",
				"fileCount": 33,
				"unpackedSize": 29647,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZhxvCRA9TVsSAnZWagAAjjUQAILaGLY52V+NPCnsnaoF\n4Vxq63DtkHxbn/hKX3qOfWGx8Tp/qMX/HWoFiYqsp1r8/dC1OJvgRkWWZ2d4\nTtI0R/VhDWdKmWDpP1eSiFFWyEc+K2/I9H8sdLfGCUmkBibv+NoOeURSPv7W\njLZ+oqYCuANWhQ1UZ5SICumM9WpLEbFjXozTU/Aa0+hC1viG6Lo6ZqIgOBLO\nXwXB5ps/ZDsmAHeuPo02fjDcE45A3VvaEKSTqJkv1aGAjsUvtWRYEBo4iTzR\nYVVDEWvenAK1ZTuNrNk1k/mdW+C1ew+l1g6xRS5gt6+HN2ziqCC/QasahIFG\n5E3tKbPtvUNxhmomhknfJxFrab4LMjbwQqkv2HH03k0wa6XdHJc5s2N2p5ie\nwv/P0Guu1E+2Vaf25G/neYaIF6nCWs2xlRlRZFkGCzw34jvGGoxpTWougLfe\nRWVA5QTUnhsrUl2bhDpDhDPRKBDa3HBKMt+ljfWI3Z0RxXWeYtNbtP1FTENF\nRGDoje9o0fqFTFLl5nyUOYnInHUPft1+hXf8HIl3yOS0dgJYyR5KjvTLF3pF\nw1+FpOQzrXsishbMZ6PHXr8PTknEtK1Gr7crduXTepeGnNxRupQiZ3zhU5/U\n+Agc7tlW+1zAsOMVFQ3BZAeM/15pz1lI/4SFLugdMa2wJ8w56+dVabByuX+U\nafSU\r\n=N632\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/mdast-util-to-hast_8.1.0_1583750254835_0.13748320446061513"
			},
			"_hasShrinkwrap": false
		},
		"8.2.0": {
			"name": "mdast-util-to-hast",
			"version": "8.2.0",
			"description": "mdast utility to transform to hast",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"hast",
				"hast-util",
				"util",
				"utility",
				"markdown",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^2.0.0",
				"mdurl": "^1.0.0",
				"trim-lines": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"remark-cli": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.28.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "48d420d10cd142a6266d4dee3eb76d804b5fe623",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@8.2.0",
			"_nodeVersion": "13.10.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-WjH/KXtqU66XyTJQ7tg7sjvTw1OQcVV0hKdFh3BgHPwZ96fSBCQ/NitEHsN70Mmnggt+5eUUC7pCnK+2qGQnCA==",
				"shasum": "adf9f824defcd382e53dd7bace4282a45602ac67",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-8.2.0.tgz",
				"fileCount": 33,
				"unpackedSize": 30045,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh2bBCRA9TVsSAnZWagAA9cwP/17J4OYUX84IFYOOcNpB\nnaSIqOBP/ioT+H4fwpNeQRRSGzx+2dxN1ouAoTFgHAMStJVtwGWrb5ubLD/z\nRc23NHejTSJe7dqktKyzyQdNws+kUw/JapxzpyAkfJgxiDd3e/u1dAPTCTHy\nxvm00BAeSxYzSXISnnfm1Vu1tD8/oH8oxuP6DmJVNkSvzgFGad+SYXuyqK7P\ng/g/wB/EG431xHOh9zXRB62a7FCqYEwZpu65sv9maZJOj87bioC+N7HmI4WJ\nzD7ElHZJ/bJaOwRNGVJbd8HYsQH9wUe1H+cI+lVSNjG7SlfoEfKpwi61LDTk\ng2FNLpSkHl5OVV2is32MdWUpjnka2q2NeVcct92arh7V6vQJW5xWF3Lc4ccC\nNVfbhrt6GHkad8NPhWUgSmTaRtqHVsukyYt8YZgNkyTcUG2jsQ020ZhjYnAE\nIG53yHYvz17dow1CjYRTPHwarNJwri3Cnl7FMJX9OEgLJPlNU5nmWUOLcOBh\nwXxKXktiZZqgKThVA7HhacIIXCeWRtYSrqEInsJpW5BhpQjwwAwIrOXd3Cdb\ndsL+1Jqma9Nivxz/sC7KMWkkMMoXDoXY0fupagK7PZSVvQ0OVf06irck5GQe\nYSuibr81sjR6kZeIQjYX5c5Pbu44jpJ7yiZd3IG4FDquhxXTCWRZFbdTNRrw\nsrL0\r\n=PYv6\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/mdast-util-to-hast_8.2.0_1585931969206_0.4236065410560048"
			},
			"_hasShrinkwrap": false
		},
		"9.0.0": {
			"name": "mdast-util-to-hast",
			"version": "9.0.0",
			"description": "mdast utility to transform to hast",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"hast",
				"hast-util",
				"util",
				"utility",
				"markdown",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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/mdast": "^3.0.0",
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^3.0.0",
				"mdurl": "^1.0.0",
				"trim-lines": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"nyc": "^15.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.30.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write . && xo --fix",
				"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"**/*.ts",
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "8548e605e82748cb8cb7adbcf1fcc9ba732635e0",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@9.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-gR00sdRoEnvKCFWEFxqWOT2bZmQuQA+fKPNpab7T3WQR/cwxQSnKjvXfrbmbVHrqrS9y+Mo1x1dfKbIe5hI9Cg==",
				"shasum": "5efccdf73db33ddd25a590b2d33a52e15a681400",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.0.0.tgz",
				"fileCount": 34,
				"unpackedSize": 32640,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqTlICRA9TVsSAnZWagAAS7YP/1s9RZ/KtV8chTpvY1y4\nFZ1LxrG3WwUWYfTr3AWYvuFO0bZfLzTZgwxO7b2p2Z/AROFJ8sbbVVT3fILH\nnNoIpuun2wrK+kMY1d4OPuwPbcqAcTQCAPeHUqoMlNuDKnezF7eWBOekdEcK\notSuEVlJn93mptJuTpqug8+p7KhPnu8NJZt4a+gWs1i0hvSIr4xWnt0cImzG\nRHdSCQS61pL40bbuLXFzurodqIxfV61Dm4iVAEY2UxCU5HgAm4oPl7osqGag\n+ciS85Jht6ZFELytjZvZ7VKW4oQeNCugcmruqJHwYMmOxyoHWJAQ4QRaD3bd\n1slH+B2EFZBHSEsu6rB5xx3lbSzUHmkeo3NTCE2O3RkPJfP7xcfgv9AnFkr7\np6fi5UbF6Va40gtKkVSF7GDzK8dJ0Z6aWlZoERY1fxuEOWyw0M6YHsEQZAMX\ncnwsby/i9FZ+9APEeeTw9jXKh/+15/KtOSqgvw2gW/a27LNg2RuntuBDTXfC\nx5lCWpIMzXnZVFOJw0Tj78NjrpfOmVA3MGh/FcEnMF8NQgkjkKxT75KwPZYD\ngkTT62gVqDrBAazlktIJ544HZ+jfLxo7qj18k8nzn0RVWtG10bQqaaQa4DrE\n/sANLC0BTRELtr4BDVODG8t3y7f88iO0+kWOG6qRBYxEvI1Ql707l3Nrx/Mf\neVfQ\r\n=KtgB\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/mdast-util-to-hast_9.0.0_1588148551585_0.9680031247330068"
			},
			"_hasShrinkwrap": false
		},
		"9.0.1": {
			"name": "mdast-util-to-hast",
			"version": "9.0.1",
			"description": "mdast utility to transform to hast",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"hast",
				"hast-util",
				"util",
				"utility",
				"markdown",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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": {
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^3.0.0",
				"mdurl": "^1.0.0",
				"trim-lines": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"@types/mdast": "^3.0.0",
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"nyc": "^15.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.30.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write . && xo --fix",
				"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"**/*.ts",
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "6dd0fb0861f5c9248a4f91957c5b43e8dbd00b3a",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@9.0.1",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-ssfRbI/vUv73YbM+wmX6J3MPhsU5iGUt1cn1C2CYRSF1k389SNCbTFZucNuT7EFxZg5dukYi8Lni2BvxH+dhCQ==",
				"shasum": "edfa5590e07fbe5b50a0aa454ce2208535d5681c",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.0.1.tgz",
				"fileCount": 34,
				"unpackedSize": 32779,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeq+cvCRA9TVsSAnZWagAAgEcP/30wMa9E6py/KmjOD8gU\nE0mfm7WAA0w0ZQpv+gvk0CPbPQzoh3UV7aN8mf2teMMR+tN+i4ABDkhp+Ldb\nj1Lyga8x/fXOPLFHG5T4BQrx+ljKIKWcBK9kn589/2m7B7vDjS5Jm7TjM0iS\nDDFJb9ClkxjT0mfZgZdpEV82p61JhyY0CpDmfVUS5otSnwK6oOVBVVnzA/3y\nfhw/sXpr+aAdAL23kxg0nOkyrkD70CeVaw/ZirN8s/fOqRK9SzQ01XwpEjdm\nRPWKcJWHbiEbMI9wzg3QFvZUUm8rG0LXUE6erhgZpSVQmmRfVFaWuZfuw3g3\nm/SeWpZ2rnuxojmw5YzViexFaj+i7JXrjz+rywBTC9A49NkYQAopNeJcFH2T\nprQD3o7LAjAxA+nZu89TWn/NXKacJwDBnKp3ZbdvqsmXp5cu+KkyPC/mBGLQ\nE81tUmoV4RIJJmTf25d4jokiejPH8QWFxc8ab/CGbYa2XGMDakwoZKVyH4y4\nYSKQ5yLqCpfQwaA8qMCICDN1ss+Dq/5FEyATHW/BxLs5iPgR8PHkNA6MJg8V\nBlKWwhEqqz+WU5A641uWRKuGFX58NkRx+0jYr1eyiscHPlQL6AstpJ3B96TB\n4B+be2Im+yK7EbGNLI9Fct2ORWrLNu9NZAsxnVJLIy1dxyW20nfcEmgdAEqW\n0Wp+\r\n=0t+c\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/mdast-util-to-hast_9.0.1_1588324143119_0.2909851740031284"
			},
			"_hasShrinkwrap": false
		},
		"9.1.0": {
			"name": "mdast-util-to-hast",
			"version": "9.1.0",
			"description": "mdast utility to transform to hast",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"hast",
				"hast-util",
				"util",
				"utility",
				"markdown",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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/mdast": "^3.0.0",
				"@types/unist": "^2.0.3",
				"collapse-white-space": "^1.0.0",
				"detab": "^2.0.0",
				"mdast-util-definitions": "^3.0.0",
				"mdurl": "^1.0.0",
				"trim-lines": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"nyc": "^15.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.30.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write . && xo --fix",
				"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"**/*.ts",
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "dbfafc6afe207629342bc0d1633b7a4538724e47",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@9.1.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-Akl2Vi9y9cSdr19/Dfu58PVwifPXuFt1IrHe7l+Crme1KvgUT+5z+cHLVcQVGCiNTZZcdqjnuv9vPkGsqWytWA==",
				"shasum": "6ef121dd3cd3b006bf8650b1b9454da0faf79ffe",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.1.0.tgz",
				"fileCount": 34,
				"unpackedSize": 32670,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew4alCRA9TVsSAnZWagAAlTsQAImySeHwTnOHA2esv7IT\ntK7MgeUUzWV+LRMC/e5LZQjyRL9q6qSQslqk5S+ujtDTz5sHJmuIaMZ3mLA2\nq0Uy/rKkm+68xKdQhv7RnGty2Ca3ZQ7ZFHTguVH0mn01XHO5N9LEj7kP04lh\n61T2dKOw0w/k94Dvp3YM4QNngu/krvPwfpIr4Qi6PdKkAGPATZ+Fy1ys1veO\ncyinCbtVvdkZxsbRD+PH+11AYWa6v+AlnCDNa0H+xVUa36Tgn5xGx0PNXikD\niQMmjSj8nqJQ1BZLEYhcG4ViUp5nahON5GK/qJSbON3qA6v0HyMBgIEI8QcH\nt9dJApcklL4Mr219Jn03cVxTCey5nqY+xY3oKFQJDuukW8fPV60htf97WdfT\nfRQrO1vxkcHrVMwsAnqhoYP7l5I7rYOvqwruhIItzIAV8KuID+cFNoQ0L32i\n89yJlleERGi+zW0tiSkw0BIjZ7fvHWiPaeJhoV81q8IBglKjD/AWgo0CPyZc\n82MCFhA9fnygdxXzfncG/LxcNTeSc0Ldu+g7lWM+f3ZZ9TvJsQG0xnUktXuQ\nKlX7avDi/NeRlw+Xc/HvInpKNuhC0oIyoTB0ds+92fACB7H+gvaqgaKO6FgE\nLcntN57kP7pX+Lg+WRJMo22Dz9GrX5k5j7X1cxMaY40tHTyDIQHOc6ARbmAA\nCM4P\r\n=YpBH\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/mdast-util-to-hast_9.1.0_1589872293015_0.11839416253379431"
			},
			"_hasShrinkwrap": false
		},
		"9.1.1": {
			"name": "mdast-util-to-hast",
			"version": "9.1.1",
			"description": "mdast utility to transform to hast",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"hast",
				"hast-util",
				"util",
				"utility",
				"markdown",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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/mdast": "^3.0.0",
				"@types/unist": "^2.0.3",
				"mdast-util-definitions": "^3.0.0",
				"mdurl": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"remark-cli": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"tape": "^5.0.0",
				"tinyify": "^3.0.0",
				"xo": "^0.33.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write . && xo --fix",
				"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"**/*.ts",
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "b3097e3feb191d86bf97b037e67424b2dee73b83",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@9.1.1",
			"_nodeVersion": "14.8.0",
			"_npmVersion": "6.14.8",
			"dist": {
				"integrity": "sha512-vpMWKFKM2mnle+YbNgDXxx95vv0CoLU0v/l3F5oFAG5DV7qwkZVWA206LsAdOnEVyf5vQcLnb3cWJywu7mUxsQ==",
				"shasum": "953ff12aed57464b11d7e5549a45913e561909fa",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.1.1.tgz",
				"fileCount": 34,
				"unpackedSize": 32817,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfT3BeCRA9TVsSAnZWagAAA8AQAJ9HxjVT2JXqLUziF+F1\nEE/6laxOp1eebBi3bb3iM9mDVWTGwjak5vPrnWYp6NakBvJVzVe1HADRK5TU\nz4dv4kuNSWeO6qUQgb1mRyg3lJOiXO+GY60cOWOH41a69RWi/kQG3uf36nyl\ne4ZzmZDs66CeH/01EcgASwwdzaz+YF4PwSfOYnWhP/4i57rVDR7rklEli6D5\n6vDQUeF8xTVvL/8hj+kLpbTmKL2L59tPsOR1w0ollBEaALArEZvaCh8iNjrT\n3Cq829frCTnZaE034Wk4rMdC1zwUrf881IUQt7qx52lyVQcXl8efRi+1dg5w\nxC6ZmNKOIsEx+g8GpqnA944GRmGCooNUgU85o50b/zUxFFxfzAaywEqQp42L\n5IrGJWizOu2BMREOV7hkfex+jpGkrxDZo9KeQRG9qTSwKKC2aBAevuuGZHm7\nZYqAmdHjyAZueVD8QPwRqMjR48+Uyguov2VLM8KrS+nqwY6oblSmR//DL0LQ\nHKMrL65JzUBrcPTA/O7SygjTqw/Azi9hhnVh4t9qcwxMuHD06fE4ExSqdYne\nWFmIRWtSrO6pk8jIYeXEOMkY/DD6E3+btSKk+l+2x6l1ESngt32+j3fW3XP7\nWW0HfszILMNvQ6N5Tm1zMPgUTAUCYbXdwIVDBx6r1JRaOANSnyM9chHNg3F7\nC/Tj\r\n=djdg\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/mdast-util-to-hast_9.1.1_1599041629596_0.6499612984801684"
			},
			"_hasShrinkwrap": false
		},
		"9.1.2": {
			"name": "mdast-util-to-hast",
			"version": "9.1.2",
			"description": "mdast utility to transform to hast",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"hast",
				"hast-util",
				"util",
				"utility",
				"markdown",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-hast/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/mdast": "^3.0.0",
				"@types/unist": "^2.0.0",
				"mdast-util-definitions": "^3.0.0",
				"mdurl": "^1.0.0",
				"unist-builder": "^2.0.0",
				"unist-util-generated": "^1.0.0",
				"unist-util-position": "^3.0.0",
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^4.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"remark-cli": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"tape": "^5.0.0",
				"tinyify": "^3.0.0",
				"xo": "^0.33.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write . && xo --fix",
				"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
				"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test/index.js",
				"test-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"**/*.ts",
					"mdast-util-to-hast.js"
				],
				"rules": {
					"unicorn/prefer-includes": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "e6904e6908bf969372c8efbbb65aba1579442c9d",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
			"_id": "mdast-util-to-hast@9.1.2",
			"_nodeVersion": "14.8.0",
			"_npmVersion": "6.14.8",
			"dist": {
				"integrity": "sha512-OpkFLBC2VnNAb2FNKcKWu9FMbJhQKog+FCT8nuKmQNIKXyT1n3SIskE7uWDep6x+cA20QXlK5AETHQtYmQmxtQ==",
				"shasum": "10fa5ed9d45bf3755891e5801d0f32e2584a9423",
				"tarball": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.1.2.tgz",
				"fileCount": 34,
				"unpackedSize": 32901,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZQPFCRA9TVsSAnZWagAApW0P/1gqkm5OIv6lSjyVJ3w1\njPipSfjo9rvAWLqoJT15kXQgB7gfZ7KNdhEMA1Ry8RGcNw/olK1+VBoBwjdn\nrBOoY/rowUg9DwSiYZUYhHpyPZG0GtMvNeCKbJEpBe7BhAiK73J8BuSEe9jG\nzODCEP7LQyOevyZ51AEY8Jdc1gKZPj4ZEyspp/Ki8ImOwMPEVxIYOhjRIx0i\ntr4kqcZAxJKPNg3IyWvWYMrRNmzTKYnlvJf2XP1Xa68HrisYnNisZPHidl/2\nzlSNGvAK/gejq6BR/e8g5SQuuxOV1TNsVphlXA+7bX7slRKEGJI3pfECwtVu\n7ouZjfryHZwUaWaqfIYSsTMxLoSjQjX/bQ7a+j7iG81zaL4h5qBdWn8X0NUL\nm5xaoPM3vNYBDIwB9iAEWZ1smbUoB1C3clkMBZSijm4IsXK5a3yMWnurwkyG\nYKSBCV08KrBP1fiNnyct/4jAqozMKgqwvk73LZv9YpFTgMfAX8hLjK0PVsX2\n+vDeYfXMcX9BxQgUeWwZp64FDorxkGrlOBESY2QGMG8pxNmgB73Mg0XQnhc4\nk1mvQkfAi1TnIvQgUE0y9v2GCCyCyoa8ORS5Jo4I9q1E0J7SN3HfEjD5IBXC\nqtLz/0Gaxm+IX131YG65tG+kIYl/hJrDZ/scLv2e1VmkVyzxd/TOboP/3sXH\nZjPo\r\n=GTHR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "kmck",
					"email": "keith@mcknig.ht"
				},
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-hast_9.1.2_1600455621065_0.735626715156039"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-09-18T19:00:23.639Z",
		"created": "2016-06-18T11:29:48.970Z",
		"1.0.0": "2016-06-18T11:29:48.970Z",
		"2.0.0": "2016-10-02T10:08:42.629Z",
		"2.1.0": "2016-11-20T10:23:56.578Z",
		"2.1.1": "2016-11-25T20:30:33.174Z",
		"2.1.2": "2016-12-17T12:07:24.053Z",
		"2.2.0": "2016-12-18T12:00:05.527Z",
		"2.3.0": "2017-02-16T09:52:20.512Z",
		"2.4.0": "2017-02-24T22:04:13.362Z",
		"2.4.1": "2017-06-13T18:22:35.500Z",
		"2.4.2": "2017-06-29T21:41:10.090Z",
		"2.4.3": "2017-10-03T17:23:19.827Z",
		"2.5.0": "2017-10-10T15:27:29.344Z",
		"3.0.0": "2017-12-04T20:14:59.906Z",
		"3.0.1": "2018-06-04T08:38:07.778Z",
		"3.0.2": "2018-08-05T17:45:52.293Z",
		"3.0.3": "2018-11-07T21:02:10.619Z",
		"3.0.4": "2018-11-07T21:07:35.444Z",
		"4.0.0": "2018-11-11T13:09:40.679Z",
		"5.0.0": "2019-04-28T10:22:43.018Z",
		"6.0.0": "2019-05-14T16:50:00.679Z",
		"6.0.1": "2019-05-24T10:40:19.875Z",
		"6.0.2": "2019-08-24T09:28:19.224Z",
		"7.0.0": "2019-11-10T09:24:30.989Z",
		"8.0.0": "2020-02-22T15:04:25.477Z",
		"8.1.0": "2020-03-09T10:37:34.965Z",
		"8.2.0": "2020-04-03T16:39:29.340Z",
		"9.0.0": "2020-04-29T08:22:31.691Z",
		"9.0.1": "2020-05-01T09:09:03.220Z",
		"9.1.0": "2020-05-19T07:11:33.143Z",
		"9.1.1": "2020-09-02T10:13:49.698Z",
		"9.1.2": "2020-09-18T19:00:21.195Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "9.1.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"a53410a5ed94ec2ea89ad83a67aba571\"",
			"fetched": 1600679311653
		}
	},
	"_distfiles": {
		"mdast-util-to-hast-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-1.0.0.tgz",
			"sha": "230b57b2908cb2ea61ad537c58143565c763a512",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.0.0.tgz",
			"sha": "c3d62968bc30db477d680a3ecb2332eb3a707267",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.1.0.tgz",
			"sha": "4d5a3a24bc882fb3969c1f342abe6d373f65a4c1",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.1.1.tgz",
			"sha": "f38c8e0594cd042f960dc5da84c83b6e802a2763",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.1.2.tgz",
			"sha": "f030f72f61e308a9e0e6d59cd754ececf4a91cf1",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.2.0.tgz",
			"sha": "4c6272159218c350ee11d4d5a3ec0a9e6ad3edde",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.3.0.tgz",
			"sha": "ab15a1f1f0840d3c3c8ebaa62b3a61f7c6ab2bc1",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.4.0.tgz",
			"sha": "63ce8e43c61d8e5728954a3515e0c936a3b26cea",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.4.1.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.4.1.tgz",
			"sha": "ae6bec08c8704d5f6ddfc7b84afce983c27441a8",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.4.2.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.4.2.tgz",
			"sha": "f116e8bf3da772ba5a397a92dab090f5ba91caa0",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.4.3.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.4.3.tgz",
			"sha": "cd7874c9832627f134fd3756163873f93f2b1de3",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-2.5.0.tgz",
			"sha": "f087844d255c7540f36906da30ba106c0ee5ee2f",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.0.tgz",
			"sha": "69e367fb2a9eb02474dfc017733b8fd272d55d3a",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.1.tgz",
			"sha": "0f91a2d3e3f9415705c0849ff8c2cbe5cc73b307",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.2.tgz",
			"sha": "26b1971f49d6db1e3428463a12e66c89db5021cb",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.3.tgz",
			"sha": "c5ff5fdd4cee4af4f1a2397aa5bbce2e8c0ab549",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-3.0.4.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.4.tgz",
			"sha": "132001b266031192348d3366a6b011f28e54dc40",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-4.0.0.tgz",
			"sha": "d8467ce28ea73b4648667bc389aa39dfa9f67f18",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-5.0.0.tgz",
			"sha": "42ca287ee88fcf0a57123816215d5db507b682a7",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-6.0.0.tgz",
			"sha": "7547f76266670bdd394e58d9110a10dee8c9a881",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-6.0.1.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-6.0.1.tgz",
			"sha": "98d5ff6d3179d2bb95609a12c8b1e370249d73f2",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-6.0.2.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-6.0.2.tgz",
			"sha": "24a8791b7c624118637d70f03a9d29116e4311cf",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-7.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-7.0.0.tgz",
			"sha": "589b562ce1ae0a7849e6c38536a9e7bc4f415e54",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-8.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-8.0.0.tgz",
			"sha": "5e61410f11ed2419b019cc1a1d284139ed0557a5",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-8.1.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-8.1.0.tgz",
			"sha": "80998dada58ad4544336a328849ed01d96777011",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-8.2.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-8.2.0.tgz",
			"sha": "adf9f824defcd382e53dd7bace4282a45602ac67",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-9.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.0.0.tgz",
			"sha": "5efccdf73db33ddd25a590b2d33a52e15a681400",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-9.0.1.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.0.1.tgz",
			"sha": "edfa5590e07fbe5b50a0aa454ce2208535d5681c",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-9.1.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.1.0.tgz",
			"sha": "6ef121dd3cd3b006bf8650b1b9454da0faf79ffe",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-9.1.1.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.1.1.tgz",
			"sha": "953ff12aed57464b11d7e5549a45913e561909fa",
			"registry": "npmjs"
		},
		"mdast-util-to-hast-9.1.2.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.1.2.tgz",
			"sha": "10fa5ed9d45bf3755891e5801d0f32e2584a9423",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"mdast-util-to-hast-9.1.1.tgz": {
			"shasum": "953ff12aed57464b11d7e5549a45913e561909fa"
		}
	},
	"_rev": "2-1eb73c5c35ca011c",
	"_id": "mdast-util-to-hast",
	"readme": "# mdast-util-to-hast\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[**mdast**][mdast] utility to transform to [**hast**][hast].\n\n> **Note**: You probably want to use [`remark-rehype`][remark-rehype].\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install mdast-util-to-hast\n```\n\n## Use\n\nSay we have the following `example.md`:\n\n```markdown\n## Hello **World**!\n```\n\n…and next to it, `example.js`:\n\n```js\nvar inspect = require('unist-util-inspect')\nvar unified = require('unified')\nvar parse = require('remark-parse')\nvar vfile = require('to-vfile')\nvar toHast = require('mdast-util-to-hast')\n\nvar tree = unified()\n  .use(parse)\n  .parse(vfile.readSync('example.md'))\n\nconsole.log(inspect(toHast(tree)))\n```\n\nWhich when running with `node example` yields:\n\n```txt\nroot[1] (1:1-2:1, 0-20)\n└─ element[3] (1:1-1:20, 0-19) [tagName=\"h2\"]\n   ├─ text: \"Hello \" (1:4-1:10, 3-9)\n   ├─ element[1] (1:10-1:19, 9-18) [tagName=\"strong\"]\n   │  └─ text: \"World\" (1:12-1:17, 11-16)\n   └─ text: \"!\" (1:19-1:20, 18-19)\n```\n\n## API\n\n### `toHast(node[, options])`\n\nTransform the given [mdast][] [tree][] to a [hast][] [tree][].\n\n##### Options\n\n###### `options.allowDangerousHtml`\n\nWhether to allow [`html`][mdast-html] nodes and inject them as raw HTML\n(`boolean`, default: `false`).\nOnly do this when using [`hast-util-to-html`][to-html]\n([`rehype-stringify`][rehype-stringify]) or [`hast-util-raw`][raw]\n([`rehype-raw`][rehype-raw]) later: `raw` nodes are not a standard part of\n[hast][].\n\n###### `options.commonmark`\n\nSet to `true` (default: `false`) to prefer the first when duplicate definitions\nare found.\nThe default behavior is to prefer the last duplicate definition.\n\n###### `options.handlers`\n\nObject mapping [mdast][] [nodes][mdast-node] to functions handling them.\nTake a look at [`lib/handlers/`][handlers] for examples.\n\n###### `options.unknownHandler`\n\nHandler for all unknown nodes.\n\nDefault behavior:\n\n*   Unknown nodes with [`children`][child] are transformed to `div` elements\n*   Unknown nodes with `value` are transformed to [`text`][hast-text] nodes\n\n##### Returns\n\n[`HastNode`][hast-node].\n\n##### Notes\n\n*   [`yaml`][mdast-yaml] and `toml` nodes are ignored (created by\n    [`remark-frontmatter`][remark-frontmatter])\n*   [`html`][mdast-html] nodes are ignored if `allowDangerousHtml` is `false`\n*   [`position`][position]s are properly patched\n*   [`node.data.hName`][hname] configures the hast element’s tag-name\n*   [`node.data.hProperties`][hproperties] is mixed into the hast element’s\n    properties\n*   [`node.data.hChildren`][hchildren] configures the hast element’s children\n*   GFM (and this project) uses the obsolete `align` attribute on `td` and `th`\n    elements; combine this utility with\n    [`@mapbox/hast-util-table-cell-style`][hast-util-table-cell-style]\n    to use `style` instead\n\n##### Examples\n\n###### `hName`\n\n`node.data.hName` sets the tag-name of an element.\nThe following [mdast][]:\n\n```js\n{\n  type: 'strong',\n  data: {hName: 'b'},\n  children: [{type: 'text', value: 'Alpha'}]\n}\n```\n\nYields, in [hast][]:\n\n```js\n{\n  type: 'element',\n  tagName: 'b',\n  properties: {},\n  children: [{type: 'text', value: 'Alpha'}]\n}\n```\n\n###### `hProperties`\n\n`node.data.hProperties` in sets the properties of an element.\nThe following [mdast][]:\n\n```js\n{\n  type: 'image',\n  src: 'circle.svg',\n  alt: 'Big red circle on a black background',\n  title: null\n  data: {hProperties: {className: ['responsive']}}\n}\n```\n\nYields, in [hast][]:\n\n```js\n{\n  type: 'element',\n  tagName: 'img',\n  properties: {\n    src: 'circle.svg',\n    alt: 'Big red circle on a black background',\n    className: ['responsive']\n  },\n  children: []\n}\n```\n\n###### `hChildren`\n\n`node.data.hChildren` sets the children of an element.\nThe following [mdast][]:\n\n```js\n{\n  type: 'code',\n  lang: 'js',\n  data: {\n    hChildren: [\n      {\n        type: 'element',\n        tagName: 'span',\n        properties: {className: ['hljs-meta']},\n        children: [{type: 'text', value: '\"use strict\"'}]\n      },\n      {type: 'text', value: ';'}\n    ]\n  },\n  value: '\"use strict\";'\n}\n```\n\nYields, in [hast][] (**note**: the `pre` and `language-js` class are normal\n`mdast-util-to-hast` functionality):\n\n```js\n{\n  type: 'element',\n  tagName: 'pre',\n  properties: {},\n  children: [{\n    type: 'element',\n    tagName: 'code',\n    properties: {className: ['language-js']},\n    children: [\n      {\n        type: 'element',\n        tagName: 'span',\n        properties: {className: ['hljs-meta']},\n        children: [{type: 'text', value: '\"use strict\"'}]\n      },\n      {type: 'text', value: ';'}\n    ]\n  }]\n}\n```\n\n## Security\n\nUse of `mdast-util-to-hast` can open you up to a\n[cross-site scripting (XSS)][xss] attack.\nEmbedded hast properties (`hName`, `hProperties`, `hChildren`), custom handlers,\nand the `allowDangerousHtml` option all provide openings.\n\nThe following example shows how a script is injected where a benign code block\nis expected with embedded hast properties:\n\n```js\nvar code = {type: 'code', value: 'alert(1)'}\n\ncode.data = {hName: 'script'}\n```\n\nYields:\n\n```html\n<script>alert(1)</script>\n```\n\nThe following example shows how an image is changed to fail loading and\ntherefore run code in a browser.\n\n```js\nvar image = {type: 'image', url: 'existing.png'}\n\nimage.data = {hProperties: {src: 'missing', onError: 'alert(2)'}}\n```\n\nYields:\n\n```html\n<img src=\"missing\" onerror=\"alert(2)\">\n```\n\nThe following example shows the default handling of embedded HTML:\n\n```markdown\n# Hello\n\n<script>alert(3)</script>\n```\n\nYields:\n\n```html\n<h1>Hello</h1>\n```\n\nPassing `allowDangerousHtml: true` to `mdast-util-to-hast` is typically still\nnot enough to run unsafe code:\n\n```html\n<h1>Hello</h1>\n&#x3C;script>alert(3)&#x3C;/script>\n```\n\nIf `allowDangerousHtml: true` is also given to `hast-util-to-html` (or\n`rehype-stringify`), the unsafe code runs:\n\n```html\n<h1>Hello</h1>\n<script>alert(3)</script>\n```\n\nUse [`hast-util-sanitize`][sanitize] to make the hast tree safe.\n\n## Related\n\n*   [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)\n    — transform mdast 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*   [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize)\n    — sanitize hast nodes\n*   [`remark-rehype`](https://github.com/remarkjs/remark-rehype)\n    — rehype support for remark\n*   [`rehype-remark`](https://github.com/rehypejs/rehype-remark)\n    — remark support for rehype\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/mdast-util-to-hast.svg\n\n[build]: https://travis-ci.org/syntax-tree/mdast-util-to-hast\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-to-hast.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/mdast-util-to-hast\n\n[downloads-badge]: https://img.shields.io/npm/dm/mdast-util-to-hast.svg\n\n[downloads]: https://www.npmjs.com/package/mdast-util-to-hast\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/mdast-util-to-hast.svg\n\n[size]: https://bundlephobia.com/result?p=mdast-util-to-hast\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-discussions-success.svg\n\n[chat]: https://github.com/syntax-tree/unist/discussions\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[position]: https://github.com/syntax-tree/unist#positional-information\n\n[tree]: https://github.com/syntax-tree/unist#tree\n\n[child]: https://github.com/syntax-tree/unist#child\n\n[mdast]: https://github.com/syntax-tree/mdast\n\n[mdast-node]: https://github.com/syntax-tree/mdast#nodes\n\n[mdast-yaml]: https://github.com/syntax-tree/mdast#yaml\n\n[mdast-html]: https://github.com/syntax-tree/mdast#html\n\n[hast-util-table-cell-style]: https://github.com/mapbox/hast-util-table-cell-style\n\n[hast]: https://github.com/syntax-tree/hast\n\n[hast-text]: https://github.com/syntax-tree/hast#text\n\n[hast-node]: https://github.com/syntax-tree/hast#nodes\n\n[to-html]: https://github.com/syntax-tree/hast-util-to-html\n\n[raw]: https://github.com/syntax-tree/hast-util-raw\n\n[sanitize]: https://github.com/syntax-tree/hast-util-sanitize\n\n[remark-rehype]: https://github.com/remarkjs/remark-rehype\n\n[remark-frontmatter]: https://github.com/remarkjs/remark-frontmatter\n\n[rehype-raw]: https://github.com/rehypejs/rehype-raw\n\n[rehype-stringify]: https://github.com/rehypejs/rehype/tree/HEAD/packages/rehype-stringify\n\n[handlers]: lib/handlers\n\n[hname]: #hname\n\n[hproperties]: #hproperties\n\n[hchildren]: #hchildren\n\n[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting"
}