{
	"name": "markdown-escapes",
	"versions": {
		"1.0.0": {
			"name": "markdown-escapes",
			"version": "1.0.0",
			"description": "List of escapable characters in markdown",
			"license": "MIT",
			"keywords": [
				"markdown",
				"escape",
				"pedantic",
				"gfm",
				"commonmark"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/markdown-escapes.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/markdown-escapes/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^7.0.0",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s markdownEscapes > markdown-escapes.js",
				"build-mangle": "esmangle < markdown-escapes.js > markdown-escapes.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"ignores": [
					"markdown-escapes.js",
					"markdown-escapes.min.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"output": true,
				"plugins": [
					"comment-config",
					"github",
					"lint",
					"validate-links"
				],
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "023cdb4f14f84675f591fb8c1944b51fee1b89be",
			"homepage": "https://github.com/wooorm/markdown-escapes#readme",
			"_id": "markdown-escapes@1.0.0",
			"_shasum": "c8ca19f1d94d682459e0a93c86db27a7ef716b23",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "c8ca19f1d94d682459e0a93c86db27a7ef716b23",
				"tarball": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/markdown-escapes-1.0.0.tgz_1468683331547_0.2253103677649051"
			},
			"directories": {}
		},
		"1.0.1": {
			"name": "markdown-escapes",
			"version": "1.0.1",
			"description": "List of escapable characters in markdown",
			"license": "MIT",
			"keywords": [
				"markdown",
				"escape",
				"pedantic",
				"gfm",
				"commonmark"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/markdown-escapes.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/markdown-escapes/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.1.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s markdownEscapes > markdown-escapes.js",
				"build-mangle": "esmangle < markdown-escapes.js > markdown-escapes.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"ignores": [
					"markdown-escapes.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "662f734829bac79b676463b8ff869ea37878ee39",
			"homepage": "https://github.com/wooorm/markdown-escapes#readme",
			"_id": "markdown-escapes@1.0.1",
			"_shasum": "1994df2d3af4811de59a6714934c2b2292734518",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "1994df2d3af4811de59a6714934c2b2292734518",
				"tarball": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/markdown-escapes-1.0.1.tgz_1499890506081_0.03018099768087268"
			},
			"directories": {}
		},
		"1.0.2": {
			"name": "markdown-escapes",
			"version": "1.0.2",
			"description": "List of escapable characters in markdown",
			"license": "MIT",
			"keywords": [
				"markdown",
				"escape",
				"pedantic",
				"gfm",
				"commonmark"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/markdown-escapes.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/markdown-escapes/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",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"prettier": "^1.12.0",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.20.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --bare -s markdownEscapes > markdown-escapes.js",
				"build-mangle": "esmangle < markdown-escapes.js > markdown-escapes.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"
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"no-var": "off",
					"prefer-arrow-callback": "off"
				},
				"ignores": [
					"markdown-escapes.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"gitHead": "6b58d8d878de19e25ba4cf9953c57153d6dd1cc5",
			"homepage": "https://github.com/wooorm/markdown-escapes#readme",
			"_id": "markdown-escapes@1.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-lbRZ2mE3Q9RtLjxZBZ9+IMl68DKIXaVAhwvwn9pmjnPLS0h/6kyBMgNhqi1xFJ/2yv6cSyv0jbiZavZv93JkkA==",
				"shasum": "e639cbde7b99c841c0bacc8a07982873b46d2122",
				"tarball": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 4876,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa13sbCRA9TVsSAnZWagAAKQEP/01COYwWMBwGzIioc9zk\nWB148aypioIJuvmVq3ydPOknNCCMVD7W5O1CE+reXnY+5aVgRDR14FvQq8sj\ndDFaxPiSqeLyrTlKxjx8s1oaHkyZKiHSheIl4Mr+ihH/HR63g2I3zgxyGr2t\nb+jvQp00MqJwXQluSwxmhixbnKbJqndQUMjq4NhhEdnLfQrkXYZQ4fnMIPtm\ntbi26VrWK2VnF7Edu8P8ZKlivynSJquVr+Szh+UMwNaaa8fnwsPNbXtrmXvk\n8gOtH2XPbRIO7OMWQUurOA/qh9r9vTof3rTopbQ380S3nMY5bYLYv2LqK0ge\nBlQasPFIxjN3U7+XaaMcqFUApc62wUlru1s78GGV3e6QcTsW+K0fCRzfpxIv\nhSjBBlivUPUpVMrjBWLOE7sbARVZCkI1t3SqJnyb7v0y2JS3s9AmLK5LOA82\nf3jTdfXN2uYAw9TKO7b+Q24gqXlGHQsDXhqqRee24xw2PuMJ+YuuBKycjXGc\nJUZpCO7+UJJW2ZGgaXGPpowXc37g+WO8lUnLCJw2JVpG/qpLABavtUMF5WGE\nfW84f7KQyTLcQpWRpmL3pj/L+wP4w1xmsZm6tSLoUG6DyjPXDpk3pGfngK09\niRU6Bm8nV1Ae0r7aKSoOWRkHYJeL7yDjdzd2lJz1fTohuq03hXjXZsDPiYcR\nYVNl\r\n=VpeH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/markdown-escapes_1.0.2_1524071195132_0.037752286293762705"
			},
			"_hasShrinkwrap": false
		},
		"1.0.3": {
			"name": "markdown-escapes",
			"version": "1.0.3",
			"description": "List of escapable characters in markdown",
			"license": "MIT",
			"keywords": [
				"markdown",
				"escape",
				"pedantic",
				"gfm",
				"commonmark"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/markdown-escapes.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/markdown-escapes/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.12.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.5.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s markdownEscapes -o markdown-escapes.js",
				"build-mangle": "browserify . -s markdownEscapes -p tinyify -o markdown-escapes.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"
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"markdown-escapes.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"gitHead": "129e65017ee4ac1eb1ed7bc2e0160ed3bbc473d8",
			"homepage": "https://github.com/wooorm/markdown-escapes#readme",
			"_id": "markdown-escapes@1.0.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw==",
				"shasum": "6155e10416efaafab665d466ce598216375195f5",
				"tarball": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 5124,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0oWRCRA9TVsSAnZWagAAVZUP/R/9hwVzoF97mgiDrF7h\npBiBe+0/qcZ2OfiTsxjiWW3dtEYIhYlyETJ307hYsjNJaNgJOBw844FVKFLY\nncPwEj8aeTtRS2IgLO5sp0Mnvrd70Bc7S4OasqiJ/ESJ5bSNXRYvnKtVmI2N\neHVDVoSjSb3oIb4eSEEmK2ifHhbjbDZ74DHOS/uPY3xmc1pz99BXXGkoW+6D\nJF2QgVKMc+Dk77EdlhYqfOBj4211Li/GfAuJ8tUrULSj3JMGVuImWauOx9fI\n2iyobKHnQz5ayx6ruCSIQ+SJ8fGZK00OYbTsbcSIEpm3nYQEeFrPJJGJpAev\nNgsLV2BTiwc405LpKz0+O+EzeNp+FqfGYR1OmuX/xhUOC99S71tiF2vv1y9u\nmZTBu4xWeQH99E+/uixewPE3JgaMUwEl5uwI/xBikuFHrEJL+c/QyTHy6fIS\n5ZtstDxScLDUJ7TR8i1HFuzXsAml7VGiOxAnnVAFdwc/e51SRa7qbuRCythR\nP4wn/a5CfLFH8msuwyOHdcxmV7KPMvsY7cz3+azhZ7XMV1dNvQHIp9At2mac\nZMRrh2jRXnoE+TM+gb1IYtrjmdReD8OFO0mVLIz1skFayBPEcUoH1hZfvC1k\nG23r8zv9nyMHfpajwD2DmeYaC3/MXHmtks7CpgRvSnGDTHE6fZD39u7A5Ow2\nJEmv\r\n=NKdP\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/markdown-escapes_1.0.3_1557300624697_0.7341757238124145"
			},
			"_hasShrinkwrap": false
		},
		"1.0.4": {
			"name": "markdown-escapes",
			"version": "1.0.4",
			"description": "List of escapable characters in markdown",
			"license": "MIT",
			"keywords": [
				"markdown",
				"escape",
				"pedantic",
				"gfm",
				"commonmark"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/markdown-escapes.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/markdown-escapes/issues"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/wooorm"
			},
			"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.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s markdownEscapes -o markdown-escapes.js",
				"build-mangle": "browserify . -s markdownEscapes -p tinyify -o markdown-escapes.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"
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"markdown-escapes.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"gitHead": "3134eb6b85e27d568e587eb2290340c3f189427b",
			"homepage": "https://github.com/wooorm/markdown-escapes#readme",
			"_id": "markdown-escapes@1.0.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==",
				"shasum": "c95415ef451499d7602b91095f3c8e8975f78535",
				"tarball": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz",
				"fileCount": 4,
				"unpackedSize": 5194,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKrsSCRA9TVsSAnZWagAAkP8P/23XHGH3Nn7Y+HnSrbfC\n3yNPvkgeot5i9qhDcRwPcLAa5aHGd4ejsTB1TsEFcMJQinBjXnDVJnVFB3Lk\nWzuscGx+GVvAa65An0BpOlkw/opxgB5Ko/zHxjJ5Ew1H0ssLtBXJ47xAKAZj\nwEdyew5SqQQvz9iRqgN2v6odJrdfB5QR0y47Jbmw8e2FYMxPLNrogayQjBtp\nGlvB7lxFHWHQa3SUYPnEdXaFA+ytGINJuN6pDhCiA8WUN7OWS6RbhcJzQCzj\nyEdcTH07ra5RjEnLZLRAeFFto8cX+Wp2ZyZH98aISYZh+I70KBYa8DBKDu8/\noMqqLh3DndKy9NPtdWAqzKK6kL+UrIlEzfuwlYj29eaPi9CUtMEAETeC/T7U\nTVe7PzrAxwsy+at2m6aAemaoEF2IFhcp5niAtwnAkkj4T9LV+ywxrH8L8M8e\nwf8/avDWHkDB5co4pVv48klm/V3CCqwRYWgyNLLAGRm2bVDYuAQKnKpd3S/i\n6TgFgRrg6RQ+Te27ScimNL40dwQw+ZUAZZ2j05dqhT8UyqMfL2iVlrsmgmWy\nO7rzgnXR2D3jO5Skf0Lgpte2UjRHRlFKb/uZ/1v4Gp+zY92yNXqWQRg5rpvA\njVcE16qc0hxl6N7iKirRavcxAaD6HumQMa57H9w+qg4VM9NIHXi2YvrEw+Qn\ncY4s\r\n=AimZ\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/markdown-escapes_1.0.4_1579858706144_0.41101935105679455"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-24T09:38:28.849Z",
		"created": "2016-07-16T15:35:34.017Z",
		"1.0.0": "2016-07-16T15:35:34.017Z",
		"1.0.1": "2017-07-12T20:15:06.986Z",
		"1.0.2": "2018-04-18T17:06:35.220Z",
		"1.0.3": "2019-05-08T07:30:24.838Z",
		"1.0.4": "2020-01-24T09:38:26.281Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"9e8632622a331138ab2037f7d55cefb1\"",
			"fetched": 1600679318593
		}
	},
	"_distfiles": {
		"markdown-escapes-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.0.tgz",
			"sha": "c8ca19f1d94d682459e0a93c86db27a7ef716b23",
			"registry": "npmjs"
		},
		"markdown-escapes-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.1.tgz",
			"sha": "1994df2d3af4811de59a6714934c2b2292734518",
			"registry": "npmjs"
		},
		"markdown-escapes-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.2.tgz",
			"sha": "e639cbde7b99c841c0bacc8a07982873b46d2122",
			"registry": "npmjs"
		},
		"markdown-escapes-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.3.tgz",
			"sha": "6155e10416efaafab665d466ce598216375195f5",
			"registry": "npmjs"
		},
		"markdown-escapes-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz",
			"sha": "c95415ef451499d7602b91095f3c8e8975f78535",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"markdown-escapes-1.0.4.tgz": {
			"shasum": "c95415ef451499d7602b91095f3c8e8975f78535"
		}
	},
	"_rev": "2-c96edbb9c73d21c8",
	"_id": "markdown-escapes",
	"readme": "# markdown-escapes\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nList of escapable characters in markdown.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install markdown-escapes\n```\n\n## Use\n\n```js\nvar escapes = require('markdown-escapes');\n\n// Access by property:\nescapes.commonmark; //=> ['\\\\', '`', ..., '@', '^']\n\n// Access by options object:\nescapes({gfm: true}); //=> ['\\\\', '`', ..., '~', '|']\n```\n\n## API\n\n### `escapes([options])`\n\nGet escapes.\nSupports `options.commonmark` and `options.gfm`, which when `true` returns the\nextra escape characters supported by those flavors.\n\n###### Returns\n\n`Array.<string>`.\n\n### `escapes.default`\n\nList of default escapable characters.\n\n### `escapes.gfm`\n\nList of escapable characters in GFM (which includes all `default`s).\n\n### `escapes.commonmark`\n\nList of escapable characters in CommonMark (which includes all `gfm`s).\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/wooorm/markdown-escapes.svg\n\n[build]: https://travis-ci.org/wooorm/markdown-escapes\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/markdown-escapes.svg\n\n[coverage]: https://codecov.io/github/wooorm/markdown-escapes\n\n[downloads-badge]: https://img.shields.io/npm/dm/markdown-escapes.svg\n\n[downloads]: https://www.npmjs.com/package/markdown-escapes\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/markdown-escapes.svg\n\n[size]: https://bundlephobia.com/result?p=markdown-escapes\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com"
}