{
	"name": "mdast-util-to-string",
	"versions": {
		"0.1.0": {
			"name": "mdast-util-to-string",
			"version": "0.1.0",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-string.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"files": [
				"index.js",
				"LICENSE"
			],
			"devDependencies": {
				"browserify": "^10.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.26.0",
				"mdast-github": "^0.3.0",
				"mdast-lint": "^0.4.0",
				"mdast-yaml-config": "^0.2.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"bundle": "browserify index.js --no-builtins -s mdastUtilToString > mdast-util-to-string.js",
				"postbundle": "esmangle mdast-util-to-string.js > mdast-util-to-string.min.js",
				"build-md": "mdast . --output --quiet",
				"build": "npm run bundle && npm run build-md"
			},
			"gitHead": "797b06f2dfa3a731edec8ad4384cc26f99a6c15f",
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-string/issues"
			},
			"homepage": "https://github.com/wooorm/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@0.1.0",
			"_shasum": "2de92c6f336822491e86f93fec0ec42e8ce62b12",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "2.3.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "2de92c6f336822491e86f93fec0ec42e8ce62b12",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "mdast-util-to-string",
			"version": "1.0.0",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-string.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"files": [
				"index.js"
			],
			"devDependencies": {
				"browserify": "^11.0.0",
				"eslint": "^1.0.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^2.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^1.0.0",
				"mdast-comment-config": "^1.0.0",
				"mdast-github": "^0.3.0",
				"mdast-lint": "^0.4.0",
				"mdast-slug": "^0.1.1",
				"mdast-validate-links": "^0.3.1",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- test.js",
				"test-travis": "npm run test-coverage",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"bundle": "browserify index.js --no-builtins -s mdastUtilToString > mdast-util-to-string.js",
				"postbundle": "esmangle mdast-util-to-string.js > mdast-util-to-string.min.js",
				"build-md": "mdast . --output --quiet",
				"build": "npm run bundle && npm run build-md"
			},
			"gitHead": "4728db8793e62284d9ed03f1a9fa8bedda254ede",
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-string/issues"
			},
			"homepage": "https://github.com/wooorm/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.0.0",
			"_shasum": "4f74267b39353df5f49727cd9c3d108b1196845f",
			"_from": ".",
			"_npmVersion": "2.13.2",
			"_nodeVersion": "2.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "4f74267b39353df5f49727cd9c3d108b1196845f",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "mdast-util-to-string",
			"version": "1.0.1",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-string/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"files": [
				"index.js"
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^13.0.0",
				"eslint": "^1.0.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.4.0",
				"jscs": "^2.0.0",
				"jscs-jsdoc": "^1.0.0",
				"remark": "^3.0.0",
				"remark-comment-config": "^2.0.0",
				"remark-github": "^3.0.0",
				"remark-lint": "^2.0.0",
				"remark-slug": "^3.0.0",
				"remark-validate-links": "^2.0.0",
				"tape": "^4.4.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --no-builtins -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "esmangle mdast-util-to-string.js > mdast-util-to-string.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": "573e7874cc42d4508186dac36adc8dcdfb77a1b1",
			"homepage": "https://github.com/wooorm/mdast-util-to-string",
			"_id": "mdast-util-to-string@1.0.1",
			"_shasum": "4e3bb19c666c0aa642ade4093487c7e34b2beb9a",
			"_from": ".",
			"_npmVersion": "2.3.0",
			"_nodeVersion": "0.11.16",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "4e3bb19c666c0aa642ade4093487c7e34b2beb9a",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "mdast-util-to-string",
			"version": "1.0.2",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/mdast-util-to-string/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": {},
			"devDependencies": {
				"browserify": "^13.0.0",
				"eslint": "^2.0.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.4.0",
				"jscs": "^3.0.0",
				"jscs-jsdoc": "^2.0.0",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-slug": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.4.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --no-builtins -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "esmangle mdast-util-to-string.js > mdast-util-to-string.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": "481fedf732ff59b313c6de3c140be2ed1f8c8e2f",
			"homepage": "https://github.com/wooorm/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.0.2",
			"_shasum": "dc996a24d2b521178d3fac3993680c03a683e1dd",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "6.1.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "dc996a24d2b521178d3fac3993680c03a683e1dd",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/mdast-util-to-string-1.0.2.tgz_1465840544123_0.7410821770317852"
			},
			"directories": {}
		},
		"1.0.3": {
			"name": "mdast-util-to-string",
			"version": "1.0.3",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-string/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": {
				"eslint-plugin-ava": "^4.2.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.4.0",
				"xo": "^0.18.2"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --no-builtins -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "esmangle mdast-util-to-string.js > mdast-util-to-string.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"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"ignore": [
					"mdast-util-to-string.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "1e051105394c25c73856e048e39b7b6a679fadb5",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.0.3",
			"_shasum": "0137b2a707080f93c2fc8424b3f06aab42a9f6ce",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "0137b2a707080f93c2fc8424b3f06aab42a9f6ce",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-string-1.0.3.tgz_1497258877761_0.9158555103931576"
			},
			"directories": {}
		},
		"1.0.4": {
			"name": "mdast-util-to-string",
			"version": "1.0.4",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-string/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": {},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.4.0",
				"xo": "^0.18.2"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --no-builtins -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "esmangle mdast-util-to-string.js > mdast-util-to-string.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"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"ignore": [
					"mdast-util-to-string.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "55c88ee24a15060fb17105022053581c6dfdf54a",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.0.4",
			"_shasum": "5c455c878c9355f0c1e7f3e8b719cf583691acfb",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "5c455c878c9355f0c1e7f3e8b719cf583691acfb",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-string-1.0.4.tgz_1497774859071_0.8611097645480186"
			},
			"directories": {}
		},
		"1.0.5": {
			"name": "mdast-util-to-string",
			"version": "1.0.5",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-string/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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^12.0.0",
				"prettier": "^1.14.2",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.4.0",
				"tinyify": "^2.4.3",
				"xo": "^0.22.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify . -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "browserify . -s mdastUtilToString -p tinyify > mdast-util-to-string.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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignore": [
					"mdast-util-to-string.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "88ea0ac2232865ba88fbc539d3feaa578dcb60b9",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.0.5",
			"_npmVersion": "6.4.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-2qLt/DEOo5F6nc2VFScQiHPzQ0XXcabquRJxKMhKte8nt42o08HUxNDPk7tt0YPxnWjAT11I1SYi0X0iPnfI5A==",
				"shasum": "3552b05428af22ceda34f156afe62ec8e6d731ca",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.5.tgz",
				"fileCount": 4,
				"unpackedSize": 5860,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbetKRCRA9TVsSAnZWagAAVecP/RgHwThD7Lj/mHAgXdUW\nYfEzZRhpTlpnx/ky5ge9OmbMabpJb6AjSLaX3WmyaOk61luL4eQFYZduGFi+\nq9zSEhg1TYrHGtDlZYbHMy8CiTm03a2/hGgBGn/z6p+dnneaaUrnPc9ctcg7\n7Kw8WgxtD3AwIfM1uMeaaB8TE8JtEGIYFVkJ502SJJyhBtZjOMQrD8QqlDI0\nsmZ5A2sY6peXyPsMQhSPVwKv6VbsYJTn41oo1+KR0qCAUoE/nlg7iOi97MFc\nwi7IYzv2Sp/GH+Y0mp3dqJ60wC1e1a7kHnZYcobkhk3jRyIOpBbP+ajR8JVs\n7tES4xwJ3y5nuSbdA9oNi3Z4rgk2ZXeNdavOGIyfZlacl1B2p7zxMlfpf4nn\nzJOKz0GCfQp/Xt2nDxuPT9wswOHjLVIjPD/N0XLT1hou1FaYeka4r7h4oOyj\njlfvknXfJ+Z264X0E4rKSskVPaVnDO8vFQJfrf9DJ4mn6zUIFwXVHQ5do6Oa\nrKMaitaarioaB+csEhPolY7enIO1X+SHT0Q9YQ3NKPCeaFoZzz/mkoUt2g0M\nBaQ/FjzR/eKrZjZs+C+UmZoMy5L6vvlRJsueRLeSuYRmRSu1VOwWY0v0c6Ib\neIbVBuH/9dOIreIdMzpJUIFENPHc6UhOAyA0kIfp4zbbFDQGPOzB4s4oe78+\nv4WQ\r\n=Mxcy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-string_1.0.5_1534775952445_0.505407534327013"
			},
			"_hasShrinkwrap": false
		},
		"1.0.6": {
			"name": "mdast-util-to-string",
			"version": "1.0.6",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-string/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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.4.0",
				"tinyify": "^2.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "browserify . -s mdastUtilToString -p tinyify > mdast-util-to-string.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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignore": [
					"mdast-util-to-string.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "8b34031d8f61dd76c11d370525afa68deea53d84",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.0.6",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-868pp48gUPmZIhfKrLbaDneuzGiw3OTDjHc5M1kAepR2CWBJ+HpEsm252K4aXdiP5coVZaJPOqGtVU6Po8xnXg==",
				"shasum": "7d85421021343b33de1552fc71cb8e5b4ae7536d",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.6.tgz",
				"fileCount": 4,
				"unpackedSize": 6673,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58K4CRA9TVsSAnZWagAAiy0P+QHg5oN/760U+l5n1OE4\n+NPHMdK50QFjh7soqv0TK1UGa0cEinbmbnuBdLn3j7Jt98mw1bkGONO7EGZk\nA3fMO/NUO2XbWdFcAG2851VtQwBdDWWw/UtPBfUumGn6nYN9A7c4m92KM3bT\nUc9oa4rsDYJ7mlyYJQTjs0sRnapkJYq4phN/BwORFEclylx862mB+Umw4Q7y\nBsF1nyfnUCBKYSy9dlCOchjqvu77r2ym10pPZ+nTeylzZCl02GM+OegoE6Zz\ntLlRaZiz5s1knSAoSsetUIGFtMRO6OEgimgPaVHlMMDz/efn6eLpbq+u1dCd\nYop590u1h3DX3OGzM/bPa4yuA0lRYRTih4C9sNBBSAj3D/HqHOhgYul9ZBHf\ndw/qyPiugnOGXoOfon8DedyCo2ZBk0lEHfZ+74pJuOQSSjIJgqM2fABBsBS8\ned52flF1BeiGk7ahzcvsqqDguk/L6qBb2sbD18YgJ30AREOqaBgzRuVxiyVu\nUjfIJS+4W9CrcKZ6dD6gv5q4+unaAI3fpWJtZAsIM4IFw4JP6J1lZYCowIW4\nDT6HP28rBcYY42j5FGUbxy7kIu1IQ23AfGollekr2rTRoxaHVtysClkuLq5k\ntAe5eWtIC9v5AtJMbFegGDE3b61mhyNyMGjML6oNZltEzm9r/oxeJgyNOLwC\nfAnX\r\n=Gqph\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-string_1.0.6_1558692535979_0.6172131692387224"
			},
			"_hasShrinkwrap": false
		},
		"1.0.7": {
			"name": "mdast-util-to-string",
			"version": "1.0.7",
			"description": "Utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"mdast",
				"markdown",
				"node",
				"to",
				"string",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-string/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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.4.0",
				"tinyify": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "browserify . -s mdastUtilToString -p tinyify > mdast-util-to-string.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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignore": [
					"mdast-util-to-string.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "b0cf5d36c5327405586d3b1a5997ed25df721bc8",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.0.7",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-P+gdtssCoHOX+eJUrrC30Sixqao86ZPlVjR5NEAoy0U79Pfxb1Y0Gntei0+GrnQD4T04X9xA8tcugp90cSmNow==",
				"shasum": "62d8e9c6b2113070d8b497c7dc35bf12796f06ee",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.7.tgz",
				"fileCount": 4,
				"unpackedSize": 7060,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx95bCRA9TVsSAnZWagAA+SkP/2EAHLe9latzJwBJ/ykp\nOHuCZF+m/LYICLAy/t76gHF5YQkWKnMX9BqIz3LKxxqLtvXN/z/NCy8Vg8CP\nYUNh109Hb8g5uSqIdxNqqae2VEd0qdl9S5H4hjywHIhCbgKITnUC8pyX5nUT\n7rx4aSGpSuuR3q/K0D092ZpXPU17eky/6IjYQ4i1PchVW6iqDcv9autH/KD1\nnU74d/dBuThotP+lPEDZ+qNL439vXn/wkrLo5VsJkKOFE9wzWOGl3yVlzhuF\n2X/Tusldj5KyWZHnajtoXBNLbltFNx9fgZoGrQnSNLprBXWVkvgKHKSYQ7ay\nIBaOLrn3dUhxPKdysO11BIWcYOne0CMjMFluBw7AU34GRPyZZTg2/Mz+RZd0\njJIVZ6VCsxZHUYctQsRMwEyeRoQpQlUW4OedYRGnuAfGTP8aSZ/afGK1QfW2\naFZsWq+OnfJhQAtvFtq0ApQKgGFc41oyDp4sishscm+Ab3QBZ0jiIr8TMWL0\nV82vCvLEPBmUUmvOinVL4D0PmFLBCy+BUcFEJKvWGDWn/6uCC8ncEFmIvRbG\nWrSXFDMstV13k+PiwigXI+nzNP9MNCqqBjiQxTox5hWomzyKwJ21Q1uep+Jc\noiXz0kda7TUL/0V06l5/c9meaubfepeatQCeMWiICMkzCVV8LjmWCDZoS6PA\n6RJu\r\n=XtK6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-string_1.0.7_1573379675224_0.4106152120116857"
			},
			"_hasShrinkwrap": false
		},
		"1.0.8": {
			"name": "mdast-util-to-string",
			"version": "1.0.8",
			"description": "mdast utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"util",
				"utility",
				"markdown",
				"node",
				"string",
				"serialize"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-string/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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.4.0",
				"tinyify": "^2.0.0",
				"xo": "^0.26.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "browserify . -s mdastUtilToString -p tinyify > mdast-util-to-string.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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignore": [
					"mdast-util-to-string.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "b93122f83ac3a5c781ae5428e4f21b599d03513f",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.0.8",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-GBracya0dOzckEEizUBzfrkWRLCHMsppuU97LPUriY9kWnYyGFWTx4VDW+sUcj2LneBz/Tp1aYp3aUCibzjtWg==",
				"shasum": "a414cee45ad4bef93a60f32f48266d43e263d88f",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.8.tgz",
				"fileCount": 4,
				"unpackedSize": 7079,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUTyMCRA9TVsSAnZWagAASqsQAKGk/0sViLvjMbmFsy21\nPL5QY8nPBWNYXaiTixqbAIlr5RKv176dDBgsDGwsmb+/eI9u68S16N4i3mez\n6rG7Pp+spfRECmmTjXxn4FZ5x3HsZmnkAaeAkz3DLF2kd5ZLZdah5znQZp97\n6wSnulHHFqwJmOBs0qusYW+1ThzBAke9hlvatiONuMYf92/bnWnwAtueiRX1\nUsp+hDGha6yG+LnrtxQSsnGBxacnJZwbEGeu049+ArMKQWAUVSG74H1FSj2h\nO0f/68+IfhsXLFplLt4OO34JOjlp7kxfi0AbpQ3wgMSJ4uLFKiHdDGrf2la0\nAyJqLacimf78CxT4mclvgYIGuJkjRvPboRSo/N92D1JScBGaxUQ2oCxBRCAU\nCQz2QQqGN8Rr+cbM6cDSGy+TtV4Fj1qiz9H417YBC5oMrN4dqJT55n00KpyM\nNxVARMw7NqZ4641F6SuoRmzTXTk1WgYPfpuwPzus2U2VzCBAq1HwxAf9bP87\nt9CEejY1m0K60MGNV/EUoatJ1KkmmwfratjvxhUBeaGoFB8+LZCUluWGVBMM\nv3Opm6ogeeZcAu+r9ZPGMwtNa03eTeZMb0AH75pqb8dcyICMJljDwbdFGimV\ntxhuJyPpx1qYHBPKwSE0W8gdKALwmLRBD6X12s9Q0XKSdK7HPQTxd2W9YCpn\n8HyB\r\n=nMn4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-string_1.0.8_1582382219597_0.3954523025098906"
			},
			"_hasShrinkwrap": false
		},
		"1.1.0": {
			"name": "mdast-util-to-string",
			"version": "1.1.0",
			"description": "mdast utility to get the plain text content of a node",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"mdast-util",
				"util",
				"utility",
				"markdown",
				"node",
				"string",
				"serialize"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/mdast-util-to-string.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/mdast-util-to-string/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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.4.0",
				"tinyify": "^2.0.0",
				"xo": "^0.27.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s mdastUtilToString > mdast-util-to-string.js",
				"build-mangle": "browserify . -s mdastUtilToString -p tinyify > mdast-util-to-string.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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignore": [
					"mdast-util-to-string.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "dcab6858fd027cde30a29e4cb91531546512851b",
			"homepage": "https://github.com/syntax-tree/mdast-util-to-string#readme",
			"_id": "mdast-util-to-string@1.1.0",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.14.2",
			"dist": {
				"integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==",
				"shasum": "27055500103f51637bd07d01da01eb1967a43527",
				"tarball": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz",
				"fileCount": 4,
				"unpackedSize": 7411,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZLZUCRA9TVsSAnZWagAA92sP/j3ybIm6Del9OiiMM3xY\nv1wT7T3cx0Qxd3Ek6etX9zbgD5AGoTJYNRN8sAeMhrnuMaYIW1Oh0uwjKyCF\nDQ0I9AmQ4XgXpkGZSS3wzw1B0fdDWFJK4FzlaeVdhb37Xs6Rcqs+FJcqWBew\noG+A2IxEyIoNGvZjEgaZlYIVdnHzN73NS58mvNayNj/eOXxO32nsKR3PvbVa\nKBAVVYwRkhsgGvNR0twBJxL9CnUKb6AcSQm9AvNnKab93fsNAtPHQYMId3/x\nt3gPNpUWn0czq7zvNIadCNgX47Q3AhU3Tzv44UIBh9i65qROZzv/4cn2Z4TD\n5eUN79lG4s01NEZgc8JKTcGB3BCJOOCjmk+bmTJmnM/rfM0TBnqwT6gajq/g\na0xXMTTHrBM1Y7z1jXYF1P40ZbVsXFx1LO3fiZ4hSo1TYWbvxcJbw8D5tM9p\nOWcbReMy1IbqhWET2McgIe4625BwHN1ygzsSfAZE012m1vl8w3TEtedterSn\nWPCt6DvRBTpUz+n5SCG4WgfUS+30bZiztLFOn2Hf+Q6vM1swEh+1OChSO4ro\nXqRXYMqnA9Cctv/Y/eKPoWzSJ6FYTvex2jjpkaJaZGuPCbKs2oFdMch2KDPZ\nK60MvToySjW3SBdiLkjD6/l+tpFEXnY1DPWuPceiHL7NRz9y817iXPC/8HcI\nnIo1\r\n=LlsD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mdast-util-to-string_1.1.0_1583658579723_0.789656790056851"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:31:36.719Z",
		"created": "2015-07-02T20:27:33.135Z",
		"0.1.0": "2015-07-02T20:27:33.135Z",
		"1.0.0": "2015-08-17T11:33:16.590Z",
		"1.0.1": "2016-01-17T10:41:06.574Z",
		"1.0.2": "2016-06-13T17:55:47.043Z",
		"1.0.3": "2017-06-12T09:14:38.685Z",
		"1.0.4": "2017-06-18T08:34:19.970Z",
		"1.0.5": "2018-08-20T14:39:12.517Z",
		"1.0.6": "2019-05-24T10:08:56.127Z",
		"1.0.7": "2019-11-10T09:54:35.406Z",
		"1.0.8": "2020-02-22T14:36:59.767Z",
		"1.1.0": "2020-03-08T09:09:40.214Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"62975946a1e6df3cffd26c56a79c1f0c\"",
			"fetched": 1600679311906
		}
	},
	"_distfiles": {
		"mdast-util-to-string-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-0.1.0.tgz",
			"sha": "2de92c6f336822491e86f93fec0ec42e8ce62b12",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.0.tgz",
			"sha": "4f74267b39353df5f49727cd9c3d108b1196845f",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.1.tgz",
			"sha": "4e3bb19c666c0aa642ade4093487c7e34b2beb9a",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.2.tgz",
			"sha": "dc996a24d2b521178d3fac3993680c03a683e1dd",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.3.tgz",
			"sha": "0137b2a707080f93c2fc8424b3f06aab42a9f6ce",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.4.tgz",
			"sha": "5c455c878c9355f0c1e7f3e8b719cf583691acfb",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.5.tgz",
			"sha": "3552b05428af22ceda34f156afe62ec8e6d731ca",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.6.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.6.tgz",
			"sha": "7d85421021343b33de1552fc71cb8e5b4ae7536d",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.7.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.7.tgz",
			"sha": "62d8e9c6b2113070d8b497c7dc35bf12796f06ee",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.0.8.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.8.tgz",
			"sha": "a414cee45ad4bef93a60f32f48266d43e263d88f",
			"registry": "npmjs"
		},
		"mdast-util-to-string-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz",
			"sha": "27055500103f51637bd07d01da01eb1967a43527",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"mdast-util-to-string-1.1.0.tgz": {
			"shasum": "27055500103f51637bd07d01da01eb1967a43527"
		}
	},
	"_rev": "2-9426457bd94efcdc",
	"_id": "mdast-util-to-string",
	"readme": "# mdast-util-to-string\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n[![Sponsors][sponsors-badge]][collective]\n[![Backers][backers-badge]][collective]\n[![Chat][chat-badge]][chat]\n\n[**mdast**][mdast] utility to get the plain text content of a node.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install mdast-util-to-string\n```\n\n## Use\n\n```js\nvar unified = require('unified')\nvar parse = require('remark-parse')\nvar toString = require('mdast-util-to-string')\n\nvar tree = unified()\n  .use(parse)\n  .parse('Some _emphasis_, **importance**, and `code`.')\n\nconsole.log(toString(tree)) // => 'Some emphasis, importance, and code.'\n```\n\n## API\n\n### `toString(node)`\n\nGet the text content of a [node][].\n\nThe algorithm checks `value` of `node`, then `alt`, and finally `title`.\nIf no value is found, the algorithm checks the children of `node` and joins them\n(without spaces or newlines).\nIf the given node is in fact a list of nodes, serializes them.\n\n> This is not a markdown to plain-text library.\n> Use [`strip-markdown`][strip-markdown] for that.\n\n## Security\n\nUse of `mdast-util-to-string` does not involve [**hast**][hast], user content,\nor change the tree, so there are no openings for\n[cross-site scripting (XSS)][xss] attacks.\n\n## Related\n\n*   [`nlcst-to-string`](https://github.com/syntax-tree/nlcst-to-string)\n    — Get text content in nlcst\n*   [`hast-util-to-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-to-string)\n    — Get text content in hast\n*   [`hast-util-to-text`](https://github.com/syntax-tree/hast-util-to-text)\n    — Get text content in hast according to the `innerText` algorithm\n*   [`hast-util-from-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-from-string)\n    — Set text content in hast\n\n## Contribute\n\nSee [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get\nstarted.\nSee [`support.md`][support] for ways to get help.\n\nThis project has a [code of conduct][coc].\nBy interacting with this repository, organization, or community you agree to\nabide by its terms.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-to-string.svg\n\n[build]: https://travis-ci.org/syntax-tree/mdast-util-to-string\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-to-string.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/mdast-util-to-string\n\n[downloads-badge]: https://img.shields.io/npm/dm/mdast-util-to-string.svg\n\n[downloads]: https://www.npmjs.com/package/mdast-util-to-string\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/mdast-util-to-string.svg\n\n[size]: https://bundlephobia.com/result?p=mdast-util-to-string\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[mdast]: https://github.com/syntax-tree/mdast\n\n[node]: https://github.com/syntax-tree/mdast#nodes\n\n[strip-markdown]: https://github.com/remarkjs/strip-markdown\n\n[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting\n\n[hast]: https://github.com/syntax-tree/hast"
}