{
	"name": "react-loadable-ssr-addon",
	"versions": {
		"0.1.0": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.0",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run build && webpack && babel-node example/server.js",
				"build": "rm -rf lib && babel source -d lib",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "c22acf12c77fb685abc5dd876c5cc7fefc7b79a7",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-qvP6DCcpGDu/nOjh2ifMm+oSszxU9jnRmcSaVvcALoqIjxjixa/OgXB6GwjsRG3LgK+Q2SRVyNnzH93gSBgaZQ==",
				"shasum": "e89c6343b80dcfffa7bc720aab2388783b99fa08",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.0.tgz",
				"fileCount": 120,
				"unpackedSize": 336238,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbm50oCRA9TVsSAnZWagAACqAQAJUkkcNQ7DavAGBCRRho\na00zO3WhTa5trxRKk9n5j2e1XjSEbrt2V1psvP9skCzTd1BETxlVAhzximwo\nRDkbrTBK57MAfTBRxSGBZjfwecT6VPzcTt074r1NJ1hM9Rvb3AP8K+KRmCiE\nkZ9W+nFqtidp7sbJQ6bufzXPB+piCtuJsM0ZpK3GJa//gpBCCE2MideSUvhp\nwlN3msP3M/rRtCqB+iLLuP7/0et/PgCjzNzUt9Keaz7WIAW16BGhGVr0Z+ot\ntiMjU57A6VkwfPOeZv48VQAnfjukp++CguQkR0s1JREcG1JqS4ZaiH0qnN11\nloKKaKYtOVaKZAVyVk5WD/UI8laEKpk31tsRiF6NX3jGCsXAlBBeiJqZJRAm\nYP5LM+qfVXZm/IIZnJkn/rXgI8Tc4lYDKdej9nzUVoDAZYkWzORd4bRJVAzO\n4R6FgzPUSVD62lt9Dec0/QNoP/c0JzzlrL3HRUhg9/p9jshkXMth2xL03uP2\nDSRkUJjgCCuMfs9ln0Yy36R3xQVpFfqsioHNJJsN9Ykty8DsCPAeVgcdnIGI\nTAJMYtnZH9SsY9aAfiYcCH93W9FNjSXZ1k+xRKkCSdH492vkYQIVrAvwMKiO\nv8E4WVo5g0AK6fdIzHZZ6NnJQBGGNKev+Jor+R2/lvJnMjOYjHlQR9F5x2JO\n/WiO\r\n=bIZ1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.0_1536924967562_0.2932238424450664"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.1": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.1",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run build && webpack && babel-node example/server.js",
				"build": "rm -rf lib && babel source -d lib",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "767436fae76963f90df8bfd8379f01480e7da9fc",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-hp+X0Jx1fG777L+MnTj9oq399L3KLXRNdwMFLppHBppKZRRMJxWyvCc2VuX2o+/LYAx5fMSdpOyXev4s0WrdBQ==",
				"shasum": "181752382dc250c7e2c6af2fe090aeb2c1a8979d",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.1.tgz",
				"fileCount": 140,
				"unpackedSize": 352266,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbok10CRA9TVsSAnZWagAA3ckP/RHb4zNYTg1hpDXt824Q\n38rcoVF1scIeODZ8WLzks/UKCVKQFLWVm0UWLR9iBx1Xk7AZSrBmGcMz1sBv\nChAwl+AtsiNG+cjJtKB2YG4W78eboKnNUl18iARMTammBhpssgsD3J/yWZAY\nKTKu8oJWbfTgr1smKKqjX4gb7j7Xvwws7Qoec9AXRmXsUU4zE2boLilnC9A3\nrT/m9ZQC49myqayd9viY6cOAf3nOjq8oH+DiH8/qdiDNPhMhBt6iqJcuAOUl\npkkmxLi/aNRfikBsoyw2x4LRn0kY861NHIZxB+ff5/oCbwdBNQq/tKmsXWJX\ngedKnUT1c/o4kFP7YaNJZK5Dh5K+uG7cRL27ylr3CTAeYuGNWGIzvnvhIyPG\noCJyfLzpSyO0hrFcXANIwV/q46KbyozPM2EL8OM858r8CfjYG4mjwf22KKLU\nm3il22rngmIGe67fd3vHpn7RHZiUtejYun5FLl5MD/wt9yWTZsAwun9XNdL+\nDmwku5Lu64x5zfG2VMZ17ov+P4wEHHzAPbZSNlIF9Aphm0xeJDowQUAxFpXB\nU/YfkwNO4nH6TFE/1sU47XOUwKzJ3kJjMwD3q29buPd25wCMvhcdkfoP4OkG\npSPm6f7684aCbFUzEVlWpgEcl/3KL0wULcPzdiTjNXb1qRnk3EZ4il/TTz42\n1FbZ\r\n=C8GD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.1_1537363315982_0.6910739060372548"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.2": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.2",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run build && webpack && babel-node example/server.js",
				"build": "rm -rf lib && babel source -d lib",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "f0ff0b9bf52ec15820da8e47240225f1f3802af9",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-dIKA4HnanzD7ZVC0GDgwcoD2tMByMZLxENe2cm6ADLz3EN3rxMtXaVUSTD1OFxiozcgNnRQwREfjpya2B7PadQ==",
				"shasum": "a664c8568db770bb0c8bd70cdaffd18693ab20f0",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.2.tgz",
				"fileCount": 162,
				"unpackedSize": 366813,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo1oyCRA9TVsSAnZWagAASXcP/1aaV3VjShwU2BBgo5Ev\n32vq+soa99mzaeMGLORt0FfaQNrfgLicdNX2EwYJnBAxH0BlT05hDWk/rmgx\nWVg728qDiL+Rv4uKWj8WYlVEbh4+z9v7nyUAbh17HsdnNoaAiarkf8hjUktM\nX5v/041t/nx/ta1KTIiszsQB0SkLHImvMWJss1G0VFvVHpaUxMiwUwhR3M8d\nBVrKSUzfDJREQjh7xKNZDlcfPiHobLbjfhZS7VIHNj5RkqP4jte9lhQnvOYu\naKeBEbvX6y6hhHEqtt72SDhYPHFXcEItiAJXozqtC/j4mTauYZozJy4dKIsU\nadK3W1bMbkX9eNDao8lfIMIRUWa69Q0lFPeDAbcctrpkBJSAD65koIZk+7Eg\n/iS3M9ZvEODzG1aQ9XVOJ15OoeG0vZNvHmwx9gWgOYOgHCy773cazDZJLoY0\nl0m/56j7dqT+XxA3wGoBEaouVAOqhEOW3z76ePt2TTUj7t5472B14fKeumU4\nBzg/Ii1Z2MTpmYXRaGfALXgSSrPsJ8l0Kc45V9dOa2zo2hoqZxqFMnYlcD8H\nDjFoOHGxRyrFhic+vhi9jqNva9AbnDgJesdk6vYQjhgtX83kHOpPkOeHI3rN\nvxI7405fa3D19m29A7PY4obPuMPqYBSs5S8uDVY5j8PIJz9Opl7EXFvmab4t\nMG82\r\n=xC4a\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.2_1537432113416_0.599364085828908"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.3": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.3",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run build && webpack && babel-node example/server.js",
				"build": "rm -rf lib && babel source -d lib",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "cad2445fa3afbf9d7e52cc8ac179b64cce231931",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-pS5DOYWvznet4nL/0CbuQD+nGvUpaWD6WmIbDfeSHZp/qFpIK/8GKmWZRHWcaQNVeHXJHHEOJhN++HLalo+tpw==",
				"shasum": "3600ceb776b190d7628cae36458027a0e72b730b",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.3.tgz",
				"fileCount": 28,
				"unpackedSize": 201587,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb02YPCRA9TVsSAnZWagAAQwQP/iIQmYaPcgUQdpn3B+IK\n9g+KaPL/38hneYS7JYsbEtjuAm3a7rv6IJQ+xE3GeuT9UroBa5WceqN3LBIj\njtZVOLAHOrlQ6hXXTt2UwgIG3WPqLpBnRzb04b62xWqVHN7NkzF2ENH3iswM\nXRU7TAXGJs+oB7HBUZWIi9CF7iOukk1YpV7r0p1iul1ThUwmJsiifxxb6hfJ\nv7oPzpaYrDdq4bMwzx1hQZUqbl+v57eZ5wcNIbD+PJ8Ksun3WLI2fzxt2Dor\na8oz0c2DeHLoG67t46PeOBXyIRjh+hEtPJbwIsKW20eoVFsKzBQjmBjF/ORK\nqAi8U3jCZZxEOwz5ZzQrflDvaMZQeA6HtBwN85YpfQ7NnGuuoT/k71nFNx0u\nci8gi7TbYJu48YnuDU82i+FYVkKHlzIvgQWmV5uYwywOxMEASt/igq+MH/VO\nmCXbDnO1TgcjaaaJ0hwjURD7Swj4PHbj/SuLBh1e7V7cIxHulLFs31/eJPkF\nRuuqD0xv+pnz1tZMM4Rt0+DUaoCJD7SPj4UN4xKnIcovmfNkof1uuZLeDo8e\n4ouT7IWNUER0vPCrJH5IxskfjJWKzJoOE9zPpHTQAqqoAfkOz3HhGJCNsH45\nBhmvhh2T7k7L9VTecN1TZkaZoZnknmsEKLCMa1dRWhX0HQxazSaeadrr1wEF\niTxo\r\n=keFN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.3_1540580878524_0.03589234904352967"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.4": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.4",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "9a6518e31968ee233d453e5ea73b21614c2df64a",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-LVYI2EgJmvAtS+8HcY2XK5GYXyPf66llmdDcjN/q3hj5sYfcR9O1exKaMTcHmMe2+rsNBxhWSd7ReydawuZUKg==",
				"shasum": "cf2ef3c0c25a2a983680d357a84ab34a1165fe73",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.4.tgz",
				"fileCount": 39,
				"unpackedSize": 570316,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1vLoCRA9TVsSAnZWagAA6CYQAKS6usMH5/zy/iNiBSgx\n27ynvMWaLSBEAN0/ad8QBM/xEe7TXUfZrj8YV21MPGp2lDlnijMW8ogJdl4h\nOQTpsZSK2lqls4kvUsHIk0sZF3GcqpWTICmV4kbk85QWKLUMFAQB8QI1wO04\nKtcMgtaeKMbsx9y7Xds1DzSGEFScyMY9689uStL+PGCMRX3mv1eOhRG6GmNX\nLhHUUhtmMTo3UyXXZnoRr/FbRYyyg+ItH/CgTLP/pqT2Es1HobMK0KXCLP5F\n8MgXu9hPV5PgRfAoU2BWq+DfQEuEa4PdgtqqYKYUjnO8jm7o3xfcmoeUyfyS\nnYlubsctIO9w9v6d6gt4Sf0qG5e1cZ86pfc3ZSi1+Qdh0abH/zXLqJciWT1N\nx0nzHkxxpIOHWEvhsnx/gM6EtpwT5w294YIVYrq155AOa3hup+yNlmxwQv/c\n8ISRAYQSSnYItOqDcbcvBjS76pm1ulEHa9muFVbL8DOEddnSNh8VNnkZPlY7\nmzc7yXJj5YfZ7Fpp/qxSGdNtNcLxsH2gSBpmtVKlS+xN6UmwmZt+aEAtXHBj\nRALhAtJszbY3j2Ybtrzm7n9kejLW/vW5bHb9Oi/T/3vQvTS3sjbVpe2HU+Vt\nJ/hOuHQEtPA4K/CZM0Zoo6ZI49hjc2qXdYmACOVF9BB5YsjINlxA3+I0oB/4\nSIg6\r\n=IHs4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.4_1540813543758_0.7396628635485016"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.5": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.5",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "92ffc88a7d2e11a0595e1de480beb85cce6f029f",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.5",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-IeRbY6Op97F7OHXXDgO2wJhdZ2NGmVihrDFfpjK1cnl/HJaKeoVwddCKI1ricwXtJKB+oYJzpIIZWZaBLjnpRg==",
				"shasum": "957b54ca9a3d8537ccc703e08903a27bc0a81bda",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.5.tgz",
				"fileCount": 43,
				"unpackedSize": 2578861,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2GNiCRA9TVsSAnZWagAApfwP/14WR7Z2iHYbbHYW69fP\ncX4hMuPiPyTZadANdX/FhI2xaglvadxOg9IimuGU1D3cjZc1dUE3vjQy5BUo\nyflie+4xk17vYQ3CD3cLppouyFdCdVjt4a4LFvw79Ova0irpjJSIw1p3quGp\nK4MR6XDFvddi3wy+nOpf3qlW4QU6u49N66TyADy+ENrKSPxBNP34TGrCVc7S\nT+PrvDUlwQMGZNNgKqaekDBHP2nKAsNOEZYjLfC+tYQ+of94EK2LeMNyfN+V\n6OR8CCgmWro8VzOTzKAr0JfwYquIyY0h/Eff39S02yOCAQJUI5Pszve/mt6b\nUWF6r/vJSVg39O+KoOhk5FCHSB3JedQIYYDOkZlkfJMl+vIqyvMlPTbARwvt\nHnfr4/AgPL4Z6mO3wrXuJxMevDKFO9ppZ8jLyR4EpPdpPzS7byBczhiB113N\ncZkafp6dzQqkudKc9XsxbjZ/AuEIERyAloNx1r9UU6MldCizsPXay+NPMSG3\n220iPrc5AdSm8ib08d/wpp3SAf4J2S0CYV1qgiSBY7hV0b4gukiQEwdkc+DT\nalMTgBsVeiFNyPOH7LGePBRdn3bTGn6nXJecJu3Xz2OdLWCVSXzTFE+SpSkL\nXvoGIqf5I8PqsA9ly5mYZ5e/QBNomJwgaHroaQJnd5+vbLXSyQNxzVFdBJI6\njiZt\r\n=r/n+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.5_1540907873258_0.9967667800447597"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.6": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.6",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "7b8721db4da23fed0657e5b1755014b7f5daaf62",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.6",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-D/Du+YH9EI77CoogenWU0F/EmHjJH2K3B9lH29yF1mcHOpFKccCObZ2P7CHdV0DqhPiXdw6URAioaSf10mYkPw==",
				"shasum": "de3e45f2b3876dc7b9afae19138370f0588b7300",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.6.tgz",
				"fileCount": 35,
				"unpackedSize": 259039,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8B+zCRA9TVsSAnZWagAAEsYQAKM5vnmII42cKLm2g+PH\nPgwEqZqwoPVjjmFLyByS5ap/H/c6VJ5tW7O9jFlDSWa0XPHL4DLU6mWw8eOQ\notbPdmneLYvr65iqTReskcfErOov5ZS/HfZMZ7xAngq415jtoC5/oTMQKfcT\niM/ov4j+1iIxo5I4sGINkkIiyfjjVuzvVR/Oy7i3Ba0k8FWeZkX++gpHzdPU\ntnnZDkkOjUKyJT3hnfVx5J+vFXPaVcgzj/GALb0JQ2fAl/jEpB//m3VWDSjn\nz1TpOsxmy9yCk5GdtT6OQo9kwaBRnn6TwkgNGHC2R2pCjm1XEjNwcPG9szwX\nQ7lS18+k7j95pti/9pl+n3OQ2kJF0HwChJQlp6X7O0rEFe27l2TYx3Pd80ZZ\nLr3sXfPXFaglWcXmuXRlNsCaMifC7SnhAxktvv+TA9BJ9W6KazOJA73z6S2X\nbrEUhycrsaFo3eHt2YmKOAzivUHrgN8suvEgw9OQO8n84vOHwudIfKZ/MmfG\nckLwtiY+IHz+wI0rbHpAozRvafMq3LY+/oooWqCdyZV0ctzbfrfMv6+pKCXo\n0v9o4HYW2fpVE5rPZ2hrzgxU1e5WyNyGFOnQN6y1jxW1VUdi9n7ezAvtpT5o\nJh4WZfx3BMHYXT+WXjwKqpMc5HUAuDZo3uT/OloLeJ12S1Fw/YaH1p5HFDMl\nzdhh\r\n=muTj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.6_1542463410349_0.6727059461556559"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.7": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.7",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "NODE_ENV=production && rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-plugin-transform-remove-console": "^6.9.4",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "7e41bba34fa53f7241cf4dc98ee6d9703d0bf0e3",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.7",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-YDW5AfdG3iQL1tTbyuHfbXJ9tVEtgBDCcUpx2jy62NAHbhGapRV6lR9q95FWxQkGghcCcvh+TcLIS8vVMTZxNg==",
				"shasum": "69b22cf6dc6f9ff324cb9435ca7204cc2c78e97c",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.7.tgz",
				"fileCount": 36,
				"unpackedSize": 264004,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctZg8CRA9TVsSAnZWagAA24sQAIqCtc8o22lEUasroho1\n8/MeW1zCHSsEa1JQkKqkpKSmU5AuSrUPu6oVbc80iTa5cnyq8RZT8Of1oikq\ncDGZmWIVlBlUFvmYehtm6NiIQ6j63dQ++V2MqD4eRjkhHSkxuJvX15GTMzM/\nglg2zwgVil9V8fkmRlV52dXdR37mbVcrKNdk7Fm3O3CDE1dpyqWlDtMxa4iH\nLth4q3KjWXAE9fQvUyHCrIzpV+yX5lOuLURpihP1vZzl4SOW2+FoLKp3xB9S\n1t7+bib3RUoZ9D8QWkHWJ4hLWuwcwfivf4yp2e23LUIrwXAAYEPebvxQA5VY\nmj1avE/gG1jzGm6pBOZLS5tmcVai2hnRgtvyPpn/WWCpQOAufCRnF9ndjQWd\ntrA812JJWQ2oYzR1nwYR1MlkDmEA6fNyYscd/DYm1KX0n9gZuemdi3u7ALNU\nkj47PShfOxqAnorpPaQaGHezLqW6GR1Mb/uccFhFSrya2wDx8BcxfvkPOBK/\nkBkKpLUtLUs8kL3mx6ZFNg9u5VffnfMtYKbC3sWYGSK8SQ1Ccg9dv/zD1H4x\nYEUo2bLr99+c1f8HWXcHkl4zsSmn0pmjGGT6/StLxn2OZjFehsnUqc1P7i7K\nsH/HsGJgctzN9RJNFih1RwxOnsHOp1dkkGeEbkrs3YzWF9/+Zetz/J3WdZHn\nG0uq\r\n=4Mtl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.7_1555404859831_0.8137421169465235"
			},
			"_hasShrinkwrap": false,
			"deprecated": "Deprecates v0.1.7 due to it might break the pipeline",
			"contributors": []
		},
		"0.1.8": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.8",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "NODE_ENV=production && rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-plugin-transform-remove-console": "^6.9.4",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"gitHead": "23002255079751f2c4ab76a3dd373f98d3488c8b",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.8",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-fcgYqswGr+Sucw95/vCZMWTzXPMgdnrRDPzZnkmQeqiMX9LjZMhwAyjpl+JgBpUNeDCyTsX6vP+tpum4ISb1nw==",
				"shasum": "382a77d9eabc902c41e0ce14d0daa971cf0d741a",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.8.tgz",
				"fileCount": 36,
				"unpackedSize": 264133,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuwOACRA9TVsSAnZWagAAJBEP/3Y6GaK5YpLZzg9BcrXr\nqazADvKIFsm92P76yKRtQuPUH/+sYpmQdgAK5eLMz45ApyyXaK52RpJ+9wuJ\nTsq7LtRCaUAdnls/LU49gDMSJwavSud40Gb9wKbnuaIbwx2GeT5ktP3/2I4S\nn/MUjrLR85/fzZYabIQbFVl23RcYA+aokkwQzN83GV1Xgnx1RyMNLJLHiZop\nVRtPuL7+I/UH5fJghCy9gQmoJpbEOL4bI/8bRFg9GOttCtjJU7aCATAj0Tj0\nQRZhOWwX+49xb6f01bt66sJH25+CAd3ySX9E4PW4d1TNWILRxKlA5S0Kty4c\nt6RSb/CdOGv9Cb+XyarVn3MIawISGGvNT1zi/bzEr66HXgxKKvlfUTQF9S2h\nzbjg1taD7g+CIX4aVEC8wlDb3MB4hsfuzmbhCgu04G5Zi9UX75gzvIyK6Nv0\npas0kR84rdf6kM7HTY7u2oCRr/LDG41tyA63w0kFH9gbWFWpChgGJazY0jtQ\nvIoHcOB/xmWG2VAgWgsAxLpZVCQpwzBAmCmMN7Vppd70QxA1CqCBwn9BkvOI\nO+SIAV8GErMs4U8Otqq98njdEO9XIV6PblCGcKtpan8qcWWNgBQ9Lk2pAGb3\nJadAIZFSSAaENd9mQ6blnrV+PV7VVw+8AoEWx8NgJ4kASThOlB6C2npnYAUa\n9LZW\r\n=4JDx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.8_1555759999336_0.3405711630726225"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.9": {
			"name": "react-loadable-ssr-addon",
			"version": "0.1.9",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"prepare": "npm run build",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "NODE_ENV=production && rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"test": "npm run clean:example && npm run build && webpack && ava && npm run clean:example",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=3.6.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.0.0",
				"@babel/core": "^7.0.0",
				"@babel/node": "^7.0.0",
				"@babel/plugin-proposal-class-properties": "^7.0.0",
				"@babel/plugin-syntax-dynamic-import": "^7.0.0",
				"@babel/plugin-transform-classes": "^7.0.0",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"@babel/preset-react": "^7.0.0",
				"@babel/register": "^7.4.0",
				"ava": "^1.4.1",
				"babel-loader": "^8.0.2",
				"babel-plugin-dynamic-import-node": "^2.1.0",
				"babel-plugin-module-resolver": "^3.1.1",
				"babel-plugin-transform-remove-console": "^6.9.4",
				"babel-preset-minify": "^0.4.3",
				"eslint": "^5.3.0",
				"eslint-config-airbnb": "17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.0",
				"express": "^4.16.3",
				"husky": "^0.14.3",
				"react": "^16.5.0",
				"react-dom": "^16.5.0",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"ava": {
				"files": [
					"source/**/*.test.js"
				],
				"require": [
					"@babel/register"
				],
				"concurrency": 5
			},
			"gitHead": "073b969eb25440f4074955ca48de32be901e8ea1",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.1.9",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-mjk0ykDmmgPvkoFVwjbhev/VtarlpdR7B9FzuFFxtviFWVjaL8ddw4J89uFvUkC1KtFmXdQ6BF7yzUB54QqmXg==",
				"shasum": "c134275fd36637a554f6438a0b78e0d1f70a8260",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.9.tgz",
				"fileCount": 46,
				"unpackedSize": 268089,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4sHwCRA9TVsSAnZWagAALJoP/3huntWGDXWQG0j6Hba7\nD3UvVZf4GNBzFOaClxwyDdsVoOyCAl3PZrrx6k2Gw7A9Jy7dKGaRnwjazdpn\nKYg7V/Fz9JenKGeEyrk+w/S6Cq8P44D8Axf7d5hp4PkfELm5EvFuefZQ6SZY\n/uCbOiL9T6Av7qoTjQQ1nyukSel2jnlcOdp7SU8vCX/vllH4R+qL7Y0TN0vi\nDoErJdgwEGcpp0feXN/07A7haLt3HiILd3kYZg+nR9vigCntd36Na7l+9Rcm\nUL1RcICFvNqTUAKhDs8MVwSmiQtSJr6q/wA7wTHygWLMF22bSi8qHYp/kyry\nG654iyj9jVoAx0tgPerlZEHZytDr/Ib/t2zFs1EmMq1BOSNTHMeybL8kvG+a\n+2bviyRVUDFxDW0lBooJF6F4fwMYG1K5+SE1aaxm1iZx6PVjHCRAojP07gun\n2yComB+oxmbkQegJYRNyXI6OtQQEVSdPn8vFgTAVaK1v/kj61r0Wdr0vNB/k\nJscg2mfBQC9jATpX+OeEUBMnLq7qW/BrdtLL+XBjsnkFi5jmdienBM6cJu6J\nR1CLuPqLU9gVXmXDo37GfqUx9X6DJ6P6kcQRm0egWBELdz8/REOU8Bj7m97c\n1uGBkgR7mPgD6vl/5SpgGemy41FTqVsLR8+uSvGvXP3OCUVJq1zNRzQMwmPO\n8Ayn\r\n=1bIL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.1.9_1558364655280_0.8606754612616159"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.0": {
			"name": "react-loadable-ssr-addon",
			"version": "0.2.0",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"authors": "echo 'react-loadable-ssr-addon is authored by: \n' > AUTHORS.md | git log --format='* %aN <%aE>' | sort -u >> AUTHORS.md",
				"prepare": "npm run build && npm run authors",
				"prepublishOnly": "npm test && npm run lint",
				"preversion": "npm run lint",
				"postversion": "git push && git push --tags",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "NODE_ENV=production && rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"test": "npm run clean:example && npm run build && webpack && ava && npm run clean:example",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=4.41.1"
			},
			"devDependencies": {
				"@babel/cli": "^7.6.4",
				"@babel/core": "^7.6.4",
				"@babel/node": "^7.6.3",
				"@babel/plugin-proposal-class-properties": "^7.5.5",
				"@babel/plugin-syntax-dynamic-import": "^7.2.0",
				"@babel/plugin-transform-classes": "^7.5.5",
				"@babel/plugin-transform-object-assign": "^7.2.0",
				"@babel/preset-env": "^7.6.3",
				"@babel/preset-react": "^7.6.3",
				"@babel/register": "^7.6.2",
				"ava": "^2.4.0",
				"babel-loader": "^8.0.6",
				"babel-plugin-dynamic-import-node": "^2.3.0",
				"babel-plugin-module-resolver": "^3.2.0",
				"babel-plugin-transform-remove-console": "^6.9.4",
				"babel-preset-minify": "^0.5.1",
				"eslint": "^6.5.1",
				"eslint-config-airbnb": "18.0.1",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-jsx-a11y": "^6.2.3",
				"eslint-plugin-react": "^7.16.0",
				"express": "^4.17.1",
				"husky": "^3.0.9",
				"react": "^16.10.2",
				"react-dom": "^16.10.2",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"ava": {
				"files": [
					"source/**/*.test.js"
				],
				"require": [
					"@babel/register"
				],
				"concurrency": 5
			},
			"gitHead": "8e3190d3200e2d7de5ef7e68efe17f6342e3f742",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.2.0",
			"_nodeVersion": "12.10.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-gTfPaxWZa5mHKeSOE61RpoLe7hyjcJHgNa5m0ZZGV3OCkWsOKlfYgoBxXzu9ENg/ePR/kFd5H3ncF4K5eyyNTQ==",
				"shasum": "fbf4ebfa9cfd6eadb3c346f0459e1cee01c9cae8",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.0.tgz",
				"fileCount": 46,
				"unpackedSize": 71466,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpCz9CRA9TVsSAnZWagAAj6gP/ivF5D50o3rJuO5JY1cs\n8fhtFFy98YCfVJu3fkq4+vcLdodslAGdnxoQDHZpMOx6SjH5Ir+fvwlv78sz\nWkIRDw77/7ysaSo1n0qwL5i4qoK7envJqaAPWCTT/+KQ7FHmB1OgbWS0Jvis\nWgO2FzhEGTXljP8XRsQj4zDEQXap8V9o0cWqkfSdmBuaQ5Co8eRIFJo+9Z7h\nStTF9hGG9WdiEIsikOD2nmBjKV52IIN8+hx8f4C8lK/XAZeAdHuttXTFsQSJ\nMZaPReYupHSnCirswm5JZNyg05ePCGTI9ATPJ7QobrBPreoQhVaSMmV+D8YD\nI1wHbinOBhXZcAYrXH/CvHpRnVskguvvMNStsAig0KGE9X+2WjV5DNgOwWq8\nyJBg6GSHOj6t0YAebXHDIaLqDVoW9BPpbavy5dZHHGoB6c8o+nbED6TS46mH\nwVwQv4Vu9IdFhfW+96b9dawCCOuj6c+/lvOrvUpzN3HfhtEQr0OOmnFIyzG8\n3U2w7nZuW3hHXdgIJqYtOWIS4fXEhzj9rYk9OiEPCcJbuOlEYwKwQ8AqzUNB\nSL1c9/2ypUsdZ/njyn8h8kf8bLS/K3Vw9AseUSwl1gQLJPYAWZnAXJhuo5bd\noGaIimHj9eBqYgojs14HZ75sxIDIhTBP0FARvynx7Nos8EMXem+aoBbQYclz\noyAd\r\n=Sfv6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.2.0_1571040508608_0.26898726086322533"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.1": {
			"name": "react-loadable-ssr-addon",
			"version": "0.2.1",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"authors": "echo 'react-loadable-ssr-addon is authored by: \n' > AUTHORS.md | git log --format='* %aN <%aE>' | sort -u >> AUTHORS.md",
				"prepare": "npm run build && npm run authors",
				"prepublishOnly": "npm test && npm run lint",
				"preversion": "npm run lint",
				"postversion": "git push && git push --tags",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "NODE_ENV=production && rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"test": "npm run clean:example && npm run build && webpack && ava; npm run clean:example",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"resolutions": {
				"yargs-parser": "13.1.2",
				"mem": "4.0.0"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=4.41.1"
			},
			"devDependencies": {
				"@babel/cli": "^7.10.1",
				"@babel/core": "^7.10.1",
				"@babel/node": "^7.10.1",
				"@babel/plugin-proposal-class-properties": "^7.10.1",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3",
				"@babel/plugin-transform-classes": "^7.10.1",
				"@babel/plugin-transform-object-assign": "^7.10.1",
				"@babel/preset-env": "^7.10.1",
				"@babel/preset-react": "^7.10.1",
				"@babel/register": "^7.10.1",
				"ava": "^2.4.0",
				"babel-loader": "^8.1.0",
				"babel-plugin-dynamic-import-node": "^2.3.3",
				"babel-plugin-module-resolver": "^4.0.0",
				"babel-plugin-transform-remove-console": "^6.9.4",
				"babel-preset-minify": "^0.5.1",
				"eslint": "^7.1.0",
				"eslint-config-airbnb": "18.1.0",
				"eslint-plugin-import": "^2.20.2",
				"eslint-plugin-jsx-a11y": "^6.2.3",
				"eslint-plugin-react": "^7.20.0",
				"express": "^4.17.1",
				"husky": "^4.2.5",
				"react": "^16.13.1",
				"react-dom": "^16.13.1",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"ava": {
				"files": [
					"source/**/*.test.js"
				],
				"require": [
					"@babel/register"
				],
				"concurrency": 5
			},
			"gitHead": "d320c27383075130d2002e81edfec6e971ef1321",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.2.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-rzqnXdZlzzfWMhYTCytSo4ADtcqGg5Bu51Bk2QRY8tLebO6WAYKlZ2Rv7poG0tMYc/zbLX7bPRDun6KI3Iwh2w==",
				"shasum": "c82eb821823c53f33582e0ec1427c9b316c9567c",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.1.tgz",
				"fileCount": 47,
				"unpackedSize": 379151,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0MrSCRA9TVsSAnZWagAAov4P/0N0Vbvs4CCb4B7HCpL0\ngnCp0Azav3TNnPWpnMLimjzClZeidNrpcsWTK8sbDAXhQEzSGq9lK5ULkqgP\nocpIJJGtoliSkUDI7Ozy5kYCFRjKClpSjDOPanSAXyKHqcwklceJo3rnqJD2\n9JG4WLS6HjLYeKUEAc2eXkm3WOZWMN7KyFjMRSzPvxicbIj7wWDDvSMMorzL\nDUH6oneRmLLI7vCbTipe4M0rghoE36vt4iedGgggK4eVCjutevnxHL8Fn2XH\nIfex+8aoEmd3pstLAt03iXpAd24THsRC1i6rdfXHsSjL44MiRI/WD45I8qXy\n6Yg1xHsFIqSm59tpSSzClYPEuCZvhMJWcnOIC9/s3zeF0Vf5WXod5hx8BmQ+\ncqKjOZTYVki+7DV8I3U9XWsOR8BxUPepv7/ttAVY+aDDAcEwjFq5niHifdbb\n1jq03NZPygTFOaRWGcMJ872r1kRkkVGf3uDdpHYz/+wX5dPvoC+QEyOuTL6X\n6wenS7pjCI8YOuXh399Q5TEjjNqiixqVu3CzUma2q1Da6knnlMsuQsin/fWf\nT/aXDK5mG79lUA/b0eOXRwDLn0Z7odRDP+25L6EHzaOc2SFoR/VsuZLcvmHd\ncTPia9lRoFiE9rbidxSlSI8W17GFqTU6VA3BSC3o5klRjmgtIOzh7cpM/4jq\nJR5i\r\n=mRLt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.2.1_1590741714231_0.3183432602343981"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.2": {
			"name": "react-loadable-ssr-addon",
			"version": "0.2.2",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"authors": "echo 'react-loadable-ssr-addon is authored by: \n' > AUTHORS.md | git log --format='* %aN <%aE>' | sort -u >> AUTHORS.md",
				"prepare": "npm run build && npm run authors",
				"prepublishOnly": "npm test && npm run lint",
				"preversion": "npm run lint",
				"postversion": "git push && git push --tags",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "NODE_ENV=production && rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"test": "npm run clean:example && npm run build && webpack && ava; npm run clean:example",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"resolutions": {
				"yargs-parser": "13.1.2",
				"mem": "4.0.0"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=4.41.1"
			},
			"devDependencies": {
				"@babel/cli": "^7.10.1",
				"@babel/core": "^7.10.1",
				"@babel/node": "^7.10.1",
				"@babel/plugin-proposal-class-properties": "^7.10.1",
				"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3",
				"@babel/plugin-transform-classes": "^7.10.1",
				"@babel/plugin-transform-object-assign": "^7.10.1",
				"@babel/preset-env": "^7.10.1",
				"@babel/preset-react": "^7.10.1",
				"@babel/register": "^7.10.1",
				"ava": "^2.4.0",
				"babel-loader": "^8.1.0",
				"babel-plugin-dynamic-import-node": "^2.3.3",
				"babel-plugin-module-resolver": "^4.0.0",
				"babel-plugin-transform-remove-console": "^6.9.4",
				"babel-preset-minify": "^0.5.1",
				"eslint": "^6.5.1",
				"eslint-config-airbnb": "18.1.0",
				"eslint-plugin-import": "^2.20.2",
				"eslint-plugin-jsx-a11y": "^6.2.3",
				"eslint-plugin-react": "^7.20.0",
				"express": "^4.17.1",
				"husky": "^3.0.9",
				"react": "^16.13.1",
				"react-dom": "^16.13.1",
				"react-loadable": "^5.5.0",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"ava": {
				"files": [
					"source/**/*.test.js"
				],
				"require": [
					"@babel/register"
				],
				"concurrency": 5
			},
			"gitHead": "5d113a8649be6580e366cfab427c4cc7ca8eaec4",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.2.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-Xk6lqe4Vr14SLSbB93U5JzewdKS77dqslQkhttJ5zpkXbacDF/yjjFT44/EXSqwIWN4gEEerJ5b4IU8v/1NyXw==",
				"shasum": "f536ed677c688994d440236164964300590ab771",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.2.tgz",
				"fileCount": 47,
				"unpackedSize": 379529,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0NPzCRA9TVsSAnZWagAA4DkP/3jbvI8B3HKTQSUHolEn\n6GNbgZu9e0hozy+9Av1WK/tEQ6sDyJv004zMmLe2DZWaDRvF6ni3XU6mKFvd\nTzN7jlSfoh5h1Oa0l3M2WznuFhkEowsgxHsN3mOwg+zZeDugFpRVihLIjupJ\nQ9Dl4qxpdc+g/aQXQ8ElyQETC3ylcrvdfDyXdDqwWVw2YOU/P7JQVbtbKHdd\n1eZOFu22X3puvTA50YqX2MRKfBkyU/xDvigLXTHO9iDM3vE8oGPLwlvpX7es\nUu80+awqVI5xTABQbiBG7dY6g/e4q/V6OHvFyC2qaQhJnyT2CwbUU71kTVxn\nh8hIUuRKQ3TO/OskCrcVzbVTtBAyW38B7O+ZPaG6VSXPn/xjr3FBP6lmoTsy\n90Uyt+0obYRMqy+aKfu5SLbpn/EW6Idb2heSaSZht4bk2H+3jr3pXTR2EbI2\ngG4Pf6QE8NFUR8Ri2oiiIMAyalwuAW1id/lpTF/OJDwCy4tDT4EHuRCns9tH\ndvt8I1Ffj3AzH6NCf3SneQuLwJdEL45nKTBZRUdo6chYtpKJITpYecZdIHIp\ncyv8/mnszYBn/9ZTkcfvAM1EqxqWl4qY4aeobZc7Fm6R15PfyV35JP5loStw\nF5mbien1iEC2wDZ0p/Rkvnb/dd2cdXkO9UTAGhZZXbh52RtQvtAALACgVLfK\nu392\r\n=UokF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.2.2_1590744050456_0.12288539574643398"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.3": {
			"name": "react-loadable-ssr-addon",
			"version": "0.2.3",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"authors": "echo 'react-loadable-ssr-addon is authored by: \n' > AUTHORS.md | git log --format='* %aN <%aE>' | sort -u >> AUTHORS.md",
				"prepare": "npm run build && npm run authors",
				"prepublishOnly": "npm test && npm run lint",
				"preversion": "npm run lint",
				"postversion": "git push && git push --tags",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "NODE_ENV=production && rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"test": "npm run clean:example && npm run build && webpack && ava; npm run clean:example",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"resolutions": {
				"yargs-parser": "13.1.2",
				"mem": "4.0.0"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=4.41.1"
			},
			"devDependencies": {
				"@babel/cli": "^7.10.1",
				"@babel/core": "^7.10.1",
				"@babel/node": "^7.10.1",
				"@babel/plugin-proposal-class-properties": "^7.10.1",
				"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3",
				"@babel/plugin-transform-classes": "^7.10.1",
				"@babel/plugin-transform-object-assign": "^7.10.1",
				"@babel/plugin-transform-runtime": "^7.10.1",
				"@babel/preset-env": "^7.10.1",
				"@babel/preset-react": "^7.10.1",
				"@babel/register": "^7.10.1",
				"ava": "^2.4.0",
				"babel-loader": "^8.1.0",
				"babel-plugin-dynamic-import-node": "^2.3.3",
				"babel-plugin-module-resolver": "^4.0.0",
				"babel-plugin-transform-remove-console": "^6.9.4",
				"babel-preset-minify": "^0.5.1",
				"eslint": "^6.5.1",
				"eslint-config-airbnb": "18.1.0",
				"eslint-plugin-import": "^2.20.2",
				"eslint-plugin-jsx-a11y": "^6.2.3",
				"eslint-plugin-react": "^7.20.0",
				"express": "^4.17.1",
				"husky": "^3.0.9",
				"react": "^16.13.1",
				"react-dom": "^16.13.1",
				"react-loadable": "^5.5.0",
				"wait-for-expect": "^3.0.2",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"ava": {
				"files": [
					"source/**/*.test.js"
				],
				"require": [
					"@babel/register"
				],
				"concurrency": 5
			},
			"gitHead": "5d07fb0d5821339d876c3ab192645b2c3bc8936f",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.2.3",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-vPCqsmiafAMDcS9MLgXw3m4yMI40v1UeI8FTYJJkjf85LugKNnHf6D9yoDTzYwp8wEGF5viekwOD03ZPxSwnQQ==",
				"shasum": "55057abf95628d47727c68e966a6b3a53cde34e0",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.3.tgz",
				"fileCount": 47,
				"unpackedSize": 379942,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4hbECRA9TVsSAnZWagAAq7cP/1Y8vTyyLNaEHLwYO2iU\nnQxFUQACTIwqfjvCxKpENTAT3cYtqM4YyrUujtOY3uAy/KtRFaw9+xGgf7VX\nb6bZucLRmJVBOkxk4j/7YtX0nelB+UKrskIuuo76GVll2CHv3ehA9piudfCp\niGxibXRRwewGRtvu0ATQrKNzIM+z64G1ikYLST5jFpcX/X5A5Z4WlEfWNira\njLT/D3fsbj+GJsZHg5dTJQduEYSZVIQZCfFQAi4fB3GJvsgIqJh9M2prQR8E\nb4vM/9uw/eqp6TbFmR10lYG88r7iwid7kuQ5EcmOjPPSpRciMq1MZ+k/QOWm\nICgYC6UOHiiyc5+8xohAHNtXMPePZBWbyCxP4F00P27qrVljWA0NP6WHtH9T\nILF18bDpDqlePG92i/rp5+VqT9nVBOF9XqM5YJUZq1dOxpeJwmJnQMN0yepr\nbwW/mNNBBOt0JhGNL1ccqeaxICNiJ818dy6kgL3Jy/DY8MM0NrKMKyXXJ3HW\nAiOh1cd+LGrq3dOWi4S7iPoXZ1PNjCLQAzahWH33V2apAR8w5LGvo+vvaFvC\noJlIRQtGIo1uOBhE43SMmDcSPDKuIic5r29LkUoSyKhR+t3TEdlIJ7jZYQGA\naVIgXsYvwtPEgOEt1UsbQwNyFmyfZljvRM5anTxwlyrulOWJ0/4BGknmMqQe\nJ7ZK\r\n=Q/68\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.2.3_1591875268232_0.046601825552890164"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.3.0": {
			"name": "react-loadable-ssr-addon",
			"version": "0.3.0",
			"description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.",
			"main": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/themgoncalves/react-loadable-ssr-addon.git"
			},
			"keywords": [
				"react",
				"react-loadable",
				"webpack",
				"splitted-chunks",
				"assets-manifest",
				"server-side-render",
				"ssr"
			],
			"author": {
				"name": "Marcos Gonçalves",
				"email": "contact@themgoncalves.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues"
			},
			"scripts": {
				"authors": "echo 'react-loadable-ssr-addon is authored by: \n' > AUTHORS.md | git log --format='* %aN <%aE>' | sort -u >> AUTHORS.md",
				"prepare": "npm run build && npm run authors",
				"prepublishOnly": "npm test && npm run lint",
				"preversion": "npm run lint",
				"postversion": "git push && git push --tags",
				"start": "npm run clean:example && npm run build && webpack && babel-node example/server.js",
				"build": "NODE_ENV=production && rm -rf lib && babel source -d lib",
				"clean:example": "rm -rf ./example/dist/",
				"lint": "eslint --ext js --ext jsx source || exit 0",
				"lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0",
				"test": "npm run clean:example && npm run build && webpack && ava; npm run clean:example",
				"stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json"
			},
			"engines": {
				"node": ">=4.2.4"
			},
			"resolutions": {
				"yargs-parser": "13.1.2",
				"mem": "4.0.0"
			},
			"peerDependencies": {
				"react-loadable": "*",
				"webpack": ">=4.41.1"
			},
			"devDependencies": {
				"@babel/cli": "^7.10.1",
				"@babel/core": "^7.10.1",
				"@babel/node": "^7.10.1",
				"@babel/plugin-proposal-class-properties": "^7.10.1",
				"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3",
				"@babel/plugin-transform-classes": "^7.10.1",
				"@babel/plugin-transform-object-assign": "^7.10.1",
				"@babel/plugin-transform-runtime": "^7.10.1",
				"@babel/preset-env": "^7.10.1",
				"@babel/preset-react": "^7.10.1",
				"@babel/register": "^7.10.1",
				"ava": "^2.4.0",
				"babel-loader": "^8.1.0",
				"babel-plugin-dynamic-import-node": "^2.3.3",
				"babel-plugin-module-resolver": "^4.0.0",
				"babel-plugin-transform-remove-console": "^6.9.4",
				"babel-preset-minify": "^0.5.1",
				"eslint": "^6.5.1",
				"eslint-config-airbnb": "18.1.0",
				"eslint-plugin-import": "^2.20.2",
				"eslint-plugin-jsx-a11y": "^6.2.3",
				"eslint-plugin-react": "^7.20.0",
				"express": "^4.17.1",
				"husky": "^3.0.9",
				"react": "^16.13.1",
				"react-dom": "^16.13.1",
				"react-loadable": "^5.5.0",
				"wait-for-expect": "^3.0.2",
				"webpack": "3.6.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint",
					"pre-push": "npm run test"
				}
			},
			"ava": {
				"files": [
					"source/**/*.test.js"
				],
				"require": [
					"@babel/register"
				],
				"concurrency": 5
			},
			"dependencies": {
				"@babel/runtime": "^7.10.3"
			},
			"gitHead": "a72c863fb3cceca4e60d11e8e07b1d7a10ed60a4",
			"homepage": "https://github.com/themgoncalves/react-loadable-ssr-addon#readme",
			"_id": "react-loadable-ssr-addon@0.3.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "themgoncalves",
				"email": "contact@themgoncalves.com"
			},
			"dist": {
				"integrity": "sha512-E+lnmDakV0k6ut6R2J77vurwCOwTKEwKlHs9S62G8ez+ujecLPcqjt3YAU8M58kIGjp2QjFlZ7F9QWkq/mr6Iw==",
				"shasum": "ae9b2d3b11721930f8d8255476d288c0e9f9290f",
				"tarball": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.3.0.tgz",
				"fileCount": 47,
				"unpackedSize": 380597,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKTrACRA9TVsSAnZWagAAYR0P/1TP4KVw6kGgq9r8yLs7\nLT0mAmzJ/nDiuLwvdsb8mhJqF+qrAwvpn4JOA1vvjc68IOiOUndlpO7ovA2G\n1NL6TFVJ58XPgQSjs7b1ftKnSwrpjBeSYaCWOV9gpBawvNA6OqLPhbH6+9/V\nIeQ/oNL+3AtPibqfK5SnRbIYUQXKRT4DmrLc9CN0KfoYvOlVDUc1WAemHXE/\nXW64HdL8SYzKkxBrx6a+0aJ120eyT3JjWoN0ydyLFgoUkpnAK+AdMxcY7BZc\nwFSZ/elTKlpNEZ1nS6kupk/ijG8NhmTvKXRehplHkzgcSbvLS8uxYg8LlZQ9\nSwxjXYeO5BbRVG0Nw3LSzQFJm3Cykr9r34U3imxx9ASh4Y6JAf5AINKcFu7/\nI+Fl3I8sDYXJocyCWQcwmLf2x5HvbjmU7YqUvzWtDN71p92B9iexPBzQX6lo\nI/KNBN/DRSSTEQgOl5dfO4fNn8sX4gS834BcKGpgjrRsq9a7yvDD4ZXJnmmR\nf3fx638Zge5Qnx7gaFbNNxU6wT99TYnXeFSUa76gwevNnXzFkxRaHY7JOL/Z\n7FrZCFx+3H2MJHAU/eN03SlND4qYl6MV/rdVl6qHtsGtse9eCeL13QVYe0VU\nzKR0sJurLBsjDauFgH0lD8Gnb35P5atfRUDevwIfIU3IEKMOUZiWD17STs5J\nk0h5\r\n=ZfuV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "themgoncalves",
					"email": "contact@themgoncalves.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/react-loadable-ssr-addon_0.3.0_1596537535775_0.4968331410955822"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-09-14T11:36:07.562Z",
		"0.1.0": "2018-09-14T11:36:07.806Z",
		"modified": "2020-08-04T10:38:58.197Z",
		"0.1.1": "2018-09-19T13:21:56.170Z",
		"0.1.2": "2018-09-20T08:28:33.607Z",
		"0.1.3": "2018-10-26T19:07:58.658Z",
		"0.1.4": "2018-10-29T11:45:43.887Z",
		"0.1.5": "2018-10-30T13:57:53.521Z",
		"0.1.6": "2018-11-17T14:03:30.509Z",
		"0.1.7": "2019-04-16T08:54:19.935Z",
		"0.1.8": "2019-04-20T11:33:19.466Z",
		"0.1.9": "2019-05-20T15:04:15.369Z",
		"0.2.0": "2019-10-14T08:08:28.744Z",
		"0.2.1": "2020-05-29T08:41:54.421Z",
		"0.2.2": "2020-05-29T09:20:50.632Z",
		"0.2.3": "2020-06-11T11:34:28.414Z",
		"0.3.0": "2020-08-04T10:38:55.957Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "0.3.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"40004d5d42cddef4ba833c4ad2cde876\"",
			"fetched": 1600679286644
		}
	},
	"_distfiles": {
		"react-loadable-ssr-addon-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.0.tgz",
			"sha": "e89c6343b80dcfffa7bc720aab2388783b99fa08",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.1.tgz",
			"sha": "181752382dc250c7e2c6af2fe090aeb2c1a8979d",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.2.tgz",
			"sha": "a664c8568db770bb0c8bd70cdaffd18693ab20f0",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.3.tgz",
			"sha": "3600ceb776b190d7628cae36458027a0e72b730b",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.4.tgz",
			"sha": "cf2ef3c0c25a2a983680d357a84ab34a1165fe73",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.5.tgz",
			"sha": "957b54ca9a3d8537ccc703e08903a27bc0a81bda",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.6.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.6.tgz",
			"sha": "de3e45f2b3876dc7b9afae19138370f0588b7300",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.7.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.7.tgz",
			"sha": "69b22cf6dc6f9ff324cb9435ca7204cc2c78e97c",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.8.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.8.tgz",
			"sha": "382a77d9eabc902c41e0ce14d0daa971cf0d741a",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.1.9.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.1.9.tgz",
			"sha": "c134275fd36637a554f6438a0b78e0d1f70a8260",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.0.tgz",
			"sha": "fbf4ebfa9cfd6eadb3c346f0459e1cee01c9cae8",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.2.1.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.1.tgz",
			"sha": "c82eb821823c53f33582e0ec1427c9b316c9567c",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.2.2.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.2.tgz",
			"sha": "f536ed677c688994d440236164964300590ab771",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.2.3.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.2.3.tgz",
			"sha": "55057abf95628d47727c68e966a6b3a53cde34e0",
			"registry": "npmjs"
		},
		"react-loadable-ssr-addon-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/react-loadable-ssr-addon/-/react-loadable-ssr-addon-0.3.0.tgz",
			"sha": "ae9b2d3b11721930f8d8255476d288c0e9f9290f",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"react-loadable-ssr-addon-0.3.0.tgz": {
			"shasum": "ae9b2d3b11721930f8d8255476d288c0e9f9290f"
		},
		"react-loadable-ssr-addon-0.2.3.tgz": {
			"shasum": "55057abf95628d47727c68e966a6b3a53cde34e0"
		}
	},
	"_rev": "12-d2ee666a5f0adc69",
	"_id": "react-loadable-ssr-addon",
	"readme": "# React Loadable SSR Add-on\n> Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.\n\n[![NPM][npm-image]][npm-url]\n[![CircleCI][circleci-image]][circleci-url]\n[![GitHub All Releases][releases-image]][releases-url]\n[![GitHub stars][stars-image]][stars-url]\n[![Known Vulnerabilities][vulnerabilities-image]][vulnerabilities-url]\n[![GitHub issues][issues-image]][issues-url]\n[![Awesome][awesome-image]][awesome-url]\n\n## Description\n\n`React Loadable SSR Add-on` is a `server side render` add-on for [React Loadable](https://github.com/jamiebuilds/react-loadable)\nthat helps you to load dynamically all files dependencies, e.g. `splitted chunks`, `css`, etc.\n\nOh yeah, and we also **provide support for [SRI (Subresource Integrity)](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)**.\n\n<br />\n\n## Installation\n\n**Download our NPM Package**\n\n```sh\nnpm install react-loadable-ssr-addon\n# or\nyarn add react-loadable-ssr-addon\n```\n\n**Note**: `react-loadable-ssr-addon` **should not** be listed in the `devDependencies`.\n\n<br />\n\n## How to use\n\n### 1 - Webpack Plugin\n\nFirst we need to import the package into our component;\n\n```javascript\nconst ReactLoadableSSRAddon = require('react-loadable-ssr-addon');\n\nmodule.exports = {\n  entry: {\n    // ...\n  },\n  output: {\n    // ...\n  },\n  module: {\n    // ...\n  },\n  plugins: [\n    new ReactLoadableSSRAddon({\n      filename: 'assets-manifest.json',\n    }),\n  ],\n};\n```\n\n<br />\n\n### 2 - On the Server\n\n\n```js\n// import `getBundles` to map required modules and its dependencies\nimport { getBundles } from 'react-loadable-ssr-addon';\n// then import the assets manifest file generated by the Webpack Plugin\nimport manifest from './your-output-folder/assets-manifest.json';\n\n...\n\n// react-loadable ssr implementation\nconst modules = new Set();\n\nconst html = ReactDOMServer.renderToString(\n<Loadable.Capture report={moduleName => modules.add(moduleName)}>\n  <App />\n</Loadable.Capture>\n);\n\n...\n\n// now we concatenate the loaded `modules` from react-loadable `Loadable.Capture` method\n// with our application entry point\nconst modulesToBeLoaded = [...manifest.entrypoints, ...Array.from(modules)];\n// also if you find your project still fetching the files after the placement\n// maybe a good idea to switch the order from the implementation above to\n// const modulesToBeLoaded = [...Array.from(modules), ...manifest.entrypoints];\n// see the issue #6 regarding this thread\n// https://github.com/themgoncalves/react-loadable-ssr-addon/issues/6\n\n// after that, we pass the required modules to `getBundles` map it.\n// `getBundles` will return all the required assets, group by `file type`.\nconst bundles = getBundles(manifest, modulesToBeLoaded);\n\n// so it's easy to implement it\nconst styles = bundles.css || [];\nconst scripts = bundles.js || [];\n\nres.send(`\n  <!doctype html>\n  <html lang=\"en\">\n    <head>...</head>\n    ${styles.map(style => {\n      return `<link href=\"/dist/${style.file}\" rel=\"stylesheet\" />`;\n    }).join('\\n')}\n    <body>\n      <div id=\"app\">${html}</div>\n      ${scripts.map(script => {\n        return `<script src=\"/dist/${script.file}\"></script>`\n      }).join('\\n')}\n  </html>\n`);\n```\n\nSee how easy to implement it is?\n\n<br />\n\n## API Documentation\n\n### Webpack Plugin options\n\n#### `filename`\n\nType: `string`\nDefault: `react-loadable.json`\n\nAssets manifest file name. May contain relative or absolute path.\n\n\n#### `integrity`\n\nType: `boolean`\nDefault: `false`\n\nEnable or disable generation of [Subresource Integrity (SRI).](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) hash.\n\n#### `integrityAlgorithms`\n\nType: `array`\nDefault: `[ 'sha256', 'sha384', 'sha512' ]`\n\nAlgorithms to generate hash.\n\n\n#### `integrityPropertyName`\n\nType: `string`\nDefault: `integrity`\n\nCustom property name to be output in the assets manifest file.\n\n\n**Full configuration example**\n\n```js\nnew ReactLoadableSSRAddon({\n  filename: 'assets-manifest.json',\n  integrity: false,\n  integrityAlgorithms: [ 'sha256', 'sha384', 'sha512' ],\n  integrityPropertyName: 'integrity',\n})\n```\n\n<br />\n\n### Server Side\n\n### `getBundles`\n\n```js\nimport { getBundles } from 'react-loadable-ssr-addon';\n\n/**\n * getBundles\n * @param {object} manifest - The assets manifest content generate by ReactLoadableSSRAddon\n * @param {array} chunks - Chunks list to be loaded\n * @returns {array} - Assets list group by file type\n */\nconst bundles = getBundles(manifest, modules);\n\n\nconst styles = bundles.css || [];\nconst scripts = bundles.js || [];\nconst xml = bundles.xml || [];\nconst json = bundles.json || [];\n...\n```\n\n<br />\n\n### Assets Manifest\n\n#### `Basic Structure`\n\n```json\n{\n  \"entrypoints\": [ ],\n  \"origins\": {\n    \"app\": [ ]\n  },\n  \"assets\": {\n    \"app\": {\n      \"js\": [\n        {\n          \"file\": \"\",\n          \"hash\": \"\",\n          \"publicPath\": \"\",\n          \"integrity\": \"\"\n        }\n      ]\n    }\n  }\n}\n```\n\n#### `entrypoints`\n\nType: `array`\n\nList of all application entry points defined in Webpack `entry`.\n\n\n#### `origins`\n\nType: `array`\n\nOrigin name requested. List all assets required for the requested origin.\n\n\n#### `assets`\n\nType: `array` of objects\n\nLists all application assets generate by Webpack, group by file type,\ncontaining an `array of objects` with the following format:\n\n```js\n[file-type]: [\n    {\n      \"file\": \"\",       // assets file\n      \"hash\": \"\",       // file hash generated by Webpack\n      \"publicPath\": \"\", // assets file + webpack public path\n      \"integrity\": \"\"   // integrity base64 hash, if enabled\n    }\n]\n```\n\n<br />\n\n### Assets Manifest Example\n\n```json\n{\n  \"entrypoints\": [\n    \"app\"\n  ],\n  \"origins\": {\n    \"./home\": [\n      \"home\"\n    ],\n    \"./about\": [\n      \"about\"\n    ],\n    \"app\": [\n      \"vendors\",\n      \"app\"\n    ],\n     \"vendors\": [\n       \"app\",\n       \"vendors\"\n     ]\n  },\n  \"assets\": {\n    \"home\": {\n      \"js\": [\n        {\n          \"file\": \"home.chunk.js\",\n          \"hash\": \"fdb00ffa16dfaf9cef0a\",\n          \"publicPath\": \"/dist/home.chunk.js\",\n          \"integrity\": \"sha256-Xxf7WVjPbdkJjgiZt7mvZvYv05+uErTC9RC2yCHF1RM= sha384-9OgouqlzN9KrqXVAcBzVMnlYOPxOYv/zLBOCuYtUAMoFxvmfxffbNIgendV4KXSJ sha512-oUxk3Swi0xIqvIxdWzXQIDRYlXo/V/aBqSYc+iWfsLcBftuIx12arohv852DruxKmlqtJhMv7NZp+5daSaIlnw==\"\n        }\n      ]\n    },\n    \"about\": {\n      \"js\": [\n        {\n          \"file\": \"about.chunk.js\",\n          \"hash\": \"7e88ef606abbb82d7e82\",\n          \"publicPath\": \"/dist/about.chunk.js\",\n          \"integrity\": \"sha256-ZPrPWVJRjdS4af9F1FzkqTqqSGo1jYyXNyctwTOLk9o= sha384-J1wiEV8N1foqRF7W9SEvg2s/FhQbhpKFHBTNBJR8g1yEMNRMi38y+8XmjDV/Iu7w sha512-b16+PXStO68CP52R+0ZktccMiaI1v0jOy34l/DqyGN7kEae3DpV3xPNoC8vt1WfE1kCAH7dlnHDdp1XRVhZX+g==\"\n        }\n      ]\n    },\n    \"app\": {\n      \"css\": [\n        {\n          \"file\": \"app.css\",\n          \"hash\": \"5888714915d8e89a8580\",\n          \"publicPath\": \"/dist/app.css\",\n          \"integrity\": \"sha256-3y4DyCC2cLII5sc2kaElHWhBIVMHdan/tA0akReI9qg= sha384-vCMVPKjSrrNpfnhmCD9E8SyHdfPdnM3DO/EkrbNI2vd0m2wH6BnfPja6gt43nDIF\"\n        }\n      ],\n      \"js\": [\n        {\n          \"file\": \"app.bundle.js\",\n          \"hash\": \"0cbd05b10204597c781d\",\n          \"publicPath\": \"/dist/app.bundle.js\",\n          \"integrity\": \"sha256-sGdw+WVvXK1ZVQnYHI4FpecOcZtWZ99576OHCdrGil8= sha384-DZZzkPtPCTCR5UOWuGCyXQvsjyvZPoreCzqQGyrNV8+HyV9MdoYZawHX7NdGGLyi sha512-y29BlwBuwKB+BeXrrQYEBrK+mfWuOb4ok6F57kGbtrwa/Xq553Zb7lgss8RNvFjBSaMUdvXiJuhmP3HZA0jNeg==\"\n        }\n      ]\n    },\n    \"vendors\": {\n      \"css\": [\n        {\n          \"file\": \"vendors.css\",\n          \"hash\": \"5a9586c29103a034feb5\",\n          \"publicPath\": \"/dist/vendors.css\"\n        }\n      ],\n      \"js\": [\n        {\n          \"file\": \"vendors.chunk.js\",\n          \"hash\": \"5a9586c29103a034feb5\",\n          \"publicPath\": \"/dist/vendors.chunk.js\"\n        }\n      ]\n    }\n  }\n}\n```\n\n<br />\n\n## Release History\n* 0.3.0\n    * NEW: [`@babel/runtime` become a explicit dependency](https://github.com/themgoncalves/react-loadable-ssr-addon/pull/22) by [@RDIL](https://github.com/RDIL)\n        > Requirement for `yarn v2`.\n* 0.2.3\n    * FIX: [Parsing `null` or `undefined` to object on `getBundles()`](https://github.com/themgoncalves/react-loadable-ssr-addon/pull/21) reported by [@slorber](https://github.com/slorber)\n* 0.2.2\n    * FIX: As precaution measure, downgrade few dependencies due to node SemVer incompatibility.\n* 0.2.1\n    * FIX: [Possible missing chunk](https://github.com/themgoncalves/react-loadable-ssr-addon/pull/20) reported by [@lex111](https://github.com/lex111)\n* 0.2.0\n    * Improvement: Reduce memory consumption ([Issue #17](https://github.com/themgoncalves/react-loadable-ssr-addon/issues/17)) reported by [@endiliey](https://github.com/endiliey)\n\n<details>\n  <summary>See older release note</summary>\n\n* 0.1.9\n    * FIX: [Missing entry in origins](https://github.com/themgoncalves/react-loadable-ssr-addon/pull/13) reported by [@p-j](https://github.com/p-j);\n* 0.1.8\n    * Includes all features from deprecated v0.1.7;\n    * FIX: [Issue #11](https://github.com/themgoncalves/react-loadable-ssr-addon/issues/11) reported by [@endiliey](https://github.com/endiliey)\n* ~~0.1.7 (_deprecated_)~~\n    * FIX: [`Cannot read property 'integrity' of undefined`](https://github.com/themgoncalves/react-loadable-ssr-addon/pull/10) reported by [@nguyenngocphuongnb](https://github.com/nguyenngocphuongnb);\n    * Minor improvements.\n* 0.1.6\n    * FIX: `getManifestOutputPath` method when requested from `Webpack Dev Middleware`;\n* 0.1.5\n    * FIX: [Issue #7](https://github.com/themgoncalves/react-loadable-ssr-addon/issues/7) reported by [@themgoncalves](https://github.com/themgoncalves) and [@tomkelsey](https://github.com/tomkelsey)\n* 0.1.4\n    * FIX: [Issue #5](https://github.com/themgoncalves/react-loadable-ssr-addon/issues/5) reported by [@tomkelsey](https://github.com/tomkelsey)\n* 0.1.3\n    * FIX: [Issue #4](https://github.com/themgoncalves/react-loadable-ssr-addon/issues/4) reported by [@tomkelsey](https://github.com/tomkelsey)\n* 0.1.2\n    * FIX: [Issue #2](https://github.com/themgoncalves/react-loadable-ssr-addon/issues/2) reported by [@tatchi](https://github.com/tatchi)\n* 0.1.1\n    * FIX: [Issue #1](https://github.com/themgoncalves/react-loadable-ssr-addon/issues/1) reported by [@tatchi](https://github.com/tatchi)\n* 0.1.0\n    * First release\n    * NEW: Created `getBundles()` to retrieve required assets\n    * NEW: Created `ReactLoadableSSRAddon` Plugin for Webpack 3+\n* 0.0.1\n    * Work in progress\n</details>\n\n<br />\n\n## Meta\n\n### Author\n**Marcos Gonçalves** – [LinkedIn](http://linkedin.com/in/themgoncalves/) – [Website](http://www.themgoncalves.com)\n\n### License\nDistributed under the MIT license. [Click here](/LICENSE) for more information.\n\n[https://github.com/themgoncalves/react-loadable-ssr-addon](https://github.com/themgoncalves/react-loadable-ssr-addon)\n\n## Contributing\n\n1. Fork it (<https://github.com/themgoncalves/react-loadable-ssr-addon/fork>)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -m ':zap: Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n### Emojis for categorizing commits:\n\n⚡️ New feature (`:zap:`)  \n🐛 Bug fix (`:bug:`)    \n🔥 P0 fix (`:fire:`)  \n✅ Tests (`:white_check_mark:`)  \n🚀 Performance improvements (`:rocket:`)  \n🖍 CSS / Styling (`:crayon:`)  \n♿ Accessibility (`:wheelchair:`)  \n🌐 Internationalization (`:globe_with_meridians:`)  \n📖 Documentation (`:book:`)  \n🏗 Infrastructure / Tooling / Builds / CI (`:building_construction:`)  \n⏪ Reverting a previous change (`:rewind:`)  \n♻️ Refactoring (like moving around code w/o any changes) (`:recycle:`)  \n🚮 Deleting code (`:put_litter_in_its_place:`)\n\n<!-- Markdown link & img dfn's -->\n\n[circleci-image]:https://circleci.com/gh/themgoncalves/react-loadable-ssr-addon.svg?style=svg\n[circleci-url]: https://circleci.com/gh/themgoncalves/react-loadable-ssr-addon\n[vulnerabilities-image]: https://snyk.io/test/github/themgoncalves/react-loadable-ssr-addon/badge.svg\n[vulnerabilities-url]: https://snyk.io/test/github/themgoncalves/react-loadable-ssr-addon\n[issues-image]: https://img.shields.io/github/issues/themgoncalves/react-loadable-ssr-addon.svg\n[issues-url]: https://github.com/themgoncalves/react-loadable-ssr-addon/issues\n[stars-image]: https://img.shields.io/github/stars/themgoncalves/react-loadable-ssr-addon.svg\n[stars-url]: https://github.com/themgoncalves/react-loadable-ssr-addon/stargazers\n[forks-image]: https://img.shields.io/github/forks/themgoncalves/react-loadable-ssr-addon.svg\n[forks-url]: https://github.com/themgoncalves/react-loadable-ssr-addon/network\n[releases-image]: https://img.shields.io/npm/dm/react-loadable-ssr-addon.svg\n[releases-url]: https://github.com/themgoncalves/react-loadable-ssr-addon\n[awesome-image]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg\n[awesome-url]: https://github.com/themgoncalves/react-loadable-ssr-addon\n[npm-image]: https://img.shields.io/npm/v/react-loadable-ssr-addon.svg\n[npm-url]: https://www.npmjs.com/package/react-loadable-ssr-addon"
}