{
	"name": "hast-util-raw",
	"versions": {
		"1.0.0": {
			"name": "hast-util-raw",
			"version": "1.0.0",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-util-from-parse5": "^1.0.0",
				"hast-util-to-parse5": "^1.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^2.2.3",
				"unist-util-position": "^2.0.1",
				"web-namespaces": "^1.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"esmangle": "^1.0.0",
				"hastscript": "^3.0.1",
				"nyc": "^8.3.1",
				"rehype-stringify": "^2.0.0",
				"remark-cli": "^2.0.0",
				"remark-parse": "^2.0.2",
				"remark-preset-wooorm": "^1.0.0",
				"remark-rehype": "^1.1.0",
				"tape": "^4.0.0",
				"unified": "^5.1.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "esmangle hast-util-raw.js > hast-util-raw.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test.js",
				"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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "e4f2d7e9443027fedd5b87e2065386d3585ccbf6",
			"homepage": "https://github.com/wooorm/hast-util-raw#readme",
			"_id": "hast-util-raw@1.0.0",
			"_shasum": "9d1c3fe192fe725695bbe47dbe1fe5c3a35981c5",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "9d1c3fe192fe725695bbe47dbe1fe5c3a35981c5",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-util-raw-1.0.0.tgz_1476956273298_0.14353900752030313"
			},
			"directories": {}
		},
		"1.1.0": {
			"name": "hast-util-raw",
			"version": "1.1.0",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-util-from-parse5": "^1.0.0",
				"hast-util-to-parse5": "^1.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^3.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"esmangle": "^1.0.0",
				"hastscript": "^3.0.1",
				"nyc": "^8.3.1",
				"rehype-stringify": "^2.0.0",
				"remark-cli": "^2.0.0",
				"remark-parse": "^2.0.2",
				"remark-preset-wooorm": "^1.0.0",
				"remark-rehype": "^1.1.0",
				"tape": "^4.0.0",
				"unified": "^5.1.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "esmangle hast-util-raw.js > hast-util-raw.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test.js",
				"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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "cd71d0dada94d1048822e7d644f39d2bcf2ba10e",
			"homepage": "https://github.com/wooorm/hast-util-raw#readme",
			"_id": "hast-util-raw@1.1.0",
			"_shasum": "59da9d703424e1ab7fe728b2d06827ab5b82390d",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "59da9d703424e1ab7fe728b2d06827ab5b82390d",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/hast-util-raw-1.1.0.tgz_1480952271205_0.5055170529522002"
			},
			"directories": {}
		},
		"1.2.0": {
			"name": "hast-util-raw",
			"version": "1.2.0",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-util-from-parse5": "^1.0.0",
				"hast-util-to-parse5": "^2.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^3.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"esmangle": "^1.0.0",
				"hastscript": "^3.0.1",
				"nyc": "^8.3.1",
				"rehype-stringify": "^2.0.0",
				"remark-cli": "^2.0.0",
				"remark-parse": "^2.0.2",
				"remark-preset-wooorm": "^1.0.0",
				"remark-rehype": "^1.1.0",
				"tape": "^4.0.0",
				"unified": "^5.1.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "esmangle hast-util-raw.js > hast-util-raw.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test.js",
				"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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "b09eb8e271e79ef9dd19627716ed49382bb017cd",
			"homepage": "https://github.com/wooorm/hast-util-raw#readme",
			"_id": "hast-util-raw@1.2.0",
			"_shasum": "99b69c0a3ca307c5472ef372888bf6cdc1f48eaa",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "99b69c0a3ca307c5472ef372888bf6cdc1f48eaa",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/hast-util-raw-1.2.0.tgz_1480967141529_0.3207537878770381"
			},
			"directories": {}
		},
		"2.0.0": {
			"name": "hast-util-raw",
			"version": "2.0.0",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-util-from-parse5": "^2.0.0",
				"hast-util-to-parse5": "^2.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^3.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"hastscript": "^3.0.1",
				"nyc": "^11.0.0",
				"rehype-stringify": "^3.0.0",
				"remark-cli": "^3.0.0",
				"remark-parse": "^3.0.1",
				"remark-preset-wooorm": "^3.0.0",
				"remark-rehype": "^2.0.0",
				"tape": "^4.0.0",
				"unified": "^6.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "esmangle hast-util-raw.js > hast-util-raw.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test.js",
				"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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "33afc43efb0c4854410c7f8684efb35a802a17f8",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@2.0.0",
			"_shasum": "f0605f1567ce7714d86613cc913c78434f7499b6",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f0605f1567ce7714d86613cc913c78434f7499b6",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw-2.0.0.tgz_1497876882700_0.6461492727976292"
			},
			"directories": {}
		},
		"2.0.1": {
			"name": "hast-util-raw",
			"version": "2.0.1",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-util-from-parse5": "^2.0.0",
				"hast-util-to-parse5": "^2.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^3.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"hastscript": "^3.0.1",
				"nyc": "^11.0.0",
				"rehype-stringify": "^3.0.0",
				"remark-cli": "^4.0.0",
				"remark-parse": "^4.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"remark-rehype": "^2.0.0",
				"tape": "^4.0.0",
				"unified": "^6.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "esmangle hast-util-raw.js > hast-util-raw.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test.js",
				"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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "a7d60a175040d0a72bd65a9d53e36821e33d0dfc",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@2.0.1",
			"_shasum": "a46d65bc38f17f74e23a6e0a73ecdde77ecfdead",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "a46d65bc38f17f74e23a6e0a73ecdde77ecfdead",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw-2.0.1.tgz_1505752715838_0.5035945829004049"
			},
			"directories": {}
		},
		"2.0.2": {
			"name": "hast-util-raw",
			"version": "2.0.2",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-util-from-parse5": "^2.0.0",
				"hast-util-to-parse5": "^2.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^3.0.3",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"hastscript": "^3.0.1",
				"nyc": "^11.0.0",
				"rehype-stringify": "^3.0.0",
				"remark-cli": "^4.0.0",
				"remark-parse": "^4.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"remark-rehype": "^2.0.0",
				"tape": "^4.0.0",
				"unified": "^6.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "esmangle hast-util-raw.js > hast-util-raw.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test.js",
				"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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "b28ccadd7c5300ff214b6c7aa7d798d64d19d6a7",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@2.0.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ujytXSAZC85bvh38f8ALzfE2IZDdCwB9XeHUs9l20C1p4/1YeAoZqq9z9U17vWQ9hMmqbVaROuSK8feL3wTCJg==",
				"shasum": "20674cfb45428213917a54ec929e6774df0642d8",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-2.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw-2.0.2.tgz_1511197642253_0.05865148128941655"
			},
			"directories": {}
		},
		"3.0.0": {
			"name": "hast-util-raw",
			"version": "3.0.0",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-util-from-parse5": "^3.0.0",
				"hast-util-to-parse5": "^3.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^5.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-preset-env": "^1.7.0",
				"babelify": "^8.0.0",
				"browserify": "^16.0.0",
				"esmangle": "^1.0.0",
				"hastscript": "^3.0.1",
				"nyc": "^12.0.0",
				"prettier": "^1.13.5",
				"rehype-stringify": "^3.0.0",
				"remark-cli": "^5.0.0",
				"remark-parse": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"remark-rehype": "^3.0.0",
				"tape": "^4.0.0",
				"unified": "^7.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -o hast-util-raw.js --bare -s hastUtilRaw -g [ babelify --presets [ \"babel-preset-env\" ] ]",
				"build-mangle": "esmangle hast-util-raw.js > hast-util-raw.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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "5a39a843cdb8c3712e1b1b1e89c314b84ee5447d",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@3.0.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-dHWOMOfPmd6IyrPJi1jUsPTv1lyDq32aeGUnSijkX3LUfLQiKIiwt60gn4jDBg8xTRNA+IWc28MpYQZw9uxRVw==",
				"shasum": "bcac5b375fb27653a55099eb14d226439b56cbc9",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-3.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 12694,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJnpSCRA9TVsSAnZWagAAS10P/26kDdkfVAzGYanKtxoo\nBfYlNWg4fIJBvUYUCo9/MBWHSmqpkeRAkrjgBPGrAj8ysOJHn6+AJ+5K8q1C\n8AligLx3ZyFo+WszUA3oGZSOq7zmR4ClQZijbz3pwvgBNixFCsC1jqKwq1q5\nJ5R/6nZRrMA+p1/IKAJu6lPHY2F+NBYtyPbu1/A0BjPclqFjLfg76ZCBLoIz\niMQ+vipA/8ge2+RPtzmVis9ImZRYTWzAlNxYJQUAqcCTn3oOHF4noZFLfr+p\nobTYvvwp2VGu1Wq40u9KEqMDaacCepfn+BOt/RfdJKDGJhYEpacQBI/3i4MM\nPmMdSlmHh9Ab9zIPivzO3q/dtKCsQ/HzfoPfOMiAOlqRUYNf/HfXHd5jTL1s\nNixsy6IhjiEiToLKLVFBxW+6AXaKT69hjUQpkKFhp7WUrEPA4nXTyG/hZwse\nuDVWjtfBnK4dJRfASfUBzji7q3f85yhejkbsIEguat+vmvo2oaDv00i0QLRu\nEYcX8Ucmep+a9/XSTqMD/Wh5gyJC7I73pd1Ush1XTQXPhaZEDnHkeWW+kJ/T\nerX5PlP7OtSzF3NUBndkw7iPavo4UENQUoTREGeKp/y9nVPAiIufakIcCx16\n5qRWu5pSj9UQs2E787EoCIpgmKmsj10iIM/zeQ/f/H2fYjoNJrPD0mjBY/aU\nNCKt\r\n=33YY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw_3.0.0_1529248337842_0.8840935870049591"
			},
			"_hasShrinkwrap": false
		},
		"4.0.0": {
			"name": "hast-util-raw",
			"version": "4.0.0",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"hast-util-from-parse5": "^4.0.2",
				"hast-util-to-parse5": "^4.0.1",
				"html-void-elements": "^1.0.1",
				"parse5": "^5.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.0",
				"hastscript": "^4.0.0",
				"nyc": "^12.0.0",
				"prettier": "^1.13.5",
				"rehype-stringify": "^4.0.0",
				"remark-cli": "^5.0.0",
				"remark-parse": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"remark-rehype": "^3.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"unified": "^7.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.21.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "d1418adf7247139ba4068e291ccf62ed7b075363",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@4.0.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-5xYHyEJMCf8lX/NT4iA5z6N43yoFsrJqXJ5GWwAbLn815URbIz+UNNFEgid33F9paZuDlqVKvB+K3Aqu5+DdSw==",
				"shasum": "2dc10c9facd9b810ea6ac51df251e6f87c2ed5b5",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-4.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 12630,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbT478CRA9TVsSAnZWagAAH8EP/RcRV7XiEL5QxAEL1FiL\nANjislybfj7UsavDme7USt9ynCdleXZ2HIyEHql+8wwYt+c/RBTHYDLgM65s\nOFsLRk0mxhH0bKBj6eNQEAKeGm99Z+lznry8OIORFAXo+5nsldacAazCeOUt\nUPnSMMjINe8VnZFL3j8viQqi0778wQ86WAFVmDoLLRaEYxoy18TW4ukJvwsB\nmCkORzfyLMIXjSZ8q8Y/Pk2fuk+hZLcBTbeVCtwdb9suq6V6jQMYvVgfGf2k\nRqZTiQbf9f0k+ubCrnwBjtdAI019ZGHlTZfD88OpLRMgCgJEs6/oa06DxFQP\nLt3wPniUtbsm8YVJSWjUHQX5jzM98AXdG7crTfiI0Z8gd0N8YqAN8ke4kfAW\ntKpxgTYXC7eO8NSz0EELAFsR8ETriEBie9U4KnhbI8ptcbP65hc3nW8J2/BR\nqDUfEMoNcT2SZxEzSNwXerH/cxlhtR9NvDvLxZCi6v3ZHm7foXV5ToOszL1m\nFMvoxdc+qpMf4Qm5pqwkwMVYxI1RTT5ihtrZVZCk4qx0Au+xlpSyKeFmUMad\nPvHUaVZtLwOIK4ND+j5dR1wxDdlng8jIR9CxyWkSsydswA3l57sExazWwieu\nHDIn+xrBBCcuEdPB0wS35NOvPbUcCYe98cZr1cGcqwwjkgebFRGjBHbXgHYW\npQUb\r\n=wbgT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw_4.0.0_1531940604660_0.19260455135851595"
			},
			"_hasShrinkwrap": false
		},
		"5.0.0": {
			"name": "hast-util-raw",
			"version": "5.0.0",
			"description": "Reparse a HAST tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"hast-util-from-parse5": "^5.0.0",
				"hast-util-to-parse5": "^5.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^5.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hastscript": "^5.0.0",
				"nyc": "^13.0.0",
				"prettier": "^1.13.5",
				"rehype-stringify": "^4.0.0",
				"remark-cli": "^6.0.0",
				"remark-parse": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"remark-rehype": "^3.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.4.3",
				"unified": "^7.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.23.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "dd17f29756ad82b00784515a450590205299b1e2",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@5.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-X8sogDDaCkqj+Ghia0+TRD2AQDXeNRpYDTm9Z2mJ1Pzy/Nb4p20YJVfbPwIRU0U7XXU0GrhPhEMZvnfV69/igA==",
				"shasum": "7a7186faba220120349c2f373b839c1fa9090b5f",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-5.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 12928,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4zv7CRA9TVsSAnZWagAA8OEQAInTQuOmzBfOc46SSH89\nL9WJOiIJO7tfKwgrY7dfHPjc2pe9zQa/dQZCbviKzoixmEQBdRiZgM8WBYan\n57uzyuoNUEqSjSnE1wgH9GkJkvUAcn841Y019c0f4SrXUmnUhxYZQ9D64v+N\nC/SrHuDbhYJJcyIo3+u0wlfM+hmEalu55E1YT3nfvtgrpGQvg88/TS8juYyJ\nG1Pd8OATRyDxlQbk8SfcIT/mgvVBOPjrq9/yWkEw5p6RrH8Cu9NyT982RT8c\nxU6TX2KS2dbEeBib3OOSVK1WmnIeXP7CpykuCj6BAy38UY5LXEJA8LJRTC37\n1RygmNEmjgDvr5hwOjfXxCS+fNgN6kdGoa+iyPJt/KJAScpm7XMITgP2WoNG\nsGzJtfIPI1cWL/Hx+uD4wcXKaOFsCOhdBGGk6onU6o5VTrZ41esyDxOOrN62\n+ksMa6RubUTsH2SAjtuxSu0J7oT/bkqAdThcOl/JE9aPc1eNPwjQ0MB60EtK\nBcP+m0rqfgd8IyUOvVFipULiTbkKcr7j5H+jkujxfYZP+7qsnsJjqZBt3Vqv\nupTRAfZ4u1E1aebX0EKeKMkQlXKCdwf6SAa7qYFkSM+vbEidEAK5/p5rKAjt\nNNOEc8PuIpGZSieK1gV4zj2JDhbHuTcHXq8Q2fqoQKceq5sMyzTyB4bNN14F\nhER2\r\n=/8NU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw_5.0.0_1541618682688_0.7097805469702103"
			},
			"_hasShrinkwrap": false
		},
		"5.0.1": {
			"name": "hast-util-raw",
			"version": "5.0.1",
			"description": "Reparse a hast tree",
			"license": "MIT",
			"keywords": [
				"hast",
				"util",
				"utility",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"hast-util-from-parse5": "^5.0.0",
				"hast-util-to-parse5": "^5.0.0",
				"html-void-elements": "^1.0.1",
				"parse5": "^5.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.1",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hastscript": "^5.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"rehype-stringify": "^5.0.0",
				"remark-cli": "^6.0.0",
				"remark-parse": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"remark-rehype": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unified": "^7.0.0",
				"unist-builder": "^1.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.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,
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "14f7849782933860efdb013fd79c28ee186c89a1",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@5.0.1",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-iHo7G6BjRc/GU1Yun5CIEXjil0wVnIbz11C6k0JdDichSDMtYi2+NNtk6YN7EOP0JfPstX30d3pRLfaJv5CkdA==",
				"shasum": "b39539cf4b9f7ccdc131f72a583502a7911b99ee",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-5.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 13937,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6RsNCRA9TVsSAnZWagAAcrUP/0V/W9O7yPmPRKHQsnf6\nvDWkCVgdUt2QbQyn1iGRDU+ju+aQvUO6hfpbxJbHA6Vs4rBKOhKGSuZBJbvw\neAfyJxTTYB3qYCSJAdXVqIZHcui3aT0OQfGKsy3mulSGy5r9EtjJV1e5IFX0\nXd7owgNx2n66XGKnYuQOrJTRfyyKZVKInUhhNQQ+1Pq5PEXbozVKoOj95OpT\nkHZCCGs2G7Cf6JZkhl7EE2+Dw2eXevbRgHzCwfeNQTN7Y1RG76EK1SPUumpk\nXRdX8qblk3ulsZFeLkLbZm4tm1yO4ME+kxuFshiOMipt0dvA066CJ9u4s1DT\nsElz5iYc+VxFCeMo00M+bnPjE4oGDWaptbeK1kJj7jpe/HR3ECIIwdJ0SuB+\nOZNhoATt9sFpJ+9svK+USTLMpHHG1bV6pOJkkCRHALSOoE8HJPGkxVv16mX6\n1k2BeauEU53Uq5hFLlIN+IlmPnIaDIxrmx45VJnc61L4iUrEXWg4L+nEH08t\nk4Fe00nIZNQ2BlwVnum533qYbeMkze6MH8IWJ/jg2JAHdXcZvA4oYRbiNMXv\nisOWAgpistbz4D69K/ZngPRtZKb5Bz4Tdfk1UYsaJt6lWqEKmUkwg7W32z9o\nK8yNg1v9xe2nYRZctOLKOBw9wcuWpV9wouIr72mf3y5H67azR37QYyMQ62NR\nUtA1\r\n=UIm+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw_5.0.1_1558780685304_0.6463289750828163"
			},
			"_hasShrinkwrap": false
		},
		"5.0.2": {
			"name": "hast-util-raw",
			"version": "5.0.2",
			"description": "hast utility to reparse a tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"parse",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/unified"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"hast-util-from-parse5": "^5.0.0",
				"hast-util-to-parse5": "^5.0.0",
				"html-void-elements": "^1.0.0",
				"parse5": "^5.0.0",
				"unist-util-position": "^3.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"hastscript": "^5.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"rehype-stringify": "^6.0.0",
				"remark-cli": "^7.0.0",
				"remark-parse": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"remark-rehype": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unified": "^8.0.0",
				"unist-builder": "^2.0.0",
				"xo": "^0.27.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.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-includes": "off"
				},
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "d472d42f939fa99896cd594021e3bd58eec1c0a2",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@5.0.2",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-3ReYQcIHmzSgMq8UrDZHFL0oGlbuVGdLKs8s/Fe8BfHFAyZDrdv1fy/AGn+Fim8ZuvAHcJ61NQhVMtyfHviT/g==",
				"shasum": "62288f311ec2f35e066a30d5e0277f963ad43a67",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-5.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 14682,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWBUoCRA9TVsSAnZWagAADqIP/0lRMwZgfzSDn5WinCyn\n7wsyEjk/xsTKUQnv3Z14SEdt7UriCFhjaEIcznIa3GVZt2vhAy53lRnL2UZZ\nmg4pjMICWakqNz+FTFq6TyUOHL1G5V/YafPiatDLcqk9dHF1RWNax7HlDzGx\nPMgLZPPY11cjXChSkpXqMPm7OahB8zdXJLCDfupBW1Nr9Lo5vqGpXwWLz3xa\nUE4e8CrYRDAxwKhxtz9Ww8ULNF0nffezm/5slIx+ePCJzIXdibzWtZE0js0x\nEjt+THsFcaxrkBGX9f+iVPmarFo50K6Nv+83jmN1w8S0MYJHrDmqe8Z2Zyg+\nEh2eBSlUD5vidOU/3lBCeMGcHZQsapuy7Md1m/6u/uZBzDatV9vliHIBEV9V\nn+UE1+sI3p85nad24ME6ca9MDeANZJVm+qjXnQ5sVlr5Iew5EN3vXh3Y08gI\nQGboVMbbbvASmRnlxlKEE6AvGfDNjhrAaEWJQ34blQCvVnvWrnAXbb9CJeWP\nAXU1tB7ja3ZMgioHuEsPGxm/RkWaKs+dmE+75MoMSbjPPag4VlXyR1fQXy27\ngtxPh3mrNI+e9aB8Z7o7uaqWgX/A5UtoxUlXxwpEd0wD6a+5LMr6Q0famcKq\n7FPw6r1pLIEzvdvuSbPWP4xYsYYRPYtVIBCkq6BX8jtWuKZY3A8nQHemUkfP\nM8lw\r\n=9AuP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw_5.0.2_1582830887872_0.6886217361953391"
			},
			"_hasShrinkwrap": false
		},
		"6.0.0": {
			"name": "hast-util-raw",
			"version": "6.0.0",
			"description": "hast utility to reparse a tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"parse",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/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": "Christian Murphy",
					"email": "christian.murphy.42@gmail.com"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"@types/hast": "^2.0.0",
				"hast-util-from-parse5": "^6.0.0",
				"hast-util-to-parse5": "^6.0.0",
				"html-void-elements": "^1.0.0",
				"parse5": "^6.0.0",
				"unist-util-position": "^3.0.0",
				"vfile": "^4.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"hastscript": "^5.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"rehype-stringify": "^8.0.0",
				"remark-cli": "^8.0.0",
				"remark-parse": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"remark-rehype": "^7.0.0",
				"tape": "^5.0.0",
				"tinyify": "^2.0.0",
				"unified": "^9.0.0",
				"unist-builder": "^2.0.0",
				"xo": "^0.32.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier . --write && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.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/prefer-includes": "off"
				},
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "f2a1aa1a4bb7043b1ef5edcd3f1ee5bb1ba45f0d",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@6.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-IQo6tv3bMMKxk53DljswliucCJOQxaZFCuKEJ7X80249dmJ1nA9LtOnnylsLlqTG98NjQ+iGcoLAYo9q5FRhRg==",
				"shasum": "49a38f5107d483f83a139709f2f705f22e7e7d32",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 15499,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfAvrQCRA9TVsSAnZWagAAKS4P/jL5L+r67wV85sKO5OcY\nDAlGCZya6uobNElByqe++MGhqw9EmBdmFzRwvF57u9nFYkLU0elnD9fEcPiP\nt+RXbh4xOZoAzkBQD2vHL0s8Ua7HoEaD+qtlUlooWtQtfHrlL9q+h+hRyWXY\ncjeanEMXhImyGTUbFg+DQ3Wyc59gKijYBoOw/JXTTXlEM/mvI9luRwcvvqoG\n5ic9alKdlpc1fX9DWyphYdN243l884YPKQebUKm2NAboCeWHuX+yXv8KU6ka\nRMS4rK2jHGK0mgXS9omkF8FMVLK3ECViK1jmoJ1oavOWaEFcDWq6052COP9l\n38ilGNU9QAyQD1oBNf0R99/m67e6XEiqU149mMNwYYXsRO1s12GH86qvBFwv\nltC3cQHE4ghC89qWLyQhgFqNAXB4N+FHjqVnuSXi2PdrmBmNSfHkjA/crLwl\n/E2KPYacS7kqhvs2PgU3tHQwFJCcKN3fq7uCXzGbfouQdejQgVAS6/ak0xxC\nMgekt0WF3NQXsyLtvsH5SZBEACdDS+unnIv22Oa7/n1mqNj3s3yR8sZmgB5r\n+ozRcJg/RNj2jM4C4fTSPgyYe0n4yEGO34xVho6c0uU7171XEaipHAFsxoTl\nvo3w+5k1IeNfmqFUL9wdi4Q1TS4W5+p8zExv6eT+ZdHEo/7Pyfg9oN3sJ8Y0\nl5kl\r\n=yBmY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw_6.0.0_1594030799927_0.7020214322495151"
			},
			"_hasShrinkwrap": false
		},
		"6.0.1": {
			"name": "hast-util-raw",
			"version": "6.0.1",
			"description": "hast utility to reparse a tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"hast",
				"hast-util",
				"util",
				"utility",
				"parse",
				"raw",
				"html"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/hast-util-raw.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-raw/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": "Christian Murphy",
					"email": "christian.murphy.42@gmail.com"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"@types/hast": "^2.0.0",
				"hast-util-from-parse5": "^6.0.0",
				"hast-util-to-parse5": "^6.0.0",
				"html-void-elements": "^1.0.0",
				"parse5": "^6.0.0",
				"unist-util-position": "^3.0.0",
				"vfile": "^4.0.0",
				"web-namespaces": "^1.0.0",
				"xtend": "^4.0.0",
				"zwitch": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"hastscript": "^6.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"rehype-stringify": "^8.0.0",
				"remark-cli": "^8.0.0",
				"remark-parse": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"remark-rehype": "^7.0.0",
				"tape": "^5.0.0",
				"tinyify": "^3.0.0",
				"unified": "^9.0.0",
				"unist-builder": "^2.0.0",
				"xo": "^0.33.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier . --write && xo --fix",
				"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
				"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.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/prefer-includes": "off"
				},
				"ignores": [
					"hast-util-raw.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "5fa379533fd2df63f26324355de919ea4aec8fa6",
			"homepage": "https://github.com/syntax-tree/hast-util-raw#readme",
			"_id": "hast-util-raw@6.0.1",
			"_nodeVersion": "14.7.0",
			"_npmVersion": "6.14.8",
			"dist": {
				"integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==",
				"shasum": "973b15930b7529a7b66984c98148b46526885977",
				"tarball": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz",
				"fileCount": 5,
				"unpackedSize": 15593,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQjDqCRA9TVsSAnZWagAAW9AP/jd9HXSQ6QvAxrVorOLc\nn+2PBEbCxiIjf7/qcJS23fPLESs8/S1csLFXmGKGH3ldVJ4k/PVzCcQ5wi+w\nAKynFAK9X0rjr0cn1iHSVke//+rUibGYiPr6iDFFI99+L1PWbRItXMLZE4e3\n4BHEATBhSscM5dLKP5lnk+MLsSZ71w1rapaT6vH9OqVhUtdPNEnVYw5qWmIf\nlvt6bpi1ZO+4WGWC2s20FP7T45aPS2kXNDnQL2Z1X+4G+eReob30+k3GLG3r\nT+R3qx9jn4xYpVL9igF/LInlAYZrowq6GNUmuBExAiSijqkSWw8HRcPtFV+a\nzxNVLRJIFB6adrY40Tez+dUmH0NHzWvk7zFZD/AJANL21zdW24ax/hFSbPMC\ntgP49vJDJeJfl2Cw9Z8nd5sOkqXGxAzYy9bzNF6wSHSUXzbPqjr5MuUxPYRI\n+om87FaJ4afkecV3cP4NJ1+Qn1tWBGfeg8bhLvCB9Jk4ujeueFJhOki/a0Mf\nogRTXjPBkdRdxCrdKAkD0gWn4Fa5mWwIklLMWM2Y1lvEw6U/Qwm+2X8QxGXx\niFunMih6IgbTAE6//+RhdqYxVIPCTDbs4VqCO7LBNbwIVvLZzKcFkw6S0qGy\n1aTkM6NZN/oE3evSN6ZDoTWYUi3A5/JVmQaFfExtGJMjsdsXsX2vOk+oLu5m\ni/Yw\r\n=MY92\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "merlijn@soverin.net",
					"name": "murderlon"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/hast-util-raw_6.0.1_1598173418001_0.01846581265493108"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:31:07.066Z",
		"created": "2016-10-20T09:37:55.255Z",
		"1.0.0": "2016-10-20T09:37:55.255Z",
		"1.1.0": "2016-12-05T15:37:51.873Z",
		"1.2.0": "2016-12-05T19:45:43.297Z",
		"2.0.0": "2017-06-19T12:54:43.655Z",
		"2.0.1": "2017-09-18T16:38:36.748Z",
		"2.0.2": "2017-11-20T17:07:23.225Z",
		"3.0.0": "2018-06-17T15:12:17.972Z",
		"4.0.0": "2018-07-18T19:03:24.748Z",
		"5.0.0": "2018-11-07T19:24:42.826Z",
		"5.0.1": "2019-05-25T10:38:05.438Z",
		"5.0.2": "2020-02-27T19:14:47.959Z",
		"6.0.0": "2020-07-06T10:20:00.067Z",
		"6.0.1": "2020-08-23T09:03:38.136Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "6.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"8f36b62b3b850952b4aa188f2e4608a7\"",
			"fetched": 1600679311572
		}
	},
	"_distfiles": {
		"hast-util-raw-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-1.0.0.tgz",
			"sha": "9d1c3fe192fe725695bbe47dbe1fe5c3a35981c5",
			"registry": "npmjs"
		},
		"hast-util-raw-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-1.1.0.tgz",
			"sha": "59da9d703424e1ab7fe728b2d06827ab5b82390d",
			"registry": "npmjs"
		},
		"hast-util-raw-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-1.2.0.tgz",
			"sha": "99b69c0a3ca307c5472ef372888bf6cdc1f48eaa",
			"registry": "npmjs"
		},
		"hast-util-raw-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-2.0.0.tgz",
			"sha": "f0605f1567ce7714d86613cc913c78434f7499b6",
			"registry": "npmjs"
		},
		"hast-util-raw-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-2.0.1.tgz",
			"sha": "a46d65bc38f17f74e23a6e0a73ecdde77ecfdead",
			"registry": "npmjs"
		},
		"hast-util-raw-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-2.0.2.tgz",
			"sha": "20674cfb45428213917a54ec929e6774df0642d8",
			"registry": "npmjs"
		},
		"hast-util-raw-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-3.0.0.tgz",
			"sha": "bcac5b375fb27653a55099eb14d226439b56cbc9",
			"registry": "npmjs"
		},
		"hast-util-raw-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-4.0.0.tgz",
			"sha": "2dc10c9facd9b810ea6ac51df251e6f87c2ed5b5",
			"registry": "npmjs"
		},
		"hast-util-raw-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-5.0.0.tgz",
			"sha": "7a7186faba220120349c2f373b839c1fa9090b5f",
			"registry": "npmjs"
		},
		"hast-util-raw-5.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-5.0.1.tgz",
			"sha": "b39539cf4b9f7ccdc131f72a583502a7911b99ee",
			"registry": "npmjs"
		},
		"hast-util-raw-5.0.2.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-5.0.2.tgz",
			"sha": "62288f311ec2f35e066a30d5e0277f963ad43a67",
			"registry": "npmjs"
		},
		"hast-util-raw-6.0.0.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.0.tgz",
			"sha": "49a38f5107d483f83a139709f2f705f22e7e7d32",
			"registry": "npmjs"
		},
		"hast-util-raw-6.0.1.tgz": {
			"url": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz",
			"sha": "973b15930b7529a7b66984c98148b46526885977",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"hast-util-raw-6.0.1.tgz": {
			"shasum": "973b15930b7529a7b66984c98148b46526885977"
		}
	},
	"_rev": "2-a675d1d01085fbe3",
	"_id": "hast-util-raw",
	"readme": "# hast-util-raw\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 parse the [*tree*][tree] again, now supporting\nembedded `raw` nodes.\n\nOne of the reasons to do this is for “malformed” syntax trees: for example, say\nthere’s an `h1` element in a `p` element, this utility will make them siblings.\n\nAnother reason to do this is if raw HTML/XML is embedded in a syntax tree, which\ncan occur when coming from Markdown using [`mdast-util-to-hast`][to-hast].\n\nIf you’re working with [**remark**][remark] and/or\n[`remark-rehype`][remark-rehype], use [`rehype-raw`][rehype-raw] instead.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install hast-util-raw\n```\n\n## Use\n\n```js\nvar h = require('hastscript')\nvar raw = require('hast-util-raw')\n\nvar tree = h('div', [h('h1', ['Foo ', h('h2', 'Bar'), ' Baz'])])\n\nvar clean = raw(tree)\n\nconsole.log(clean)\n```\n\nYields:\n\n```js\n{ type: 'element',\n  tagName: 'div',\n  properties: {},\n  children:\n   [ { type: 'element',\n       tagName: 'h1',\n       properties: {},\n       children: [Object] },\n     { type: 'element',\n       tagName: 'h2',\n       properties: {},\n       children: [Object] },\n     { type: 'text', value: ' Baz' } ] }\n```\n\n## API\n\n### `raw(tree[, file])`\n\nGiven a [**hast**][hast] [*tree*][tree] and an optional [vfile][] (for\n[positional info][position-information]), return a new parsed-again\n[**hast**][hast] [*tree*][tree].\n\n## Security\n\nUse of `hast-util-raw` can open you up to a [cross-site scripting (XSS)][xss]\nattack as `raw` nodes are unsafe.\nThe following example shows how a raw node is used to inject a script that runs\nwhen loaded in a browser.\n\n```js\nraw(u('root', [u('raw', '<script>alert(1)</script>')]))\n```\n\nYields:\n\n```html\n<script>alert(1)</script>\n```\n\nDo not use this utility in combination with user input or use\n[`hast-util-santize`][sanitize].\n\n## Related\n\n*   [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)\n    — transform mdast to hast\n*   [`rehype-raw`](https://github.com/rehypejs/rehype-raw)\n    — wrapper plugin for [rehype](https://github.com/rehypejs/rehype)\n\n## Contribute\n\nSee [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get\nstarted.\nSee [`support.md`][support] for ways to get help.\n\nThis project has a [code of conduct][coc].\nBy interacting with this repository, organization, or community you agree to\nabide by its terms.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-raw.svg\n\n[build]: https://travis-ci.org/syntax-tree/hast-util-raw\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-raw.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/hast-util-raw\n\n[downloads-badge]: https://img.shields.io/npm/dm/hast-util-raw.svg\n\n[downloads]: https://www.npmjs.com/package/hast-util-raw\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/hast-util-raw.svg\n\n[size]: https://bundlephobia.com/result?p=hast-util-raw\n\n[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg\n\n[backers-badge]: https://opencollective.com/unified/backers/badge.svg\n\n[collective]: https://opencollective.com/unified\n\n[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg\n\n[chat]: https://github.com/syntax-tree/unist/discussions\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[contributing]: https://github.com/syntax-tree/.github/blob/HEAD/contributing.md\n\n[support]: https://github.com/syntax-tree/.github/blob/HEAD/support.md\n\n[coc]: https://github.com/syntax-tree/.github/blob/HEAD/code-of-conduct.md\n\n[tree]: https://github.com/syntax-tree/unist#tree\n\n[position-information]: https://github.com/syntax-tree/unist#positional-information\n\n[hast]: https://github.com/syntax-tree/hast\n\n[to-hast]: https://github.com/syntax-tree/mdast-util-to-hast\n\n[vfile]: https://github.com/vfile/vfile\n\n[remark]: https://github.com/remarkjs/remark\n\n[remark-rehype]: https://github.com/remarkjs/remark-rehype\n\n[rehype-raw]: https://github.com/rehypejs/rehype-raw\n\n[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting\n\n[sanitize]: https://github.com/syntax-tree/hast-util-sanitize"
}