{
	"name": "character-entities",
	"versions": {
		"1.0.0": {
			"name": "character-entities",
			"version": "1.0.0",
			"description": "HTML character entity information",
			"license": "MIT",
			"keywords": [
				"html",
				"entity",
				"entities",
				"character",
				"reference",
				"name",
				"replacement"
			],
			"files": [
				"index.js",
				"index.json"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/character-entities.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"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": "^2.0.0",
				"mdast-comment-config": "^1.0.0",
				"mdast-github": "^1.0.0",
				"mdast-lint": "^1.0.0",
				"mdast-slug": "^2.0.0",
				"mdast-validate-links": "^1.1.1",
				"mdast-yaml-config": "^1.0.0",
				"tape": "^4.2.0"
			},
			"scripts": {
				"build-md": "mdast . --quiet --frail",
				"build-crawl": "mkdir -p data && curl https://html.spec.whatwg.org/entities.json > data/entities.json",
				"build-generate": "node script/generate.js",
				"build-bundle": "browserify index.js --bare -s characterEntities > character-entities.js",
				"build-mangle": "esmangle character-entities.js > character-entities.min.js",
				"build": "npm run build-md && npm run build-crawl && npm run build-generate && 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": "22deca629b3ac33ccc45ee2ef7351b3c4bc9f46d",
			"bugs": {
				"url": "https://github.com/wooorm/character-entities/issues"
			},
			"homepage": "https://github.com/wooorm/character-entities#readme",
			"_id": "character-entities@1.0.0",
			"_shasum": "a258498dfae125e81524c70dfcdda07318496e75",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "a258498dfae125e81524c70dfcdda07318496e75",
				"tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "character-entities",
			"version": "1.1.0",
			"description": "HTML character entity information",
			"license": "MIT",
			"keywords": [
				"html",
				"entity",
				"entities",
				"character",
				"reference",
				"name",
				"replacement"
			],
			"files": [
				"index.js",
				"index.json"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/character-entities.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/character-entities/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-crawl": "mkdir -p data && curl https://html.spec.whatwg.org/entities.json > data/entities.json",
				"build-generate": "node script/generate.js",
				"build-bundle": "browserify index.js --bare -s characterEntities > character-entities.js",
				"build-mangle": "esmangle character-entities.js > character-entities.min.js",
				"build": "npm run build-md && npm run build-crawl && npm run build-generate && 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,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"character-entities.js",
					"character-entities.min.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"plugins": [
					"comment-config",
					"github",
					"lint",
					"validate-links"
				],
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "10b2318a9662858e85d9db0ca8dbf0752f9ac31e",
			"homepage": "https://github.com/wooorm/character-entities#readme",
			"_id": "character-entities@1.1.0",
			"_shasum": "704c928e2d2a879a3db6a926a6dd68fcd2bec7ac",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "704c928e2d2a879a3db6a926a6dd68fcd2bec7ac",
				"tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/character-entities-1.1.0.tgz_1469311322438_0.1354649078566581"
			},
			"directories": {}
		},
		"1.2.0": {
			"name": "character-entities",
			"version": "1.2.0",
			"description": "HTML character entity information",
			"license": "MIT",
			"keywords": [
				"html",
				"entity",
				"entities",
				"character",
				"reference",
				"name",
				"replacement"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/character-entities.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/character-entities/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"
				}
			],
			"main": "index.json",
			"files": [
				"index.json"
			],
			"dependencies": {},
			"devDependencies": {
				"bail": "^1.0.1",
				"browserify": "^13.0.1",
				"concat-stream": "^1.5.2",
				"esmangle": "^1.0.1",
				"nyc": "^8.0.0",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.0.0",
				"xo": "^0.17.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-generate": "node build",
				"build-bundle": "browserify index.json --bare -s characterEntities > character-entities.js",
				"build-mangle": "esmangle character-entities.js > character-entities.min.js",
				"build": "npm run build-md && npm run build-generate && 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": [
					"character-entities.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"presets": "wooorm"
			},
			"gitHead": "c091dd2371a10a25095de2967ebb95458389fdb4",
			"homepage": "https://github.com/wooorm/character-entities#readme",
			"_id": "character-entities@1.2.0",
			"_shasum": "a683e2cf75dbe8b171963531364e58e18a1b155f",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "a683e2cf75dbe8b171963531364e58e18a1b155f",
				"tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/character-entities-1.2.0.tgz_1478289534115_0.5894565787166357"
			},
			"directories": {}
		},
		"1.2.1": {
			"name": "character-entities",
			"version": "1.2.1",
			"description": "HTML character entity information",
			"license": "MIT",
			"keywords": [
				"html",
				"entity",
				"entities",
				"character",
				"reference",
				"name",
				"replacement"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/character-entities.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/character-entities/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"
				}
			],
			"main": "index.json",
			"files": [
				"index.json"
			],
			"dependencies": {},
			"devDependencies": {
				"bail": "^1.0.1",
				"browserify": "^14.0.0",
				"concat-stream": "^1.5.2",
				"esmangle": "^1.0.1",
				"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-generate": "node build",
				"build-bundle": "browserify index.json --bare -s characterEntities > character-entities.js",
				"build-mangle": "esmangle character-entities.js > character-entities.min.js",
				"build": "npm run build-md && npm run build-generate && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test": "npm run build && npm run lint && npm run test-api"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"ignores": [
					"character-entities.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "5fc53d194a1753f0b8bb6388d02444cac24d1a59",
			"homepage": "https://github.com/wooorm/character-entities#readme",
			"_id": "character-entities@1.2.1",
			"_shasum": "f76871be5ef66ddb7f8f8e3478ecc374c27d6dca",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "f76871be5ef66ddb7f8f8e3478ecc374c27d6dca",
				"tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/character-entities-1.2.1.tgz_1499793818126_0.4074034912046045"
			},
			"directories": {}
		},
		"1.2.2": {
			"name": "character-entities",
			"version": "1.2.2",
			"description": "HTML character entity information",
			"license": "MIT",
			"keywords": [
				"html",
				"entity",
				"entities",
				"character",
				"reference",
				"name",
				"replacement"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/character-entities.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/character-entities/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"
				}
			],
			"main": "index.json",
			"files": [
				"index.json"
			],
			"dependencies": {},
			"devDependencies": {
				"bail": "^1.0.1",
				"browserify": "^16.0.0",
				"concat-stream": "^1.5.2",
				"esmangle": "^1.0.1",
				"prettier": "^1.12.0",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.20.0"
			},
			"scripts": {
				"generate": "node build",
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.json --bare -s characterEntities > character-entities.js",
				"build-mangle": "esmangle character-entities.js > character-entities.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test": "npm run generate && npm run format && npm run build && npm run test-api"
			},
			"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": [
					"character-entities.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "10b4ed89c41fb2f746873d76d848892917f4e532",
			"homepage": "https://github.com/wooorm/character-entities#readme",
			"_id": "character-entities@1.2.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-sMoHX6/nBiy3KKfC78dnEalnpn0Az0oSNvqUWYTtYrhRI5iUIYsROU48G+E+kMFQzqXaJ8kHJZ85n7y6/PHgwQ==",
				"shasum": "58c8f371c0774ef0ba9b2aca5f00d8f100e6e363",
				"tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.2.tgz",
				"fileCount": 4,
				"unpackedSize": 47317,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1vOlCRA9TVsSAnZWagAAJcsQAJo+lYpZZyF2JOXr4FUd\nGku5d+PvEFND5KHb2ofqei/HoOW8JAILayQ/bL/tlt4CbgMUIqzcec8ChNsy\n37ToQOQdfvPRno5DKUnSgtDdaVxK6HLB7Pc8I9bQ/73C3IIkYnU542jOX00L\nd4ZQSUlXWTJzFnHrIXY47rIzZjz/xRcFpBteyq3jTva6qwtxAcmLD42vtQ9d\n4NV8fLXYdN6uJe7x3frbYnTKXpZm+cHIEAnR+e6NAZ/fw9pJTSRsy9pf7zeF\nAEa8ncAl+S5VXiFL7b+UA/bp72t2rHBY7Jujo4WdJidbsss+qqRgEXYIS790\neXi1Bm1EiI/rzb3nroTDIBG1KLvQvezxQt+brXunKNWfkZnxI6AhqnYGX4To\nGek1VD3PbtdPkwLNtn6r2WLzJNnNbWWv2ml7c1TVJsjEzXnZJYoqbg7oKptB\n90glmoHRTa6EkuKg3KHJe7lQkFCd+BE21vyYcA0o9T2PvDhfwXH10+Q1oL1F\nwLKDunWtiM8/GTkGFl0/9dvWcj1zsZDGMvamRbkvXTIDFIJFRxT23yEMqEqi\nUdX7R93kNLCf0gQ7kqsL3nZHkqlHxECuequO1lAssf8dVXkjT2IRu6w2ZB9s\n8E8VBEHLc3h5RdxsGAA7tiQq47D1xqZ3Yix5qOr2ZIiUfRSuCUj4HRic2qua\nc7lA\r\n=eMmN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/character-entities_1.2.2_1524036516528_0.6644304018779537"
			},
			"_hasShrinkwrap": false
		},
		"1.2.3": {
			"name": "character-entities",
			"version": "1.2.3",
			"description": "HTML character entity information",
			"license": "MIT",
			"keywords": [
				"html",
				"entity",
				"entities",
				"character",
				"reference",
				"name",
				"replacement"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/character-entities.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/character-entities/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"
				}
			],
			"main": "index.json",
			"dependencies": {},
			"devDependencies": {
				"bail": "^1.0.1",
				"browserify": "^16.0.0",
				"concat-stream": "^2.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": {
				"generate": "node build",
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.json -s characterEntities -o character-entities.js",
				"build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test": "npm run generate && npm run format && npm run build && npm run test-api"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"character-entities.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "2334d317bc24f0de628df600ce42d3b92870d3c8",
			"homepage": "https://github.com/wooorm/character-entities#readme",
			"_id": "character-entities@1.2.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-yB4oYSAa9yLcGyTbB4ItFwHw43QHdH129IJ5R+WvxOkWlyFnR5FAaBNnUq4mcxsTVZGh28bHoeTHMKXH1wZf3w==",
				"shasum": "bbed4a52fe7ef98cc713c6d80d9faa26916d54e6",
				"tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.3.tgz",
				"fileCount": 4,
				"unpackedSize": 47597,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0nkICRA9TVsSAnZWagAAtlAP/AoWbcWFeUiy4bJOiUpw\nx6elx1KnoouGn0V/AYTL2kVBRI8X2aDo8izjFdzQ0Unju9wAuA+4DUvJgG5a\nJ/Nq8qWR72TGsc/CidMcSlH8nQmWTb2cmc1tB7YxJolKsfGlAOGij1aj/ksB\n7QN8xbHG16E5sA4tE+bUXGrVSUZJCQA4TnvXj5CDe4Joz7j8ZrAvsVl4fUMs\nf3ZRJ853ypsYrOsxopWGWHMSYGWrwI8fdiMEo3RDCHLPgwKS0SpfyGySTo+j\n0WhbqyavuBWc861ZKh6WBN32ulP6LwB1+AmsBjfP8pe3yHPpS8Odn8Bfgbd5\nunLL4Bu4BAfkj0+AXrcRBriWFvYGwi3DMqRsPFcaf5OC18e64SN/aUEVly+S\nn66+8nJugofKidFLCsPsL9ExKtOzT/T0OL92swvaqovv8e7FxpAYdswi+ayl\nd4GISML8h3mqoeMnjFrAc8IATLp8ykVTv8mDV3m+kso7qI0U+9sIvu7S53Wx\nYvE+F7lJqoKB2bG8YYguL7jAtZRUQld6b1WCq4tsrZvzc5CFuMuqOuNmCrXO\nbTaItYF4cBuyRzEAIH13lQ7qI1B1TFQTu1BO+5A4+Vmsm0XgQg88piOL+bXC\n5WF4xdQIeLlFeySTcgas/6n27pur8EiTX7DRn7TRff9LUbCWjG/IO+ZxwJcr\n5pIq\r\n=H6bi\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/character-entities_1.2.3_1557297416122_0.05169733394585774"
			},
			"_hasShrinkwrap": false
		},
		"1.2.4": {
			"name": "character-entities",
			"version": "1.2.4",
			"description": "HTML character entity information",
			"license": "MIT",
			"keywords": [
				"html",
				"entity",
				"entities",
				"character",
				"reference",
				"name",
				"replacement"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/character-entities.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/character-entities/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"
				}
			],
			"main": "index.json",
			"dependencies": {},
			"devDependencies": {
				"bail": "^1.0.0",
				"browserify": "^16.0.0",
				"concat-stream": "^2.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": {
				"generate": "node build",
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify index.json -s characterEntities -o character-entities.js",
				"build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test": "npm run generate && npm run format && npm run build && npm run test-api"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"character-entities.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "2980174764642927ff8643393d3ecbb5ee7483e6",
			"homepage": "https://github.com/wooorm/character-entities#readme",
			"_id": "character-entities@1.2.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
				"shasum": "e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b",
				"tarball": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
				"fileCount": 4,
				"unpackedSize": 47679,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKsOcCRA9TVsSAnZWagAAnOEP/0WnS2c6qeJQcH2zORVT\npYw39+sW/hxGAZikXVW5G3RwNbL5d1OUD+d4PGQRZj0DkoyLK8ce3U3qWTnh\nH+d5ydahvwIwsUOrxe/fx0VfwjCKj/sHTCb5ycp8gEzGXchqhkfDNZY9d1c3\nm2PQzYgdFhfATwiiFA79SJlvioDkBPAdns4vZ5na7voJ+BKV5G3CIfVZBDDk\nKJqzw1J4bAo91WS33qiPxwgjNgpj7UMaiDRdWSJfV7Za1Y5N4pv/S/BqeY5z\n4l8iyQvqkIC9UcQqJg2f0ld05lI1LXyNaYtkHn7jw8Nj3Wn3uOL+1cFIWKY8\nbbRJeGCDWvgsn4W50q8uVAZVINTi3WxmyWWxbTGqz1D53NIGt4vwqSlaWV3V\nz3ooYieRaYPHrUIvfOvxjJlq7bKP88iirkliVcdDEtnioORqqj4fant7NyKt\nsAi+n9gGeJkibXOES0Njs+VZLX4A+oe0tYTJLDrsf2YAUCJKl3y4miaReqES\nMBrrIuZAO1wIMEqTqjZPiI31gyDUgQ7RpAPMZPNMmOynGOKtmY3jYYGEJ000\nywah3Kj1KojTctXcJsprkicb8RB6wGjYZuxgsUnYixV0WH4mrVAhH2AnM+Xk\n0YgG7jIBcolb5n7OkpTeu7O0Ubf/2638bGTrK6bIDyhEj1TOxW27S4j2cD/t\nn9jH\r\n=wL8d\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/character-entities_1.2.4_1579860891975_0.9612898890578307"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-24T10:14:54.483Z",
		"created": "2015-09-27T14:44:39.388Z",
		"1.0.0": "2015-09-27T14:44:39.388Z",
		"1.1.0": "2016-07-23T22:02:04.182Z",
		"1.2.0": "2016-11-04T19:58:55.941Z",
		"1.2.1": "2017-07-11T17:23:39.189Z",
		"1.2.2": "2018-04-18T07:28:36.635Z",
		"1.2.3": "2019-05-08T06:36:56.263Z",
		"1.2.4": "2020-01-24T10:14:52.094Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.2.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"6994fbf74ed2c64627dc9b1df4f263db\"",
			"fetched": 1600679321426
		}
	},
	"_distfiles": {
		"character-entities-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/character-entities/-/character-entities-1.0.0.tgz",
			"sha": "a258498dfae125e81524c70dfcdda07318496e75",
			"registry": "npmjs"
		},
		"character-entities-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/character-entities/-/character-entities-1.1.0.tgz",
			"sha": "704c928e2d2a879a3db6a926a6dd68fcd2bec7ac",
			"registry": "npmjs"
		},
		"character-entities-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz",
			"sha": "a683e2cf75dbe8b171963531364e58e18a1b155f",
			"registry": "npmjs"
		},
		"character-entities-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.1.tgz",
			"sha": "f76871be5ef66ddb7f8f8e3478ecc374c27d6dca",
			"registry": "npmjs"
		},
		"character-entities-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.2.tgz",
			"sha": "58c8f371c0774ef0ba9b2aca5f00d8f100e6e363",
			"registry": "npmjs"
		},
		"character-entities-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.3.tgz",
			"sha": "bbed4a52fe7ef98cc713c6d80d9faa26916d54e6",
			"registry": "npmjs"
		},
		"character-entities-1.2.4.tgz": {
			"url": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
			"sha": "e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"character-entities-1.2.4.tgz": {
			"shasum": "e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b"
		}
	},
	"_rev": "2-1cd6cb190b5e21aa",
	"_id": "character-entities",
	"readme": "# character-entities\n\n[![Build][build-badge]][build]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nHTML character entity information.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install character-entities\n```\n\n## Use\n\n```js\nvar characterEntities = require('character-entities')\n\nconsole.log(characterEntities.AElig) // => 'Æ'\nconsole.log(characterEntities.aelig) // => 'æ'\nconsole.log(characterEntities.amp) // => '&'\n```\n\n## API\n\n### characterEntities\n\nMapping between (case-sensitive) character entity names to replacements.\n\n## Support\n\nSee [`html.spec.whatwg.org`][html].\n\n## Related\n\n*   [`character-entities-html4`](https://github.com/wooorm/character-entities-html4)\n    — HTML 4 character entity info\n*   [`character-entities-legacy`](https://github.com/wooorm/character-entities-legacy)\n    — Legacy character entity info\n*   [`parse-entities`](https://github.com/wooorm/parse-entities)\n    — Parse HTML character references\n*   [`stringify-entities`](https://github.com/wooorm/stringify-entities)\n    — Stringify HTML character references\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/wooorm/character-entities.svg\n\n[build]: https://travis-ci.org/wooorm/character-entities\n\n[downloads-badge]: https://img.shields.io/npm/dm/character-entities.svg\n\n[downloads]: https://www.npmjs.com/package/character-entities\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/character-entities.svg\n\n[size]: https://bundlephobia.com/result?p=character-entities\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[html]: https://html.spec.whatwg.org/multipage/syntax.html#named-character-references"
}