{
	"name": "hast-to-hyperscript",
	"versions": {
		"1.0.0": {
			"name": "hast-to-hyperscript",
			"version": "1.0.0",
			"description": "Convert a HAST Node through a hyperscript interface",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"html",
				"react",
				"vdom",
				"hyperscript"
			],
			"dependencies": {
				"property-information": "^3.0.0"
			},
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-to-hyperscript/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"
				}
			],
			"devDependencies": {
				"browserify": "^13.0.0",
				"eslint": "^2.0.0",
				"esmangle": "^1.0.0",
				"hast": "0.0.2",
				"html-to-vdom": "^0.7.0",
				"hyperscript": "^1.4.7",
				"is-empty": "1.0.0",
				"istanbul": "^0.4.0",
				"jscs": "^3.0.0",
				"jscs-jsdoc": "^2.0.0",
				"react": "^15.0.1",
				"remark": "^4.0.0",
				"remark-comment-config": "^3.0.0",
				"remark-github": "^4.0.0",
				"remark-lint": "^3.2.0",
				"remark-usage": "^3.0.0",
				"remark-validate-links": "^3.0.0",
				"tape": "^4.0.0",
				"vdom-to-html": "^2.2.0",
				"virtual-dom": "^2.1.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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/index.js",
				"test-coverage": "istanbul cover test/index.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"gitHead": "091546d5fdc89bec34d6b44fc513a7ba21570359",
			"homepage": "https://github.com/wooorm/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@1.0.0",
			"_shasum": "c9ceaeafc8faa37fe1b9f49b037ff7cc0e4510a7",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "c9ceaeafc8faa37fe1b9f49b037ff7cc0e4510a7",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/hast-to-hyperscript-1.0.0.tgz_1460986306646_0.6128783083986491"
			},
			"directories": {}
		},
		"2.0.0": {
			"name": "hast-to-hyperscript",
			"version": "2.0.0",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-to-hyperscript/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": {
				"comma-separated-tokens": "^1.0.0",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"unist-util-is": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"circular.js": "^2.0.3",
				"eslint": "^2.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^1.4.7",
				"istanbul": "^0.4.0",
				"jscs": "^3.0.0",
				"jscs-jsdoc": "^2.0.0",
				"react": "^15.1.0",
				"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-builder": "^1.0.1",
				"virtual-dom": "^2.1.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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": "0cff4055feb119140dca6c47a612c22059dc067b",
			"homepage": "https://github.com/wooorm/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@2.0.0",
			"_shasum": "b97d1051a4beec73f112b10b7e8e954a764c391b",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "b97d1051a4beec73f112b10b7e8e954a764c391b",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/hast-to-hyperscript-2.0.0.tgz_1466087226610_0.7194346226751804"
			},
			"directories": {}
		},
		"2.0.1": {
			"name": "hast-to-hyperscript",
			"version": "2.0.1",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-to-hyperscript/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": {
				"comma-separated-tokens": "^1.0.0",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"unist-util-is": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"circular.js": "^2.0.3",
				"eslint": "^2.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^1.4.7",
				"istanbul": "^0.4.0",
				"jscs": "^3.0.0",
				"jscs-jsdoc": "^2.0.0",
				"react": "^15.1.0",
				"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-builder": "^1.0.1",
				"virtual-dom": "^2.1.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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": "7f54c770554248f9008daff2c941fa3cde0eccc7",
			"homepage": "https://github.com/wooorm/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@2.0.1",
			"_shasum": "b0c0537cf60681db618b8f9e8eae2fa9c293af29",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "b0c0537cf60681db618b8f9e8eae2fa9c293af29",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-to-hyperscript-2.0.1.tgz_1466247914301_0.7639235833194107"
			},
			"directories": {}
		},
		"2.0.2": {
			"name": "hast-to-hyperscript",
			"version": "2.0.2",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-to-hyperscript/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": {
				"comma-separated-tokens": "^1.0.0",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"unist-util-is": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"circular.js": "^2.0.3",
				"eslint": "^2.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^1.4.7",
				"istanbul": "^0.4.0",
				"jscs": "^3.0.0",
				"jscs-jsdoc": "^2.0.0",
				"react": "^15.1.0",
				"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-builder": "^1.0.1",
				"virtual-dom": "^2.1.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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": "ad759123e02a46925c522b214cd77fcf3b660fb1",
			"homepage": "https://github.com/wooorm/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@2.0.2",
			"_shasum": "6ce8959c0f6661bb5c2096b4a69e3c849055c7af",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "6ce8959c0f6661bb5c2096b4a69e3c849055c7af",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-to-hyperscript-2.0.2.tgz_1466691630966_0.9343123820144683"
			},
			"directories": {}
		},
		"2.0.3": {
			"name": "hast-to-hyperscript",
			"version": "2.0.3",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-to-hyperscript/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": {
				"comma-separated-tokens": "^1.0.0",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"unist-util-is": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"circular.js": "^2.0.3",
				"eslint": "^2.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^1.4.7",
				"istanbul": "^0.4.0",
				"jscs": "^3.0.0",
				"jscs-jsdoc": "^2.0.0",
				"react": "^15.1.0",
				"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-builder": "^1.0.1",
				"virtual-dom": "^2.1.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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": "d55f12d557c673d2cb9d8c4d9325fa5dd4ea1f9c",
			"homepage": "https://github.com/wooorm/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@2.0.3",
			"_shasum": "d3266baf4994ce58efbab0f279f1b1981064261e",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "d3266baf4994ce58efbab0f279f1b1981064261e",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-to-hyperscript-2.0.3.tgz_1468274338116_0.6015548270661384"
			},
			"directories": {}
		},
		"2.0.4": {
			"name": "hast-to-hyperscript",
			"version": "2.0.4",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-to-hyperscript/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": {
				"comma-separated-tokens": "^1.0.0",
				"is-nan": "^1.2.1",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"unist-util-is": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"circular.js": "^2.0.3",
				"esmangle": "^1.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^8.4.0",
				"react": "^15.1.0",
				"remark-cli": "^2.1.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off"
				}
			},
			"remarkConfig": {
				"presets": "wooorm"
			},
			"gitHead": "dab4b024245361b717fb7daa0379764974aa961c",
			"homepage": "https://github.com/wooorm/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@2.0.4",
			"_shasum": "487c099497b14bf87fc2a188aa3fbf0ee6235d8c",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "487c099497b14bf87fc2a188aa3fbf0ee6235d8c",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/hast-to-hyperscript-2.0.4.tgz_1478377715274_0.19033585535362363"
			},
			"directories": {}
		},
		"2.1.0": {
			"name": "hast-to-hyperscript",
			"version": "2.1.0",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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": {
				"comma-separated-tokens": "^1.0.0",
				"is-nan": "^1.2.1",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"trim": "0.0.1",
				"unist-util-is": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"circular.js": "^2.0.3",
				"esmangle": "^1.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^10.0.0",
				"react": "^15.1.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^2.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "f36065b007858c6998593b5936bb8385d8f96c9e",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@2.1.0",
			"_shasum": "92cc3b337d411a532a64f8f281bb00a44a20bd5d",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "92cc3b337d411a532a64f8f281bb00a44a20bd5d",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-to-hyperscript-2.1.0.tgz_1488130978564_0.1703598676249385"
			},
			"directories": {}
		},
		"3.0.0": {
			"name": "hast-to-hyperscript",
			"version": "3.0.0",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"is-nan": "^1.2.1",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"trim": "0.0.1",
				"unist-util-is": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^10.0.0",
				"react": "^15.1.0",
				"react-dom": "^15.5.4",
				"rehype": "^4.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^2.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.1",
				"vdom-to-html": "^2.3.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "5afc791ca5677dc4ba551de0c1e8fdb81efff265",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@3.0.0",
			"_shasum": "619a133e1f87d967fcd5042185ba6aa06a7015da",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "619a133e1f87d967fcd5042185ba6aa06a7015da",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/hast-to-hyperscript-3.0.0.tgz_1494669871127_0.7838884124066681"
			},
			"directories": {}
		},
		"3.0.1": {
			"name": "hast-to-hyperscript",
			"version": "3.0.1",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"is-nan": "^1.2.1",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"trim": "0.0.1",
				"unist-util-is": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^11.0.0",
				"react": "^15.1.0",
				"react-dom": "^15.5.4",
				"rehype": "^5.0.0",
				"remark-cli": "^4.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.1",
				"vdom-to-html": "^2.3.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "c7162d256016be70988ec07d6802de4b2f2faf50",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@3.0.1",
			"_npmVersion": "5.0.0",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ayFhQsfvq4EEdiky0fT7mC2CbW7G08Gux6NaBP4cr3p7GAhxrMtelE9TKt3PGDs3Kp7Mit11dB4/5Had93/8uw==",
				"shasum": "2c0f88997b3a5c5297f6d2092d40ac0dcc68ec5d",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-3.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript-3.0.1.tgz_1503250409884_0.9309297087602317"
			},
			"directories": {}
		},
		"3.0.2": {
			"name": "hast-to-hyperscript",
			"version": "3.0.2",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"is-nan": "^1.2.1",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"trim": "0.0.1",
				"unist-util-is": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^11.0.0",
				"react": "^15.1.0",
				"react-dom": "^15.5.4",
				"rehype": "^5.0.0",
				"remark-cli": "^4.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.1",
				"vdom-to-html": "^2.3.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "ad9ecf1e79ff1ccf8dfb38ebc23530bcc6490d4d",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@3.0.2",
			"_npmVersion": "5.0.0",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-EpgSF2xqWHZrVfxRL/QhZPN3kxm36eGYu6PDRccwO2md9Hyhg5oftId1OaTdXqS7Kj0gEGN5BSGVvEceWd5bJg==",
				"shasum": "8468ed08b8382f130e003a38ef735bcf29737336",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-3.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript-3.0.2.tgz_1503347021875_0.4474441120401025"
			},
			"directories": {}
		},
		"3.1.0": {
			"name": "hast-to-hyperscript",
			"version": "3.1.0",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"is-nan": "^1.2.1",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"trim": "0.0.1",
				"unist-util-is": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^11.0.0",
				"react": "^16.1.1",
				"react-dom": "^16.1.1",
				"rehype": "^5.0.0",
				"remark-cli": "^4.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.1",
				"vdom-to-html": "^2.3.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "baad69029a4c51e57666b5390fa0dc7db4f3f15a",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@3.1.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-/At2y6sQLTAcL6y+3hRQFcaBoRlKrmHSpvvdOZqRz6uI2YyjrU8rJ7e1LbmLtWUmzaIqKEdNSku+AJC0pt4+aw==",
				"shasum": "58ef4af5344f4da22f0622e072a8d5fa062693d3",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-3.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript-3.1.0.tgz_1512302367774_0.09256110852584243"
			},
			"directories": {}
		},
		"4.0.0": {
			"name": "hast-to-hyperscript",
			"version": "4.0.0",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"is-nan": "^1.2.1",
				"kebab-case": "^1.0.0",
				"property-information": "^3.0.0",
				"space-separated-tokens": "^1.0.0",
				"trim": "0.0.1",
				"unist-util-is": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^11.0.0",
				"react": "^16.1.1",
				"react-dom": "^16.1.1",
				"rehype": "^5.0.0",
				"remark-cli": "^4.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.1",
				"vdom-to-html": "^2.3.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
				"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.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.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "68de5b06d1fafb5c9f7d277028843918eb2c5284",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@4.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-4kOn4ihjDJTQg7B53ZcZ6NyExtTeG3hLNZv6rSKhq4haQvD52zCllE+49iLiC1VWuc4DbHmt96FHPGlHbslZqQ==",
				"shasum": "3eb25483ec72a8e9a71e4b1ad7eb8f7c86f755db",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-4.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript-4.0.0.tgz_1512305657561_0.6377030734438449"
			},
			"directories": {}
		},
		"5.0.0": {
			"name": "hast-to-hyperscript",
			"version": "5.0.0",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^4.0.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.2.1",
				"unist-util-is": "^2.0.0",
				"web-namespaces": "^1.1.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^12.0.0",
				"prettier": "^1.13.5",
				"react": "^16.1.1",
				"react-dom": "^16.1.1",
				"rehype": "^5.0.0",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"unist-builder": "^1.0.1",
				"vdom-to-html": "^2.3.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -p tinyify -s hastToHyperscript > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "ff53b7134e74dbabfa78471ee2fa2045ecec5f43",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@5.0.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-DLl3eYTz8uwwzEubDUdCChsR5t5b2ne+yvHrA2h58Suq/JnN3+Gsb9Tc4iZoCCsykmFUc6UUpwxTmQXs0akSeg==",
				"shasum": "5106cbba78edb7c95e2e8a49079371eb196c1ced",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-5.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 13163,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTiLECRA9TVsSAnZWagAAqhIP/iEfOqV+D2/vqCx2N9u7\nIRYyjmtr8wiw1u2Y78AqiRMuVapRtrG4oB2WiYKBETEIW0DCMCS9RzCAkiHX\nIV3vA3nG8aKQsK+VQSX2SawO1xjfA4wwYs/6+gV8+DqAHfQKf2YcldGNANb8\n8k+nC9E9Y+81qf1QQpL2RhCb8X19H0eMIF7rL+u/cN6OMYvZwgnH0fMHAOsU\n3aNBpjDEjA0wLEplRffAtCtJl2yW/xQ6F9MYtPdH03wTI6X5UN5lvzKkQT1I\nW7UPyPVyAJEKrjOAsHfsKkl9hTrFwTaDZOk4XbLfW6rTbe0ECZC4a+dTF+iT\nFn3BKrvddX/g9iwOEG2xkjbMRAYHGdBmE3C+gS95OSVed3libov5oLhNBPk+\nQX/BpoctvYLubKnTxh6jT7zOSZiisOzFqHzOaELzr8oOGSxdMRH8lbUz6W18\n8u5AjoNT9DZ6i5nhfqPD4maxUdvrMc9D/lNe+MUXM2zgcoth2IF2XZlQmh4C\nF2ikiwdUPf2DPoBW+S/z4ZzldMzqVte5hgqWz/D4c198a9HXGDa8+Yr0mgza\nSI6wh9frmDm3XUo/AQAOeZu/4g8woxrDWJz7Fsys2oqCPc+LWIf/9PiSKfWH\neiUDN72njrghV1maD4sHnvkWvpSTExx0tiPRtqdTAalAOSTidRJYmf7LqoSt\nkVoF\r\n=JuZg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_5.0.0_1531847364024_0.12369968212982729"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0": {
			"name": "hast-to-hyperscript",
			"version": "6.0.0",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.0.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.2.1",
				"unist-util-is": "^2.0.0",
				"web-namespaces": "^1.1.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^13.0.0",
				"prettier": "^1.13.5",
				"react": "^16.6.1",
				"react-dom": "^16.6.1",
				"rehype": "^6.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"unist-builder": "^1.0.1",
				"vdom-to-html": "^2.3.1",
				"virtual-dom": "^2.1.1",
				"xo": "^0.23.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "e318d85ea5756793f6ab5942853951705f4f7b75",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@6.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-QnJbXddVGNJ5v3KegK1MY6luTkNDBcJnCQZcekt7AkES2z4tYy85pbFUXx7Mb0iXZBKfwoVdgfxU12GbmlwbbQ==",
				"shasum": "051ee17d41b30da8c5ceb001189adf70226f12f4",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-6.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 13180,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4y0+CRA9TVsSAnZWagAAinAQAIEFwmzSXyuyaVk+nAAB\nRgkPPoLcECInk44SjrNWgzHPTyc7T3h5MvbW2nlpZEzGRKWYBDfyV6v3XJLz\nxVKk52FI/mukR40Ip4CxOiHCeaQ74VLnSurf7ZabBTnzlCaQALQ23ANDIcH1\ntT/pEkR2yOmzHGN0KfmnqSM2Nok8kfeGbV3H6MVj9lEp+R+ikamIRINC+sX1\nz5FXcNTwRRL/CTxmMHCPhudAaUV3d7cjcqIlrWLvh+S/OI8reKsQZ3qwZcnL\nYK2RuMAdVR8nbGubsHM1UekeB/pEqR+JPuLp2vvpdzye17yauvTos2efeYqn\nUUNHLxHfsL9HZPaT0f8mlVw5uomD55CQOY6jx0hkm87Kd1w2EmjgnqA4UJfj\nJWTUkJZ1Akv1SNKksNNol5YFQ+9ZZxN9dfbCg54pvCgShAXpUNTLcTRsamXB\nGZQMn/DMutXCbWhkyWsHHXjlzrpkuyunxIJv6WPtawQWJO6Dd+cX3no0glej\n30Pcu95qbTo4B9iZeGFk7QfCbUrorcrMVOGfVmBuBEOTXue5fHm+fnXBIznL\nHQYl+2DmgH5Gc6zR2zmdS7oPcmH1Gk/hZTdT9co5l60eA9yc+jyylJ5D/T7o\n1byyLx4dN0noCaP/gpaUfR8YUbxSVoaKJQFvqA8pUoy8vol3Vpc+HLg5N8/w\nRIBJ\r\n=05RH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_6.0.0_1541614909690_0.7456631353090266"
			},
			"_hasShrinkwrap": false
		},
		"7.0.0": {
			"name": "hast-to-hyperscript",
			"version": "7.0.0",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.0.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.2.1",
				"unist-util-is": "^2.0.0",
				"web-namespaces": "^1.1.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.2",
				"nyc": "^14.0.0",
				"prettier": "^1.13.5",
				"react": "^16.6.1",
				"react-dom": "^16.6.1",
				"rehype": "^7.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"unist-builder": "^1.0.1",
				"vdom-to-html": "^2.3.1",
				"virtual-dom": "^2.1.1",
				"vue": "^2.6.10",
				"vue-server-renderer": "^2.6.10",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "d7940b41819c3818388ce15a2b24312e511a7e70",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@7.0.0",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-0BqSZCyxxIzPNPy0sx18Ii+xLKIkv4pu8b4M9bOvAqCwRmEDcYdLT1jyl2CqPlM2Egb7RWrqOPRfNgFAeriPSg==",
				"shasum": "8062d02ccf487cc62cc3804e06f2d3d744aa6c97",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 13776,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwhSyCRA9TVsSAnZWagAAXuMQAKTtxtL3t0N8cRA8LU0z\nq/+UUIGZqBZi/O7sycuHAnoDc641SoD9XF3vvJRjpDucCh9C4KExQ0nQrrA8\n1dvEgHU6e54d+ehy57cFCzbCvckfocc9S6P9nMXsHaUSgqqW5h7ms0c1duxw\nF5ciUlMgo9jIZqX0bYHjiXAjs3jfixbQzYZKzTEglbDjQc7cglmu4EBJA5i0\nzFgPGsv/XU/CDJfVx0QnEnNrZ8emY8zZLTms/U8gfBMhT0BrnBBh/TBHdhOK\nJkj1xzuQtx+/wbCF07HP62/gortM8A56yRgAB1YR0MImvQCAfon58pAJuAUP\nFyTtd2V4XQqsS32JlAnw/t6sVplBuwUdAqjiFTjnUPsMp9LjAqFWkfoZiciI\nBaWSY10mjlmJR5wGY3ujTBphD0QIAQoaji+LSACmiWeU60mgz5CYQMn8pZQW\nK6+rSwkRJb03mLKLKC6tw/ulEmEnep/u6t1QRntMUX+nP5YTzX4/jtO9x0Zk\ndD7E1qRckmRDatWEqGG7B3arQUzcd3FyDMEidmn0mxdimOsvoz/ODUmUw9y5\nkURjYHYNO/exRANQCLrqeujdxkJwfreHoGPBWNsVavYbN883wrTyrMCdDVBA\nFyAeJhlM61HZTRm+M4zpu5VaqfHMe/MQG/EzuxF+ZpXUKUELaUNigcyppTj2\ngSUI\r\n=rv+C\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_7.0.0_1556223153301_0.8981907650240939"
			},
			"_hasShrinkwrap": false
		},
		"7.0.1": {
			"name": "hast-to-hyperscript",
			"version": "7.0.1",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.0.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.2.1",
				"unist-util-is": "^2.0.0",
				"web-namespaces": "^1.1.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rehype": "^7.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^1.0.0",
				"vdom-to-html": "^2.0.0",
				"virtual-dom": "^2.0.0",
				"vue": "^2.0.0",
				"vue-server-renderer": "^2.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "890da93976c02126ee3fe78ff382042791f44642",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@7.0.1",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-8m2aUi1TB+yurqIumoh7oMJ/P3jusHr0s4eYbJtIS5ANwvlJPhW90VCEIS/ZnhkV98Xjp3f9hOpFw1wWYIsFxg==",
				"shasum": "62964eae4a2c4425f4fa30b1d1af24f2e344792e",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 15480,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6mBECRA9TVsSAnZWagAAhu0P/ism92fBXq/67l7N14q0\nlfyeqrNfliFK9awyVo4dBmN82trjfkp3yYOTJMW7UJnJz+7CMUcv0dk7YBz4\nWd5GS4VfnuuZSg5nG9FsIWF5loHvcMF+nMCG6BcSc1hH3esexZdqzW+NdZeZ\njW76FN3UBStDRPHQNrqjiABBYvL/79MBSZZLcKiPegWSIwpzqfpbG/L1cNLR\nTlXyz06RxrEvrpfUnE3gaC4UVG5ausd2ML4OpJpRTlgw9Wr2GtxVSDZDzebb\n0TImV36Ajm3GS14FOprQ86RR7gXv7CZEuOOHpf8+XzpIBhkzzt116sjf3UBK\nwpGjAY7afMXyHrxdkv5sdXyfpHETAd7TfX/N1A0NfInOCBt6yzi6UfdU9A2K\nLptVl3meNZCcs1IGxNpU5v5QpEd5B224yyvOhb+o1175XmytzQw3vsWdblvU\nl93fzs6WYU5ODxOAyXxtzoa5m1OkC/9rXpaykhWdGAZrhB+ayBVqrS8fBzzn\nDfAb77WZZ4Ix/Ouh1jxFkiW0kkDjj2bbdgum9SJVqMPKnVLtEWHCoU7qPhBq\npJNPvnFt4Py2BT1xw4oWsEKSPjyPNVOMmjfQ4wV1aeUDeye5cMW4GhVIolXK\nYFEBqhevyV8cv/k5mmKvboUGyQaqGBNAXAdH97n9b/n9m1AR58R/3cKC7v2J\n6QRr\r\n=6Z1f\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_7.0.1_1558863939236_0.45643469018590266"
			},
			"_hasShrinkwrap": false
		},
		"7.0.2": {
			"name": "hast-to-hyperscript",
			"version": "7.0.2",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.0.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.2.1",
				"unist-util-is": "^3.0.0",
				"web-namespaces": "^1.1.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rehype": "^7.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^1.0.0",
				"vdom-to-html": "^2.0.0",
				"virtual-dom": "^2.0.0",
				"vue": "^2.0.0",
				"vue-server-renderer": "^2.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "d2273723fe572e000452075c16b18bb92ba55df0",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@7.0.2",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-NBMMst0hkDR21uSH75m9W2DkljBrLoMQEhGiLMLNij4HIzEDJMC1UG+CFR6EAjHi2zs3NHBoaAHJOHxftoIN2g==",
				"shasum": "e9237c88c6069999ad38aec847fefc296f484c4c",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 15551,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8NChCRA9TVsSAnZWagAAYxQP/RGWtJW10ovo2qLq7ZnB\nRb3J36UcH6AnSUDlJvXdKxxvS6ZyJramyqgAREci9RycEcCspr0a4GEqETiL\ntOOMfZ9T8kuepmU03t17k16BybTiNRvmHduV6CWTMVt52FN6I7eRtMzi4vL5\nrwWLnk5uzf/xDgGb4ei22xJBOVaCR8LzbG43gmkKNImhCQ9K9VxUwFx+kzNG\nqXouliqIFpidlJq/M/AL1wALROw2rvEdb0/qRq4zASqjEhOhD3fXqOaKjXsp\nEP2U5yX8TteoK3vNh3FnNDORNAtSTJw7aKq8BfmPDDV0mA2tXDnxrrTCS/8L\n7uZKSDVkaHtXHXJQE182aOGC8MKutu1O0TSwexr1z+bOunNxE4GF6+95p0T1\nLJm2NMqSGxpEA0PqTmAvpFSw5BH09z1RkTgoggBOxPu3nIEb/szN4CSY3xNo\nhYb42WKxTG+SzNZnBF5YzHiuo7eyUtE5jn5GP0ael7OA8R/0fkinHC3thDHq\n8yMJw4Mpx0ixKyHD9G+NDPzzsmB4w4PzvIObSq7HOKSF+RIz2rv90Sfhd7vL\nWCSV94/kpKLRzRdA1GRYdcoCOPvsxGh1yLihdtPqNTAHXarX1YAcikQUhWyN\n7pLGhXjWcjQtHqu0PN1Y+mU0aZGlPzs7nppCpiw+7BkiYOlrliw1VyyinzxL\nltXs\r\n=WMlt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_7.0.2_1559285920513_0.9022094347122174"
			},
			"_hasShrinkwrap": false
		},
		"7.0.3": {
			"name": "hast-to-hyperscript",
			"version": "7.0.3",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.3.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.2.1",
				"unist-util-is": "^3.0.0",
				"web-namespaces": "^1.1.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rehype": "^9.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^1.0.0",
				"vdom-to-html": "^2.0.0",
				"virtual-dom": "^2.0.0",
				"vue": "^2.0.0",
				"vue-server-renderer": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "ce82cf552e66fecadf0f80376e3043ee3fa62e98",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@7.0.3",
			"_nodeVersion": "12.11.1",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-h4t0U8KIImkFCXswj0IzRhPgps6GpLxyjSPfI4ECF+bE13sHu1fY/UP8tvJmfLNa6blQctiyba4pUsvm3WrXMg==",
				"shasum": "e36b2a32b237f83bbb80165351398226f12b7d6e",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 16101,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdmuGNCRA9TVsSAnZWagAAQzUQAJXgGDFa+W3ZsY56an3s\nocbxDn6bKas47TVEFBgBbm8zrO8mbj5NruCDxI9juz41NhrXG9wotH962WYZ\n4iV4zzfuWEovZJTG+CT+5dd6PFGn1ztde7eDigjEn/spymvF1djHokFaDdYY\nbETZyMliPxk3pzfALhPGAyYQXaHqvwIXnUldeOcsXfjtFX9OHWjL6qE9XFIE\nq1+KRj/vIOSWTmX7rTZwEfRHeEmJ334r7pvkqh781IEG2aJTKZP0qSEIUXxv\nxT8n9xYU6+2HpBHsO1SfmcDsZ7YZWjMkQidT2LoWU0tQ3a35W43+ez67jEsX\nRf1dXyralqbIWgWKb9S9+S8Cal95YDQfrL/FHYrUq3tTPXVjIoQWimNXK4Zp\n7r8FYv9dvdM8Ct4hbhLt16XndB8BoMZ0/6PW3WzleRmshM7d4+H11aJZYuPm\n4Zo5AU/QzrR1FJ9iVbc12SgqvLpXovF5plKUBMXOz0Ws25O6LVAzW2uI8/Jp\nxMBypSU7FXKS/EWKq2VKis882AiSoFTYM/7dal6S71G6phMYHOSbVqNlIM0g\nJXDdkBVvTBfLFrCtN6v2mNJqdIWzvajZNGvVeCKzZ1pvUVp+vb3M/bqiQqwQ\nMvjYilDOmf8qr42UmwUpIeuq1IUeHvQqH2ZUOMLQjRhvGR2IHwEH4T9TOJSG\nscUl\r\n=/A6x\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_7.0.3_1570431372759_0.3685828496331862"
			},
			"_hasShrinkwrap": false
		},
		"7.0.4": {
			"name": "hast-to-hyperscript",
			"version": "7.0.4",
			"description": "Transform HAST to something else through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"hast",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.3.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.2.1",
				"unist-util-is": "^3.0.0",
				"web-namespaces": "^1.1.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rehype": "^9.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"vdom-to-html": "^2.0.0",
				"virtual-dom": "^2.0.0",
				"vue": "^2.0.0",
				"vue-server-renderer": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "089b3aa343ec0619694ed39f98f4d750aa8184cb",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@7.0.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-vmwriQ2H0RPS9ho4Kkbf3n3lY436QKLq6VaGA1pzBh36hBi3tm1DO9bR+kaJIbpT10UqaANDkMjxvjVfr+cnOA==",
				"shasum": "7c4c037d9a8ea19b0a3fdb676a26448ad922353d",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.4.tgz",
				"fileCount": 4,
				"unpackedSize": 16207,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyuBwCRA9TVsSAnZWagAANNIP/14lvvh/QN3GutdIFoH/\nKX1W5WhhC5QSjTgsMC1iV813EStNIFXjW4jwOf8Jweo4ieP0cNVA1RRh6bkw\nOmS7m34+6liEHmNvbad8X02499ijBUXFoZNgqoaxdQeTJ1mfZ2M+6KcF8yqZ\nkBPG1mdmCFm4pljweklbQqPnUlH8EBTQPWXOGNnxnwjfeo5GJkn4sNyFprpd\nPU2kGF4C5CbraSrTdXL7R41U0pHAy5mFVEzdsc5JQXRyLE6n+iose/NUQeIg\nR8xFeZtwFOC8R5x5XhDmitG4cdoTUhDdp6ocENef56uxxWpBsqe7xP8mCcFF\nZKUWX8QKvPAKO5umva70C0KwRR5yfUrg9UtwIjoiJkhoyzdFaoFao1Wm7WEb\nKBilojcXqOPjoIIaO+t3T2QbO7jC/uWukdu+vRQ3BUavYYLeCrT9VPh1JAp+\nqkDZc+oF1JvmJfjBB+iHnC85FVm/mWATQCjpw6ORq4ZC7RfyMgiVUvDWC9jf\n+JfAyprtN1Lb5dxpeH9aO46HA0A4vJGSlO+PNm6H68oV7rC/8Xl000Z7cLT5\nFlF9dPmNwx9lktsOZ2TT9BEcVZ4oZ7eSyKCIYW/pRnYnPu5CydzStm8dGIwA\nEMt8Itk+XCrEXB/csTqOK0QpWl0LobaUDw+UcfRe641pXh37Y7ghIRmuKmiO\nypcE\r\n=BW7d\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_7.0.4_1573576816332_0.662419065134356"
			},
			"_hasShrinkwrap": false
		},
		"8.0.0": {
			"name": "hast-to-hyperscript",
			"version": "8.0.0",
			"description": "hast utility to transform to something else (react, vue, etc) through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"html",
				"change",
				"transform",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.0.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.3.0",
				"unist-util-is": "^4.0.0",
				"web-namespaces": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rehype": "^9.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"vdom-to-html": "^2.0.0",
				"virtual-dom": "^2.0.0",
				"vue": "^2.0.0",
				"vue-server-renderer": "^2.0.0",
				"xo": "^0.27.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "3196a26da3e5e65ec9486d4a1e1bc12b966ed21e",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@8.0.0",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-WgSlKtcjhDeCa6USBnoJwjOmRo81/Ib/MPSASOjTH99XLoPO+R5/1LrCjHJnftM8KTbnf6OV9czQj25mqBXYHw==",
				"shasum": "ad1182144366ed8d4f65f1a771c7f1da6f812648",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-8.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 16299,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWiOfCRA9TVsSAnZWagAA1aYQAJLdLWU/8Dto5BgvE4o8\nneWya5PuofpIChvkCB4AFF9x9Om5iTzWP4ve+fa218dc6ZlD+XlSfH1ZZBa+\nlKdrsozcV5jmToy0ySH8tZLzetpIlyKWAK0J6uu6XBoquQe8Jk9AlpPv9LSI\niTqAbRMGKRx9kpwsBAoFXn0nBP9dZrRldTdsR9YGWARA/GnSIjA8LsscyQHK\nV9Pi7UgLjQsDGbVUKUguJ0Czjn/Py8f93vDmdBHWHJsJFCfQBm3Dah90o440\nMRgVx6MiJLTWSOM0Qih5htLlRFG6ZXO6a8byAzInP6zNMA2ao3aDqKsbWrnJ\n+g+zWjlBT6NFIad4MpnrtAZk3B7bPE6MleFZqW3bQNGOmBAq9DDlxhq7LsAA\nereKlrpq+4OHCPOMkYLUa+MOQ1MHNxhZGaLGQWsJyb0TVeLRAAvWSy5ofSZI\nmekbv0wn6fmTHgjZ1mDJLYZjbkCfO51p+2W5wHtp/5rHgdEpFh1w98woX2Ew\nhXRum+TKdkclpoM14jjw71e+wXQsg3jeds/9MpE05gARxXVU82iSa92TEIF5\nLVgMg7/FnxiFoEG1UWvjfnLpDXJz+w+f/g2sS/sW5Ska5ZfUeuG8TJ/MHpGN\nUioRyC0P3ZH3A7vDrRtTgDbhwIjO3IajYbgsqjlff96IFJJQJ9aBKeaA0GD+\n/sSb\r\n=cqYk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_8.0.0_1582965663225_0.11175029375481405"
			},
			"_hasShrinkwrap": false
		},
		"8.1.0": {
			"name": "hast-to-hyperscript",
			"version": "8.1.0",
			"description": "hast utility to transform to something else (react, vue, etc) through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"html",
				"change",
				"transform",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.0.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.3.0",
				"unist-util-is": "^4.0.0",
				"web-namespaces": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rehype": "^10.0.0",
				"remark-cli": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"vdom-to-html": "^2.0.0",
				"virtual-dom": "^2.0.0",
				"vue": "^2.0.0",
				"vue-server-renderer": "^2.0.0",
				"xo": "^0.29.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "2e35e3d0de633a41364567afa87ff732b1fb8a75",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@8.1.0",
			"_nodeVersion": "13.10.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-NGZO5WbTxzmtMWT3wgfwCAvAofNuWovWFJ2HX0sp1xsUMafDktrijaUuR/dBFpQ0eo4nsXEE3pz17WVvYYXK4Q==",
				"shasum": "3b6dcff946e10f99a2d08eef443bfec248529866",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-8.1.0.tgz",
				"fileCount": 4,
				"unpackedSize": 16758,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeooPXCRA9TVsSAnZWagAAppQP/R2ybuWcGP4wjLFq779t\ndnpmO9+jGNjE4zKIqFWvSAzX21EMabU2rJzksyr4zctv1vXfcPLaZMLiaGEc\noCCX9gcZwUxi+C2ii+Cx3B5+lBnh99MMKVjUVPoSO9COwjMpjfiWQ/xAL97r\nIZPvLKZFBAgVb9N43JcGl1jyVJgVEVDcww496grxI/TER3Eu7BBXruO+1CH5\nTvcvvc6+5hg3QCRcG5bM7Jt9Uzo5bn91KMsGXtxGdnDOVMKglCk3UyV+4LCy\n1xLCfiMkIiCtFJVrunXAmUPFOlaLGA7QEpiDS7+nmwdY8Ipw3rRFafjl/TJQ\nkSk0sEpf81YX7EPmftWGemEbVeYU8jeYglypjIJcbT1AULjeDuKVQkR3KMia\naFXrd7eAKX/mc4HveeOjfr/6ujhCgqwHL8SFGMEPgoENsZ/YEzybEl8F3mTg\n3Osw+xSZGcd5myevvMJoa5OxfzhVHpEOJWZXpYDWQNdf3fYeYvtl9KAoJzvT\nBWDLYlwZlwspxu9ohegQUsYp2VR8Mryhjk7bUxfyThT8W99y9IKGVSvgLlG4\nMZk4ca6GG40nMwYNjc/S/RDfM74Uf8LjolQSjBJm1R0YzXepJf5K5NJQP9k3\nhpEuCGJdjMYrPpYHhXodyrPwm9Pi6jS6OaR6geFtKtow5CO2dBZW69YH6z6M\nsNqt\r\n=6F67\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_8.1.0_1587708886686_0.9808726357823725"
			},
			"_hasShrinkwrap": false
		},
		"8.1.1": {
			"name": "hast-to-hyperscript",
			"version": "8.1.1",
			"description": "hast utility to transform to something else (react, vue, etc) through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"html",
				"change",
				"transform",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				}
			],
			"dependencies": {
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.3.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.3.0",
				"unist-util-is": "^4.0.0",
				"web-namespaces": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hyperscript": "^2.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rehype": "^10.0.0",
				"remark-cli": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"tape": "^5.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"vdom-to-html": "^2.0.0",
				"virtual-dom": "^2.0.0",
				"vue": "^2.0.0",
				"vue-server-renderer": "^2.0.0",
				"xo": "^0.30.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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": {
					"unicorn/no-fn-reference-in-iterator": "off",
					"unicorn/prefer-type-error": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "89e9e08d02511a07fa946f7a77df6d42cc1b6230",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@8.1.1",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-IsVTowDrvX4n+Nt+zP0VLQmh/ddVtnFSLUv1gb/706ovL2VgFdnE5ior2fDHSp1Bc0E5GidF2ax+PMjd+TW7gA==",
				"shasum": "081e5a98d961ab46277a844f97dfe8dae05a8479",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-8.1.1.tgz",
				"fileCount": 4,
				"unpackedSize": 16826,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezMF9CRA9TVsSAnZWagAA5T8P/3/z2gywteUHyDxAyRa3\nC7RrwTdnr/9Yebqs3q9GLoLHD68u1E/rzLkvWwof9PIin12e77U8Eg6AEcui\nfd+BWDwMEfDUThigetXEeHzWsKxsCspI9o56IDYCHy6vt+7fKkO0iQ7PhPfq\nZ8sbvz74Seydlnc5rdcdnf5zTLoSOtCo2eL0kUiZ6+NdO6MVTd4z3lk7Gm8v\niaTDD4vjpRskI0+Ks61WvIGsXBuPrVHrU88BaeBkQK0Sqc5p4sm69na4UKS7\npOn6MU9Lj9KmPYan3XU01uucQhxbrnMtA76SOgszY9gVF7qCiksYTmFH6TJw\nrK8QnJzXNWNGzEbnpKO4buMgXtnrLX88cgxnMz9KDeOVA62vYlWGb+rVskU6\nNiPh+XDEM3wpv/1io3buGNGybhL8ddyojSlC6GiC5khapySdcNbv1z/wEqoz\nVHY5XMnHEAlSPbrTpy4RBstYgR7x/PQyWVG5KmqqBHEQJZtOHlwh+drCYSRG\nxGvqtVrI7Dh2mFdtED/uQjguTrVH9G4+QmvqiDAN31m/oDPnnVgn8cw5zDeV\nKhep20YgO4E0hPhlj+/CohV0IsJwlHYor8x4yfxAkcHByw5PvB4+fveE8dFD\nSvMrjBKZAyMvbVAiQXjkmKUYAup+asQiNzTwuTOGm3s6P9amN+cXoobvaSDF\nJNHf\r\n=l4Yk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_8.1.1_1590477181000_0.9129838856838055"
			},
			"_hasShrinkwrap": false
		},
		"9.0.0": {
			"name": "hast-to-hyperscript",
			"version": "9.0.0",
			"description": "hast utility to transform to something else (react, vue, etc) through a hyperscript DSL",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"html",
				"change",
				"transform",
				"rehype",
				"vdom",
				"virtual",
				"dom",
				"hyperscript",
				"dsl"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-to-hyperscript/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"
				},
				{
					"name": "Jannis Redmann",
					"email": "mail@jannisr.de"
				},
				{
					"name": "Koto Hajime",
					"email": "toxictoxer@gmail.com"
				},
				{
					"name": "Christian Murphy",
					"email": "christian.murphy.42@gmail.com"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"@types/unist": "^2.0.3",
				"comma-separated-tokens": "^1.0.0",
				"property-information": "^5.3.0",
				"space-separated-tokens": "^1.0.0",
				"style-to-object": "^0.3.0",
				"unist-util-is": "^4.0.0",
				"web-namespaces": "^1.0.0"
			},
			"devDependencies": {
				"@types/hyperscript": "0.0.4",
				"@types/react": "^16.0.0",
				"@types/virtual-dom": "^2.0.0",
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"hyperscript": "^2.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"react": "^16.0.0",
				"react-dom": "^16.0.0",
				"rehype": "^10.0.0",
				"remark-cli": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"tape": "^5.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"vdom-to-html": "^2.0.0",
				"virtual-dom": "^2.0.0",
				"vue": "^2.0.0",
				"vue-server-renderer": "^2.0.0",
				"xo": "^0.32.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
				"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
				"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.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,
				"rules": {
					"unicorn/no-fn-reference-in-iterator": "off",
					"unicorn/prefer-type-error": "off",
					"@typescript-eslint/prefer-readonly-parameter-types": "off",
					"guard-for-in": "off",
					"no-self-compare": "off",
					"complexity": "off"
				}
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "480d939eba35f7655813c3e814fd0ec647eb200d",
			"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
			"_id": "hast-to-hyperscript@9.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg==",
				"shasum": "768fb557765fe28749169c885056417342d71e83",
				"tarball": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 18628,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3gHjCRA9TVsSAnZWagAAsTMP/3ts4Dky0sYZSJcbpwsA\nqgZdFVyG1ACha5bGPdL82Z73smyMOaTbAcVatzjRSyvSjLEwBwTtlcjcErSD\nj6XwKzmQ78vrpNhV0WRBZBvfDD4ui3cv3ADSeDYBJBh8eiZB25sWOr2S5eZI\ndHnJPenzW6MNDxPrJRpHTs3W2+qpEnqC5n3f3sjMHU9O4VciGBdyLEK+icxv\nAtpk0u3X+eOO7kHKvJVqEuRkUGWVRkc0YXOdPvEHyazfKf13/08BJ9muzS0y\nC33l8q39lZ3IIFLJig6/m7SyChp8ce3njH0zOQ1crcn2y5djBAkYN3YkymmY\nAJ21Z0sSBTD5SZQChmZfHlyCXNucIZgVbmLW9yAOQJdTTSiKSBUfLvOYsK9q\nEqbuY0sbhzZz3RNgOP0v9/HfXv+5vnuKt00h+sNS2xg5/mpSK0QCxM9+hBBJ\nVRiIXVPQadPfTVFyiN8AOedUkE6rR/yjoksbP0omiVbuXrw18cSHWp2yhQb4\nCfU91IOncHWZe8SX7TT5G0Ymm/Tj5XoVJT65l9gD13idHV1q5jYdzU3cGzNz\nUgbm/epPHASvxNaPPFqk/45Cj8EQg3C0SWeNsFtMp05ErlsBVi3BKDDYioff\n8agWvqoklJUFA4bZqaqSlKR50r7COI7rsOAi1hQe6E1eTYG0tkx/Z8JA8q0R\nSc0j\r\n=J3pr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-to-hyperscript_9.0.0_1591607779073_0.6262892069323813"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:30:49.371Z",
		"created": "2016-04-18T13:31:47.896Z",
		"1.0.0": "2016-04-18T13:31:47.896Z",
		"2.0.0": "2016-06-16T14:27:07.664Z",
		"2.0.1": "2016-06-18T11:05:16.766Z",
		"2.0.2": "2016-06-23T14:20:33.517Z",
		"2.0.3": "2016-07-11T21:58:58.533Z",
		"2.0.4": "2016-11-05T20:28:35.848Z",
		"2.1.0": "2017-02-26T17:43:00.646Z",
		"3.0.0": "2017-05-13T10:04:32.919Z",
		"3.0.1": "2017-08-20T17:33:30.793Z",
		"3.0.2": "2017-08-21T20:23:42.783Z",
		"3.1.0": "2017-12-03T11:59:28.653Z",
		"4.0.0": "2017-12-03T12:54:18.486Z",
		"5.0.0": "2018-07-17T17:09:24.090Z",
		"6.0.0": "2018-11-07T18:21:49.832Z",
		"7.0.0": "2019-04-25T20:12:33.420Z",
		"7.0.1": "2019-05-26T09:45:39.462Z",
		"7.0.2": "2019-05-31T06:58:40.737Z",
		"7.0.3": "2019-10-07T06:56:12.897Z",
		"7.0.4": "2019-11-12T16:40:16.481Z",
		"8.0.0": "2020-02-29T08:41:03.321Z",
		"8.1.0": "2020-04-24T06:14:46.862Z",
		"8.1.1": "2020-05-26T07:13:01.132Z",
		"9.0.0": "2020-06-08T09:16:19.235Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "9.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e663accef1008d9e2faf686ee3b04234\"",
			"fetched": 1600679321433
		}
	},
	"_distfiles": {
		"hast-to-hyperscript-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-1.0.0.tgz",
			"sha": "c9ceaeafc8faa37fe1b9f49b037ff7cc0e4510a7",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.0.tgz",
			"sha": "b97d1051a4beec73f112b10b7e8e954a764c391b",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.1.tgz",
			"sha": "b0c0537cf60681db618b8f9e8eae2fa9c293af29",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.2.tgz",
			"sha": "6ce8959c0f6661bb5c2096b4a69e3c849055c7af",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.3.tgz",
			"sha": "d3266baf4994ce58efbab0f279f1b1981064261e",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-2.0.4.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.0.4.tgz",
			"sha": "487c099497b14bf87fc2a188aa3fbf0ee6235d8c",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-2.1.0.tgz",
			"sha": "92cc3b337d411a532a64f8f281bb00a44a20bd5d",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-3.0.0.tgz",
			"sha": "619a133e1f87d967fcd5042185ba6aa06a7015da",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-3.0.1.tgz",
			"sha": "2c0f88997b3a5c5297f6d2092d40ac0dcc68ec5d",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-3.0.2.tgz",
			"sha": "8468ed08b8382f130e003a38ef735bcf29737336",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-3.1.0.tgz",
			"sha": "58ef4af5344f4da22f0622e072a8d5fa062693d3",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-4.0.0.tgz",
			"sha": "3eb25483ec72a8e9a71e4b1ad7eb8f7c86f755db",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-5.0.0.tgz",
			"sha": "5106cbba78edb7c95e2e8a49079371eb196c1ced",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-6.0.0.tgz",
			"sha": "051ee17d41b30da8c5ceb001189adf70226f12f4",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-7.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.0.tgz",
			"sha": "8062d02ccf487cc62cc3804e06f2d3d744aa6c97",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-7.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.1.tgz",
			"sha": "62964eae4a2c4425f4fa30b1d1af24f2e344792e",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-7.0.2.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.2.tgz",
			"sha": "e9237c88c6069999ad38aec847fefc296f484c4c",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-7.0.3.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.3.tgz",
			"sha": "e36b2a32b237f83bbb80165351398226f12b7d6e",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-7.0.4.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.4.tgz",
			"sha": "7c4c037d9a8ea19b0a3fdb676a26448ad922353d",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-8.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-8.0.0.tgz",
			"sha": "ad1182144366ed8d4f65f1a771c7f1da6f812648",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-8.1.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-8.1.0.tgz",
			"sha": "3b6dcff946e10f99a2d08eef443bfec248529866",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-8.1.1.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-8.1.1.tgz",
			"sha": "081e5a98d961ab46277a844f97dfe8dae05a8479",
			"registry": "npmjs"
		},
		"hast-to-hyperscript-9.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.0.tgz",
			"sha": "768fb557765fe28749169c885056417342d71e83",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"hast-to-hyperscript-9.0.0.tgz": {
			"shasum": "768fb557765fe28749169c885056417342d71e83"
		}
	},
	"_rev": "2-57e85ec317c02cfc",
	"_id": "hast-to-hyperscript",
	"readme": "# hast-to-hyperscript\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n[![Sponsors][sponsors-badge]][collective]\n[![Backers][backers-badge]][collective]\n[![Chat][chat-badge]][chat]\n\n[**hast**][hast] utility to transform a [*tree*][tree] to something else through\na [hyperscript][] interface.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install hast-to-hyperscript\n```\n\n## Use\n\n```js\nvar toH = require('hast-to-hyperscript')\nvar h = require('hyperscript')\n\nvar tree = {\n  type: 'element',\n  tagName: 'p',\n  properties: {id: 'alpha', className: ['bravo']},\n  children: [\n    {type: 'text', value: 'charlie '},\n    {\n      type: 'element',\n      tagName: 'strong',\n      properties: {style: 'color: red;'},\n      children: [{type: 'text', value: 'delta'}]\n    },\n    {type: 'text', value: ' echo.'}\n  ]\n}\n\n// Transform (`hyperscript` needs `outerHTML` to serialize):\nvar doc = toH(h, tree).outerHTML\n\nconsole.log(doc)\n```\n\nYields:\n\n```html\n<p class=\"bravo\" id=\"alpha\">charlie <strong>delta</strong> echo.</p>\n```\n\n## API\n\n### `toH(h, tree[, options|prefix])`\n\nTransform a [**hast**][hast] [*tree*][tree] to something else through a\n[hyperscript][] interface.\n\n###### Parameters\n\n*   `h` ([`Function`][h]) — Hyperscript function\n*   `tree` ([`Node`][node]) — [*Tree*][tree] to transform\n*   `prefix` — Treated as `{prefix: prefix}`\n*   `options.prefix` (`string` or `boolean`, optional)\n    — Prefix to use as a prefix for keys passed in `attrs` to `h()`,\n    this behavior is turned off by passing `false`, turned on by passing\n    a `string`.\n    By default, `h-` is used as a prefix if the given `h` is detected as being\n    `virtual-dom/h` or `React.createElement`\n*   `options.space` (enum, `'svg'` or `'html'`, default: `'html'`)\n    — Whether `node` is in the `'html'` or `'svg'` space.\n    If an `svg` element is found when inside the HTML space, `toH` automatically\n    switches to the SVG space when entering the element, and switches back when\n    exiting\n\n###### Returns\n\n`*` — Anything returned by invoking `h()`.\n\n### `function h(name, attrs, children)`\n\nCreate an [*element*][element] from the given values.\n\n###### Content\n\n`h` is called with the node that is currently compiled as the context object\n(`this`).\n\n###### Parameters\n\n*   `name` (`string`) — Tag-name of element to create\n*   `attrs` (`Object.<string>`) — Attributes to set\n*   `children` (`Array.<* | string>`) — List of children (results of previously\n    invoking `h()`)\n\n###### Returns\n\n`*` — Anything.\n\n##### Caveats\n\n###### Nodes\n\nMost hyperscript implementations only support [*elements*][element] and\n[*texts*][text].\n[**hast**][hast] supports [*doctype*][doctype], [*comment*][comment], and\n[*root*][root] as well.\n\n*   If anything other than an `element` or `root` node is given, `toH` throws\n*   If a [*root*][root] is given with no [*children*][child], an empty `div`\n    [*element*][element] is returned\n*   If a [*root*][root] is given with one [*element*][element] [*child*][child],\n    that element is transformed\n*   Otherwise, the children are wrapped in a `div` [*element*][element]\n\nIf unknown nodes (a node with a [*type*][type] not defined by [**hast**][hast])\nare found as [*descendants*][descendant] of the given [*tree*][tree], they are\nignored: only [*text*][text] and [*element*][element] are transformed.\n\n###### Support\n\nAlthough there are lots of libraries mentioning support for a hyperscript-like\ninterface, there are significant differences between them.\nFor example, [`hyperscript`][hyperscript] doesn’t support classes in `attrs` and\n[`virtual-dom/h`][vdom] needs an `attributes` object inside `attrs` most of the\ntime.\n`toH` works around these differences for:\n\n*   [`React.createElement`][react]\n*   Vue’s [`createElement`][vue]\n*   [`virtual-dom/h`][vdom]\n*   [`hyperscript`][hyperscript]\n\n## Security\n\nUse of `hast-to-hyperscript` can open you up to a\n[cross-site scripting (XSS)][xss] attack if the hast tree is unsafe.\nUse [`hast-util-santize`][sanitize] to make the hast tree safe.\n\n## Related\n\n*   [`hastscript`][hastscript]\n    — Hyperscript compatible interface for creating nodes\n*   [`hast-util-sanitize`][sanitize]\n    — Sanitize nodes\n*   [`hast-util-from-dom`](https://github.com/syntax-tree/hast-util-from-dom)\n    — Transform a DOM tree to hast\n*   [`unist-builder`](https://github.com/syntax-tree/unist-builder)\n    — Create any unist tree\n*   [`xastscript`](https://github.com/syntax-tree/xastscript)\n    — Create a xast tree\n\n## Contribute\n\nSee [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get\nstarted.\nSee [`support.md`][support] for ways to get help.\n\nThis project has a [code of conduct][coc].\nBy interacting with this repository, organization, or community you agree to\nabide by its terms.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/syntax-tree/hast-to-hyperscript.svg\n\n[build]: https://travis-ci.org/syntax-tree/hast-to-hyperscript\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-to-hyperscript.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/hast-to-hyperscript\n\n[downloads-badge]: https://img.shields.io/npm/dm/hast-to-hyperscript.svg\n\n[downloads]: https://www.npmjs.com/package/hast-to-hyperscript\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/hast-to-hyperscript.svg\n\n[size]: https://bundlephobia.com/result?p=hast-to-hyperscript\n\n[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg\n\n[backers-badge]: https://opencollective.com/unified/backers/badge.svg\n\n[collective]: https://opencollective.com/unified\n\n[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg\n\n[chat]: https://spectrum.chat/unified/syntax-tree\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md\n\n[support]: https://github.com/syntax-tree/.github/blob/master/support.md\n\n[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md\n\n[vdom]: https://github.com/Matt-Esch/virtual-dom/tree/master/virtual-hyperscript\n\n[hyperscript]: https://github.com/hyperhype/hyperscript\n\n[react]: https://reactjs.org/docs/glossary.html#react-elements\n\n[vue]: https://vuejs.org/v2/guide/render-function.html#createElement-Arguments\n\n[hastscript]: https://github.com/syntax-tree/hastscript\n\n[tree]: https://github.com/syntax-tree/unist#tree\n\n[child]: https://github.com/syntax-tree/unist#child\n\n[type]: https://github.com/syntax-tree/unist#type\n\n[descendant]: https://github.com/syntax-tree/unist#descendant\n\n[hast]: https://github.com/syntax-tree/hast\n\n[node]: https://github.com/syntax-tree/hast#nodes\n\n[text]: https://github.com/syntax-tree/hast#text\n\n[doctype]: https://github.com/syntax-tree/hast#doctype\n\n[root]: https://github.com/syntax-tree/hast#root\n\n[comment]: https://github.com/syntax-tree/hast#comment\n\n[element]: https://github.com/syntax-tree/hast#element\n\n[h]: #function-hname-attrs-children\n\n[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting\n\n[sanitize]: https://github.com/syntax-tree/hast-util-sanitize"
}