{
	"name": "remark-squeeze-paragraphs",
	"versions": {
		"3.0.0": {
			"name": "remark-squeeze-paragraphs",
			"version": "3.0.0",
			"description": "Remark plugin for removing empty paragraphs",
			"author": {
				"name": "Eugene Sharygin",
				"email": "eush77@gmail.com"
			},
			"license": "MIT",
			"scripts": {
				"test": "tape test/*.js"
			},
			"files": [
				"index.js"
			],
			"homepage": "https://github.com/eush77/remark-squeeze-paragraphs",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/eush77/remark-squeeze-paragraphs.git"
			},
			"bugs": {
				"url": "https://github.com/eush77/remark-squeeze-paragraphs/issues"
			},
			"keywords": [
				"clean",
				"empty",
				"markdown",
				"paragraph",
				"plugin",
				"remark",
				"remove",
				"squeeze",
				"whitespace"
			],
			"dependencies": {
				"mdast-squeeze-paragraphs": "^3.0.0"
			},
			"devDependencies": {
				"remark": "^3.1.3",
				"tape": "^4.0.0"
			},
			"gitHead": "db5de1d813bc104c53cf43d1224faee541c4b6a5",
			"_id": "remark-squeeze-paragraphs@3.0.0",
			"_shasum": "9cba385ebae06b19508b071916553a45368df7da",
			"_from": ".",
			"_npmVersion": "3.3.9",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "eush77",
				"email": "eush77@gmail.com"
			},
			"maintainers": [
				{
					"name": "eush77",
					"email": "eush77@gmail.com"
				}
			],
			"dist": {
				"shasum": "9cba385ebae06b19508b071916553a45368df7da",
				"tarball": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.1": {
			"name": "remark-squeeze-paragraphs",
			"version": "3.0.1",
			"description": "Remark plugin for removing empty paragraphs",
			"author": {
				"name": "Eugene Sharygin",
				"email": "eush77@gmail.com"
			},
			"license": "MIT",
			"scripts": {
				"test": "tape test/*.js"
			},
			"files": [
				"index.js"
			],
			"homepage": "https://github.com/eush77/remark-squeeze-paragraphs",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/eush77/remark-squeeze-paragraphs.git"
			},
			"bugs": {
				"url": "https://github.com/eush77/remark-squeeze-paragraphs/issues"
			},
			"keywords": [
				"clean",
				"empty",
				"markdown",
				"paragraph",
				"plugin",
				"remark",
				"remove",
				"squeeze",
				"whitespace"
			],
			"dependencies": {
				"mdast-squeeze-paragraphs": "^3.0.0"
			},
			"devDependencies": {
				"remark": "^7.0.0",
				"tape": "^4.0.0"
			},
			"gitHead": "ac71132029da947360f31ed97bdae1019a959ec9",
			"_id": "remark-squeeze-paragraphs@3.0.1",
			"_npmVersion": "5.0.0",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-lUHSdhbJSLsTu+GJh1FTEdtuIlPlNiqBcjQ2PTXoD6xG3bu2XYM+5EXomNfKR4qhF/tLRQOlZX0BmSCf9Jy7kA==",
				"shasum": "0aae4d14bd943ebf7d0125136f0c419b34f9c92e",
				"tarball": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "eush77",
					"email": "eush77@gmail.com"
				},
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-squeeze-paragraphs-3.0.1.tgz_1497375441850_0.8368584159761667"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.2": {
			"name": "remark-squeeze-paragraphs",
			"version": "3.0.2",
			"description": "Remark plugin for removing empty paragraphs",
			"license": "MIT",
			"keywords": [
				"clean",
				"empty",
				"markdown",
				"paragraph",
				"plugin",
				"remark",
				"remove",
				"squeeze",
				"whitespace"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/eush77/remark-squeeze-paragraphs.git"
			},
			"bugs": {
				"url": "https://github.com/eush77/remark-squeeze-paragraphs/issues"
			},
			"author": {
				"name": "Eugene Sharygin",
				"email": "eush77@gmail.com"
			},
			"contributors": [
				{
					"name": "Eugene Sharygin",
					"email": "eush77@gmail.com"
				},
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"mdast-squeeze-paragraphs": "^3.0.0"
			},
			"devDependencies": {
				"prettier": "^1.14.2",
				"remark": "^9.0.0",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.22.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"test-api": "node test",
				"test": "npm run format && npm run test-api"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "01e4b4f885461979dab8ea2c491d69c596443601",
			"homepage": "https://github.com/eush77/remark-squeeze-paragraphs#readme",
			"_id": "remark-squeeze-paragraphs@3.0.2",
			"_npmVersion": "6.3.0",
			"_nodeVersion": "10.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-XFks+7F6FKmGkJcGyAvJ1GmqtPID9piDtJhrgglIGqg1VRTjpfft6UtGVGCuYnliZt8J72KPG8bwiJkwY6NDOw==",
				"shasum": "c3d1459cb17c250180fdc8f9814224b44d952b90",
				"tarball": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 4475,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbGLTCRA9TVsSAnZWagAANZIP/1jdJjwrvVxXJlV0Zs0Z\nhyHblCDNzF00fpP8UZc93FtfnlDd54Zh3Nrf4HSxjnEFM95jnnR7X95p6Og3\nJVPbU4+ldNBEpGctRbrkoouzDsNCZzfsnsCobuicRX5Vpnv/J95zK3TKaFPp\n2HSiMEzv5WSFJD+OyQtRLRtIIh/4zCtzlkwJNxfM4S/TClzyTIfAjy20a6Tx\n5zAkz3DdxKh1hkcQvZsrNkfd0+GVmgheRN1GMQBlYR7ldodxYUg+8x7C6CEW\nXlIiWh5iha3wxT3BnKvPeduZQK69BEvuduiPBrVY0CIqMRS3aQWdaKwQnmZZ\nS/VIQLMZPsjTABChF0DoHthigQGBkW+uukVujwQTVgUqTRTKRQG4Z1UuCUhj\nBz/LG22wqNu972th67BwHZ60VgwubekfFiMvnY5mCJPHJqSbG38kI2KAfRSM\nuopBkSZ28p1SNoaM+SNh/6xehh9XAzOx2JMab//TOaS0sAGxTlsVsbY9a7+J\nhNmN0u2cg3Vj/bZfoHIgF6UJHtExfo8/z2toMq9mp3aJjb2FeAuX738RghB+\nn+389En6cQCUufXzjSRiELfX+Jyc2UwrxwY7495qnDnHsd8Rn07Xo7K9H0YQ\ne+SfAIyQUh7YSiW34bRmB3JCgFm+gna/EBMQfz8PuaSOhBWQf52rzQ4vgIRg\na5+S\r\n=qnQc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "eush77",
					"email": "eush77@gmail.com"
				},
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-squeeze-paragraphs_3.0.2_1533829843140_0.2741907733317208"
			},
			"_hasShrinkwrap": false
		},
		"3.0.3": {
			"name": "remark-squeeze-paragraphs",
			"version": "3.0.3",
			"description": "Remark plugin for removing empty paragraphs",
			"license": "MIT",
			"keywords": [
				"clean",
				"empty",
				"markdown",
				"paragraph",
				"plugin",
				"remark",
				"remove",
				"squeeze",
				"whitespace"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/eush77/remark-squeeze-paragraphs.git"
			},
			"bugs": {
				"url": "https://github.com/eush77/remark-squeeze-paragraphs/issues"
			},
			"author": {
				"name": "Eugene Sharygin",
				"email": "eush77@gmail.com"
			},
			"contributors": [
				{
					"name": "Eugene Sharygin",
					"email": "eush77@gmail.com"
				},
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"mdast-squeeze-paragraphs": "^3.0.0"
			},
			"devDependencies": {
				"prettier": "^1.14.2",
				"remark": "^10.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.23.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"test-api": "node test",
				"test": "npm run format && npm run test-api"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "fc92cdbef740501579b1fbcd91673ea93546c514",
			"homepage": "https://github.com/eush77/remark-squeeze-paragraphs#readme",
			"_id": "remark-squeeze-paragraphs@3.0.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-eDvjtwFa9eClqb7XgdF/1H9Pfs2LPnf/P3eRs9ucYAWUuv4WO8ZOVAUeT/1h66rQvghnfctz9au+HEmoKcdoqA==",
				"shasum": "299d8db7d44008c9ae240dbf6d1f55b8b0f924ce",
				"tarball": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 5167,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9Gw6CRA9TVsSAnZWagAAb5wP+QEmn7cCKkz5bOmU3Dzu\nNzedBYfxjDuEKnS/vkPk10ezFPvWitrZYm5Oz8MnrG1jVLC/k3aUXayia7yc\nY2HysiwtiyiGhoQVKh06dAG6ZnvNW4nmhIM45DXoaaO0xEWegP0VbBZK410s\nZEPOypQ/rpR8kcM2jgGmJUdrHTgcTEuslnGiydk/FwO7dX4l6U/CkYiWcN9B\nQCBvtn+JHFWdl3hkwdLfpVhByfq5w93MOsD8PiNAN4n3uiJhfhPZ4vBwpnov\nXG4bDWLK5/xmYEtu51A2J5yNhoISJwEconbTtnWCqGOtk5+jPalgUSCA3Uq+\nek2QDE6Tl7CFFBTX4CV4WxRtxYShjXzWXJ6duZW9l3bbtRBWoAKJ667T3Uth\n3UwaTWynIL7DgU7kzpl6u3D4gCbEPK+5ilhvJ1gFS1ztafCe+PmpLHRsNab0\ncXmRFsmomczJTCnUET7vNRimapPZkOErguqhQolKZ+yEFkfXxGDCoEKNL+IF\nocU4jFpa0j2csYEYBZY0s+ZJujrjE4YPLIBF33qaWzbphLSrulMVm9cHKhQX\nYpVA7k2KbvNsiRIBPf1q+wu5lwy3gnnVx7aWinteDJa0GoiGAMTF0sYlHZDA\n/TIVpngtWw7ndmHCpho1EwyU597l8ndi2xkp5wlVqE5EBb95kieANOL8SCsd\nr76f\r\n=D+lc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "eush77",
					"email": "eush77@gmail.com"
				},
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-squeeze-paragraphs_3.0.3_1542745145515_0.9234156951479284"
			},
			"_hasShrinkwrap": false
		},
		"3.0.4": {
			"name": "remark-squeeze-paragraphs",
			"version": "3.0.4",
			"description": "remark plugin to remove empty paragraphs",
			"license": "MIT",
			"keywords": [
				"unified",
				"remark",
				"plugin",
				"mdast",
				"markdown",
				"clean",
				"empty",
				"paragraph",
				"remove",
				"squeeze",
				"whitespace"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/remarkjs/remark-squeeze-paragraphs.git"
			},
			"bugs": {
				"url": "https://github.com/remarkjs/remark-squeeze-paragraphs/issues"
			},
			"author": {
				"name": "Eugene Sharygin",
				"email": "eush77@gmail.com"
			},
			"contributors": [
				{
					"name": "Eugene Sharygin",
					"email": "eush77@gmail.com"
				},
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"mdast-squeeze-paragraphs": "^3.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark": "^10.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^1.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s remarkSqueezeParagraph -o remark-squeeze-paragraphs.js",
				"build-mangle": "browserify . -s remarkSqueezeParagraph -p tinyify -o remark-squeeze-paragraphs.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
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "647d8e0c13fc2b92df2e6ca8621719927de3443c",
			"homepage": "https://github.com/remarkjs/remark-squeeze-paragraphs#readme",
			"_id": "remark-squeeze-paragraphs@3.0.4",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Wmz5Yj9q+W1oryo8BV17JrOXZgUKVcpJ2ApE2pwnoHwhFKSk4Wp2PmFNbmJMgYSqAdFwfkoe+TSYop5Fy8wMgA==",
				"shasum": "9fe50c3bf3b572dd88754cd426ada007c0b8dc5f",
				"tarball": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.4.tgz",
				"fileCount": 4,
				"unpackedSize": 6070,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdBLfGCRA9TVsSAnZWagAAhE0P/0+cMqyU6ikTHb+JvBVE\nzLS4p3l/WI1gMSVHQTTG3IJOFPQCYlqEP4MBNy9qoycl7Zug0awQt6Govjxy\nXSVaw8PpUdi7JcdsDc2maWeCY10fz02NAiBTWGfL69xM29sCbqsIm6RR4VHi\nW1sVz17vjj0yQnoCsRsSQT3+DfsUhYxM8E+nlFWYa0WOt/PKITEaySOxC56A\nDapOr2RgF8ZommctaZaoNFDTCx7svv0kfFbTzEq0vSnMyJC+sqdeSkEMamBl\nVipmbyNKtUaJekdjf1/ybUHX3zOkBCSRTFnGLdODysvTrctKetTTknSuyZfa\n3m1MYLHdeYig5ma0eUP6mGEeT3ZXo5IFTt300EzX+NhDLOfVm0a3Nor3AQEA\nb/krv0VRvY0Uc0mmoo8ZiMh5/69CRPUhZDNN+1F1ZLADms8IeNhz8rgn00+G\ndFGtFPiBZiRBLLspVqrQq7ya5TcPuYdP9Arf/HRXxoovpcPSsgh+GstA++Pn\nQi+24DuD1An5Qr+enkOosrL6/zB05QahVeaQxPitqP8rjs+FJvKkygs0RrVI\nsmpKWUESiJRF/rcMSr4K87IW5siwJw8Bdh7RKIp3Qfmw1pPRpFnSArTDw05g\nJKpZ3pflovkNXSGKU3oiKkYG9QyoRW0+ekka8PCb+l2AztO+zwwlfZyevzFH\nGvzz\r\n=M350\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "eush77",
					"email": "eush77@gmail.com"
				},
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-squeeze-paragraphs_3.0.4_1560590277768_0.24441634370770937"
			},
			"_hasShrinkwrap": false
		},
		"4.0.0": {
			"name": "remark-squeeze-paragraphs",
			"version": "4.0.0",
			"description": "remark plugin to remove empty paragraphs",
			"license": "MIT",
			"keywords": [
				"unified",
				"remark",
				"remark-plugin",
				"plugin",
				"mdast",
				"markdown",
				"clean",
				"empty",
				"paragraph",
				"remove",
				"squeeze",
				"whitespace"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/remarkjs/remark-squeeze-paragraphs.git"
			},
			"bugs": {
				"url": "https://github.com/remarkjs/remark-squeeze-paragraphs/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/unified"
			},
			"author": {
				"name": "Eugene Sharygin",
				"email": "eush77@gmail.com"
			},
			"contributors": [
				{
					"name": "Eugene Sharygin",
					"email": "eush77@gmail.com"
				},
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"mdast-squeeze-paragraphs": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^2.0.0",
				"remark": "^11.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"xo": "^0.28.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s remarkSqueezeParagraph -o remark-squeeze-paragraphs.js",
				"build-mangle": "browserify . -s remarkSqueezeParagraph -p tinyify -o remark-squeeze-paragraphs.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
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "64f5447a606931348f6d95b8fd4512c67fdc52e7",
			"homepage": "https://github.com/remarkjs/remark-squeeze-paragraphs#readme",
			"_id": "remark-squeeze-paragraphs@4.0.0",
			"_nodeVersion": "13.10.1",
			"_npmVersion": "6.14.3",
			"dist": {
				"integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==",
				"shasum": "76eb0e085295131c84748c8e43810159c5653ead",
				"tarball": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 6515,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedz8eCRA9TVsSAnZWagAAaEkP/1ONvTUnjhp3HDuNHUNM\nMzoV8MDdjP2upifesFvyKyg2tKdQfcGdd0W47VJn9vt7sxC8HCfUn24o3aZ8\nFlcXL9jwe3aPVDp5/U8TVawF7yJx1qzTFpzyZ3ZrOzYNej4nVIxaJJhOXVr9\nnWXJJOTDcJAdv9YG/K42zJME8rCSVDYMUssP2uupWMe0+tOmtYv0Dlcotpvi\nVZ3tvkzYW8fkQA0A4Jwun1mZHXgH0ORsdqxc6zqSPZOnX0m5kMKZmdGMGZRb\nkE7E4VmLVgUTICWoGSOt+TS4JHuAGZSTVgp9yN1NE/Y3Ezk4Pu0/Oi0YHA5z\npNqVjE1BX9iTcYnS0cZB3tIcG3k+U3E4S8sag/0XSDh3FzaO/Yil4MBX3n4T\nr4NbeDWkRzQkyZWW7DgnuL0UIe7AVko7vwdtlZClZYOw/u0TBG4Mp+Yw8+xi\nRam+q6AL24nP0nJcBoJMPEpUUpRBJEFgXpAtQc/EBoh7DpGSm9TXCzN8uiOT\nkJgaqv6jeGgSPYMEJyE3w/T+oJOLpb37iKmStnIJrndoF4ERLEQ/BuACyWjF\nJ4meKn3Wni2SllhW+f7RX+ng8BpfZomXqOJCmixznbHqPt3sD++F1ff3PXJC\nzlHM3TeJWfsw1kXSiEb5hZCxUqej9HY17ZBcExCFnLQxLpndIFkYI9SXjfBz\ny27z\r\n=tJff\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "johnotander@gmail.com",
					"name": "johno"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-squeeze-paragraphs_4.0.0_1584873246211_0.742729337134038"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-03-22T10:34:08.847Z",
		"created": "2016-01-04T21:05:34.946Z",
		"3.0.0": "2016-01-04T21:05:34.946Z",
		"3.0.1": "2017-06-13T17:37:22.866Z",
		"3.0.2": "2018-08-09T15:50:43.214Z",
		"3.0.3": "2018-11-20T20:19:05.612Z",
		"3.0.4": "2019-06-15T09:17:57.904Z",
		"4.0.0": "2020-03-22T10:34:06.404Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"1f7df22ed72a9d6928e6aab4398ba936\"",
			"fetched": 1600679311798
		}
	},
	"_distfiles": {
		"remark-squeeze-paragraphs-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.0.tgz",
			"sha": "9cba385ebae06b19508b071916553a45368df7da",
			"registry": "npmjs"
		},
		"remark-squeeze-paragraphs-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.1.tgz",
			"sha": "0aae4d14bd943ebf7d0125136f0c419b34f9c92e",
			"registry": "npmjs"
		},
		"remark-squeeze-paragraphs-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.2.tgz",
			"sha": "c3d1459cb17c250180fdc8f9814224b44d952b90",
			"registry": "npmjs"
		},
		"remark-squeeze-paragraphs-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.3.tgz",
			"sha": "299d8db7d44008c9ae240dbf6d1f55b8b0f924ce",
			"registry": "npmjs"
		},
		"remark-squeeze-paragraphs-3.0.4.tgz": {
			"url": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.4.tgz",
			"sha": "9fe50c3bf3b572dd88754cd426ada007c0b8dc5f",
			"registry": "npmjs"
		},
		"remark-squeeze-paragraphs-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz",
			"sha": "76eb0e085295131c84748c8e43810159c5653ead",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"remark-squeeze-paragraphs-4.0.0.tgz": {
			"shasum": "76eb0e085295131c84748c8e43810159c5653ead"
		}
	},
	"_rev": "2-8d91152e50981699",
	"_id": "remark-squeeze-paragraphs",
	"readme": "# remark-squeeze-paragraphs\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[**remark**][remark] plugin to remove empty (or whitespace only) paragraphs.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install remark-squeeze-paragraphs\n```\n\n## Use\n\n```js\nvar remark = require('remark')\nvar stripBadges = require('remark-strip-badges')\nvar squeezeParagraphs = require('remark-squeeze-paragraphs')\n\nremark()\n  .use(stripBadges)\n  .processSync('![](https://img.shields.io/)\\n\\ntext')\n  .toString()\n// => \"\\n\\ntext\\n\"\n\nremark()\n  .use(stripBadges)\n  .use(squeezeParagraphs)\n  .processSync('![](https://img.shields.io/)\\n\\ntext')\n  .toString()\n// => \"text\\n\"\n```\n\n## API\n\n### `remark().use(squeezeParagraphs)`\n\nRemove empty (or white-space only) paragraphs.\n\n## Security\n\nUse of `remark-squeeze-paragraphs` does not involve [**rehype**][rehype]\n([**hast**][hast]) or user content so there are no openings for\n[cross-site scripting (XSS)][xss] attacks.\n\n## Related\n\n*   [`mdast-squeeze-paragraphs`][mdast-squeeze-paragraphs]\n    — [**mdast**][mdast] utility that is in the core of this plugin\n\n## Contribute\n\nSee [`contributing.md`][contributing] in [`remarkjs/.github`][health] for ways\nto get started.\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] © Eugene Sharygin\n\n[build-badge]: https://img.shields.io/travis/remarkjs/remark-squeeze-paragraphs/master.svg\n\n[build]: https://travis-ci.org/remarkjs/remark-squeeze-paragraphs\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-squeeze-paragraphs.svg\n\n[coverage]: https://codecov.io/github/remarkjs/remark-squeeze-paragraphs\n\n[downloads-badge]: https://img.shields.io/npm/dm/remark-squeeze-paragraphs.svg\n\n[downloads]: https://www.npmjs.com/package/remark-squeeze-paragraphs\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/remark-squeeze-paragraphs.svg\n\n[size]: https://bundlephobia.com/result?p=remark-squeeze-paragraphs\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/remark\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[health]: https://github.com/remarkjs/.github\n\n[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md\n\n[support]: https://github.com/remarkjs/.github/blob/master/support.md\n\n[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md\n\n[license]: license\n\n[remark]: https://github.com/remarkjs/remark\n\n[mdast]: https://github.com/syntax-tree/mdast\n\n[mdast-squeeze-paragraphs]: https://github.com/syntax-tree/mdast-squeeze-paragraphs\n\n[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting\n\n[rehype]: https://github.com/rehypejs/rehype\n\n[hast]: https://github.com/syntax-tree/hast"
}