{
	"name": "prism-react-renderer",
	"versions": {
		"0.0.1": {
			"name": "prism-react-renderer",
			"version": "0.0.1",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"files": [
				"src",
				"es",
				"lib",
				"themes"
			],
			"scripts": {
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --out-dir es src",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"babel": {
				"env": {
					"cjs": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"es": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": false
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					}
				},
				"plugins": [
					[
						"@babel/plugin-proposal-class-properties",
						{
							"loose": true
						}
					]
				]
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2"
			},
			"gitHead": "8fd1febb31dd1d8b3a8939c095a8e0fad427d54b",
			"_id": "prism-react-renderer@0.0.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-daFjk1H2nKV8NzVYEFDkn7r5uF2NIY7FSqrjxEbtftERkheGB5zOoRDq1wOofVPERVSFdIwX4z0TYI4rqB3Ecg==",
				"shasum": "2b2bca6a6218c01e60ae96b15e667b70ea4195c7",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.0.1.tgz",
				"fileCount": 31,
				"unpackedSize": 245652,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbdzUhCRA9TVsSAnZWagAA1WwQAJKanK1t4anUz7Wy7rkP\niVEwy0uYG0TzkhC88SahrsaGHZ73BUcI2oOZjpdz6ZMSmDW52JY+zo0xUI+N\n803gsAjBsR41Zndk1xSlQkv2fslx6XNGoBCk7shMnEz3jeY43SezVNSJ4PO4\nUZ2LEvJCWL45L2HhHdgWRpPS2Cc2Vwi7n9ThKT4TC/ZHP9GUMIFkrEst6uJb\njEhnq3pljyYN5Xn9k0aam3lTY8JO9UKgaIcrcioAvUnJqY+yPBDubKBAOhBu\nrRitWfPO8Jc8vu3w5oLvV5KdehW3Pki+6yDlIkXTv0GhO/IQK/l71f4G3j3f\nD7jdfVOgNnDFLn4FKVPiDLyGb8R68Wj4IhwNXVwRDAQmXDBpOv+G2uC/HM5k\nEITmyjtRSjryFGLXq2zrUvmYBRLMhzDi8/4+xn78gU7cXcL4SpqXKs/AXwhL\n06q+Ed5N4HZz1U1sA3nJQORUsn62Bu+T9YK01/K0pu2+UspOGQlqGCeQEhbK\nuFWlmnupPg2mvobk6ty+pMTe790o3wYFh+Xbnm974h5XO1ip80UxxJ4YPerv\n2g395RkBNnfeuL0BmQQD9/KqR77fzghBAnK4P4lOPDPVYvEXccv0bFhBiNnF\nHbR0xB1ahY+beVXaeLrhpKpjsy0bw/Amav6ccXGRBXfCwjs9t6FbkXVs4/qu\nDjvu\r\n=mUa6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.0.1_1534539040554_0.9242489436965127"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.2": {
			"name": "prism-react-renderer",
			"version": "0.0.2",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"files": [
				"src",
				"es",
				"lib",
				"themes"
			],
			"scripts": {
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --out-dir es src",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"babel": {
				"env": {
					"cjs": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"es": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": false
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					}
				},
				"plugins": [
					[
						"@babel/plugin-proposal-class-properties",
						{
							"loose": true
						}
					]
				]
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2"
			},
			"gitHead": "e92433142df48ab3ac22af643f2a4b8a904d7d04",
			"_id": "prism-react-renderer@0.0.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-GfO9Dq+3P90wTEKDm/k0I4FExdsyIi9jK35u5q/CvrtIJOqiBPDxnapZCtf/J5RUAl6oQiCotbxUMqBI1h07fg==",
				"shasum": "29bc723c37eddca08b4db6f697f9a9c2978a889e",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.0.2.tgz",
				"fileCount": 31,
				"unpackedSize": 249475,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbd04fCRA9TVsSAnZWagAAiyUP/3lTjergO9MT5RuRFxvu\npRnlcr/rjJS/wMzfupxrKHXuPz1eqTrciRXMxpTYjE2TQmeTCnb7DzY99kQD\nVRJ9yvLXnrHz7wrLR2W+BWnFrcJJHW4mlmbaDlokG30X/e+cx2TCBnlBuqZy\nd051LjiXJvYSgPeO1rBbrVokslwM4eDblS7qb++429QZD66cHbipj/AvfhVK\nUOOhCRuFawe4XFU+ER9j8cQv42smfnudx9I0rNFQfvsA2f7ZFcduLRXnVG+C\ng53Wol++24xtTLhlH/o/tS1bQReLGAGNxb6tyhoyqMpCuVqFMvYrtN4EwaBJ\nku3U7UD7j9ahQYzPSuezE297DEelbLBhUsBJ9OUgcnEZNY70fGeoOCP9bC2e\nUTpyIt6vL9SIdbFbZ7Dklu3835vAYzMZHDAVsLST2/IAWp07JOJBKDgsLzG+\n7ULVZsOV7RpI1DC6frLS7FfdukysTACfaFrsf43VdlBQ+hggYQFMGryJZXe/\nPGoJXaxREuz94UltFQJ0EgdMgGTB8+Z1yn2lvLEurf+VjFRpysFXVSyRhOKO\nFPlQ2il6fimz9Yjwkd1Ddgz+jNS6hzxH6FcWQrRWiFGVjmgMUZPw83a9oRuv\nk0Hj3eZ4YWE6xBGSRxSR58kwn5rq77OLx+YVJKBt2sq21LHeCzaEn3Ubz8Zg\nlsHJ\r\n=pEdb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.0.2_1534545438775_0.3579960292159512"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.3": {
			"name": "prism-react-renderer",
			"version": "0.0.3",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"files": [
				"es",
				"lib",
				"themes"
			],
			"scripts": {
				"precommit": "lint-staged",
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"lint-staged": {
				"linters": {
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"babel": {
				"env": {
					"test": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"cjs": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"es": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": false
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					}
				},
				"plugins": [
					[
						"@babel/plugin-proposal-class-properties",
						{
							"loose": true
						}
					]
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.2",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2",
				"react-testing-library": "^5.0.0"
			},
			"readmeFilename": "README.md",
			"gitHead": "b77d083b9784617252bd401fe03c78b4f0df45c4",
			"_id": "prism-react-renderer@0.0.3",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-L8elUnzCAmBpj3deuRHIw0UZDMckqL+7qpkr/NvxTgyIDYzWg4K1QZB1AuPwiyeCvhVfH8QsB83BsTSu9zpf7Q==",
				"shasum": "27cba2b95f066c6de25e3426ccc0a13aa5930381",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.0.3.tgz",
				"fileCount": 26,
				"unpackedSize": 251966,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbeEiMCRA9TVsSAnZWagAAiEYP/02keJ/9tKgNz24NQBaE\ng0yk+kL1tizmX7A7dXnJKe4p6HSIwvtgVZwlXMYj3WIANiiU1FYIiRgpXaXX\nWPD+CJxFElZNvdxB4NxlZoAePJYuqHD6WiM4zJV2t8RPOuMdVfqlCFXyFOsc\nK4wRJgN1aYXiZ9a/hA3jV9uHIENfQdH9H6A6mVha/eHlqPTn11TgIw1mfSVd\nQf8TeImqiaHNIStFiL72GNkVCaYQdWlLAIJdsT80/4+qguYalzPgXhaIOLVQ\n/Q3iJRI9j4mpvbDc98hhAJ292Z43kFDaLmG5lP2aHRL9B9LmcmUTc4enMHSx\n0XnIBl6b5JjMinhltPJO+L2fvC65QqYsfrmg4tDAKZK75AHC3QPULkyQGOhJ\njOXgzBL8GEHeT2bszKnsMObYtOGCAX8E+Q6FQXUzKZZd8Wjeydpoca/SR0p2\n3goPoAOWieBxl/KWbUCH2xQaHef4CO1QbTBii6UUIgsk0qkYszV0j9ssORPv\nwsWwG259bWRDFc1lZV8eVvqTdGMN7v4mOpJMdyKanv1i34Tj/FK4sotRNzjD\nO/i/FZ+Z66v1zF/N2DqgnWLoD/TvR3WfFXynApArvllJyuVCw70R+TokXIgM\nvkrcqnFUzwWwmB5WMPHNCYpA99ZpdTda9F3J75gMOWst55h+0y1Ckfp0g9S3\nX1xW\r\n=XGQu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.0.3_1534609548219_0.13849440382242828"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.0": {
			"name": "prism-react-renderer",
			"version": "0.1.0",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"files": [
				"es",
				"lib",
				"prism",
				"themes"
			],
			"scripts": {
				"precommit": "lint-staged",
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"lint-staged": {
				"linters": {
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"babel": {
				"env": {
					"test": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"cjs": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"es": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": false
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					}
				},
				"plugins": [
					[
						"@babel/plugin-proposal-class-properties",
						{
							"loose": true
						}
					]
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.2",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2",
				"react-testing-library": "^5.0.0"
			},
			"gitHead": "6e36c7f18d08a6cee6b9f3d57f257feb8667195a",
			"_id": "prism-react-renderer@0.1.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-tcJZ+oLk503QPtJkuYBHf+hgof7XBjlmqJB85ESLr0rAEbCU2Ghijea4AfVNFQoToGOyrsNBrNdzca8zBURsBA==",
				"shasum": "fb79e7f1b8993a2884086bde6fd8ec78c38b7687",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.0.tgz",
				"fileCount": 24,
				"unpackedSize": 242376,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbexhwCRA9TVsSAnZWagAAEw4P/iL1KHmCqzFNZeNNMu+n\nY8toxN9aZ2OMpXDUibWd+sWWoa0yFvbwer3Hw7VDvgvZ1M0ukcBZu7sc5Jlf\nh6XVa3IB6re0olqKJlDnX3aomMyxUR8F2KYLuphu8w+xWziFmD3ARfeSZ9hf\nlcFNxNpT+yzRTVGETJtTp2d6FugREV0qxqND8Kpg32PXsixppyfAy2tQk47g\nFefiGSMsaoREN8JCZDxd63X9hQTTc9u+DdWEWX3UDhl/tGHN3qWNF0Uf0YVG\nvqdsh8MkFTAUTq9euYZHEUbCAtg6vBwLOuENBhZgY0/jkba0Lwq0y5xwT5c9\nIy7MFzv5H086aiXdeNarAryTIMLR6E0O/3ff+td/A1Jl5eNSmDdUjciZhK1+\nH5pqcqyDkGEAn7g7O5s2vt4z/uF6nzeAkf052QZ5ePeMY32aeV0nk4oqqKqG\nUKunfWGCm/1tW/wgdjYDMVA2I7UpzPPlQku4HojZ+TgowtAd7X4IP8I5VSJZ\nHpYRT7EVxfljuO5wEX4ejj5IfrNT9mSk29l/sJXXuc4IGihF+n1msev/cmiC\nmR3SNG+s4XUFgRwHi53DSTgyjaGU5MSo2j7FO71ifr2DXhFvS5mTmAVz2dbQ\nlshJ4RrEmHBjEOmIKwW/mYatPw2LlhQX10Zei96IuZBN/uI5G0pgr7QlKlG6\nnmUn\r\n=B1ov\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.1.0_1534793839205_0.5000298835404227"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.1": {
			"name": "prism-react-renderer",
			"version": "0.1.1",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"files": [
				"es",
				"lib",
				"prism",
				"themes"
			],
			"scripts": {
				"precommit": "lint-staged",
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"lint-staged": {
				"linters": {
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"babel": {
				"env": {
					"test": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"cjs": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"es": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": false
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					}
				},
				"plugins": [
					[
						"@babel/plugin-proposal-class-properties",
						{
							"loose": true
						}
					]
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.2",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2",
				"react-testing-library": "^5.0.0"
			},
			"gitHead": "586dee0d6cf7284025b336b60e9c944ab7c67b26",
			"_id": "prism-react-renderer@0.1.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-C+V+EPhMk+BidS/1YsGfx12m/nwyT10cUjxcMGdrF+AZ5dVws88kZbFdJXJoduahLkPl3UssDyhbn+AKRC/dIA==",
				"shasum": "6d33bc7f2bc627048dc97513bbdb61d2187df518",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.1.tgz",
				"fileCount": 28,
				"unpackedSize": 248764,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfHd/CRA9TVsSAnZWagAAbeMP/2HFuogeOM3N1VRiZsie\n2f8dLz2OgFgUafEAxTXK443SUFoDkdfNV88qj7+M8MrQnaKJUBZrkIyx5SQ7\nUp/I87/P70mB1A7h2AGC58uPNl62VWikA7jz2Y9Qhf07rqJviukkBRUpQQRS\nlqn+LorUqforo4mjBgdalHy/N0k7sTY83B+W3gG089t4WR9Kw/PVF3qoBNB0\nIv/q/Ns9CrCF1nt4KpCrhcbHKc+2K/0/l49pDnnNGq65OXMuchCFJUtLBqTT\nLsHnjRpNQISgj/UCyb6/HOQaEReak1raq9iEoLYuqGuSc4Gxru/7k8qibWnK\nZumWoPXLpoAJunPIjA6kMpTxIKUfVKVXQjybkk3vJ1uJ4LEEk7hJ7bvzE6Ae\nZLfwQM0s20H70CAQDlmiVEiWbEp1yfzXIiiLdbD63V69j7Dzt8zDf5gJ2JfG\nxXpb4/t5TMtcxx9+DqrA/umm579pfXFe/Xmt81Jgd9HUJ4g5bSkfaQlUPxWK\nJ3E5yklzC5Yd0bLDByUjnnxryJAfGM1nEtF2v8v4I/tooHnYz8EBfF/V6zG6\n6OsPS1Ln0XatN/P4WDB9s7AojZhRcJKI8eJg5aWpmoOWShhq+Zd2qf0oY4hF\nrtQXJixONMT+WqWLqDJ9eyOODey7vrHWHX2J4LgXLDnwRaS3/nl1o6Yj6V5T\ndic1\r\n=ERWh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.1.1_1534883711091_0.421731995343154"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.2": {
			"name": "prism-react-renderer",
			"version": "0.1.2",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"files": [
				"es",
				"lib",
				"prism",
				"themes"
			],
			"scripts": {
				"precommit": "lint-staged",
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"lint-staged": {
				"linters": {
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"babel": {
				"env": {
					"test": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"cjs": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"es": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": false
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					}
				},
				"plugins": [
					[
						"@babel/plugin-proposal-class-properties",
						{
							"loose": true
						}
					]
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.2",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2",
				"react-testing-library": "^5.0.0"
			},
			"gitHead": "16611a9fde427da1c789b1096f3c0999fce9c0c6",
			"_id": "prism-react-renderer@0.1.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-ArmGrPTBCEEhIgQ3lcuA62tHlwUciAgV5P32fX4/rX7jISKepvowbetSY9BteZOYF9agaX+Qt3/JVYiMCcet1A==",
				"shasum": "4130ede656f860943fc6e37a1506de9c3614d437",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.2.tgz",
				"fileCount": 28,
				"unpackedSize": 250108,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfaw5CRA9TVsSAnZWagAAV0IP/j3rfr5KOqSGRKZWZGBi\nokcOpEPI2LRcepSN4G2NuhK1d+NFA4Njayka9UJuREv1DFolZ3QpP/7ZPvfK\nv2HY8HkElRnwGPRbixrtSkeNf80/csNhZwh6iVUD7Glkty9PngssR079qoK6\n7F2mIYMRUNVBH4x5Zt+xFQmXimodhUddHYgCR4loS0X+vhVUuJzXrxwz/sqW\n4J12pxp5ayII0JDhtbN/6VJyFl58zZ1ZZC4HNnWbuFqUnHgbrdAW/GeCGm0D\nj8zrciuiWo+jneIQx1cvl+KAGWwguJMSracSsmg+r+MFLAJDxvWyPW9h68HJ\nOvOb+juOPu1VKLfHUNRS5bP0NeBnVsmSYwxXlb2Qg+TRVKsA+67SvUCaG2Na\nUZTGXcn4BQTr0UenBXnNSvPRdGUOunyXM8M9jcXr/fz/wvl0sBHuc9zoIRDD\n2biBEB1loOkoU0jTI+MUvcUd5dCWE8hsssrEEx1V+dwsVvDSzHIWaw62XEsL\nkKreex/mxOx7y5flZQRK/QJ6Dv7cG/Hc+Opro4AyznGVvKveCTRpzyt3euSj\n2/qJPxY4nUz+0/HyJ5tcv7JVcoSILBo400LU3RE+B3AZD2l8sJ3x40xae+Mg\nB97ROnk08tzcyM744S8VUEQ4n6RhF7FKi1BfWTfPDwNFFaEr41eQLF32M2oA\naotC\r\n=PfTc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.1.2_1534962744452_0.20911426438527037"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.3": {
			"name": "prism-react-renderer",
			"version": "0.1.3",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"scripts": {
				"precommit": "lint-staged",
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"lint-staged": {
				"linters": {
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"babel": {
				"env": {
					"test": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"cjs": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"es": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": false
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					}
				},
				"plugins": [
					[
						"@babel/plugin-proposal-class-properties",
						{
							"loose": true
						}
					]
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.2",
				"npm-run-all": "^4.1.3",
				"prettier": "^1.14.2",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2",
				"react-testing-library": "^5.0.0"
			},
			"gitHead": "7a723e424a1ecad245f0640fb9cd0d0bcc9ab0a9",
			"_id": "prism-react-renderer@0.1.3",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-gFmg8TBTJR4l4R7MYrfW1YSnWZU16dnVGyneu2XzWveX1CeRgHhm8GWRK1Qc9z5/JRR5VW/cDIULz1uxRWhLzw==",
				"shasum": "b5b733cadce0c8659d8d2e2959737f11aaac30ed",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.3.tgz",
				"fileCount": 31,
				"unpackedSize": 254927,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhty/CRA9TVsSAnZWagAA7NsP/1dfZpTiqcmm9yBCXSEe\n8wtqMmWDbj4Q0ztK7GofUMVbATjSLquESGzDJ4SHuKeILs76ybE8E/wb1MaZ\n9BAwVYPWx6Qp44hC78zeM6VLPk/TJm98eWMkbrXcAeTjvASMyUw0yhsOVPsj\nRrGfpS1awU6rI+kDEOx2XjEMR0KiiQ+O/rHEm7YCibkmhABLgPjxIL/fD5t6\nmd+MQU1oO9u/cyIIKt14rsfEG8V2jDigvtrbF30ESzyjdSWJVKrLT5zrlIWq\ntQ4vcTXZoyoiML8JYyWpVZorwDyw8m90z0fqPvqfI2LGvjcjU70qla/7VLH1\nagdcLqiKAej4sn3SZC6HB0VrB1b1LkSms4cSUE1Nvuwc6gN1Wb004aKd4VHH\nn/PCzBeqCGmDvixVfzQ/JPXZa1pvTPXnPlNb14/zDxHPkigxyJiSi2fBXFo5\n2j/4s8baEFHfJ8f79RaukaFlAnLS/EbNb0a0gJjPIwI0rC3g3JOx/zYBndgr\nby486wPCjtbNORd4DFidEsAU5VOM6R9ogKhNRSCTqvpLVZYO2Z7lyUAnlAPq\nEP0q4MwtHt2I0iMgtYOLxwEGkCYprzZBwDWHwoZZuWUVyOyqkRe13f5cv5Dv\nOAJF41KVnIF+0uMUY+wRNFRssPHNsH8XCcGNcwS8xDEfDFLC81ouwNlOVO5c\nMG7q\r\n=Cs70\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.1.3_1535564990400_0.9478367922741715"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.4": {
			"name": "prism-react-renderer",
			"version": "0.1.4",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"scripts": {
				"precommit": "lint-staged",
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"lint-staged": {
				"linters": {
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"babel": {
				"env": {
					"test": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"cjs": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": "commonjs"
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					},
					"es": {
						"presets": [
							"@babel/preset-flow",
							"@babel/preset-react",
							[
								"@babel/preset-env",
								{
									"loose": true,
									"modules": false
								}
							]
						],
						"plugins": [
							"babel-plugin-macros"
						]
					}
				},
				"plugins": [
					[
						"@babel/plugin-proposal-class-properties",
						{
							"loose": true
						}
					]
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.2",
				"npm-run-all": "^4.1.3",
				"prettier": "^1.14.2",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2",
				"react-testing-library": "^5.0.0"
			},
			"gitHead": "f66ad478d5297233bd1376f308f99afac52230de",
			"_id": "prism-react-renderer@0.1.4",
			"_npmVersion": "6.3.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-N68sTa3J0+PZojZ1HLo+boW0JhPZlaOilEirq1NpWq+cL7V7WEFsaVOvpVKNGXkJSLPznGM9x+hstB760oZxeQ==",
				"shasum": "bd42f613be22717ddc1e1e23ae9888134579f37d",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.4.tgz",
				"fileCount": 31,
				"unpackedSize": 255029,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbknYiCRA9TVsSAnZWagAAt+QP/01mVkkFuXOW/6qldrTY\nQ280QVmO3RN2ocPiWIUg4BAoHErcm/SSGlwTVl+qxMujKCTxE9qok1SpQHfD\n1Z3EERvrogRM6DA3mMIpJUrJ86XOTpStjTSZ5v7+fujCEVqMjBiiPBWQV7m0\nQ9V46lX+EbHv53a1hyKLDCM+aOfzrlWeMV2RK/m8iwIL8aMKKCVC4fVp6/mj\nEJjpxUOoZ5SMYhIGcM5xfOLHwf1mYO2O8w4Bx24kwgVCc9jMS9WJHKSV/pme\nk/LkP7z5SwVh/18rxdzpndaj9pjIGBq/6aU7ifm55EFipwZbDGyf5hvG+RRT\nXSDfM5436adBLxY6c3NCQI3+XQpDoDLDhEvuBcFMM1C9QF9DfIL+Nh2jZ40q\nXnzGPcEAprmvO8CnOfNuSoEPcIWUkGTLQqXL418PbDjRKOT0AyuD7NAClUge\nM7OWPCU3n0qa187hVUKZwegG3v8jmDC7QNfQw8Anil/ctSw1nlCz64rL8Hrv\nT/dR6KilemAJTg+YbENly1Rz2Z6RSGTOXrtaCZbG4cR+LUq4ZDM0YmSuTsvg\nPiUNOQkHmQhO72E7h/RmpCwtHQ7muhgYC4FhOo0ql8NJU/lhEGoxLMl5krhq\nb5DRL/AljDWWL+Y4MbZuIxN68xDcJMkN+BM5JN6osTypJwz9LI5myZNnWyBD\nUmcS\r\n=HdaP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.1.4_1536325153751_0.9106014175719082"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.5": {
			"name": "prism-react-renderer",
			"version": "0.1.5",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git@github.com:FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"precommit": "lint-staged",
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"lint-staged": {
				"linters": {
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0-rc.1",
				"@babel/core": "^7.0.0-rc.1",
				"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
				"@babel/preset-env": "^7.0.0-rc.1",
				"@babel/preset-flow": "^7.0.0-rc.1",
				"@babel/preset-react": "^7.0.0-rc.1",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-macros": "^2.4.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.79.0",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.2",
				"npm-run-all": "^4.1.3",
				"prettier": "^1.14.2",
				"prismjs": "^1.15.0",
				"react": "^16.4.2",
				"react-dom": "^16.4.2",
				"react-testing-library": "^5.0.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@0.1.5",
			"dist": {
				"shasum": "1475ced5cfc7f47b7c1611e1cf649b32df2eb1f2",
				"integrity": "sha512-OoFeWfTYwXP9bdsJItDKK2hCnGZ78AGHism6up7wzBxBuO/0Hcn3nvA8K2LJOb5UxYjXqMOedNhHQuU7ypDdnw==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.5.tgz",
				"fileCount": 44,
				"unpackedSize": 253935,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6XBxCRA9TVsSAnZWagAAFiAQAJDibTDZe7KL3EAxSE9f\n1FpfMA9xvxKkjvnk/1DmN/+uap+Nbi1w1BnLyeaw0Z5clpkoU0wM3eSx6/+X\nOz/5SXmJGC3nML57molBhbbT506pL4hg9OqTiPSqDmNI0oeaWy36Nh5BIRSu\nvnsCfzpXA3EkX7aiwe5WO6ee//Vv4NsxFbsEPsKdQOn9nzqbjpMgO5lZMaPu\nsQ3Gg1isLR2ghfkKdynuBVwYycfs3wRqjwTE898+JGXqoT9fRSIqGAxbQXUY\nQHLEBc6xyS730cpsrn8WYYF0piCKZMNWBfUTc5ubYmOda2pxPF/TG8f/WbU6\n8SNSwZRaUh5QwHWHSUEk1WY7/pfSykhqrpJKo7VOi2HkE5divZtIZY7Y2iGL\nRF3TK0jIDAdtN8cZcj5fBiS9QcMDbWcsd31pqvDNUTZg74Q/+HN0qvulmC0A\n5cywkZkC1lRylQLEHcN4+Kj1BfYs9VYci29hpGPK9yp3SkC5ycDt+sDXsn/W\nWgnt00llWEvShNfLyZr94ifO6TGq3RSaAg1Xmu94Cg+Dt7y2Fu5wgM7qja0T\n30xJh2wRSCJ1xZ5jNkwkx+c0/JPlT//im63ynLm3VLKEuWmbvJCCIM14BWna\nDoKQ7oKluFNBrVcPaYa2U5/DqBWbOt103ik9YMY/NY7jJV5mG/Ib6PekaGrH\nySkQ\r\n=gIA3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.1.5_1542025328889_0.732336687943234"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.6": {
			"name": "prism-react-renderer",
			"version": "0.1.6",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"types": "./index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"linters": {
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/plugin-proposal-class-properties": "^7.3.4",
				"@babel/preset-env": "^7.3.4",
				"@babel/preset-flow": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^24.1.0",
				"babel-plugin-macros": "^2.5.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.93.0",
				"husky": "^1.3.1",
				"jest": "^24.1.0",
				"lint-staged": "^8.1.4",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.16.4",
				"prismjs": "^1.15.0",
				"react": "^16.8.3",
				"react-dom": "^16.8.3",
				"react-testing-library": "^6.0.0"
			},
			"gitHead": "cf5f7737f832553cf111dfe63f1f3a18a62fce9f",
			"bugs": {
				"url": "https://github.com/FormidableLabs/prism-react-renderer/issues"
			},
			"homepage": "https://github.com/FormidableLabs/prism-react-renderer#readme",
			"_id": "prism-react-renderer@0.1.6",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.15.0",
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"dist": {
				"integrity": "sha512-uZJn5wrygCH0ZMue+2JRd0qJharrmpxa6/uK7deKgvCtJFFE+VsyvJ49LS8/ATt0mlAJS6vFQTDvhXBEXsda+A==",
				"shasum": "c9216baa234fab1c234209fcdaf0cd23a01c50a9",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.6.tgz",
				"fileCount": 32,
				"unpackedSize": 259079,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceXELCRA9TVsSAnZWagAAJzMP/RpJRWjH2ZDGbM34ctgn\n8pRkoaj8ljNVDY4PshD3A5oDU4sTcxKvQhoLm7TzPFPWXO9oHVgpBFH/l9Fl\nS0jok0hrA4ybbxYxRtKWvqb0D6daHnEhoBqhs4uBgLIW7FgQaosaChXT/TPR\nX691oxyzbP+sGcQOJ1gFxx5gpmtF+ni9MuGEjxxOLZ6x+vk47RHAbQdUvfio\n6oLmQk0XAaYpJOcHo4Eaxv1QlS2BaB73kUj+1iIUmpv1WF8jiWavVdh3GgFv\nJ3k/it5BQjIo/KPGrc1EG0xmejR6pywlLr5iF8uHwAUHDzFHFehfAt40xbh5\nO7KkBc5fJwTjYEFdg3qfR6+Iglu17MjSDcdBDtQoxXAlyearCwHDgi0yqdyi\nszii1kuWgvBknyfzv/OigbqyFVARmJF8eabBZw5vE0CP0GSql+yvwF3QpFHC\nUvWatTdyjBI+NO3eWYoren+l8OT8EqOfvkXJ4NZkH1o/PHQ2BCbd0D7hpc11\nFZyqUAdyFg3bBaHT/SaeMBVSTiXJe7TLd1/j2yIRTS3xAjirni8zGPGSpjry\n6QfN9n9Wezx99rgMvMXxKTziYYTXuzhTdSJ6miwTYqqXqzCq06BuVFkufTXn\nIOcpXgP//mn6DWPX5JiWCGrAHxXy5yEA2BMK7F8yH9s1KFc18ALGqJMfCOko\n/Ga/\r\n=uThZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.1.6_1551462667054_0.08038314627417709"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.7": {
			"name": "prism-react-renderer",
			"version": "0.1.7",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"types": "./index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git@github.com:FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"build": "run-s build:lib build:es",
				"build:lib": "cross-env BABEL_ENV=cjs babel --ignore '**/__tests__/*' --out-dir lib src",
				"build:es": "cross-env BABEL_ENV=es babel --ignore '**/__tests__/*' --out-dir es src",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js themes/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"linters": {
					"*.ts": [
						"prettier --write",
						"git add"
					],
					"{src,themes}/**/*.js": [
						"jest --bail --findRelatedTests",
						"flow focus-check",
						"prettier --write",
						"git add"
					]
				}
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.3.4",
				"@babel/plugin-proposal-class-properties": "^7.3.4",
				"@babel/preset-env": "^7.3.4",
				"@babel/preset-flow": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^24.1.0",
				"babel-plugin-macros": "^2.5.0",
				"codegen.macro": "^3.0.0",
				"cross-env": "^5.2.0",
				"flow-bin": "^0.93.0",
				"husky": "^1.3.1",
				"jest": "^24.1.0",
				"lint-staged": "^8.1.4",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.16.4",
				"prismjs": "^1.16.0",
				"react": "^16.8.3",
				"react-dom": "^16.8.3",
				"react-testing-library": "^6.0.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@0.1.7",
			"dist": {
				"shasum": "dc273d0cb6e4a498ba0775094e9a8b01a3ad2eaa",
				"integrity": "sha512-EhnM0sYfLK103ASK0ViSv0rta//ZGB0dBA9TiFyOvA+zOj5peLmGEG01sLEDwl9sMe+gSqncInafBe1VFTCMvA==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.7.tgz",
				"fileCount": 46,
				"unpackedSize": 238987,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFP4ACRA9TVsSAnZWagAAnEoP/i9GZRb4GR8UDxllRW8O\nF43I1VZ+YEHjVvLJ4k+grus+iBCDnZx+j8RJNTNeQ5MqHRD9TSSAzXDe19Ko\nRt1hTa8u+ghtdPfD1MBGvOPfAp1Xa0TtcwmPvxfwh1wjE90CWubnTZUBdjPI\nAYXxpzVZlRNromcYK1FvFQkVcwgYC0oUg2uMmD7tXd6UPbPlfnzmrwD0R1JD\nqFpCvofbiaYtLWynHMC7ZChOoxXMHKkr11Nyhq0sgkQGjLQdZpkfXm7qyzIO\n//4T30SN5u8OT3EsyFl4RmBbJJAi72n+9e+1cGDpN7tTHFguSp1HndIBKLiD\n7KDdra+FDXO+3HHEnFy6NcMuCdCjCGpJOxp7wLQtr5bjwdHNkDEur1V/nyJW\nkrG/RIgy+rJdo37aTX3EOzOCiT/k2vrptFr+AGwc2NON0/5v2/bCHttKP7PT\nCG5sYQTQcCgzYqrhKEePHWn7i5+JRbrY1Z2I+tYd10xr8mCLu4dfb/jsAJ0t\nTEmZwcoYlMjOi55RQQkzeFGXht99lwEtzK3fpLCxOMW4tBA6GwCxKFcTmvHO\nx3v32j+SZJ4+MqBdR8wAxlUS/yRdkI6bo1Eh+PJh4NrlVOnu9dT/iJUYX8Wj\nE6Aqwbg6XQUHvkENjkM2jV2Mm5rLPUzRohzk6yUPWqMyS6yQFSQ4dU2ZRgI8\nKYLd\r\n=Wfmh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.1.7_1561656831964_0.9812937772095756"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.0-esm.0": {
			"name": "prism-react-renderer",
			"version": "0.2.0-esm.0",
			"description": "Renders highlighted Prism output using React",
			"main": "lib/index.js",
			"module": "es/index.js",
			"types": "./index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git@github.com:FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"build": "rollup -c rollup.config.js",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"src/**/*.js": [
					"prettier --write",
					"git add"
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/core": "^7.6.2",
				"@babel/plugin-proposal-class-properties": "^7.5.5",
				"@babel/plugin-transform-flow-strip-types": "^7.4.4",
				"@babel/plugin-transform-object-assign": "^7.2.0",
				"@babel/plugin-transform-react-jsx": "^7.3.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^24.9.0",
				"babel-plugin-macros": "^2.6.1",
				"codegen.macro": "^3.0.0",
				"flow-bin": "^0.108.0",
				"globby": "^10.0.1",
				"husky": "^3.0.5",
				"jest": "^24.9.0",
				"lint-staged": "^9.4.0",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.18.2",
				"prismjs": "^1.17.1",
				"react": "^16.9.0",
				"react-dom": "^16.9.0",
				"react-testing-library": "^8.0.1",
				"rollup": "^1.21.4",
				"rollup-plugin-babel": "^4.3.3",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-replace": "^2.2.0"
			},
			"readmeFilename": "README.md",
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@0.2.0-esm.0",
			"dist": {
				"shasum": "879cef122936569d3afb865f18f799a45a745a6d",
				"integrity": "sha512-XToQLiAt2n3ELF1mr5Qtqj+kpAsVRFuatNoXOnmMP7ZqWFycPwgiekeb2COnipB/WeILZUapNYiuhPvJQP4j9w==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.2.0-esm.0.tgz",
				"fileCount": 61,
				"unpackedSize": 288083,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjjC8CRA9TVsSAnZWagAA6MkP/Ao37VZAItX2K7seXy5u\n5QmxQdJlkhW146CiisZs1XMCdnYOgcCjw153/EREfGQPvNHjew3Z0MXVInvr\ncVxo0/niXT14GjywpiX9OhJ/YGoDE1qOMg7wSkiyAGno6zfxjERvF3fyIc7N\n4zngUHkm6n4/46TRdvWEgOvH09dSbALO/YbaXUv4aAhnzKIrFWoXiZMCZ/+A\nizRPC8FSJLdyUUd9Rod8q2h6jrD5qVG/2dDE/7e9ny4p398MHoYxAHcK3CIZ\nIAT9nSxtO0/RMVATsPK7CwWIQDvvOFbA0lwmzp++ix+wqKW/X4KEl04vvLke\nJzyKtB45wks5iuXcKtnjls1cBfUr3uHcWyFZn2SgxVNAIxLnNliZ8P3PFNwx\nxquUdNXla0daxaMkR4eppjH3Y9+5lmQYn9/2ZmpW6JFkMH/SoXWz5scVLZwc\nT9ojkQzdkkOjvMlYY8tG7cJUDuPs26mi5DXGop8gXbNkZRgkcIZ1IjeCSo57\nz0IZqxMB0Vg0jG2k2ZoC/MvJ2D9GQABYo5pkb1kO5aZ0oaR3YffxOKUCVYBC\n3YzaafIYy99XomvCZS1WDKqXidtRH03smU5YdDOV+Lk2C1fR5YoTTUCNs1FB\nb5kLT0x0XYOD81kJ0FZ9XqGUD+VARBVlvLbKAJnyvSqGOucXUBk7w2YjNCNq\nNwmb\r\n=u3/j\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.2.0-esm.0_1569599673676_0.5715904713961841"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.0-esm.1": {
			"name": "prism-react-renderer",
			"version": "0.2.0-esm.1",
			"description": "Renders highlighted Prism output using React",
			"module": "dist/prism-react-renderer.es.js",
			"types": "index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git@github.com:FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"build": "rollup -c rollup.config.js",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"src/**/*.js": [
					"prettier --write",
					"git add"
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/core": "^7.6.2",
				"@babel/plugin-proposal-class-properties": "^7.5.5",
				"@babel/plugin-transform-flow-strip-types": "^7.4.4",
				"@babel/plugin-transform-object-assign": "^7.2.0",
				"@babel/plugin-transform-react-jsx": "^7.3.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^24.9.0",
				"babel-plugin-macros": "^2.6.1",
				"codegen.macro": "^3.0.0",
				"flow-bin": "^0.108.0",
				"globby": "^10.0.1",
				"husky": "^3.0.5",
				"jest": "^24.9.0",
				"lint-staged": "^9.4.0",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.18.2",
				"prismjs": "^1.17.1",
				"react": "^16.9.0",
				"react-dom": "^16.9.0",
				"react-testing-library": "^8.0.1",
				"rollup": "^1.21.4",
				"rollup-plugin-babel": "^4.3.3",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-replace": "^2.2.0"
			},
			"readmeFilename": "README.md",
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@0.2.0-esm.1",
			"dist": {
				"shasum": "768ab1d9bc9397a2a88ef63f1a44fc0045fa4e0d",
				"integrity": "sha512-zGhIsNYfqLTg9h6BYF3VPM5C7iImydi3DqyX762tElCeB8m6E0on/crUypkpD3m48v2uRpSiYgMgXoZZ1oNHow==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.2.0-esm.1.tgz",
				"fileCount": 61,
				"unpackedSize": 288119,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjjEECRA9TVsSAnZWagAAFX0QAJs0MvT1cQEjtcHOOVl3\n1AMmRmEgjWG9OC98Lvy9cnebt9VUOvRIRSeJxdzW1dZ0wMarzgc+bXvGaWVc\n5AxhGDQtMD2LgJLhCZ1ig6Fvmae+auDTvT4eWvfqP+LRyeW1VKVS/Rci92mF\nbAYR43pRrb3PX2CIsSfuby3ZjllyX7K/d5eUVtlXAETxHs+70rxPw0lbWg3h\nO0JInxwhn/DvmJysV15zI3v7r6i1safo2kQH0RUIqSzbxVoIyG2MEoopXRKW\nEO0SD85cV+HJJPSVgjHVHtIGvoLDwTxdmEZ2FudwlrNfH4nnTPP9+PJe61lr\n4Qif4ZdDYS5Jxhxo4fr/YLz5yxrrwp6kPYyLM9VcOIKiJgHqCTOFelIGv449\n1zfjtoN2REgirvpRhOPJsYcO8ft67B8vVQ1lVdIR4eNyuEjJDntrqS6TaOc9\nEdhWnEoZWc+CC4TpbTYrZhOeDuqPaWoHIkjuRKfa8eu/BB7aMVHT7/sxOvoW\nlgtscRQUGOISFrHtgz1yz3dWSIHYRdbh6a1A/ViOqI1ibk/vNk1s6Ivb6eYR\nwOncW8MiRous0wC6LxkGPwoD+5w27FVGqcgNEXHqUnkiQ00NTTHFFUDM1yvZ\nNpflDwmCOzLmpFOPkf+DRyqnEDZeEDTxLJLvAhhUimMpDZWHWYWQglwd5/qL\nlI7+\r\n=ORbB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.2.0-esm.1_1569599747896_0.30079633718071186"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.0": {
			"name": "prism-react-renderer",
			"version": "0.2.0",
			"description": "Renders highlighted Prism output using React",
			"main": "dist/prism-react-renderer.js",
			"module": "dist/prism-react-renderer.es.js",
			"types": "index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git@github.com:FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"build": "rollup -c rollup.config.js",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"src/**/*.js": [
					"prettier --write",
					"git add"
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/core": "^7.6.2",
				"@babel/plugin-proposal-class-properties": "^7.5.5",
				"@babel/plugin-transform-flow-strip-types": "^7.4.4",
				"@babel/plugin-transform-object-assign": "^7.2.0",
				"@babel/plugin-transform-react-jsx": "^7.3.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^24.9.0",
				"babel-plugin-macros": "^2.6.1",
				"codegen.macro": "^3.0.0",
				"flow-bin": "^0.108.0",
				"globby": "^10.0.1",
				"husky": "^3.0.5",
				"jest": "^24.9.0",
				"lint-staged": "^9.4.0",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.18.2",
				"prismjs": "^1.17.1",
				"react": "^16.9.0",
				"react-dom": "^16.9.0",
				"react-testing-library": "^8.0.1",
				"rollup": "^1.21.4",
				"rollup-plugin-babel": "^4.3.3",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-replace": "^2.2.0"
			},
			"readmeFilename": "README.md",
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@0.2.0",
			"dist": {
				"shasum": "2267a67eccabc707018c762cfc8569550bd9bd59",
				"integrity": "sha512-VZBw7M+4Bz1/heKtshHItITwaYGG3AoZNVZm5KP+NeiKYm7ZA2XuTRuLt091fcoJSUNNSikwR3LkW1cdubkEXw==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.2.0.tgz",
				"fileCount": 61,
				"unpackedSize": 288121,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjjKZCRA9TVsSAnZWagAAnDgQAJAPQnTvzsJ5Ci4GsXlo\nUmqANoKitcbsQu89dz8YRmhnCL4yJRniAzt5yWKFIgipfLoqpFo5ScBu2kmP\noLClMQJ5CFEGoyo86fZuU+BIbzrU+o4jqNOZtP8ilRRbc2ueayFiXxMUD1iZ\nAFSyLmPdMW6uGiWM3gyPO+O7hSkse7xsHYxtnoyOFGvVprN3XyF0Ah3nVScH\n7uoYKRXdodNCSEkm0ncBA4DP9KcBBCOMA45wKtrUFvolaBtcdc7FvvGVS1ZS\n+pxlPWhAOKBKUFeoFCEhEx4UtWzhPeIT0EmmRZEEo3iX/1G0D82jm2lg8qXY\nQmf9PzMnCOLU1TkzybuG3mPwWwCXfB76IX12GdKeAk5+oJn7HND2JABhWyik\nFmMNaPewecsGtCEFhUEItTpYO6svs7JgEhSKKPWGJevUGkFNpqDyWIL9Udz8\njFTbp+ZKOaWRRLm+Qbf3n8+WiZMSHKlhdz7zc4FMxAjJEsbt0tO4eZCFTE/o\nNhNwHiNfzvO7pVYRbsrNDepF2pES3bFqgfvigXBpUv7Bs3T7r7d4XXj84Ow6\ntnDegYHl6aCvI+j0JJ77oSfbIvZjmCF2P58UPBZ/x77C2b9l55b4o5KDm1jR\ntMY6fqPjZzS78U9xeBKFp4V5Lv1LaeQI7bFpFcrnZj2n0OutXpz6UhQQ++bu\nOAzt\r\n=Sb4r\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_0.2.0_1569600153023_0.6094788119654129"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0": {
			"name": "prism-react-renderer",
			"version": "1.0.0",
			"description": "Renders highlighted Prism output using React",
			"main": "dist/prism-react-renderer.js",
			"module": "dist/prism-react-renderer.es.js",
			"types": "index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git@github.com:FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"build": "rollup -c rollup.config.js",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"src/**/*.js": [
					"prettier --write",
					"git add"
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/core": "^7.6.2",
				"@babel/plugin-proposal-class-properties": "^7.5.5",
				"@babel/plugin-transform-flow-strip-types": "^7.4.4",
				"@babel/plugin-transform-object-assign": "^7.2.0",
				"@babel/plugin-transform-react-jsx": "^7.3.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^24.9.0",
				"babel-plugin-macros": "^2.6.1",
				"codegen.macro": "^3.0.0",
				"flow-bin": "^0.108.0",
				"globby": "^10.0.1",
				"husky": "^3.0.5",
				"jest": "^24.9.0",
				"lint-staged": "^9.4.0",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.18.2",
				"prismjs": "^1.17.1",
				"react": "^16.9.0",
				"react-dom": "^16.9.0",
				"react-testing-library": "^8.0.1",
				"rollup": "^1.21.4",
				"rollup-plugin-babel": "^4.3.3",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-replace": "^2.2.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@1.0.0",
			"dist": {
				"shasum": "620af2f5a85dcfdb22eba74c5910d675208c4c40",
				"integrity": "sha512-0B8JBjh7oaqf/jkjB7CciMTtQlBT89T/keOKdPcAL/H0n1dTG7TkOEC28ETo75L0TpJmHeaiZVfPFCbIuRhkiw==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.0.0.tgz",
				"fileCount": 65,
				"unpackedSize": 291544,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdj7V4CRA9TVsSAnZWagAAimQP/1nW8qieoMIQYJaaxEK9\n1CgzUlg+GcMP9BUPZmHjaxXbV17V/lB2R8exHta3GN5ECqdaZaHZhEYD68+q\n+OOOTdq0M2EbMdYBaVmM6sdFqbZf8To2PrPg17lar7zufooF1nLkgUqYdj1f\nJYrugYONXHMAVWCz2AtxrgUmJ7Nxl/UJRlL1Vt84vuvchjSxQnFC34aXOBig\nj8gB6nb+Vvt9Chv0u/EVmNCb6LESFyPxZXtesQvV/Du9NB81go0bgtYIdTBu\nAQwp/GKQ4EZeP6uU77EByHvg4fEXlHSoRlnxNXVN9LAy7pZS+Dmgy2SP8T5Z\nIzrpg3x/db6Za/Lt7jl2PbDuz6iLqkgPRdo1HyUbDVXk89Ynvg/jrCCAvuaV\ndrg/XGMNEFJ5ZW/jrTI8OlUx3Wa1jLdLTDI1PiqvPwmjk8KjZTQPbmBrBHTd\nanAwyNQqjP4RWa7KB9eQ05HudskqS6YGfatNfVxhp3HHXRNsHMpyBFnuNb6M\nOA8mUOvjaIjNhWwBMsmG0pifV8utJzGh65315TTuy4pfRYASHjoFzB2tEnK6\nMohrn/D/CC1o/igOF9bgIYNgBHAt/P6D448oUWYlvGM6dmRc4C7xlf5CeRKD\n0HLnbf2AbId8HT5tX7hO7TALWERPxkGRmucpm59yDPEWqVEf30gqpc04LdJE\nJnCO\r\n=VQQQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_1.0.0_1569699191593_0.11911208178754196"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "prism-react-renderer",
			"version": "1.0.1",
			"description": "Renders highlighted Prism output using React",
			"main": "dist/index.cjs.js",
			"module": "dist/index.js",
			"types": "index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git@github.com:FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"build": "rollup -c rollup.config.js",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"src/**/*.js": [
					"prettier --write",
					"git add"
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/core": "^7.6.2",
				"@babel/plugin-proposal-class-properties": "^7.5.5",
				"@babel/plugin-transform-flow-strip-types": "^7.4.4",
				"@babel/plugin-transform-object-assign": "^7.2.0",
				"@babel/plugin-transform-react-jsx": "^7.3.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^24.9.0",
				"babel-plugin-macros": "^2.6.1",
				"codegen.macro": "^3.0.0",
				"flow-bin": "^0.108.0",
				"globby": "^10.0.1",
				"husky": "^3.0.5",
				"jest": "^24.9.0",
				"lint-staged": "^9.4.0",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.18.2",
				"prismjs": "^1.17.1",
				"react": "^16.9.0",
				"react-dom": "^16.9.0",
				"react-testing-library": "^8.0.1",
				"rollup": "^1.21.4",
				"rollup-plugin-babel": "^4.3.3",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-replace": "^2.2.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@1.0.1",
			"dist": {
				"shasum": "98a437b01a5e48f140ae2321a95fa6693d4fe9de",
				"integrity": "sha512-EDdbBEoG9xD1zhN3pKYxTc10ifpTV2rqJBKpCTKRVAxNE3YP1XVp6Ewa+ydTnYALQOmHWsNVVJC0zzA9fafbew==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.0.1.tgz",
				"fileCount": 65,
				"unpackedSize": 291515,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkNJBCRA9TVsSAnZWagAAJmEP/2oyABE1mwZNBdXrCu9U\nay6dYxkOgcai/54OaF2iou/ECbXm/nuJilWvQ5xC0NNm3Qkch+tTQy17NAq+\n2hRCDiVGgM1tX3uBkpI/ToUXO6X7xJAuwkH8RJ3Yp/AvjgTzxMcYofZT/1V9\nU1b+9q5IfyhPczaAU8hvnpNAOJJKENZqvq2Y4hEt/QcZMTGnMuURwW6BAX4Q\nIrGhkvBhKLX9ImonEBtKkpY/ojuhlCwVnMoHdgJHnYx52rs3lMD2zvWecPSf\nn84+QBdGTkEJzwRiBCOnl3ZXriVuTNgA6AZjtKr66I1MkWryFF4YcIoc3p+B\noe3LrxytdzwWLthFxXfT21OAkCQjmIMSsmafVbvMEz6RT7qMq3nIHpnCk06a\nKcq4hi2BJ+lY8DvL2H6dOinqNWQKGfU8Do3e/kq/iKwuzElmzhyTnF342QOd\na3OUfBUHI4SavzEGR2IYsLL7PPFxBN9hUVx1YKv686mGtYJ+n3krBsnl3NLz\nZZW0KBuS/3wfwMRio/M1tb4b47FEOQviFM49xt0rVP+XzvUxDYMjCSgCHIcZ\nKijMX4yixaMvcRDLq1DNMO24SUNs75Il+SQSVcaibYcmzDqTNeJM0RO8Y+b4\nbhPon1mjA01TbOm2uGvU7fbF5xaH/ZRDCOudRozmFc/W3MvP4LLrBgmEiHeX\nmQoo\r\n=4Zzd\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_1.0.1_1569772096719_0.43549566223363523"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.2": {
			"name": "prism-react-renderer",
			"version": "1.0.2",
			"description": "Renders highlighted Prism output using React",
			"sideEffects": false,
			"main": "dist/index.cjs.js",
			"module": "dist/index.js",
			"types": "index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git@github.com:FormidableLabs/prism-react-renderer.git"
			},
			"scripts": {
				"build": "rollup -c rollup.config.js",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"src/**/*.js": [
					"prettier --write",
					"git add"
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/core": "^7.6.2",
				"@babel/plugin-proposal-class-properties": "^7.5.5",
				"@babel/plugin-transform-flow-strip-types": "^7.4.4",
				"@babel/plugin-transform-object-assign": "^7.2.0",
				"@babel/plugin-transform-react-jsx": "^7.3.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^24.9.0",
				"babel-plugin-macros": "^2.6.1",
				"codegen.macro": "^3.0.0",
				"flow-bin": "^0.108.0",
				"globby": "^10.0.1",
				"husky": "^3.0.5",
				"jest": "^24.9.0",
				"lint-staged": "^9.4.0",
				"npm-run-all": "^4.1.5",
				"prettier": "^1.18.2",
				"prismjs": "^1.17.1",
				"react": "^16.9.0",
				"react-dom": "^16.9.0",
				"react-testing-library": "^8.0.1",
				"rollup": "^1.21.4",
				"rollup-plugin-babel": "^4.3.3",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-replace": "^2.2.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@1.0.2",
			"dist": {
				"shasum": "3bb9a6a42f76fc049b03266298c7068fdd4b7ea9",
				"integrity": "sha512-0++pJyRfu4v2OxI/Us/5RLui9ESDkTiLkVCtKuPZYdpB8UQWJpnJQhPrWab053XtsKW3oM0sD69uJ6N9exm1Ag==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.0.2.tgz",
				"fileCount": 65,
				"unpackedSize": 291551,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqcdbCRA9TVsSAnZWagAAPPcP+wS/9z1yYqkDQJy8Tn0C\nxATTUg8dDLkPSLAcfRPMiEHRFKYHth2QvVwz89RWnWIuuprPwhk9OJVhLKeA\ndZSMLdBUO68J4RlEERi0iemIuGCwCdG6DpDDfTxSbRZR3de879nayk8nOIvD\nUoBodC3DFSL8X9rYSkqMUq0ZupyLIIKVnaC/iTuAoTBdITpnzIeSQgsso7YF\n5a8bbkub3bAW9HLn/JyuUhH8h1IcgGuZ0MuU5/Lm3YxpN42PAMpYaRQeCNPJ\n/yCJFJLchvPm4xpAjR6XV+Hh+0mgwPYalmjvQVORdqpqg+4JF7hBaGzuKRRn\nrEbfulPrpXeK7nZkw464/R5uftCkgtEsIinA3KXi1yeqw0fFhZkYVLiMkZlw\nfVxNMCzydKDF8CG0i1XDOUCDyQdwRezeKXeOvoQbx7mzpnzqKPwAWG7QfIG8\noe9lhMS4sCKqzVp/ClUIOF6U70+pSk5KHiXP9KrVQOt4tD1uL3CniHVldwgH\npwucPyKUPPin9GUG/Txc4Ezdzl3jPgAaB6oI2oE+rWt9FV6Oi+o42BIC7yDs\n+YwIOiy/jZEvoUJB5fcg0b3JTSLnU/awmjyP16lOkGsmtW4blYGrTbk/XrIt\nfixmALaECsyODfudueq1YUpfBmmvRKwfmGDtx6uJ5+LDVeZ7fpaibYjRuqvi\n7aA3\r\n=yasm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_1.0.2_1571407706444_0.12603248189781824"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "prism-react-renderer",
			"version": "1.1.0",
			"description": "Renders highlighted Prism output using React",
			"sideEffects": false,
			"main": "dist/index.cjs.js",
			"module": "dist/index.js",
			"types": "index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/FormidableLabs/prism-react-renderer"
			},
			"scripts": {
				"build": "rollup -c rollup.config.js",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"src/**/*.js": [
					"prettier --write",
					"git add"
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/core": "^7.9.0",
				"@babel/plugin-proposal-class-properties": "^7.8.3",
				"@babel/plugin-transform-flow-strip-types": "^7.9.0",
				"@babel/plugin-transform-object-assign": "^7.8.3",
				"@babel/plugin-transform-react-jsx": "^7.9.4",
				"@babel/preset-env": "^7.9.5",
				"@babel/preset-flow": "^7.9.0",
				"@babel/preset-react": "^7.9.4",
				"@testing-library/react": "^10.0.3",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^25.4.0",
				"babel-plugin-macros": "^2.8.0",
				"codegen.macro": "^4.0.0",
				"flow-bin": "^0.123.0",
				"globby": "^11.0.0",
				"husky": "^4.2.5",
				"jest": "^25.4.0",
				"lint-staged": "^10.1.7",
				"npm-run-all": "^4.1.5",
				"prettier": "^2.0.5",
				"prismjs": "^1.20.0",
				"react": "^16.13.1",
				"react-dom": "^16.13.1",
				"rollup": "^2.7.2",
				"rollup-plugin-babel": "^4.4.0",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-replace": "^2.2.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@1.1.0",
			"dist": {
				"shasum": "6fe1b33f1de1b23afbdb07663d135f9026eef4ad",
				"integrity": "sha512-WZAw+mBoxk1qZDD1h1WOg0BVHgyk9zqbuIBFNgP+Z71i515jGL0WZIN1FIF8EgOyh06x8Rr7HAUXxsRsoUZKyg==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.1.0.tgz",
				"fileCount": 69,
				"unpackedSize": 259958,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepZHxCRA9TVsSAnZWagAAJlMP/R64FCkRquYB2E3//hAh\nQ9J9TqYqsNDSNPx0ouGzjI/8TUkp9H3sxllWFDkYkr6wFDld1hLnv794xM7r\n4qIbj/+1oNMIAZaFZWHjvEog/KrhEcPLkdV1SSFqbDXhxryZoTubz/vv4URW\nGNYp07SxpzxGAJcT8c1RmcHwon/kd7+CH5Yor4M39p73KQP5U2715vybnkOT\nPnQqZzhaIq88V7+eSL7d9DWjwZg+yUTCvbS790HXeZss1SQAch12Hyxmd47g\nrdfZLT+JDuwal6mpJrBCiiJ+F6v4c+J697FDAByDlIQW/W047FBsOLtWDi1/\nBMz2wqKrT/OVpT29Hag1iBV2g0CDkAYslYij60CYjjqdeJOgUQzCs7NRF/e/\nyCyXPSS9XMxA6rcDm0o+IHaoHz5VxGo0pjA0a/fEhWe8v5aroabZjE0E1PxJ\ne7G6rX3a4qbWmfu1N+aY5jQPjaQkSoElBBJMaLmnuxTJqj5YJ00w7Qkb77FJ\n2rN01ZYylE/aVhvleIvg2y8gbUryCNSwNDDG8wfk2omkfNg96YZZPEYlqH0R\nOKcIki8c/LJvC5XDh7bu9nrbdHR9tvB1d4LhhbzhVgIduPajR/WhgRBfTbSg\nfRFkW02ADfG5CZb+qlWMA02oM1pIMSLiDrlkyFOaPcbyGf1VFvQf9pTCvxkR\n0d+m\r\n=7PvP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_1.1.0_1587909104819_0.7088918432298885"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.1": {
			"name": "prism-react-renderer",
			"version": "1.1.1",
			"description": "Renders highlighted Prism output using React",
			"sideEffects": false,
			"main": "dist/index.cjs.js",
			"module": "dist/index.js",
			"types": "index.d.ts",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/FormidableLabs/prism-react-renderer"
			},
			"scripts": {
				"build": "rollup -c rollup.config.js",
				"test": "jest",
				"flow": "flow check",
				"format": "prettier --write src/**/*.js",
				"prepublishOnly": "run-p flow build"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged"
				}
			},
			"lint-staged": {
				"src/**/*.js": [
					"prettier --write",
					"git add"
				]
			},
			"peerDependencies": {
				"react": ">=0.14.9"
			},
			"devDependencies": {
				"@babel/core": "^7.9.0",
				"@babel/plugin-proposal-class-properties": "^7.8.3",
				"@babel/plugin-transform-flow-strip-types": "^7.9.0",
				"@babel/plugin-transform-object-assign": "^7.8.3",
				"@babel/plugin-transform-react-jsx": "^7.9.4",
				"@babel/preset-env": "^7.9.5",
				"@babel/preset-flow": "^7.9.0",
				"@babel/preset-react": "^7.9.4",
				"@testing-library/react": "^10.0.3",
				"babel-core": "^7.0.0-bridge.0",
				"babel-jest": "^25.4.0",
				"babel-plugin-macros": "^2.8.0",
				"codegen.macro": "^4.0.0",
				"flow-bin": "^0.123.0",
				"globby": "^11.0.0",
				"husky": "^4.2.5",
				"jest": "^25.4.0",
				"lint-staged": "^10.1.7",
				"npm-run-all": "^4.1.5",
				"prettier": "^2.0.5",
				"prismjs": "^1.20.0",
				"react": "^16.13.1",
				"react-dom": "^16.13.1",
				"rollup": "^2.7.2",
				"rollup-plugin-babel": "^4.4.0",
				"rollup-plugin-buble": "^0.19.8",
				"rollup-plugin-commonjs": "^10.1.0",
				"rollup-plugin-node-resolve": "^5.2.0",
				"rollup-plugin-replace": "^2.2.0"
			},
			"licenseText": "MIT License\n\nCopyright (c) 2018 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "prism-react-renderer@1.1.1",
			"dist": {
				"shasum": "1c1be61b1eb9446a146ca7a50b7bcf36f2a70a44",
				"integrity": "sha512-MgMhSdHuHymNRqD6KM3eGS0PNqgK9q4QF5P0yoQQvpB6jNjeSAi3jcSAz0Sua/t9fa4xDOMar9HJbLa08gl9ug==",
				"tarball": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.1.1.tgz",
				"fileCount": 69,
				"unpackedSize": 300269,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew8KnCRA9TVsSAnZWagAAAFQQAJUL4SWVneoQRppX/qnz\n2lAeIQgh8Ye994ORwRs1vUD+EgNoBbQ6UelTZuiSs+kyWtcgdTSEgsJElBud\nPL1NOYqQYNgjZ8DkhE4T/F+3fDLduNuUj61sYfC9HfFS+6XTrBS2vMc1zFpK\npfHsygxuBx0zw3/MyN7uEaZ3AAKozL4vA/95SeMO5ohdW48aPtNasF5sfeyT\nCa/tLvdj0GKaJe6AqtNMhJES/2G8CfWkjonIu/Xgo1g+Bw1oyeIKJCYcRcD0\nPGXM7ar6l5dv/TeGq77BQGQTb5mBRdtnbIcYKkU3H6ASFWwdpyz9RcwgpecM\nL6iz+Zbvuxn1LHe+RZgy1odohvUShymFM2UuednAejW0LJMb6rtWgwRLEUOr\nw2P5lFS1+7A4zUw4kr2KyQPKJDZ61B7CkrzBXkWZiQOYeQx+PRo2dmjWaRjr\n1lz7vIizxoFJUZVhZQRcmadh1UDR9sXQx5djvvbA4TGRWQsRnCf+fzwX2Cch\nygnz8Gr5k6X2pGfe4m7BJTtxgOfrvaRr/wR2+hOb3vhc4ohNG3fJrk4rJ8Vz\n/nZYzxQCR4UuCZlnack1dRvZ2IogONcFtS5W7glQMMdofZtYWt53phTV+w78\n5AkxDxR5zQ2qEShMKFamLBVUfIl2uiq6lS05uInEVt6rCj5qGpWQCC/jQu05\nGB9w\r\n=bswQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "philpl",
					"email": "phil@kitten.sh"
				}
			],
			"_npmUser": {
				"name": "philpl",
				"email": "phil@kitten.sh"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/prism-react-renderer_1.1.1_1589887654022_0.42481337932362084"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-08-17T20:50:40.553Z",
		"0.0.1": "2018-08-17T20:50:40.643Z",
		"modified": "2020-05-19T11:27:37.198Z",
		"0.0.2": "2018-08-17T22:37:18.936Z",
		"0.0.3": "2018-08-18T16:25:48.311Z",
		"0.1.0": "2018-08-20T19:37:19.316Z",
		"0.1.1": "2018-08-21T20:35:11.196Z",
		"0.1.2": "2018-08-22T18:32:24.537Z",
		"0.1.3": "2018-08-29T17:49:50.573Z",
		"0.1.4": "2018-09-07T12:59:13.934Z",
		"0.1.5": "2018-11-12T12:22:08.977Z",
		"0.1.6": "2019-03-01T17:51:07.145Z",
		"0.1.7": "2019-06-27T17:33:52.106Z",
		"0.2.0-esm.0": "2019-09-27T15:54:33.881Z",
		"0.2.0-esm.1": "2019-09-27T15:55:48.057Z",
		"0.2.0": "2019-09-27T16:02:33.177Z",
		"1.0.0": "2019-09-28T19:33:11.768Z",
		"1.0.1": "2019-09-29T15:48:16.869Z",
		"1.0.2": "2019-10-18T14:08:26.691Z",
		"1.1.0": "2020-04-26T13:51:45.014Z",
		"1.1.1": "2020-05-19T11:27:34.268Z"
	},
	"users": {},
	"dist-tags": {
		"beta": "0.0.3",
		"latest": "1.1.1",
		"next": "0.2.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"0ed99b1d2b96a96c6b8d4b1287a4a57c\"",
			"fetched": 1600679299415
		}
	},
	"_distfiles": {
		"prism-react-renderer-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.0.1.tgz",
			"sha": "2b2bca6a6218c01e60ae96b15e667b70ea4195c7",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.0.2.tgz",
			"sha": "29bc723c37eddca08b4db6f697f9a9c2978a889e",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.0.3.tgz",
			"sha": "27cba2b95f066c6de25e3426ccc0a13aa5930381",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.0.tgz",
			"sha": "fb79e7f1b8993a2884086bde6fd8ec78c38b7687",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.1.tgz",
			"sha": "6d33bc7f2bc627048dc97513bbdb61d2187df518",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.2.tgz",
			"sha": "4130ede656f860943fc6e37a1506de9c3614d437",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.3.tgz",
			"sha": "b5b733cadce0c8659d8d2e2959737f11aaac30ed",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.4.tgz",
			"sha": "bd42f613be22717ddc1e1e23ae9888134579f37d",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.5.tgz",
			"sha": "1475ced5cfc7f47b7c1611e1cf649b32df2eb1f2",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.1.6.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.6.tgz",
			"sha": "c9216baa234fab1c234209fcdaf0cd23a01c50a9",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.1.7.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.1.7.tgz",
			"sha": "dc273d0cb6e4a498ba0775094e9a8b01a3ad2eaa",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.2.0-esm.0.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.2.0-esm.0.tgz",
			"sha": "879cef122936569d3afb865f18f799a45a745a6d",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.2.0-esm.1.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.2.0-esm.1.tgz",
			"sha": "768ab1d9bc9397a2a88ef63f1a44fc0045fa4e0d",
			"registry": "npmjs"
		},
		"prism-react-renderer-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-0.2.0.tgz",
			"sha": "2267a67eccabc707018c762cfc8569550bd9bd59",
			"registry": "npmjs"
		},
		"prism-react-renderer-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.0.0.tgz",
			"sha": "620af2f5a85dcfdb22eba74c5910d675208c4c40",
			"registry": "npmjs"
		},
		"prism-react-renderer-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.0.1.tgz",
			"sha": "98a437b01a5e48f140ae2321a95fa6693d4fe9de",
			"registry": "npmjs"
		},
		"prism-react-renderer-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.0.2.tgz",
			"sha": "3bb9a6a42f76fc049b03266298c7068fdd4b7ea9",
			"registry": "npmjs"
		},
		"prism-react-renderer-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.1.0.tgz",
			"sha": "6fe1b33f1de1b23afbdb07663d135f9026eef4ad",
			"registry": "npmjs"
		},
		"prism-react-renderer-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.1.1.tgz",
			"sha": "1c1be61b1eb9446a146ca7a50b7bcf36f2a70a44",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"prism-react-renderer-1.1.1.tgz": {
			"shasum": "1c1be61b1eb9446a146ca7a50b7bcf36f2a70a44"
		}
	},
	"_rev": "2-901ccf5fb2001d5c",
	"_id": "prism-react-renderer",
	"readme": "[![Maintenance Status][maintenance-image]](#maintenance-status)\n\n\n<h1 align=\"center\">\n  prism-react-renderer 🖌️\n  <br>\n</h1>\n<p align=\"center\" style=\"font-size: 1.2rem;\">\n  A lean <a href=\"https://github.com/PrismJS/prism\">Prism</a> highlighter component for React<br>\n  Comes with everything to render Prismjs highlighted code directly to React (Native) elements, global-pollution-free!\n</p>\n\n## Why?\n\nMaybe you need to render some extra UI with your Prismjs-highlighted code,\nor maybe you'd like to manipulate what Prism renders completely,\nor maybe you're just using Prism with React and are searching for an easier,\nglobal-pollution-free way?\n\nThen you're right where you want to be!\n\n## How?\n\nThis library tokenises code using Prism and provides a small render-props-driven\ncomponent to quickly render it out into React. This is why it even works with\nReact Native! It's bundled with a modified version of Prism that won't pollute\nthe global namespace and comes with\n[a couple of common language syntaxes](./src/vendor/prism/includeLangs.js).\n\n_(There's also an [escape-hatch](https://github.com/FormidableLabs/prism-react-renderer#prism) to use your own Prism setup, just in case)_\n\nIt also comes with its own [VSCode-like theming format](#theming), which means by default\nyou can easily drop in different themes, use the ones this library ships with, or\ncreate new ones programmatically on the fly.\n\n_(If you just want to use your Prism CSS-file themes, that's also no problem)_\n\n## Table of Contents\n\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Basic Props](#basic-props)\n  - [children](#children)\n  - [language](#language)\n  - [code](#code)\n- [Advanced Props](#advanced-props)\n  - [theme](#theme)\n  - [Prism](#prism)\n- [Children Function](#children-function)\n  - [state](#state)\n  - [prop getters](#prop-getters)\n    - [`getLineProps`](#getlineprops)\n    - [`getTokenProps`](#gettokenprops)\n- [Theming](#theming)\n- [FAQ](#faq)\n- [LICENSE](#license)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n## Installation\n\nThis module is distributed via npm which is bundled with node and\nshould be installed as one of your project's `dependencies`:\n\n```sh\n# npm\nnpm install --save prism-react-renderer\n# yarn\nyarn add prism-react-renderer\n```\n\n> This package also depends on `react`. Please make sure you\n> have those installed as well.\n\n## Usage\n\n> [Try it out in the browser](https://codesandbox.io/s/prism-react-renderer-example-u6vhk)\n\n<img src=\"./.readme/basic.png\" width=\"237\" alt=\"Screenshot showing highlighted code block\" />\n\n```jsx\nimport React from \"react\";\nimport { render } from \"react-dom\";\nimport Highlight, { defaultProps } from \"prism-react-renderer\";\n\nconst exampleCode = `\n(function someDemo() {\n  var test = \"Hello World!\";\n  console.log(test);\n})();\n\nreturn () => <App />;\n`;\n\nrender((\n  <Highlight {...defaultProps} code={exampleCode} language=\"jsx\">\n    {({ className, style, tokens, getLineProps, getTokenProps }) => (\n      <pre className={className} style={style}>\n        {tokens.map((line, i) => (\n          <div {...getLineProps({ line, key: i })}>\n            {line.map((token, key) => (\n              <span {...getTokenProps({ token, key })} />\n            ))}\n          </div>\n        ))}\n      </pre>\n    )}\n  </Highlight>,\n  document.getElementById('root')\n);\n```\n\n`<Highlight />` is the only component exposed by this package, as inspired by\n[downshift](https://github.com/paypal/downshift).\n\nIt also exports a `defaultProps` object which for basic usage can simply be spread\nonto the `<Highlight />` component. It also provides some default theming.\n\nIt doesn't render anything itself, it just calls the render function and renders that.\n[\"Use a render prop!\"](https://cdb.reacttraining.com/use-a-render-prop-50de598f11ce)!\n`<Highlight>{highlight => <pre>/* your JSX here! */</pre>}</Highlight>`\n\n### Line Numbers\n\nAdd line numbers to your highlighted code blocks using the `index` parameter in your `line.map` function:\n\n<img src=\"./.readme/line-numbers.png\" width=\"453\" alt=\"Screenshot showing line numbers in highlighted code block\" />\n\nFor example, if you were using `styled-components`, it could look like the following demo.\n\n> [Demo with `styled-components`](https://codesandbox.io/s/prism-react-renderer-example-u6vhk?file=/src/WithLineNumbers.js)\n\n```js\nimport React from \"react\";\nimport styled from \"styled-components\";\nimport Highlight, { defaultProps } from \"prism-react-renderer\";\nimport theme from \"prism-react-renderer/themes/nightOwl\";\n\nconst exampleCode = `\nimport React, { useState } from \"react\";\n\nfunction Example() {\n  const [count, setCount] = useState(0);\n\n  return (\n    <div>\n      <p>You clicked {count} times</p>\n      <button onClick={() => setCount(count + 1)}>\n        Click me\n      </button>\n    </div>\n  );\n}\n`.trim();\n\nconst Pre = styled.pre`\n  text-align: left;\n  margin: 1em 0;\n  padding: 0.5em;\n  overflow: scroll;\n`;\n\nconst Line = styled.div`\n  display: table-row;\n`;\n\nconst LineNo = styled.span`\n  display: table-cell;\n  text-align: right;\n  padding-right: 1em;\n  user-select: none;\n  opacity: 0.5;\n`;\n\nconst LineContent = styled.span`\n  display: table-cell;\n`;\n\nconst WithLineNumbers = () => (\n  <Highlight {...defaultProps} theme={theme} code={exampleCode} language=\"jsx\">\n    {({ className, style, tokens, getLineProps, getTokenProps }) => (\n      <Pre className={className} style={style}>\n        {tokens.map((line, i) => (\n          <Line key={i} {...getLineProps({ line, key: i })}>\n            <LineNo>{i + 1}</LineNo>\n            <LineContent>\n              {line.map((token, key) => (\n                <span key={key} {...getTokenProps({ token, key })} />\n              ))}\n            </LineContent>\n          </Line>\n        ))}\n      </Pre>\n    )}\n  </Highlight>\n);\n\nexport default WithLineNumbers;\n```\n\n## Basic Props\n\nThis is the list of props that you should probably know about. There are some\n[advanced props](#advanced-props) below as well.\n\nMost of these [advanced props](#advanced-props) are included in the `defaultProps`.\n\n### children\n\n> `function({})` | _required_\n\nThis is called with an object. Read more about the properties of this object in\nthe section \"[Children Function](#children-function)\".\n\n### language\n\n> `string` | _required_\n\nThis is the language that your code will be highlighted as. You can see a list\nof all languages that are supported out of the box [here](./src/vendor/prism/includeLangs.js). Not all languages are included and the list of languages that are currently is a little arbitrary. You can use the [escape-hatch](https://github.com/FormidableLabs/prism-react-renderer#prism) to use your own Prism setup, just in case, or [add more languages to the bundled Prism.](https://github.com/FormidableLabs/prism-react-renderer#faq)\n\n### code\n\n> `string` | _required_\n\nThis is the code that will be highlighted.\n\n## Advanced Props\n\n### theme\n\n> `PrismTheme` | _required; default is provided in `defaultProps` export_\n\nIf a theme is passed, it is used to generate style props which can be retrieved\nvia the prop-getters which are described in \"[Children Function](#children-function)\".\n\nA default theme is provided by the `defaultProps` object.\n\nRead more about how to theme `react-prism-renderer` in\nthe section \"[Theming](#theming)\".\n\n### Prism\n\n> `PrismLib` | _required; default is provided in `defaultProps` export_\n\nThis is the [Prismjs](https://github.com/PrismJS/prism) library itself.\nA vendored version of Prism is provided (and also exported) as part of this library.\nThis vendored version doesn't pollute the global namespace, is slimmed down,\nand doesn't conflict with any installation of `prismjs` you might have.\n\nIf you're only using `Prism.highlight` you can choose to use `prism-react-renderer`'s\nexported, vendored version of Prism instead.\n\nBut if you choose to use your own Prism setup, simply pass Prism as a prop:\n\n```jsx\n// Whichever way you're retrieving Prism here:\nimport Prism from 'prismjs/components/prism-core';\n\n<Highlight Prism={Prism} {/* ... */} />\n```\n\n## Children Function\n\nThis is where you render whatever you want to based on the output of `<Highlight />`.\nYou use it like so:\n\n```js\nconst ui = (\n  <Highlight>\n    {highlight => (\n      // use utilities and prop getters here, like highlight.className, highlight.getTokenProps, etc.\n      <pre>{/* more jsx here */}</pre>\n    )}\n  </Highlight>\n);\n```\n\nThe properties of this `highlight` object can be split into two categories as indicated below:\n\n### state\n\nThese properties are the flat output of `<Highlight />`. They're generally \"state\" and are what\nyou'd usually expect from a render-props-based API.\n\n| property    | type        | description                                                                                                                  |\n| ----------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------- |\n| `tokens`    | `Token[][]` | This is a doubly nested array of tokens. The outer array is for separate lines, the inner for tokens, so the actual content. |\n| `className` | `string`    | This is the class you should apply to your wrapping element, typically a `<pre>`                                             |\n\nA \"Token\" is an object that represents a piece of content for Prism. It has a `types` property, which is an array\nof types that indicate the purpose and styling of a piece of text, and a `content` property, which is the actual\ntext.\n\nYou'd typically iterate over `tokens`, rendering each line, and iterate over its items, rendering out each token, which is a piece of\nthis line.\n\n### prop getters\n\n> See\n> [Kent C. Dodds' blog post about prop getters](https://blog.kentcdodds.com/how-to-give-rendering-control-to-users-with-prop-getters-549eaef76acf)\n\nThese functions are used to apply props to the elements that you render. This\ngives you maximum flexibility to render what, when, and wherever you like.\n\nYou'd typically call these functions with some dictated input and add on all other\nprops that it should pass through. It'll correctly override and modify the props\nthat it returns to you, so passing props to it instead of adding them directly is\nadvisable.\n\n| property        | type           | description                                                                                           |\n| --------------- | -------------- | ----------------------------------------------------------------------------------------------------- |\n| `getLineProps`  | `function({})` | returns the props you should apply to any list of tokens, i.e. the element that contains your tokens. |\n| `getTokenProps` | `function({})` | returns the props you should apply to the elements displaying tokens that you render.                 |\n\n#### `getLineProps`\n\nYou need to add a `line` property (type: `Token[]`) to the object you're passing to\n`getLineProps`; It's also advisable to add a `key`.\n\nThis getter will return you props to spread onto your line elements (typically `<div>s`).\n\nIt will typically return a `className` (if you pass one it'll be appended), `children`,\n`style` (if you pass one it'll be merged). It also passes on all other props you pass\nto the input.\n\nThe `className` will always contain `.token-line`.\n\n#### `getTokenProps`\n\nYou need to add a `token` property (type: `Token`) to the object you're passing to\n`getTokenProps`; It's also advisable to add a `key`.\n\nThis getter will return you props to spread onto your token elements (typically `<span>s`).\n\nIt will typically return a `className` (if you pass one it'll be appended), `children`,\n`style` (if you pass one it'll be merged). It also passes on all other props you pass\nto the input.\n\nThe `className` will always contain `.token`. This also provides full compatibility with\nyour old Prism CSS-file themes.\n\n## Theming\n\nThe `defaultProps` you'd typically apply in a basic use-case, contain a default theme.\nThis theme is [duotoneDark](./src/themes/duotoneDark.js).\n\nWhile all `className`s are provided with `<Highlight />`, so that you could use your good\nold Prism CSS-file themes, you can also choose to use `react-prism-renderer`'s themes.\n\nThese themes are JSON-based and are heavily inspired by VSCode's theme format.\n\nTheir syntax, expressed in Flow looks like the following:\n\n```js\n{\n  plain: StyleObj,\n  styles: Array<{\n    types: string[],\n    languages?: string[],\n    style: StyleObj\n  }>\n}\n```\n\nThe `plain` property provides a base style-object. This style object is directly used\nin the `style` props that you'll receive from the prop getters, if a `theme` prop has\nbeen passed to `<Highlight />`.\n\nThe `styles` property contains an array of definitions. Each definition contains a `style`\nproperty, that is also just a style object. These styles are limited by the `types`\nand `languages` properties.\n\nThe `types` properties is an array of token types that Prism outputs. The `languages`\nproperty limits styles to highlighted languages.\n\nWhen converting a Prism CSS theme it's mostly just necessary to use classes as\n`types` and convert the declarations to object-style-syntax and put them on `style`.\n\n## FAQ\n\n<details>\n\n<summary>How do I add more language highlighting support?</summary>\n\nBy default `prism-react-renderer` only includes an [arbitrary subset of the languages](https://github.com/FormidableLabs/prism-react-renderer/blob/master/src/vendor/prism/includeLangs.js) that Prism supports. You can add support for more by including their definitions from the main `prismjs` package:\n\n```js\nimport Prism from \"prism-react-renderer/prism\";\n\n(typeof global !== \"undefined\" ? global : window).Prism = Prism;\n\nrequire(\"prismjs/components/prism-kotlin\");\nrequire(\"prismjs/components/prism-csharp\");\n```\n</details>\n\n<details>\n\n<summary>How do I use my old Prism css themes?</summary>\n\n`prism-react-renderer` still returns you all proper `className`s via the prop getters,\nwhen you use it. By default however it uses its new theming system, which output a\ncouple of `style` props as well.\n\nIf you don't pass `theme` to the `<Highlight />` component it will default to not\noutputting any `style` props, while still returning you the `className` props, like\nso:\n\n```js\n<Highlight\n  {...defaultProps}\n  code={exampleCode}\n  language=\"jsx\"\n  theme={undefined}\n>\n  {highlight => null /* ... */}\n</Highlight>\n```\n\n</details>\n\n<details>\n\n<summary>How do I prevent a theme and the vendored Prism to be bundled?</summary>\n\nSince the default theme and the vendored Prism library in `prism-react-renderer`\ncome from `defaultProps`, if you wish to pass your own Prism library in, and not\nuse the built-in theming, you simply need to leave it out to allow your bundler\nto tree-shake those:\n\n```js\nimport Highlight from \"prism-react-renderer\";\nimport Prism from \"prismjs\"; // Different source\n\n<Highlight Prism={Prism} code={exampleCode} language=\"jsx\">\n  {highlight => null /* ... */}\n</Highlight>;\n```\n\nYou can also import the vendored Prism library on its own:\n\n```js\nimport { Prism } from \"prism-react-renderer\";\n// or\nimport Prism from \"prism-react-renderer/prism\";\n```\n\n</details>\n\n## LICENSE\n\nMIT\n\n## Maintenance Status\n\n**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.\n\n[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg"
}