{
	"name": "webpack-bundle-analyzer",
	"versions": {
		"1.0.0-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.0.0-alpha",
			"main": "index.js",
			"bin": {
				"webpack-bundle-analyzer": "bin/analyzer.js"
			},
			"keywords": [
				"webpack",
				"bundle",
				"size",
				"analyzer",
				"interactive",
				"chart",
				"treemap"
			],
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"dependencies": {
				"acorn": "4.0.3",
				"chalk": "1.1.3",
				"express": "4.14.0",
				"file-exists": "2.0.0",
				"filesize": "3.3.0",
				"lodash": "4.16.4",
				"opener": "1.4.2",
				"pug": "2.0.0-beta6"
			},
			"devDependencies": {
				"eslint": "3.7.1"
			},
			"gitHead": "f45f35c2dabbe94224c81349b418e9a664fd3a73",
			"_id": "webpack-bundle-analyzer@1.0.0-alpha",
			"scripts": {},
			"_shasum": "3f394814ba6ae7a9d85ce28f34bf9d1f1eda920f",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "3f394814ba6ae7a9d85ce28f34bf9d1f1eda920f",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.0.0-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.0.0-alpha.tgz_1477026871886_0.9999556026887149"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.0.1-alpha",
			"main": "index.js",
			"bin": {
				"webpack-bundle-analyzer": "bin/analyzer.js"
			},
			"keywords": [
				"webpack",
				"bundle",
				"size",
				"analyzer",
				"interactive",
				"chart",
				"treemap"
			],
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"engines": {
				"node": ">= 6"
			},
			"dependencies": {
				"acorn": "4.0.3",
				"chalk": "1.1.3",
				"express": "4.14.0",
				"file-exists": "2.0.0",
				"filesize": "3.3.0",
				"lodash": "4.16.4",
				"opener": "1.4.2",
				"pug": "2.0.0-beta6"
			},
			"devDependencies": {
				"eslint": "3.7.1"
			},
			"gitHead": "9a70c3c415a4cf48402ee241a399c9e436cb8d22",
			"_id": "webpack-bundle-analyzer@1.0.1-alpha",
			"scripts": {},
			"_shasum": "28b7d9d6bfe827f4263c9e17c2b4fee66c5e8d28",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "28b7d9d6bfe827f4263c9e17c2b4fee66c5e8d28",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.0.1-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.0.1-alpha.tgz_1477029656404_0.4299643530976027"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.1.0-alpha",
			"description": "Webpack Bundle Analyzer that represents all the information in convenient interative treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.11.6",
				"chalk": "^1.1.3",
				"express": "^4.14.0",
				"file-exists": "^2.0.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.17.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.16.0",
				"babel-preset-stage-2": "^6.17.0",
				"del": "^2.2.2",
				"eslint": "^3.7.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "c33fd8f125d1037dc01858d07d4b3b31a3688b83",
			"_id": "webpack-bundle-analyzer@1.1.0-alpha",
			"_shasum": "0856376de0a72e544641f59ac939e09371b07f33",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "0856376de0a72e544641f59ac939e09371b07f33",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.1.0-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.1.0-alpha.tgz_1477085710344_0.37270491174422204"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.1.1-alpha",
			"description": "Webpack Bundle Analyzer that represents all the information in convenient interative treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.11.6",
				"chalk": "^1.1.3",
				"express": "^4.14.0",
				"file-exists": "^2.0.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.17.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.16.0",
				"babel-preset-stage-2": "^6.17.0",
				"del": "^2.2.2",
				"eslint": "^3.7.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "9349409cd26f09a6c02fa70228be318febb5c4d2",
			"_id": "webpack-bundle-analyzer@1.1.1-alpha",
			"_shasum": "67dc4abf705bf2afa14fc25a6460f064fd7a4582",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "67dc4abf705bf2afa14fc25a6460f064fd7a4582",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.1.1-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.1.1-alpha.tgz_1477086225231_0.17897460865788162"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.2-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.1.2-alpha",
			"description": "Webpack Bundle Analyzer that represents all the information in convenient interative treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.11.6",
				"chalk": "^1.1.3",
				"express": "^4.14.0",
				"file-exists": "^2.0.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.17.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.16.0",
				"babel-preset-stage-2": "^6.17.0",
				"del": "^2.2.2",
				"eslint": "^3.7.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "2916cb62f57d69708add60edf96286bf7d79c28a",
			"_id": "webpack-bundle-analyzer@1.1.2-alpha",
			"_shasum": "9dbfa4922b43c87952a6f209cb253c79a211b865",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "9dbfa4922b43c87952a6f209cb253c79a211b865",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.1.2-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.1.2-alpha.tgz_1477087202371_0.9722165665589273"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.2.0-alpha",
			"description": "Webpack Bundle Analyzer that represents all the information in convenient interative treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.11.6",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"express": "^4.14.0",
				"file-exists": "^2.0.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.17.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.16.0",
				"babel-preset-stage-2": "^6.17.0",
				"del": "^2.2.2",
				"eslint": "^3.7.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "55cdebdf75956916dca69a7fdd1cdc84f7c74c66",
			"_id": "webpack-bundle-analyzer@1.2.0-alpha",
			"_shasum": "351baa5f550ebfe7cb518244f48ba99b65d7b642",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "351baa5f550ebfe7cb518244f48ba99b65d7b642",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.0-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.2.0-alpha.tgz_1477120900837_0.211023481329903"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.2.1-alpha",
			"description": "Webpack Bundle Analyzer that represents all the information in convenient interative treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.11.6",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.17.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.16.0",
				"babel-preset-stage-2": "^6.17.0",
				"del": "^2.2.2",
				"eslint": "^3.7.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "afb50095eee1a0f538fe3485bff39d4ade273f69",
			"_id": "webpack-bundle-analyzer@1.2.1-alpha",
			"_shasum": "bd6f56006c8fe3ecb8f541c0c0d0f32f1b0aa1e4",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "bd6f56006c8fe3ecb8f541c0c0d0f32f1b0aa1e4",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.1-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.2.1-alpha.tgz_1477176734331_0.4004871619399637"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.2.2-alpha",
			"description": "Webpack Bundle Analyzer that represents all the information in convenient interative treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.11.6",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.17.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.16.0",
				"babel-preset-stage-2": "^6.17.0",
				"del": "^2.2.2",
				"eslint": "^3.7.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "0ce95e5ad155670a8b7f7085684185849acf70a6",
			"_id": "webpack-bundle-analyzer@1.2.2-alpha",
			"_shasum": "2343e88da945e206e3401d68df6ee205e47c3332",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "2343e88da945e206e3401d68df6ee205e47c3332",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.2-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.2.2-alpha.tgz_1477217516622_0.968672011513263"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.3-alpha": {
			"name": "webpack-bundle-analyzer",
			"version": "1.2.3-alpha",
			"description": "Webpack Bundle Analyzer that represents all the information in convenient interative treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.11.6",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.17.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.16.0",
				"babel-preset-stage-2": "^6.17.0",
				"del": "^2.2.2",
				"eslint": "^3.7.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "afb3c7b9b3f7fb1fc2a25ac6a8363d59ae7720b9",
			"_id": "webpack-bundle-analyzer@1.2.3-alpha",
			"_shasum": "870443dbb8fe3f801d713153b860a944a9a49ba0",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "870443dbb8fe3f801d713153b860a944a9a49ba0",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.3-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.2.3-alpha.tgz_1477248553232_0.04075255570933223"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.4": {
			"name": "webpack-bundle-analyzer",
			"version": "1.2.4",
			"description": "Webpack Bundle Analyzer that represents all the information in convenient interative treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.11.6",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.17.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.16.0",
				"babel-preset-stage-2": "^6.17.0",
				"del": "^2.2.2",
				"eslint": "^3.7.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "c2feb7af5b2e6c1d5f6517722fc31262e8fd4bf6",
			"_id": "webpack-bundle-analyzer@1.2.4",
			"_shasum": "1084eae78016d8cc33afd571a7e6eb94f61e7acb",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "1084eae78016d8cc33afd571a7e6eb94f61e7acb",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.4.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.2.4.tgz_1477292033880_0.5389430960640311"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.5": {
			"name": "webpack-bundle-analyzer",
			"version": "1.2.5",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"prepublish": "gulp build"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"babel-runtime": "^6.18.0",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2",
				"pug": "^2.0.0-beta6",
				"stream-combiner2": "^1.1.1"
			},
			"devDependencies": {
				"babel-core": "^6.18.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-preset-es2015": "^6.18.0",
				"babel-preset-stage-2": "^6.18.0",
				"del": "^2.2.2",
				"eslint": "^3.8.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "1a4ada7d14e7a58e3eef1afb5a312ba871a16737",
			"_id": "webpack-bundle-analyzer@1.2.5",
			"_shasum": "ca457f7affd08b8c568c07f91bd251e911762e53",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "ca457f7affd08b8c568c07f91bd251e911762e53",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.5.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.2.5.tgz_1477457954487_0.14903968223370612"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "webpack-bundle-analyzer",
			"version": "1.3.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "^6.18.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-polyfill": "^6.16.0",
				"babel-preset-es2015": "^6.18.0",
				"babel-preset-stage-2": "^6.18.0",
				"chai": "^3.5.0",
				"del": "^2.2.2",
				"eslint": "^3.8.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10",
				"mocha": "^3.1.2",
				"stream-combiner2": "^1.1.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "9aa82331e0c8bcd246b13370bb5523a314411bd0",
			"_id": "webpack-bundle-analyzer@1.3.0",
			"_shasum": "27ebbf4d031d5b2f99f624934bbea49fd04b0e5f",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "27ebbf4d031d5b2f99f624934bbea49fd04b0e5f",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.3.0.tgz_1477990406570_0.8930277328472584"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "webpack-bundle-analyzer",
			"version": "1.4.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "^6.18.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-polyfill": "^6.16.0",
				"babel-preset-es2015": "^6.18.0",
				"babel-preset-stage-2": "^6.18.0",
				"chai": "^3.5.0",
				"del": "^2.2.2",
				"eslint": "^3.8.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10",
				"mocha": "^3.1.2",
				"stream-combiner2": "^1.1.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "29a18f181dcb1eb59b73e680629cfb037114ef00",
			"_id": "webpack-bundle-analyzer@1.4.0",
			"_shasum": "3098982db16e0cc39eede2e8c8cc6859fdb51fde",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "3098982db16e0cc39eede2e8c8cc6859fdb51fde",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.4.0.tgz_1478087588660_0.0759419840760529"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.1": {
			"name": "webpack-bundle-analyzer",
			"version": "1.4.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "^6.18.0",
				"babel-plugin-transform-runtime": "^6.15.0",
				"babel-polyfill": "^6.16.0",
				"babel-preset-es2015": "^6.18.0",
				"babel-preset-stage-2": "^6.18.0",
				"chai": "^3.5.0",
				"del": "^2.2.2",
				"eslint": "^3.8.1",
				"gulp": "^3.9.1",
				"gulp-babel": "^6.1.2",
				"gulp-plumber": "^1.1.0",
				"gulp-util": "^3.0.7",
				"gulp-watch": "^4.3.10",
				"mocha": "^3.1.2",
				"stream-combiner2": "^1.1.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "10a873edd4c81faf76ee5ac9d64b24a7dfec856f",
			"_id": "webpack-bundle-analyzer@1.4.1",
			"_shasum": "9653994070993181c1e29d013218ecb5e35a27bb",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "9653994070993181c1e29d013218ecb5e35a27bb",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.4.1.tgz_1478106357269_0.0010172019246965647"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.2": {
			"name": "webpack-bundle-analyzer",
			"version": "1.4.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"del": "2.2.2",
				"eslint": "3.8.1",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.10",
				"mocha": "3.1.2",
				"nightmare": "2.8.1",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"webpack": "1.13.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "520cecec4abd66ed2292285d240941db20d83424",
			"_id": "webpack-bundle-analyzer@1.4.2",
			"_shasum": "0c7d61299451eb85f1c79942994a84e2b64f19da",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "0c7d61299451eb85f1c79942994a84e2b64f19da",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.4.2.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.4.2.tgz_1478460486675_0.18860483239404857"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.0": {
			"name": "webpack-bundle-analyzer",
			"version": "1.5.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"del": "2.2.2",
				"eslint": "3.8.1",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.10",
				"mocha": "3.1.2",
				"nightmare": "2.8.1",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"webpack": "1.13.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "18136d95dd7917b257ef481ef76e3df4aaad46f5",
			"_id": "webpack-bundle-analyzer@1.5.0",
			"_shasum": "ae43143433c1cc293940aaa3b740dfc2dc520c8c",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "ae43143433c1cc293940aaa3b740dfc2dc520c8c",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.5.0.tgz_1478587732434_0.3051002584397793"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.1": {
			"name": "webpack-bundle-analyzer",
			"version": "1.5.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"del": "2.2.2",
				"eslint": "3.8.1",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.10",
				"mocha": "3.1.2",
				"nightmare": "2.8.1",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"webpack": "1.13.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "c4ff0feeace9b81897da1f3cc50bce86ce4a52ea",
			"_id": "webpack-bundle-analyzer@1.5.1",
			"_shasum": "0d2117920e0ef9692bcef257e37efe55e5cf7173",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "0d2117920e0ef9692bcef257e37efe55e5cf7173",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.1.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.5.1.tgz_1478803545903_0.4833594444207847"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.2": {
			"name": "webpack-bundle-analyzer",
			"version": "1.5.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"del": "2.2.2",
				"eslint": "3.8.1",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.10",
				"mocha": "3.1.2",
				"nightmare": "2.8.1",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"webpack": "1.13.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "c6adbb4389340696c968468f9d0561fed32516e9",
			"_id": "webpack-bundle-analyzer@1.5.2",
			"_shasum": "8c968fae17a862c643a3f4ac0cbe43b53184d823",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "8c968fae17a862c643a3f4ac0cbe43b53184d823",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.2.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.5.2.tgz_1478807267238_0.09201478259637952"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.3": {
			"name": "webpack-bundle-analyzer",
			"version": "1.5.3",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"del": "2.2.2",
				"eslint": "3.8.1",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.10",
				"mocha": "3.1.2",
				"nightmare": "2.8.1",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"webpack": "1.13.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "15b62dfdec995953375f6f3cfa7bc66f45aef0ec",
			"_id": "webpack-bundle-analyzer@1.5.3",
			"_shasum": "d1109bdd0a0067bba88ea6aa642533b4de926965",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "d1109bdd0a0067bba88ea6aa642533b4de926965",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.3.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.5.3.tgz_1478851360299_0.19146627373993397"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.4": {
			"name": "webpack-bundle-analyzer",
			"version": "1.5.4",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"client",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"lodash": "^4.16.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"del": "2.2.2",
				"eslint": "3.8.1",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.10",
				"mocha": "3.1.2",
				"nightmare": "2.8.1",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"webpack": "1.13.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "aecec2892ca7de2806eb57187830669ba9fed7b0",
			"_id": "webpack-bundle-analyzer@1.5.4",
			"_shasum": "cec4574706aed04c14477ef77938961b4ecbf794",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "cec4574706aed04c14477ef77938961b4ecbf794",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.4.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-1.5.4.tgz_1479999594065_0.8170407714787871"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.0.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-watch": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.2",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.2",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.8",
				"babel-plugin-transform-react-jsx": "6.8.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.0",
				"del": "2.2.2",
				"eslint": "3.10.2",
				"eslint-plugin-react": "6.7.1",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.8.1",
				"preact": "6.4.0",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.1.0-beta.27"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "d848a0c73fee1c25942e45c02b70c65c86c61943",
			"_id": "webpack-bundle-analyzer@2.0.0",
			"_shasum": "24d647090185616df46714d57be75e0e4162bd55",
			"_from": ".",
			"_npmVersion": "4.0.2",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "24d647090185616df46714d57be75e0e4162bd55",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.0.0.tgz_1480077975226_0.8598426005337387"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.0.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --reporter min --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.2",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.2",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.8",
				"babel-plugin-transform-react-jsx": "6.8.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.0",
				"del": "2.2.2",
				"eslint": "3.10.2",
				"eslint-plugin-react": "6.7.1",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.8.1",
				"preact": "6.4.0",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.1.0-beta.27"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "c358bffb581614d4da7fb8373e6dfcb57923eb47",
			"_id": "webpack-bundle-analyzer@2.0.1",
			"_shasum": "07d6140cd5725d6f9108a3ba1d7f3bb9730c438e",
			"_from": ".",
			"_npmVersion": "4.0.2",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "07d6140cd5725d6f9108a3ba1d7f3bb9730c438e",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.0.1.tgz_1480188193172_0.008139970945194364"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.1.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"prepublish": "npm run build && npm test",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.2",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.2",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.8",
				"babel-plugin-transform-react-jsx": "6.8.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.0",
				"del": "2.2.2",
				"eslint": "3.10.2",
				"eslint-plugin-react": "6.7.1",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.8.1",
				"preact": "6.4.0",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.1.0-beta.27"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "fdc024ef18ea6713315add63a79e0b58f3fd614c",
			"_id": "webpack-bundle-analyzer@2.1.0",
			"_shasum": "1946987c36b3343f13e32beea39be6b59b0d5de7",
			"_from": ".",
			"_npmVersion": "4.0.2",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "1946987c36b3343f13e32beea39be6b59b0d5de7",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.1.0.tgz_1480198449737_0.18102573766373098"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.1.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 0.10"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"publish": "npm run build && npm test && npm publish",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.2",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.2",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.18.2",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.8",
				"babel-plugin-transform-react-jsx": "6.8.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.16.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.0",
				"del": "2.2.2",
				"eslint": "3.10.2",
				"eslint-plugin-react": "6.7.1",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.8.1",
				"preact": "6.4.0",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.1.0-beta.27"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "e4f493b4c97abdbaafe6061218b06b172826cb3b",
			"_id": "webpack-bundle-analyzer@2.1.1",
			"_shasum": "34e574a90ed4e4ab30e0a8d2c529d1f3f322b238",
			"_from": ".",
			"_npmVersion": "4.0.2",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "34e574a90ed4e4ab30e0a8d2c529d1f3f322b238",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.1.1.tgz_1480350218957_0.47395442705601454"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.2.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.5",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.2",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.21.0",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.10",
				"babel-plugin-transform-react-jsx": "6.8.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.20.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.1",
				"del": "2.2.2",
				"eslint": "3.12.2",
				"eslint-plugin-react": "6.8.0",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.9.0",
				"preact": "7.1.0",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.1.0-beta.27"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "31c24c50ae8e5626676dfc6061e4ce5ed6677fb6",
			"_id": "webpack-bundle-analyzer@2.2.0",
			"_shasum": "318006604a3442a297aadb71fe1495d6a13a5f1a",
			"_from": ".",
			"_npmVersion": "4.0.2",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "318006604a3442a297aadb71fe1495d6a13a5f1a",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.2.0.tgz_1481990653042_0.7450299058109522"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.2.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.5",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.2",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.21.0",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.10",
				"babel-plugin-transform-react-jsx": "6.8.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.20.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.1",
				"del": "2.2.2",
				"eslint": "3.12.2",
				"eslint-plugin-react": "6.8.0",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.9.0",
				"preact": "7.1.0",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.1.0-beta.27"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "a6dacbdd1b03c50feffadc14134c346c0f6d7178",
			"_id": "webpack-bundle-analyzer@2.2.1",
			"_shasum": "a90edc00eb9cea917d2af009529decf71d7f4a84",
			"_from": ".",
			"_npmVersion": "4.0.2",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "a90edc00eb9cea917d2af009529decf71d7f4a84",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.2.1.tgz_1482507069172_0.06301820697262883"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.2": {
			"name": "webpack-bundle-analyzer",
			"version": "2.2.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.5",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.2",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.21.0",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.10",
				"babel-plugin-transform-react-jsx": "6.8.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.20.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.1",
				"del": "2.2.2",
				"eslint": "3.12.2",
				"eslint-plugin-react": "6.8.0",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.9.0",
				"preact": "7.1.0",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.1.0-beta.27"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "f39109fe8e51f19b31c6a78289cc4fc7cec65d2f",
			"_id": "webpack-bundle-analyzer@2.2.2",
			"_shasum": "a77bee8d96f5884bb805875c2f65fd7fc9ac1931",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.5.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "a77bee8d96f5884bb805875c2f65fd7fc9ac1931",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.2.2.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.2.2.tgz_1486586927782_0.7269075366202742"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.3": {
			"name": "webpack-bundle-analyzer",
			"version": "2.2.3",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.5",
				"express": "^4.14.0",
				"filesize": "^3.3.0",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.2",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.21.0",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.10",
				"babel-plugin-transform-react-jsx": "6.8.0",
				"babel-plugin-transform-runtime": "6.15.0",
				"babel-polyfill": "6.20.0",
				"babel-preset-es2015": "6.18.0",
				"babel-preset-stage-2": "6.18.0",
				"chai": "3.5.0",
				"chai-subset": "1.3.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.1",
				"del": "2.2.2",
				"eslint": "3.12.2",
				"eslint-plugin-react": "6.8.0",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.7",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.9.0",
				"preact": "7.1.0",
				"sinon": "1.17.6",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.1.0-beta.27"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "f39109fe8e51f19b31c6a78289cc4fc7cec65d2f",
			"_id": "webpack-bundle-analyzer@2.2.3",
			"_shasum": "482a4d34fc532c326988c5eddb8d26f9a9646395",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.5.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "482a4d34fc532c326988c5eddb8d26f9a9646395",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.2.3.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.2.3.tgz_1486622677903_0.962187999393791"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.3.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.11",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.5",
				"express": "^4.14.1",
				"filesize": "^3.5.4",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.22.1",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.10",
				"babel-plugin-transform-react-jsx": "6.22.0",
				"babel-plugin-transform-runtime": "6.22.0",
				"babel-polyfill": "6.22.0",
				"babel-preset-es2015": "6.22.0",
				"babel-preset-stage-2": "6.22.0",
				"chai": "3.5.0",
				"chai-subset": "1.4.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.1",
				"del": "2.2.2",
				"eslint": "3.15.0",
				"eslint-plugin-react": "6.9.0",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.9.1",
				"preact": "7.2.0",
				"sinon": "1.17.7",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.2.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "e5b274fe364ca518ce58f748eff643e37e86050f",
			"_id": "webpack-bundle-analyzer@2.3.0",
			"_shasum": "0d05e96a43033f7cc57f6855b725782ba61e93a4",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.5.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "0d05e96a43033f7cc57f6855b725782ba61e93a4",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.3.0.tgz_1487009979426_0.7503472245298326"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.3.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^4.0.11",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.5",
				"express": "^4.14.1",
				"filesize": "^3.5.4",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.2"
			},
			"devDependencies": {
				"babel-core": "6.22.1",
				"babel-eslint": "7.1.1",
				"babel-loader": "6.2.10",
				"babel-plugin-transform-react-jsx": "6.22.0",
				"babel-plugin-transform-runtime": "6.22.0",
				"babel-polyfill": "6.22.0",
				"babel-preset-es2015": "6.22.0",
				"babel-preset-stage-2": "6.22.0",
				"chai": "3.5.0",
				"chai-subset": "1.4.0",
				"classnames": "2.2.5",
				"css-loader": "0.26.1",
				"del": "2.2.2",
				"eslint": "3.15.0",
				"eslint-plugin-react": "6.9.0",
				"exports-loader": "0.6.3",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.9.1",
				"preact": "7.2.0",
				"sinon": "1.17.7",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.13.1",
				"webpack": "2.2.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "2e3dc36ad4b20241f543a48bd5322b611d19dda8",
			"_id": "webpack-bundle-analyzer@2.3.1",
			"_shasum": "d97f8aadbcce68fc865c5787741d8549359a25cd",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "6.9.5",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "d97f8aadbcce68fc865c5787741d8549359a25cd",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.3.1.tgz_1489043966703_0.7676243418827653"
			},
			"directories": {},
			"contributors": []
		},
		"2.4.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.4.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.6",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.1",
				"babel-loader": "6.4.1",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-plugin-transform-runtime": "6.23.0",
				"babel-polyfill": "6.23.0",
				"babel-preset-es2015": "6.24.1",
				"babel-preset-stage-2": "6.24.1",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.0",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "6.10.3",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.1.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.16.1",
				"webpack": "2.3.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "545c680d0a87920a53acbdf52c8c389dd672d043",
			"_id": "webpack-bundle-analyzer@2.4.0",
			"_shasum": "e406b016e7452bc864793848c79308782accba8e",
			"_from": ".",
			"_npmVersion": "4.4.4",
			"_nodeVersion": "7.8.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "e406b016e7452bc864793848c79308782accba8e",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.4.0.tgz_1491995991707_0.5912283586803824"
			},
			"directories": {},
			"contributors": []
		},
		"2.4.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.4.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.6",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.1",
				"babel-loader": "6.4.1",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-plugin-transform-runtime": "6.23.0",
				"babel-polyfill": "6.23.0",
				"babel-preset-es2015": "6.24.1",
				"babel-preset-stage-2": "6.24.1",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.0",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "6.10.3",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.1.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.16.1",
				"webpack": "2.3.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "3249d621699d3675eebcb2346cb481d98b759516",
			"_id": "webpack-bundle-analyzer@2.4.1",
			"_shasum": "1f5a3df297b59da2f8216c9b761b3fa40686f471",
			"_from": ".",
			"_npmVersion": "4.5.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "1f5a3df297b59da2f8216c9b761b3fa40686f471",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.4.1.tgz_1494068919341_0.38906172499991953"
			},
			"directories": {},
			"contributors": []
		},
		"2.5.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.5.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.6",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.1",
				"babel-loader": "6.4.1",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-plugin-transform-runtime": "6.23.0",
				"babel-polyfill": "6.23.0",
				"babel-preset-es2015": "6.24.1",
				"babel-preset-stage-2": "6.24.1",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.0",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "6.10.3",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.1.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.16.1",
				"webpack": "2.3.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "2bc3c8dddf1982d9aa254d90d96f2de60fd7bf14",
			"_id": "webpack-bundle-analyzer@2.5.0",
			"_shasum": "5e4116a1935e198dc353e5f21cd7bf09e137c9b6",
			"_from": ".",
			"_npmVersion": "4.5.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "5e4116a1935e198dc353e5f21cd7bf09e137c9b6",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.5.0.tgz_1494093614341_0.12148976163007319"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.6.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.6",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.1",
				"babel-loader": "6.4.1",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-plugin-transform-runtime": "6.23.0",
				"babel-polyfill": "6.23.0",
				"babel-preset-es2015": "6.24.1",
				"babel-preset-stage-2": "6.24.1",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.0",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "6.10.3",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.1.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.16.1",
				"webpack": "2.3.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "bd605691e2ac7e817ae0f21c72d0a612b2c1b647",
			"_id": "webpack-bundle-analyzer@2.6.0",
			"_shasum": "9b8052d6aa26004f49ab76e88c45445ecd03f15a",
			"_from": ".",
			"_npmVersion": "4.4.1",
			"_nodeVersion": "4.8.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "9b8052d6aa26004f49ab76e88c45445ecd03f15a",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.6.0.tgz_1494098858564_0.5459546360652894"
			},
			"directories": {},
			"contributors": []
		},
		"2.7.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.7.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register -r babel-polyfill",
				"test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.6",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.1",
				"babel-loader": "6.4.1",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-plugin-transform-runtime": "6.23.0",
				"babel-polyfill": "6.23.0",
				"babel-preset-es2015": "6.24.1",
				"babel-preset-stage-2": "6.24.1",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.0",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "6.10.3",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.2.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.1.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.16.1",
				"webpack": "2.3.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "401d5a01c5eb71847e2e1f66732c2081eb02b018",
			"_id": "webpack-bundle-analyzer@2.7.0",
			"_shasum": "9a8320a9e33917ade47aa1369013bbf4d4a9f5af",
			"_from": ".",
			"_npmVersion": "4.5.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "9a8320a9e33917ade47aa1369013bbf4d4a9f5af",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.7.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.7.0.tgz_1494413105079_0.9744551000185311"
			},
			"directories": {},
			"contributors": []
		},
		"2.8.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.8.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register",
				"test-dev": "mocha --watch --compilers js:babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.9",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^2.3.1"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.3",
				"babel-loader": "7.0.0",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.23.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.4.0",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.1",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "7.0.0",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.3.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.2.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.17.0",
				"webpack": "2.5.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "7e14078f28903772b99ecedeac10301ff88be802",
			"_id": "webpack-bundle-analyzer@2.8.0",
			"_shasum": "a1ea0714add76f51a2cc84f4064fd51b1c937d58",
			"_from": ".",
			"_npmVersion": "4.5.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "a1ea0714add76f51a2cc84f4064fd51b1c937d58",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.8.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.8.0.tgz_1494593179051_0.8038068239111453"
			},
			"directories": {},
			"contributors": []
		},
		"2.8.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.8.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register",
				"test-dev": "mocha --watch --compilers js:babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.9",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^2.3.1"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.3",
				"babel-loader": "7.0.0",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.23.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.4.0",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.1",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "7.0.0",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.3.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.2.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.17.0",
				"webpack": "2.5.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "fae32f2a8bbfb178c0837ae430a5d5b6d1300ada",
			"_id": "webpack-bundle-analyzer@2.8.1",
			"_shasum": "f452a5e4ae0cd8144d8b0347f2c3c644310daedd",
			"_from": ".",
			"_npmVersion": "4.5.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "f452a5e4ae0cd8144d8b0347f2c3c644310daedd",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.8.1.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.8.1.tgz_1494593883664_0.7058381112292409"
			},
			"directories": {},
			"contributors": []
		},
		"2.8.2": {
			"name": "webpack-bundle-analyzer",
			"version": "2.8.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register",
				"test-dev": "mocha --watch --compilers js:babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.0.3",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.9",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^2.3.1"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.3",
				"babel-loader": "7.0.0",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.23.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.4.0",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.1",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "7.0.0",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.3.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.2.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.17.0",
				"webpack": "2.5.1",
				"webpack-dev-server": "2.4.5"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "ed30fe25d99de5b7f36c6cf844a446e21cfc2b68",
			"_id": "webpack-bundle-analyzer@2.8.2",
			"_shasum": "8b6240c29a9d63bc72f09d920fb050adbcce9fe8",
			"_from": ".",
			"_npmVersion": "4.6.1",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "8b6240c29a9d63bc72f09d920fb050adbcce9fe8",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.8.2.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/webpack-bundle-analyzer-2.8.2.tgz_1495139544136_0.04283536900766194"
			},
			"directories": {},
			"contributors": []
		},
		"2.8.3": {
			"name": "webpack-bundle-analyzer",
			"version": "2.8.3",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register",
				"test-dev": "mocha --watch --compilers js:babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.1.1",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.9",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^2.3.1"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.3",
				"babel-loader": "7.0.0",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.23.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.4.0",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.1",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "7.0.0",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.3.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.2.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.17.0",
				"webpack": "2.5.1",
				"webpack-dev-server": "2.4.5"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "114ca6eee6755778fa4bdb00f6e9b304e2abc3fb",
			"_id": "webpack-bundle-analyzer@2.8.3",
			"_npmVersion": "5.1.0",
			"_nodeVersion": "8.1.3",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-kDnp1ejbZzmocvUbsjS+ymW9rcD01LzgFKOX4ArgtiSyro3i2ywIM1Thr2Z0MUtauZQw8C5cUdeUXOlvcBFduA==",
				"shasum": "8e7b3deb3832698c24b09c84dfe5b43902a83991",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.8.3.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer-2.8.3.tgz_1499941819581_0.7219441183842719"
			},
			"directories": {},
			"contributors": []
		},
		"2.9.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.9.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/th0r/webpack-bundle-analyzer",
			"changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register",
				"test-dev": "mocha --watch --compilers js:babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.1.1",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.9",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^2.3.1"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.3",
				"babel-loader": "7.0.0",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.23.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.4.0",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.1",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "7.0.0",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.3.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.2.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.17.0",
				"webpack": "2.5.1",
				"webpack-dev-server": "2.4.5"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "8185d5f4fa365f8c4124621185303c648a7329b1",
			"_id": "webpack-bundle-analyzer@2.9.0",
			"_shasum": "b58bc34cc30b27ffdbaf3d00bf27aba6fa29c6e3",
			"_from": ".",
			"_npmVersion": "4.6.1",
			"_nodeVersion": "6.10.2",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"shasum": "b58bc34cc30b27ffdbaf3d00bf27aba6fa29c6e3",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.0.tgz"
			},
			"maintainers": [
				{
					"name": "th0r",
					"email": "grunin.ya@ya.ru"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer-2.9.0.tgz_1501860140187_0.3943118385504931"
			},
			"directories": {},
			"contributors": []
		},
		"2.9.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.9.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register",
				"test-dev": "mocha --watch --compilers js:babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.1.1",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.9",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^3.3.1"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.3",
				"babel-loader": "7.0.0",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.23.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.4.0",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.1",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "7.0.0",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.3.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.2.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.17.0",
				"webpack": "2.5.1",
				"webpack-dev-server": "2.4.5"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "a826d85cea3c861ca6c0e11b9794937371187afe",
			"_id": "webpack-bundle-analyzer@2.9.1",
			"_npmVersion": "5.4.2",
			"_nodeVersion": "8.5.0",
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"maintainers": [
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				},
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				}
			],
			"dist": {
				"integrity": "sha512-a+UcvlsXvCmclNgfThT8PVyuJKd029By7CxkYEbNNCfs0Lqj9gagjkdv3S3MBvCIKBaUGYs8l4UpiVI0bFoh2Q==",
				"shasum": "c2c8e03e8e5768ed288b39ae9e27a8b8d7b9d476",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer-2.9.1.tgz_1510217655694_0.9833066754508764"
			},
			"directories": {},
			"contributors": []
		},
		"2.9.2": {
			"name": "webpack-bundle-analyzer",
			"version": "2.9.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --compilers js:babel-core/register",
				"test-dev": "mocha --watch --compilers js:babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.1.1",
				"chalk": "^1.1.3",
				"commander": "^2.9.0",
				"ejs": "^2.5.6",
				"express": "^4.15.2",
				"filesize": "^3.5.9",
				"gzip-size": "^3.0.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.24.1",
				"babel-eslint": "7.2.3",
				"babel-loader": "7.0.0",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.23.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.4.0",
				"chai": "3.5.0",
				"chai-subset": "1.5.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.1",
				"del": "2.2.2",
				"eslint": "3.19.0",
				"eslint-plugin-react": "7.0.0",
				"exports-loader": "0.6.4",
				"gulp": "3.9.1",
				"gulp-babel": "6.1.2",
				"gulp-plumber": "1.1.0",
				"gulp-util": "3.0.8",
				"gulp-watch": "4.3.11",
				"mocha": "3.3.0",
				"nightmare": "2.10.0",
				"preact": "8.1.0",
				"sinon": "2.2.0",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.17.0",
				"webpack": "2.5.1",
				"webpack-dev-server": "2.4.5"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "350ddce0e38d82a52a510e80c682c3aa3ee80ebc",
			"_id": "webpack-bundle-analyzer@2.9.2",
			"_shasum": "63ed86eb71cc4cda86f68e685a84530ba0126449",
			"_from": ".",
			"_npmVersion": "2.15.11",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"maintainers": [
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				},
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				}
			],
			"dist": {
				"shasum": "63ed86eb71cc4cda86f68e685a84530ba0126449",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer-2.9.2.tgz_1515409577110_0.6855063184630126"
			},
			"directories": {},
			"contributors": []
		},
		"2.10.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.10.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "b2a617c176f2fd76a12fa8806f3383867b148c1a",
			"_id": "webpack-bundle-analyzer@2.10.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.3",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-eA/9F/ZLFlVXfCLYqefHFbelJ3JcvyeFdmpAG6Vu3iJNcisj3KWNPqu00lCqK9caeaesipVrGb9alUSi2lEvAg==",
				"shasum": "d0646cda342939f6f05eb632a090abbd90317446",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.10.0.tgz"
			},
			"maintainers": [
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				},
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer-2.10.0.tgz_1517567912335_0.7616869278717786"
			},
			"directories": {},
			"contributors": []
		},
		"2.10.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.10.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "20da81e016a54c3c0c2eb0f56df54a2910d60ab2",
			"_id": "webpack-bundle-analyzer@2.10.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"dist": {
				"integrity": "sha512-T2iic9o30N2J/ryR+dFIYAZdSka47zwYKaYLTBWWlvFRJGskzSeeEkqo3C+AinQtnhw+5M1JiHkBetZfI3RBPw==",
				"shasum": "544db56754b6737451f69d5fca7c0be5fe30987f",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.10.1.tgz",
				"fileCount": 24,
				"unpackedSize": 1024835
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_2.10.1_1519414514196_0.7395332840907567"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.11.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.11.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "b16afd8a9321cc4a95aa47a35138c0f8c8ce59c3",
			"_id": "webpack-bundle-analyzer@2.11.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-GGz//de6DHqKIBN75vRPUqwTUobgYCzygS+ei/Z5wRpKYEZ+HO2e8Pd6CbQewGfofjRHoCFqL10pi2lu+/fqDg==",
				"shasum": "ed6f6ab59f5b341ffb60849ca707a7fe841c4f86",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.0.tgz",
				"fileCount": 38,
				"unpackedSize": 1046913
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_2.11.0_1519575530288_0.7261971831515255"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.11.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.11.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "2d5f4fc1d89e67536b6dc592fdd3287797072bcb",
			"_id": "webpack-bundle-analyzer@2.11.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"dist": {
				"integrity": "sha512-VKUVkVMc6TWVXmF1OxsBXoiRjYiDRA4XT0KqtbLMDK+891VX7FCuklYwzldND8J2upUcHHnuXYNTP+4mSFi4Kg==",
				"shasum": "b9fbfb6a32c0a8c1c3237223e90890796b950ab9",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.1.tgz",
				"fileCount": 38,
				"unpackedSize": 1049067
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_2.11.1_1519913031080_0.4167052036251042"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.11.2": {
			"name": "webpack-bundle-analyzer",
			"version": "2.11.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "30fda2e8528e6c60d236a984c31b3a03ebc0361b",
			"_id": "webpack-bundle-analyzer@2.11.2",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-jDO+sACU4kM7WhvjtIu4Z90UogsGUyVDc1K8THH3HzihwVqgipAS2qXyAPrJ0vTo6593V3RR4/IhHi8UQrE+yA==",
				"shasum": "5ae05bfccffb16683977237bf319323653e44f9f",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.2.tgz",
				"fileCount": 38,
				"unpackedSize": 1050491,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8w0FCRA9TVsSAnZWagAAFCUP/2CmTOBUXV7X3BuR0DmU\n1BhUXDoxSxeu7BaPLrZh8fXNH3/e4Hm6yUj70hNdYX1h5rU+RpzTaMkaKaEU\nuQ0/Xn1yxZhucUClhPeMRf7L9mABPo6brITK1+z/0OlmciwrAGAm6LWaI6C0\n4xCsNzrBUPVIifSkL5vVZR/K9Pv0b8lm+abEEAmWOBESCr+hbBoy2ld4+Ojh\nV0RVfSj8kTwd3lY8m8Sub7nuWCygatKgfjbQTTOqloKhRLYY7vrnCfeaITW7\n3p0Dldbh3VZKOBxnr98EAbrD51mHXaoRfG0150xoBPSL2Rt9+OPQsppopnTe\nH/zr1+rk3HDt+eZhFTS5R3G/y4e3Osta7J/gTPGG1ZSoh8PJ0c+wKZjAmUxO\nPZDIwzws8k25CWRveohi51BwUKZDUgSYUtMGs4yDGZQSBWccAbEwGS04aBUs\nh45Lh/Km9OflAK8C3bzqKY7buecv7wliOFlf5VuyTuTkjOaH/uaUfeRBiXLU\nfC4frvnimE+CsNc/WVAEZa4JMl8WXRRkrNgeYeyL/N8MA9thjSurUFHTIgzY\n4JFFvBCrb7kUoyJJgXcyPMIfqSaAcB/LTLFLx2Jp8pvVBPUI3xTxJKgkyHXz\nzGub9I6fnKJ2TGSr+jJ59Ns9qQA9nIfb0KFK9LSs5YUsxCO4QDs6WkHENeS3\ngHok\r\n=RjSP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_2.11.2_1525878020171_0.331711425350808"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.11.3": {
			"name": "webpack-bundle-analyzer",
			"version": "2.11.3",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "c9aa4061138f4ee6ef5df4cbccf2c13f0b729d55",
			"_id": "webpack-bundle-analyzer@2.11.3",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-MaHZkX9mNGeJLbVT70bNfftSBBdl3w9Q1ThnrH7SESF47SollWm12MwDgjhf8C16R/Ur56PInrLYf0FJIOg24g==",
				"shasum": "4b442c9bd23f1853af4c9af3a90e21646f16afc3",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.3.tgz",
				"fileCount": 38,
				"unpackedSize": 1051191,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+CxxCRA9TVsSAnZWagAAJfQP/1cD6US6LXZfJs0mZL6a\ni59o4orTrGxWfzU2wO6unjUuSRBw+RKI66ZQWFVdf7obX7MrLOoECqxy2S7F\nhcdURKjLUGRyVL3sfXWttIImvDdggPkP8ZP9OKYB/xkipJexNiCq175u6Y1l\nGHuURSip3wSOQud7t8zbNUGBVh2p8amga4MCUAuyE/69uLXoQik/scQC19gG\nw05cogRhWi/By70e2dC9/cSrzBBSS2HDduWy4yNEWQltu8vNh4YP6T5mEDQu\nnmuFpRD7KyPFmQPK1z2b5o7r3000RWgap9jfoEqNu3Qvq/XFLdLaQs3Upe/F\nggTfEZ6zGyiC9dAa/7nkYlgEfHsJ4UcfT7G99xEnfLH636QX9FJvAtTKEfGp\nenzlyL7ixmysWuiyM2P6i9nEq1u5chmpUtz6ascJKQIqiG0WsEN4kY8r/M0H\nejk3b9AXa5s1wGhpZGusixX7L7e7EpFSysMv+EgaWxY57gVeCe2eiR6X/l4K\nHCK6iuyim0hkVqa/UBAF+cO4svIsChO6cgqP8zbIwpftfrJg8565II5k5BM7\nHTydHMoG/ekOtxVEjgQTzBi1wN7X0JqjDqTjGhgha/sJjrlMZoe10ldzDoi5\nw6GHqpClvc7OAYI+maWDi8YHIdmaLNZr5lHIRwUW6O9ljw1gCXbKcex45sI8\nrCaF\r\n=gbV+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_2.11.3_1526213743202_0.3987493738694172"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.12.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.12.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "da314a7bd4f20a846d87e8c999b6ed2cd9f48e1d",
			"_id": "webpack-bundle-analyzer@2.12.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-fuP11YxvAd8DYuwC4otr7hDwx7cRutew49dz0+PTlVPl544aqFqjGLCdxKz9c03eWnBMpMFTK5SG4SDrUmZ+JA==",
				"shasum": "abb8ed9053123dabeb03a0463db52706f54730c7",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.12.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1055778,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+sZnCRA9TVsSAnZWagAA7ecP/R2o52cKjlMnWD36uyrF\nIcwNHUOzs33naf4LWJThbO8mRqNcsSfb8jUs94nMv6IAOBRSLUZMQkWKkbzW\n5MA2A/q1ezSxo/sQb4bOE9K+8gMKKz0iaxfc2LpSopPV4EN/zz0bR/9iOCkN\nU1/ppZFt2aKR4M7JovOjYzgSQAyUPO5sUmvpWxrAc8CmCDVQ2lvj5AliMwXa\n7h0JVqWT1fsjhIjtnX5ovSaSMihfYaqvI84SiEDkvBpZh+wnps/tE+B66hPw\nynBgCkLXInRLsLKni9SH3VlM9rCv/ziMUU+UKiC4cPfcRDSW3Ls1XPrKf3X5\nwwQDLFAUmFj6xWFwIv5Wd6fXQN240lU1Cm/UrpPwbvYNuavdvBxmNJMsOQfk\nLjdju0R+FYR4bG+N2SbZQuxeLW4XeiqAbltf5ce/BUtO7SPY/suRjZN+8WqI\n2CYNa6baSvJAo582Qu01ToKHzOS1xBm1bAnB+0u5RbLMc7DrX+Ka6oEFFSUh\nDlPiSVmoyP58va9dDE9M6KH5ncT+8ayqk6cLZPi8HHPPi/mSI+ZTcCLtCR75\nkwiAIKwvMHknUKc4MoGnCABRuUJT/00Masiq6Do4AsAvBO7sQmWS6/qXXfvR\ng7/9rMz2CE4exKv7PZ3yrhedif/wN3pyDnOL6v8NhczqsGJosi+bOrSqTTfl\n0AeN\r\n=/RZ5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_2.12.0_1526384230097_0.21736553078063214"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.13.0": {
			"name": "webpack-bundle-analyzer",
			"version": "2.13.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "b0d84ff765a29d23a28b24c5068a14b6cb36c524",
			"_id": "webpack-bundle-analyzer@2.13.0",
			"_npmVersion": "5.10.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-wG2XCclX2hv9Tw2c45lvLQ4QmsweVqRnqSbW8iLkcAmpovoAfIIdz7H//uiLIu6UZ+tefBd0fjOyxjpPXzXcBQ==",
				"shasum": "8d7db44c3d4844bc911890998e1110514cf12264",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1059306,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbAn9kCRA9TVsSAnZWagAAfeMP/jGvselmWl9E7P79aUIY\nLVt+KE/HbU9dovUo0doitUHL4/CZNpw3bA3J3wK/J9VHEL6NfgYQleYO62Fv\ndhkFzXQKiK7FQFY6rULRUyxi6+mwyhLkqj5RDE3vO5kpqpNNYw/o4Yuz7RrK\nOAQCdSkLoLwQbzzRQCHGmsEm9JXp37zyXe+luIPcyxwgTPhRlkumDJ2VD8rS\nvww5zqooB+uM1Dl1YIOjp6NwUmK3q04qhbULur0qh6TPBkWsc97plcRAYt+H\nQTMiv60qHabnFx15IFP7IKK5TvjOwneOWyGHcGoiNHzgbX4VixL5PZyvaBoy\nRLVRzsNEOhHMyGdFMwqjswRKSHQnWIA41rDIAEI68fQHimA3W1bQs9O9/DSL\n4RSMGHmeV/UMZO2ubce/RXc8VUUU+ZFg9Q5qXtRoD+tzxnVV59NS2lxhVAGZ\nl3waN0WntrPXfvqjrs+2x6rlg+1QWhhSLMJKdkt3z+8BoGUDUV6a4i6wvEFC\n/+JTu4+KI0fdviGaORczBfPMwL63XUf4Wq0LtipcyzMVxXfe+X/fVqSd1VGR\nJZThKnkvIzM6dBjeAS6+QkZb/yMMryDctIKp68wprtYcOFgup2gy6mdMGURB\nRzW4B+2tOwLPscAlgnqqkpBoRgofU0GSJ9/CACzpXDp8mHpQjWarfs7wUnil\nAdA5\r\n=3Sij\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_2.13.0_1526890339176_0.6359782636875702"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.13.1": {
			"name": "webpack-bundle-analyzer",
			"version": "2.13.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require babel-core/register",
				"test-dev": "mocha --watch --require babel-core/register"
			},
			"files": [
				"public",
				"lib",
				"src",
				"views"
			],
			"dependencies": {
				"acorn": "^5.3.0",
				"bfj-node4": "^5.2.0",
				"chalk": "^2.3.0",
				"commander": "^2.13.0",
				"ejs": "^2.5.7",
				"express": "^4.16.2",
				"filesize": "^3.5.11",
				"gzip-size": "^4.1.0",
				"lodash": "^4.17.4",
				"mkdirp": "^0.5.1",
				"opener": "^1.4.3",
				"ws": "^4.0.0"
			},
			"devDependencies": {
				"babel-core": "6.26.0",
				"babel-eslint": "8.2.1",
				"babel-loader": "7.1.2",
				"babel-plugin-transform-class-properties": "6.24.1",
				"babel-plugin-transform-object-rest-spread": "6.26.0",
				"babel-plugin-transform-react-jsx": "6.24.1",
				"babel-preset-env": "1.6.1",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.5",
				"css-loader": "0.28.9",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.0",
				"eslint-config-th0r-react": "1.0.0",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.6.4",
				"gulp": "4.0.0",
				"gulp-babel": "7.0.1",
				"mocha": "5.0.0",
				"nightmare": "2.10.0",
				"preact": "8.2.7",
				"sinon": "4.2.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.20.1",
				"webpack": "3.10.0",
				"webpack-dev-server": "2.11.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "ccb42b57efa066d93ddb03d15f371a753a5ab96a",
			"_id": "webpack-bundle-analyzer@2.13.1",
			"_npmVersion": "5.10.0",
			"_nodeVersion": "8.11.2",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-rwxyfecTAxoarCC9VlHlIpfQCmmJ/qWD5bpbjkof+7HrNhTNZIwZITxN6CdlYL2axGmwNUQ+tFgcSOiNXMf/sQ==",
				"shasum": "07d2176c6e86c3cdce4c23e56fae2a7b6b4ad526",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz",
				"fileCount": 40,
				"unpackedSize": 1058792,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBWQ8CRA9TVsSAnZWagAAogYP/1YVMYMh06zmZo+nRalJ\n9ykW7ZhV53zl8NVarkWeavlbGIEOwbvEGeNsxQSUXgDTKHriS+XLE1kWGQ9T\nNLtTlspQUkPibTAUXuGjd00C17fbnbE17J2uPmLbUsmQeOn4dqh0EZaZvaqu\nUSqfK8YZddlM6Hmqg3yYtUuA5eDcfHNzAGUm+g0ZCyJO/c6TvSKRoayRD4PH\nBmXK1JJ8veK6C2wsUPuqlS3IShxxK4Qo99vHze9Ko4SWdFgZezGd6QwkuxRv\nBqAb7sItfEFtLK/4MwNCjggyVmLyzUISYlfWc2ZBOiHTbxHH7MVZiYDqnZso\nFLJm7JC2Fv/w8b3HcMXdW/tKA00KmTBIR/0Lg15gRY0FC4un5PYQ7S/UMYMQ\n37Rxjlt0RrI8gfVFbM+RuXPJ4WBi3dHwvy4mcPHEchJ0tD82zAY99MyGzi4m\nyBrc2YD0zH3akJZ551/UU/O2q+7FJLwvsZneepJkuuThRvHN7v0xr2f3rbG9\nym7UGWMqWqhPpGP+Q87U6HaKNRkeGc+0S9BD6QqfwymQtDZCVNKEK3TExhgu\nZbHnITrzUY3RDsFuNmPMBLUa/1Pg4zM6RsRMqARLu6sE+2OlWlFGSut7mdDQ\nrX6H1VpMv6QG3IUbpQGFVrEcGhJze+QtQF9SlkU/FKRM63mNaG3cnYAfxwzF\nSC2S\r\n=KBnX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_2.13.1_1527079995459_0.5650432932625362"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-beta.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.0.0-beta.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"@babel/polyfill": "7.0.0",
				"@babel/runtime": "7.0.0",
				"acorn": "^5.7.2",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.17.1",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "4.17.10",
				"mkdirp": "^0.5.1",
				"mobx": "5.1.0",
				"mobx-preact": "3.0.0",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.0.0",
				"@babel/plugin-proposal-class-properties": "7.0.0",
				"@babel/plugin-proposal-decorators": "7.0.0",
				"@babel/plugin-transform-runtime": "7.0.0",
				"@babel/preset-env": "7.0.0",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.0.0",
				"babel-eslint": "9.0.0",
				"babel-loader": "8.0.0",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"css-loader": "1.0.0",
				"cssnano": "4.1.0",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.1",
				"eslint-config-th0r-react": "1.0.1",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mocha": "5.2.0",
				"nightmare": "3.0.1",
				"postcss-loader": "3.0.0",
				"preact": "8.3.1",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.0",
				"uglifyjs-webpack-plugin": "1.3.0",
				"url-loader": "1.1.1",
				"webpack": "4.17.1",
				"webpack-cli": "3.1.0",
				"webpack-dev-server": "3.1.7"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"readmeFilename": "README.md",
			"gitHead": "d8a4a860d40d079b97754a3f5f63a6588665cc1d",
			"_id": "webpack-bundle-analyzer@3.0.0-beta.0",
			"_npmVersion": "6.3.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-C+u5mXiFwEhmJ22VdzWFnlOKOsOMlJzK5iPh3vsJ5MOVEeLq4ZeKYkWaZ0LqXYNlKO0QkSInJaJSRCzbblchqA==",
				"shasum": "fae012d4d32cad93d1b65af9abb7bb3212e13dec",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.0-beta.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1100897,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbj/DzCRA9TVsSAnZWagAAahEP/j3xUF9aANtbakq9prEr\nL2E3uTAS9ia3CaimxZB2U5YsEmA8LAgl4i9ESbnB3SxijUWhYDWPzilRj7R/\ntEC9sWPavgxDLUNSp4Uu63/iksAMKxXADnT9Btg+yJycp3eWM+9kpY3hURAB\nhQC0SiiSBML81NWb0GD+0cf0awkSznwyx5CysTGRCVxfZcU64KHo38J6OmVN\nSyDa5RwvX+yyE6e0U/2OHVNFgJzqExDBzjXlTVVAndg3PENEwh5Ik/u1ThNR\noTHlUqw6HTPQQnwu2DFKi5SsBwByhWVk7VKo+gBDvzlfJlo5BAj1aHFngQs4\nR1Fx+GFTYLEDAGcLTqFUmpxH1kWzjXVThm5BPcdurBd689XpJKrX/baoN8+l\nr0ZggTP97ZPU44w1JNuIZts+DpNBMe3oPC/eJvj4LZnxxMOCbUzLOOjEJBli\n9S6z5BlPl+ETMyXlfpBgi5pAWC00WrX60lM4+5hKSevRNBjE3eJKPvSIpesD\nY3yqNqqx2a2QIVEaR6s3CMx9bU6w18+4ipb5R9RK5eG5xBfyJAzKwX4v9o+J\nGr54EWVXNaDaZHmxTGiL7Sw19922yxKsytA74zICHt71n6AjXj61IMAPzZXI\na0avQrYP6tC11e9hy0mI5+reufO6R87tLslIHGepTo6d0pWgOkTD/uY7/9j1\n+Emu\r\n=HqGr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.0.0-beta.0_1536159986823_0.41938381994032636"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.0.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"@babel/polyfill": "7.0.0",
				"@babel/runtime": "7.0.0",
				"acorn": "^5.7.3",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "4.17.10",
				"mkdirp": "^0.5.1",
				"mobx": "5.1.0",
				"mobx-preact": "3.0.0",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.0.0",
				"@babel/plugin-proposal-class-properties": "7.0.0",
				"@babel/plugin-proposal-decorators": "7.0.0",
				"@babel/plugin-transform-runtime": "7.0.0",
				"@babel/preset-env": "7.0.0",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.0.0",
				"babel-eslint": "9.0.0",
				"babel-loader": "8.0.2",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"css-loader": "1.0.0",
				"cssnano": "4.1.0",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.1",
				"eslint-config-th0r-react": "1.0.1",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mocha": "5.2.0",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.1",
				"postcss-loader": "3.0.0",
				"preact": "8.3.1",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.0",
				"uglifyjs-webpack-plugin": "1.3.0",
				"url-loader": "1.1.1",
				"webpack": "4.18.0",
				"webpack-cli": "3.1.0",
				"webpack-dev-server": "3.1.8"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "3d75f178dd89c8af72ff36f9cb0121d9daf5a7cd",
			"_id": "webpack-bundle-analyzer@3.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-ke4B5QCuArRqzy5/0Ku+OC3olPnM9kZOWdYivQno0tMqxH5Ov5LeCMNzNCR5YFfcymqGkrOD6bZ8dX/bdjpT+Q==",
				"shasum": "840002816523e9a766b6bc006fc1954c8768d871",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1134318,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl88oCRA9TVsSAnZWagAAfeAQAI3RDeYgjbMg/i7o0foz\naeUuVzJeDzFzFDIoj1QCe9FtFpCATF9DlbHkkMM3uZSrZhzBH7WyX1CwQofX\nhU6uIvYxFScXMplXXrsJJ0yCcMryIoye3aDGz1B+ch/bYGYZE42bl06Tw6ok\nkEju9qg7vIMT0BZDZ7fQTOYK/OopVEyVxXl9MOo0CbrqgqSLZEMkMI+XE4HY\n3czkh3JaLmB7lUyEGdfalz7+O5FI+8qawmc2iMvYa11Rl7MDizgnIOphM/LB\n01w2YgAYKmvX3zRagcVFVoVT19vNyKnZH3xtI5cJsQ5FiKJ5tpPevN2BUIEY\ngpPCB9xbBIMefYb37lazJzFkZmbeBJUttJRoaA3iWevXJKWAAYT+60vZzZdR\nNS9zqyHcn9SX0omf9PUPchABJ4ZRFiInuBQxS7BrLpvy/gZ84oP5fAFpjp5G\n6ez9uirqVA/jn7/MpfShCulAH5ck9WnWzygXyhmsZ/8rbRilM3hS/vy8KRmE\nkqeOmg8ZB/GgIjM2URn29XPULzHqwQn3YsskUtf/mdJ5auPtptS95XtRhD//\nTKzRUk5TZwTx/fSxIdt0HTT5T6pVeHhhw8E6XTXxc/BTEl6pZedOVJp9QymP\nIMhThMiKTcMWbn/0EAUQfMZ/FUNoMwXMC5/LFi7cBzL22GwE0den7OYBLAig\nJgc1\r\n=DY4V\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.0.0_1536675623180_0.25547031923639896"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "webpack-bundle-analyzer",
			"version": "3.0.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"@babel/polyfill": "7.0.0",
				"@babel/runtime": "7.0.0",
				"acorn": "^5.7.3",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "4.17.10",
				"mkdirp": "^0.5.1",
				"mobx": "5.1.0",
				"mobx-preact": "3.0.0",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.0.0",
				"@babel/plugin-proposal-class-properties": "7.0.0",
				"@babel/plugin-proposal-decorators": "7.0.0",
				"@babel/plugin-transform-runtime": "7.0.0",
				"@babel/preset-env": "7.0.0",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.0.0",
				"babel-eslint": "9.0.0",
				"babel-loader": "8.0.2",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"css-loader": "1.0.0",
				"cssnano": "4.1.0",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.1",
				"eslint-config-th0r-react": "1.0.1",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mocha": "5.2.0",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.1",
				"postcss-loader": "3.0.0",
				"preact": "8.3.1",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.0",
				"uglifyjs-webpack-plugin": "1.3.0",
				"url-loader": "1.1.1",
				"webpack": "4.18.0",
				"webpack-cli": "3.1.0",
				"webpack-dev-server": "3.1.8"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "4590ced737ddf510b964262f87fe584fea0c64ff",
			"_id": "webpack-bundle-analyzer@3.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-qW5+ohUtywGqBqUtN4iq1dGqj9eD/reFyu4bbjgW+CQwwyp+kJO3PSnOq5Ki1gqTNE3adJJMOnk5iZvB/UMWHg==",
				"shasum": "5d54d5767265fbd862872bc5db2c0499272b3230",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.1.tgz",
				"fileCount": 40,
				"unpackedSize": 1134460,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl9R7CRA9TVsSAnZWagAAmL4P/1vRpcgqvGK6rpUSndkQ\nAhFwddhWVf/XnhWKUgdM6i69h7LxwBDxQunSEJb1MlbNqqSHjwm/eYu0MOP6\nw8yyPwhk7Pkz+9jeQ5Y9RX7gE/7Y7ByGI2udfySV3TuFspHDmL0fp2ACHah7\nZUz4Z//P98DfmTulZU/1PEiyvLiufmO3a0WDNtMKvxB0ypwckJGo2vk+rCMb\n2BsDokAuFgsJzdib0eLqTbSDksddK+pHDkAxqzQJ7Xt0877QJMOPRcsiooAC\neKRTurvyuxVnjWOKqKRWEM4waqFzDTFazu91QHPQV1pA0k59597cqBcb4ytp\nGL51vufHHMxXAPnQ7IPAef240QuSu2ZrBp8mS3Gd6TnBsSJiIKr/+Nj2xduY\n7hr6z5KA+TvGpPXtXKgROLNHeKtX0ELFCN/EtCbKr4tuJHdm5U/norbXIMEP\nFu4fczKHp1zOeyfuHX/a5EOb7TommSgHKDO+JltfE07Nrn49M4semKt6KJAb\nCSNOotwYPVbqsHNBtnfsB1rTK8XL3ah6worcItTk8le7e9M9DTspFlpNEYRz\njNwIaLJKYrVvQ+peaH4LdpDwwTrWOYHwwn/4uczk3wBVviDmo+9dk6QYgPBG\ntP2tcKoafyqKmSeCcJ00l915MpIpBSsOVrCXi/YSk6EwivAlrH50sIwZLeSs\noCXs\r\n=D5LK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.0.1_1536676987021_0.1416638602663236"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.2": {
			"name": "webpack-bundle-analyzer",
			"version": "3.0.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^5.7.3",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.10",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.0.0",
				"@babel/plugin-proposal-class-properties": "7.0.0",
				"@babel/plugin-proposal-decorators": "7.0.0",
				"@babel/plugin-transform-runtime": "7.0.0",
				"@babel/polyfill": "7.0.0",
				"@babel/preset-env": "7.0.0",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.0.0",
				"@babel/runtime": "7.0.0",
				"babel-eslint": "9.0.0",
				"babel-loader": "8.0.2",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"css-loader": "1.0.0",
				"cssnano": "4.1.0",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.1",
				"eslint-config-th0r-react": "1.0.1",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.1.0",
				"mobx-preact": "3.0.0",
				"mocha": "5.2.0",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.1",
				"postcss-loader": "3.0.0",
				"preact": "8.3.1",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.0",
				"uglifyjs-webpack-plugin": "1.3.0",
				"url-loader": "1.1.1",
				"webpack": "4.18.0",
				"webpack-cli": "3.1.0",
				"webpack-dev-server": "3.1.8"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "dbc4a1fa15aba597901ad34b9266971ffff910c2",
			"_id": "webpack-bundle-analyzer@3.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-cZG4wSQtKrSpk5RJ33dxiaAyo8bP0V+JvycAyIDFEiDIhw4LHhhVKhn40YT1w6TR9E4scHA00LnIoBtTA13Mow==",
				"shasum": "22f19ea6d1b5a15fd7a90baae0bc0f39bd1e4d48",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.2.tgz",
				"fileCount": 40,
				"unpackedSize": 1135218,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmM4uCRA9TVsSAnZWagAAf24QAJQxCUsBwZ3956sLPKQE\nYX/yivpZX/DVpHl3IloLllmN+fk8jj71b1Q0n6jbUIPV0IX47bHMJxpa7S80\nHwa1STehOM4Bvyv+c3VcFh9h4hGtnk3XGYcuQr+XOSa859306lc1pwqm/zs7\n/5KjaParOoU0ZZ8ZDsn+ZPizJHedglkFdN4+dxwn2IUSXrXX1wBcRjHOs7bf\nFycOj/ih7uQSNLhQuwOB3yWcWBPX49q/zwoBfMtmtngRVBLDVEKqYEy6m+jZ\nbWbl/WEbbHcImAWXUGava/kdWU6tBe8bJzpibxaTdOfuPwobnrsE/xkcXV5w\nLwFvREg2AWKdgUGyHSMsdKxVZqXABJOxq6YQ3njpQhA+BjNph5yWzbmDNbE1\n8HU6t+dirkuXnawigss+c8q9dpFI4yKrNO7c/EQhk0k44Xrf2e5uNRe2UznR\n62oKT4a2a/fWGVw6eoUCQa8lqfLQHErrBBo+ha5W9Lb1X+/+SV6gYWsaEj2q\ni95VbGKXi5F2tl9qxVJbQnCVXxsXxgJtjMY6u3YhOP5Hmr+x6sT1KrQWa8gQ\n1ilWyhN0RyIGHS9N5T/f+c9iJG/CW6nrJMfVf0qqCjnrLVpmBCqKdWUZxa69\n7TdZZSDspxsocHe6z8aG/jeK9dpdZZzKM7qvmxrS8J4YxuK46PzGPOAoWtcl\nmlfr\r\n=QOrF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.0.2_1536740909489_0.8862713938582354"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.3": {
			"name": "webpack-bundle-analyzer",
			"version": "3.0.3",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^5.7.3",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.10",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.0.0",
				"@babel/plugin-proposal-class-properties": "7.0.0",
				"@babel/plugin-proposal-decorators": "7.0.0",
				"@babel/plugin-transform-runtime": "7.0.0",
				"@babel/polyfill": "7.0.0",
				"@babel/preset-env": "7.0.0",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.0.0",
				"@babel/runtime": "7.0.0",
				"babel-eslint": "9.0.0",
				"babel-loader": "8.0.2",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"css-loader": "1.0.0",
				"cssnano": "4.1.0",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.1",
				"eslint-config-th0r-react": "1.0.1",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.1.0",
				"mobx-preact": "3.0.0",
				"mocha": "5.2.0",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.1",
				"postcss-loader": "3.0.0",
				"preact": "8.3.1",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.0",
				"uglifyjs-webpack-plugin": "1.3.0",
				"url-loader": "1.1.1",
				"webpack": "4.18.0",
				"webpack-cli": "3.1.0",
				"webpack-dev-server": "3.1.8"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "d14528452108988ec6fe5ddd069bbdbd704d0b67",
			"_id": "webpack-bundle-analyzer@3.0.3",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.9.4",
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"dist": {
				"integrity": "sha512-naLWiRfmtH4UJgtUktRTLw6FdoZJ2RvCR9ePbwM9aRMsS/KjFerkPZG9epEvXRAw5d5oPdrs9+3p+afNjxW8Xw==",
				"shasum": "dbc7fff8f52058b6714a20fddf309d0790e3e0a0",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.3.tgz",
				"fileCount": 40,
				"unpackedSize": 1135862,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxcQTCRA9TVsSAnZWagAAkMAP/RrgBfNAY6KdGbBziBdb\nJlEswcmAh2G6g/yBAPCEaMrEYKlsaDgrpLHQVS/kB9ZqY22FlHflCQiMA+8D\n0WKv5CnX9hQaxffqOC4wcAbvbBeBIl/xgJ9EJMV+tG0DRECg0dZZiYeiqTad\nFQu0sVZLaHFLQUuHsKur/xl2OCj0XvWgKCK8l78zdbGKcBO0zmHZLmo5gbC/\nAksVP2Djh6AC+1B4blUHJAti9PSyqhcRQcfJdBwyClfgVZIi5qHa06SOJqUa\npgh7nqBmnJY6jd56XMXFZNFDU3IzWyN3rjIU7G4JYfl7Q+HNZTv7gijuEEkg\nf42boYs7gOLVzp6qp8jDq56RqkBEKuyik886rrhJw8X+az/UTYLQNRmtTPJi\n841PtC4lpSLfq2+85VUUmmyLf1xvFmhevr1sWOVlz6BWHbjOWoYRiYitofFu\nABVCamZTGyk3reuXpy8+PRwB/urDafxyY9nooOusJBSuzd8hylwehqLzjiN+\nkLN26JuWftBiKj9XLXGrrRjFqdPfXrgCln0hUwcpr0wFkCxvIidvy5N34DUD\na6ylviqUD0qiLL8pYGo2PDEeT3IY0nynooqNVJIUM1fqSSnj8P6bk+vsiPzc\nol12uwyU+h0+Df4fkxeNnMLLW15yBho3v+1BQ/N/wQ1nLQFi1S4Jo15BaUs1\nRrxG\r\n=mIVG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.0.3_1539687442344_0.8699817130175092"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.4": {
			"name": "webpack-bundle-analyzer",
			"version": "3.0.4",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^5.7.3",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.10",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.0.0",
				"@babel/plugin-proposal-class-properties": "7.0.0",
				"@babel/plugin-proposal-decorators": "7.0.0",
				"@babel/plugin-transform-runtime": "7.0.0",
				"@babel/polyfill": "7.0.0",
				"@babel/preset-env": "7.0.0",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.0.0",
				"@babel/runtime": "7.0.0",
				"babel-eslint": "9.0.0",
				"babel-loader": "8.0.2",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"css-loader": "1.0.0",
				"cssnano": "4.1.0",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.1",
				"eslint-config-th0r-react": "1.0.1",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.1.0",
				"mobx-preact": "3.0.0",
				"mocha": "5.2.0",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.1",
				"postcss-loader": "3.0.0",
				"preact": "8.3.1",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.0",
				"uglifyjs-webpack-plugin": "1.3.0",
				"url-loader": "1.1.1",
				"webpack": "4.18.0",
				"webpack-cli": "3.1.0",
				"webpack-dev-server": "3.1.8"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "2d340ff9e5b52180250ab540630ac65372af2d79",
			"_id": "webpack-bundle-analyzer@3.0.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ggDUgtKuQki4vmc93Ej65GlYxeCUR/0THa7gA+iqAGC2FFAxO+r+RM9sAUa8HWdw4gJ3/NZHX/QUcVgRjdIsDg==",
				"shasum": "095638487a664162f19e3b2fb7e621b7002af4b8",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.4.tgz",
				"fileCount": 40,
				"unpackedSize": 1138176,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYqAACRA9TVsSAnZWagAA6x0P/0/aXpBzD7/5kfBrNXMX\ny9fcJhgUmKof6vE82qOvKco086pQ60SZRG7G5vfR9HOYCMXCBNvhC6xTe99p\nzSErciGwly+RSlTUY/HV/RhcRFbq6Mz1Z6Pj+YaFT9fDfm3PqjsTSrYY9+bK\nHSOIcre2igTzVSJ7QfP8csJx4wWLu62BmmtxSyXpXoQxFhP67mXIuHlekFtq\nZ/3HYWWxNi9DR0ALEgnc+MCBRpcyJv2FOoovvurcFCusAovxE+W9d5zPitez\nZ6/Y8iUP0nHPtaKTLNo+bYvJ08W184l+M57Lsk7GDsBiIDwULpWOQOhW8cK0\nutR5Q6kRRHiIvFD69phCTIsfCxx7HpyB/uWiydSP30aNbzTaph2rgmygUTnO\nf2jpMLxp9KfN3ALvVjUA55KpGjseVkx4JrzUwKb+jFR+2DhwJpnbdJVJrLCo\nvGsGzudKbhfPrP/+YKLcMU+vEp/3eUpPkLQ14osyov+5a4bAhWs9vGslhfWS\n9GmiX4l+wyxZEPjAlDctlfBDXbQwoO7K3GujjL2R1Qct4GsBpbtQtSkaqOVg\n9vPcN5EWTG022fLs2eJsGZvFO6oDZkTJqxR3Lh5kskRJ4WC/nMsMgwDjTYgi\nimbBdvggVTc0TSaLH9FEoDRpx350OIUwYfLhuRs02c2ZO7IW1ZlCE3Gxxb56\n+hFs\r\n=/bxc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.0.4_1549967360126_0.16068818188474676"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.1.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.10",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.0.0",
				"@babel/plugin-proposal-class-properties": "7.0.0",
				"@babel/plugin-proposal-decorators": "7.0.0",
				"@babel/plugin-transform-runtime": "7.0.0",
				"@babel/polyfill": "7.0.0",
				"@babel/preset-env": "7.0.0",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.0.0",
				"@babel/runtime": "7.0.0",
				"babel-eslint": "9.0.0",
				"babel-loader": "8.0.2",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"css-loader": "1.0.0",
				"cssnano": "4.1.0",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.1",
				"eslint-config-th0r-react": "1.0.1",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.1.0",
				"mobx-preact": "3.0.0",
				"mocha": "5.2.0",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.1",
				"postcss-loader": "3.0.0",
				"preact": "8.3.1",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.0",
				"uglifyjs-webpack-plugin": "1.3.0",
				"url-loader": "1.1.1",
				"webpack": "4.18.0",
				"webpack-cli": "3.1.0",
				"webpack-dev-server": "3.1.8"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "c078a8ac4fe61833a5661e104140fc70b215924e",
			"_id": "webpack-bundle-analyzer@3.1.0",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "6.8.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-nyDyWEs7C6DZlgvu1pR1zzJfIWSiGPbtaByZr8q+Fd2xp70FuM/8ngCJzj3Er1TYRLSFmp1F1OInbEm4DZH8NA==",
				"shasum": "2f19cbb87bb6d4f3cb4e59cb67c837bd9436e89d",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.1.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1133635,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceicXCRA9TVsSAnZWagAA7BUQAKOxy8EM6FJU2aFhwaYw\nQgq0/UmdKL7Msp5lG9CQOjSa0tSirgPD/dWwj6winpAvq0QrwfMz3ep0RdYI\ndq0pM5G/JMqPhTKVW2mKrnRbmmwZMN+m0O/o3fR/IrbbBy3C8TO1fiufRnmN\nA5xOGArfHPC+ra5fidrilyJF+8zsna6FaA6sZoFMYOnLpUTgJC8DIyeZ/rtE\ncLx5HfbKqHmyNMJK3RbZ7fKNnP52L7w3LKyK6TF6z6ShAeTxVuWU7oiDxpvF\nxZ5q61JJion/2V6/U5jryYObH6RRxOm8InMYll0T8DFbN/YoLTE/wsquCLC5\nVVUBwRK2m1SpOfpCOCJz8AZD7xqa1zFy27Yl+USDBsMcEdPBy1aoJ8RfF7B9\nn68pnqpXtt3zlJ86Lhm3o+Ob7LMYrKXRVp/JOHxbZGbUtlToGaYZpb94n98S\nO8UFPyxKrn9ljnHRu2w70BpZ1usjOjzXVK7Uh2W6lwdQH0ClNSW7wNsYl/wZ\nJsvD059opQNy6oNfBFunSG77jqUInQEUoUPK+y4U0Vb73Em7FAggz3UJJX/e\nkWokk874nSVh3EoR2V5FK8wQZMsEXCZmIsOdRc7kccwOP9xOHahGo/nXcD9e\n7gJ6DIbJitXs4Y7LRHfNJG0qI1rdl5tW1CMiddCI7q7+lUrpbAYGVl4HoAQf\n346j\r\n=7s77\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.1.0_1551509270854_0.6443735817677843"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.2.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.10",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.0.0",
				"@babel/plugin-proposal-class-properties": "7.0.0",
				"@babel/plugin-proposal-decorators": "7.0.0",
				"@babel/plugin-transform-runtime": "7.0.0",
				"@babel/polyfill": "7.0.0",
				"@babel/preset-env": "7.0.0",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.0.0",
				"@babel/runtime": "7.0.0",
				"babel-eslint": "9.0.0",
				"babel-loader": "8.0.2",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.1.2",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"css-loader": "1.0.0",
				"cssnano": "4.1.0",
				"del": "3.0.0",
				"eslint": "4.16.0",
				"eslint-config-th0r": "1.0.1",
				"eslint-config-th0r-react": "1.0.1",
				"eslint-plugin-react": "7.6.1",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.1.0",
				"mobx-preact": "3.0.0",
				"mocha": "5.2.0",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.1",
				"postcss-loader": "3.0.0",
				"preact": "8.3.1",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.0",
				"uglifyjs-webpack-plugin": "1.3.0",
				"url-loader": "1.1.1",
				"webpack": "4.18.0",
				"webpack-cli": "3.1.0",
				"webpack-dev-server": "3.1.8"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "95a6417d67bc9179e022e03137cffe1fb9f005f2",
			"_id": "webpack-bundle-analyzer@3.2.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"dist": {
				"integrity": "sha512-F6bwrg5TBb9HsHZCltH1L5F091ELQ+/i67MEH7jWkYRvVp53eONNneGaIXSdOQUiXUyd3RnkITWRfWvSVQGnZQ==",
				"shasum": "0630d298e88511d036d7c823705d7b852593d5c4",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.2.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1133944,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqE1LCRA9TVsSAnZWagAA+gUP+wdAuWr0ePlOg1RpKNOq\niKdUB6hqvzPWz06dWdE/pJOAlMKZ/rrP2iS00I1ULAG7zbfOUhVr+Sjgp/RE\nNrJuGpEfd7/4R98pfNoEtv7a/HU0n0S1TOS2Hk8deeqvFnYDzWYTBvkHcubu\nD7BTmdEJWtrcJlGG0JejMamYQ+vWE/ZGlDP5/shUkcHi9/OMEHbD2jK89R3B\nS6d+dFDbnxW/YVIf5aJ55yc+fax+X0H95Eg4wQhbncLpECilcxbXDAc4+gj4\nxeZhx4p0dyQni0b9jMqBXDShRzTdEOlsr6z2ltQFil2/JRoXWY1TzcvLwM6o\nrf+/RQmr39TfXpdwmOiR7VghWYC81LAwMPtuC9pdMc7iQeChpGwCTjuORBQH\n1RUV1zyEO8LiReYW2cKLv3lTklVW1UH+1wSxOD1eursvk0gJSQXzuA6k//b2\n8MqB4sstwfTSS3YEjzFKzEMXfdIAIbS36fUITBX413iVMQMySJC20qnDkwUE\n3T2H5jzAaghn8WDpF7UpZajhNfPtmRLSul0EVq0PBagGzgbnZyP8T4iSegwe\n793pvdXrWbsZF0MemeqmKDoLKBfLom9MI26o8bw1NNG6tZweHGzKlsR9DVL7\nGH4EwWHlc8izUuq1/ZNKeP2omrE5Pj9opcxsSiXxQlwriRV6fzSAMjB8NZIA\nx9Wy\r\n=o8WL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.2.0_1554533706299_0.9770507500833501"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.3.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.10",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "838fef4ab81080e74bfa00b43d3d382fa6192497",
			"_id": "webpack-bundle-analyzer@3.3.0",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-xNz1oC5pFiVLyDHDz2qZs3ydAuIWv96zokdBZAz+xdhD8BX3mytCmbWkzLzNRDjuWEovhQtycuvpfd368XvLBA==",
				"shasum": "2c18aca01fa03f11dccb3f627fb40b9f38bd7225",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1180738,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcreJGCRA9TVsSAnZWagAAQ7IQAJk0sv4JUhTuNtULdWqu\n83kkhs0n+AsZs3nxyg8PTocB3qUIAqP2j+fwYi3qVWc3VyqX+lSWxVCY3o2W\n1d82SZ+m4rS0N/jAfBYGjtuUXbM+QwmjpouGapL9J9gEXabmnBTSROP8I7Xz\nwdp4b/9ggJg8hL2zsfG6s5LMhBV8PNsUFd83ZdeGsuCMsLyY7iH29kfnIu3P\nokZ5zRiypq7tCRL+k/9xih4/qF0B1FAxt5u+bWYVIf01pxLN4gpfuoK+D5IQ\nRKUIexLkRXDHDLCa00MDkoT48jn6eTU0uB7g8f/dMbtxLNFImpyQUy35slGd\nd4RZrPXxODaP+5/8Fv3A4oyqWrdhB2CKehJOng//pi8+FFLqbvHRtzecbSxH\nR0f4NOD5MKi+NkXCPEkwQgUVDOVLnJaJ9EC5tOajxAwsUnIqxR6H8EHy1Ctx\n/+i1y0JMlYkEsbcGQXVKw7g3xr9fomgg73ScPVKom5SHGKNRVurFkRjz7NGF\nrEvxwCwwX0bPv1YM6sC7Kvt2WjQaOljr4RnMiY3c2jxegDgzWKvxzQkUVZHF\n+5tGukaGueoSz7iS+Y/9YeKeZKhy8ynAhKLWdMo5Mn/px5OerwOGcXGdeNCF\ncEyYruBGqdY6OVvhg7LjjDKdD+5XR3nzCOqi7xiJ1i6D3eTE/z+dDV6NocB6\nKq3t\r\n=scuw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.3.0_1554899525287_0.26232109430248385"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.1": {
			"name": "webpack-bundle-analyzer",
			"version": "3.3.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.10",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "9836649e870ef2e0a19da1ad4b17bf92c645e536",
			"_id": "webpack-bundle-analyzer@3.3.1",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-/Ih0FnzA55hmlGZCq16rYsXMgJbxOScr6ocQW+qp4e+nEHWdHpEIusshmUY2o2Eog0oQwMBaaH5Ywgqt2yYiTA==",
				"shasum": "6c3f7d3178193313b49757db57b587b6302471f0",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.1.tgz",
				"fileCount": 40,
				"unpackedSize": 1181427,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcryOZCRA9TVsSAnZWagAAPa8P/1sYd3at6mm2JP/jwTWQ\nu8vtaBYTj6S5SSxTY7C25QskIEjaPWYTLeJ4LlFvLMNeNnzscVONgnevqO9R\neaJojh6chUOmJ9skU/vmcqQV2Ct9zKQWTNzCP3na1fTVSh1G7mMqzwKgPsXx\nOKGa+szb0ZvXQaTAra+jxrQBFI9KcYydJ0Ylt2RIvD7x1LEqcQN/3CYdWxMM\n9L6w8bFjXE0QfncEvdxGntzw+bLaIlaiamEB8VQuaPZj3pVMbie7+WuJeiRh\ny7v7wvlmvYmSpPlcXLQBeHj6z5w7I3/IlSDMKiK/RTw+ql1ZigAySBuVTa42\nlUGTEg721qRdU6wK0Plphze6RYGiXOXrHafYFZGy6cMHcdR0Gi1NtsF2U7ya\nbkDD7qIgROJIeCJjhKOAMk3vB1xd1sZ9K5vcOx21MGMf/NyQmaSdEWsuDQtD\nlVv2YdJyKtJrnxSC5EXrDjMwf9ePN9VARrk1EU9nxmjZkNQBrKQDlt2F8IMi\nuOS9HpevLXPs6I43iPlGjJLC25z/aaA2U8SlYIKag+STNRGMzgKovX9ZZoEJ\ncRWefAW9G3xVW9225Y/9j7gl0BjX4W/eRo5P4ctpQRG+xGtPkHvO30Rlfh4H\nzqDvtLzb+JVdVIc9W/oE2X62qm+Od2xvs/T1VslugTgt/usYamNUgXlKnrum\nezOu\r\n=SeKt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.3.1_1554981784972_0.3218735014046097"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.3.2": {
			"name": "webpack-bundle-analyzer",
			"version": "3.3.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.10",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "345c3f5c2cc8cd1a450f155ea989859b110944a0",
			"_id": "webpack-bundle-analyzer@3.3.2",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"dist": {
				"integrity": "sha512-7qvJLPKB4rRWZGjVp5U1KEjwutbDHSKboAl0IfafnrdXMrgC0tOtZbQD6Rw0u4cmpgRN4O02Fc0t8eAT+FgGzA==",
				"shasum": "3da733a900f515914e729fcebcd4c40dde71fc6f",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.2.tgz",
				"fileCount": 40,
				"unpackedSize": 1181428,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcr0+hCRA9TVsSAnZWagAAIH4P/iofEtgkk5REO2o/BSh9\nhVLoExfkEQDJFwitKgw3eLxRk8dc4WfyI3H0Viy5QeCiyD/AHABFnPOd8mnq\nURuYnBd8aFpzNq1UPaziLBsvHHmoHCJux3VhN11lFUHMlefMBZJJfLDmcgj3\nqwujSitZbtHieGrgGAvgquL8NNnMH3QpUPP6w+r4+4k2Yq66G9f4JELKgCKM\nmxUnG5PRIUyt+tjJKgsto3PnRW4sM/PIGKPD86fXRLnaIpHZWph4HvhsMP9B\ng0j03EwSVlcp7c2hV8nV4e0JT48i7aPVcwzTxR99uwCPzi0jZ23kdD/gyHIo\ni8ocGR3TVuNzKcx3qqLtpdmWHijX6MueHOsOsvTnEBy9KUadat2lxAA5m+Yc\nalNXazHP5pJgDi7VPndR/vyt5pXv9KPeibKUHhyTYwvgouxdhUdw7T0wZ3J3\nenVMNkZTuFpqzrVP7ercY3IUVX5gZuHmzmvBrpEBhI3YmYC2og4Eqqzue0v3\nVCvLItoRwZwMj/UOxvUH5X/qdnW2tW3sVTGSg2UhhMKmLS3xtMrWf/5te3b0\nddYPoi6HNy+N+QKWHPzz9fgLkMlmlMVXmG7+gVblB3xckzpql3cRSFbmziyc\ng0Uk8OuEU7HQkZqVbeIYnXfxo/fyrX2cby389w3OmewdOLh/7rHfKWtDszBc\nnk4H\r\n=envs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.3.2_1554993057204_0.6347969562428943"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.4.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.4.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "dfb95759a22b39b0a16e56eeb51969a2865e28dd",
			"_id": "webpack-bundle-analyzer@3.4.0",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "6.10.0",
			"dist": {
				"integrity": "sha512-aQF79FrHKukJelV4diJr+3IwRzFlJLzoUgw1e+T2MYsSN4LbRTxCoZuvMrE8qIlYfEMlcuqKKzHYVutze6QKcg==",
				"shasum": "3264ab5a68db751be94aa2a9a245a607cec07be2",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.4.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1185107,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP3FXCRA9TVsSAnZWagAAy48P/3VPSts2MtJMkQI6MrSc\nxTXcnNIhDZtDDA6btQ774ZUUi6wNyPkhBbzwzWAZDanbrh6Ei+HGu0eoV7Js\n7Fbqtsc61mMv1LTYh5Aq5W18PDADi5lFHFujagXjRouazUH+6f7g7GCtRe9d\niZR5vw5w+MW2xKUxgli0QLb4URFbHxb8fpM/Q3WYVpbijMMiek/EtiY1imvO\nzMlHLOkoPa1ky5PwqS0Po03y+4c8vMwf1P2KhJOHfUe4exvy31dXOOs2826/\nQ+X25ZPUc5XySTjrrBTiIyIIzQgiGptSKWANWFEZH4DG/bhhanmr5Y+iZEVs\nlGIEWYTXIlmEWGgDQPATp+cn5GyMo9MAXX6k3BFoyopj7nTau+qd5PvI7iHa\no8L90DBhYwOPrLzJL3iUTQy2xgk9OLTJjGMmm64J5h0OZ0ez6P39QSfZrWn9\nvfoJAkBkEm1Jd7GGocKESDyU0xnMVsW8F6BIOiAh+IW4sserbiGTe4uoYSMh\nxP5BxhP8Ak1cpxhyMOEpfOPM/i10jcz/xcPAIj0znjRAP8QZFZDop8lZoRmF\n5+0pDRicVOsPQo6ZkdIgehZ1I/3uw1F4nFuRFZ0lEIbFaR6PaYyhy3RZpi44\nZ76E+q7dBJjD5b+kYLjncX1x9BJz1Igb7OTwMUKq7j0s4+9cibr4sSXrGS0M\n52lx\r\n=fF4D\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.4.0_1564438870984_0.8401499920794739"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.4.1": {
			"name": "webpack-bundle-analyzer",
			"version": "3.4.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "1506ae244631ab65e4397ed81d1a481e7f7457b7",
			"_id": "webpack-bundle-analyzer@3.4.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.10.0",
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Bs8D/1zF+17lhqj2OYmzi7HEVYqEVxu7lCO9Ff8BwajenOU0vAwEoV8e4ICCPNZAcqR1PCR/7o2SkW+cnCmF0A==",
				"shasum": "430544c7ba1631baccf673475ca8300cb74a3c47",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.4.1.tgz",
				"fileCount": 40,
				"unpackedSize": 1185453,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP+mhCRA9TVsSAnZWagAA9TwQAI1KjYwgLjS4DnlN5T6c\nBixZ9MZNjfywq1d67pv2AeP0J9NGggRuKhRNKBHkFcivxCPHo4wtXHZJtV8N\nYkqv/BVcV0uWKQrLCKyvJVGKBdMO8RXnhdHHMs7KmdlUbojrSaNHLe386RHC\nKtPxG4yGnNNNIEic5RJPhnmoM5MkzFE3xZApFlTeVbuY9CSvXX3Do5pKGIzh\ns/vXIx5sXY6oM/e9VvwyHshfFbVAI0lq300nBpivjZsQ4AbIfOEasBVTv5KH\njS4DKWS+HhSCymjSwnNER1Z9asJ9R6eecbGzAh5BBRWArkocwcS+6r+Lw/ws\nMjBv3+z58UuEpPUDoOL3ipO77YF/plvRVcToVrv8oRpHrGAeaqprTI0brAR9\npH3p7TK106lSqCpHWk38TgmP4WGuTek7Y/zDmR0FcIEl6x6CBXaOX5TUhER/\nZSECcaSKUricNxsJ/PPsu4GEFzIZJlhAd9FfDmYEmH+Tt8jPexF/LuOXapiT\n6/QKwqoZhYvmadKILzS9IhEecUrv9WJuvQ4GMhwI9bMtRgslAkik7ocqHr02\n06ff6n2SmeeRaqOgvzhZJ+BHG4TJ89UUKYcr2ZAgyFcD0jqExWQhGEsP8TlD\nFjWmPrSzMd2jeuYL04Gby60l1QRi5yjjQyMDV+bbM+hIzrr/Os0bUK0U70Sd\n5HVQ\r\n=ma89\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.4.1_1564469664786_0.02232826903419194"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.5.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.5.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "0fb07ad3c9a56d045a7423b96130b0a9b9f1b157",
			"_id": "webpack-bundle-analyzer@3.5.0",
			"_nodeVersion": "12.9.1",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-NzueflueLSJxWGzDlMq5oUV+P8Qoq6yiaQlXGCbDYUpHEKlmzWdPLBJ4k/B6HTdAP/vHM8ply1Fx08mDnY+S8Q==",
				"shasum": "c82130a490a05f9267aa5956871aef574dff5074",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1189576,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdelbKCRA9TVsSAnZWagAAg6IP/2Jl3ehlffoFU/KIhDrf\nxxJvzsScGD286IhAyCRBbBC5DIpuimEAZH0U20FfKJW75X7Pz3DMGKV1ETBs\nRQKyiP0SiIksnYhqJ/r075Eb7TwmfYyx8kKMFuBEWccKjLsrZzQcncYi205x\nZcBTxBvGQVurnAvifWrI+9pyUA9guvCiThfaeeEvGnPGuMG9IKghnDqgq9fu\nwL/Rcs3HviCQnKt5VZFV973z0VSj0Ef5N0vALJFSiQjiUdbwda6Rju86a+FT\nid0MvuwB4RwPNCsPel0VOJJvU0SZuaf9hpnwhYgLzTzYC+OVIUAcQ9G7z2+t\nXzbEYFZQb3ortwmOU02BIL+K0LAjQpM5CB72gtwdyAbknsTRX/SOVE7Y8cit\nRPjrczs6rRrRkpF+92KMYGqRn9Sp+Ox1uBIaQx4ud98dn1X+7uA9Lu/zfUgi\nwt0PiyeM4LwsU9N2oEGJB53LVsW7K4h8dpDtlqD3cJvraP5FGfrg7gWnwFE3\n6qqnxAIP3Svvs7cNtYJhv1jOqzKWWt/qfu0J0Bh0+D7UXZDbEhR1Tmnagkif\nI/kRimTVtg0TqTGLHIyCOvnaR4rv52fZsHTNXwG9o+LRgr8W2l/VL3CdNuqx\n560pJ+bA2KLF8EWf9sXKbi65TsDWBbQoz6S04N7px0ULTQGC7jCbjbZQM7+u\nbgRV\r\n=LY+b\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.5.0_1568298698076_0.4868100563604352"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.5.1": {
			"name": "webpack-bundle-analyzer",
			"version": "3.5.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "d6aa7e8dd2ff1f32eb282caf6ac1c6fdce02fe2f",
			"_id": "webpack-bundle-analyzer@3.5.1",
			"_nodeVersion": "10.10.0",
			"_npmVersion": "6.10.2",
			"dist": {
				"integrity": "sha512-CDdaT3TTu4F9X3tcDq6PNJOiNGgREOM0WdN2vVAoUUn+M6NLB5kJ543HImCWbrDwOpbpGARSwU8r+u0Pl367kA==",
				"shasum": "84aabb1547178d842ebb4ccc7324084b6c3b0ea9",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.1.tgz",
				"fileCount": 40,
				"unpackedSize": 1189917,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhO2BCRA9TVsSAnZWagAAcGAP/1EK3JVfPYAUtyfNr+0d\nc90F+vZVGQOHBekH6Uwd9tsdVTIpNj6e/QQAMrLYXoxBSBAmLWFuB2zcz51w\npCTiZo1DIXgBaQFXbV6O54LXs05eqAASkwAGVm2LkamvK1BOm3gXJrtt0Yse\nXlEivZvpd/sBSb9q6iokTMKtYAMSvqMLXXcv/zccJht8EQ1aVWSC77iIpbUI\ndb1V1ESWKhV2ZOLgJnWrkSfgPfheo88lDTOxtniBC1XSyK4xPg6oAD2YQKVK\n+PdFCjOAiWDA9CCxnd4B6iuBU9i86Ksc0KbIYziGKoMdcxiXwmEE/6uzB5Y8\nKcTk7DWPzeyrhqPSiZApTB99PaBkroPCBDaHi/sjeW3fy1OvSQNNg+4hC2g1\nRBOeABlEsR4rZtHHm/PzAATSF1NlG7Aj//HYkkfvc/Itnp5L2S0vkUGFgKIZ\nF7/NI/6B8T/NMQW71OVeOjtfUYzXi/Wp3sN1uyAR7jTZp3Ztre79hO+1Ybin\nNfrrWDggVt+gwn8zhkm5wuGQ5l2mOlzwG5Z6Xpwhbv/urtZ9UNUvqeFwZ5B4\nvtS2u6uKN2okgdCyOADCXhgGAmW1t365K0BvDt4XkGkcdhANRZEc4Z8Kx14X\nV04YPgdyBgUxpG5LSUev+Dy8OX+cYHRdxVd7EahIVOz23ZZLZ7L9FDA+jz2S\nuznS\r\n=NzXU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.5.1_1568992640642_0.576260312694987"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.5.2": {
			"name": "webpack-bundle-analyzer",
			"version": "3.5.2",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "7fd44c94307e4455834ece1a0090cb8babd1c38a",
			"_id": "webpack-bundle-analyzer@3.5.2",
			"_nodeVersion": "10.10.0",
			"_npmVersion": "6.10.2",
			"dist": {
				"integrity": "sha512-g9spCNe25QYUVqHRDkwG414GTok2m7pTTP0wr6l0J50Z3YLS04+BGodTqqoVBL7QfU/U/9p/oiI5XFOyfZ7S/A==",
				"shasum": "ac02834f4b31de8e27d71e6c7a612301ebddb79f",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.2.tgz",
				"fileCount": 40,
				"unpackedSize": 1190585,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjHV9CRA9TVsSAnZWagAANZ0P/2Vxmad/owQb5t4elK5F\nxZoURuSnyh+HC5qeiRsYDQrwio/lJz2MRmDEtjSeARt3mcfuawlLFoY8gvR6\nLcrKnoxMlDBcCIy4WWkRoBAYDhzv6q2zj6BCWrEJbmGFR4LULm25bb56c8kR\nvmOVHv498rjmtRC20ScPN7KxTupjEAAZS1Fneq2MXg4Xax3mnsAuri7z7pDj\n03yL7o8Hykty0gm4bd4KuSnvBOd7DjttcHyzXA+trQctdw/xW+dnHM/Uu84t\nGq+Khwzt89aH1+ikXnh/RmlnaXDlxqjEjbSGssrb/+1sFHmzjtbjjqJwKRAc\n7fCed6HgMgvZSeQ1JV0xm8ox827hdqTzZnQKSYeWudAQYwUUuPvMOICeeOqU\nRj1/nIlQMrizrKtVmoJO3vvNJi+8w6cQN7gxvtudsuMDMy2IpByn45IwToyd\nP9PSfVFWl3zSp1lKoKC8u2WjzHZyocTuTRjBbDx/DpIJsbZtxd/mfF5cjlby\nLSNSFVd2+163JgGxNlyGAzigmgsFW7wGh3KIY3f1MTwEpygsP+SFr9rCUkVI\nCDKidAPV3YXwGbF2Ycbj7Nb/SQY8FsltU8CdAG14jjuBHAU9gdMqGDPhQg0n\nPg1J3HJq7u5AMsKVdxX+HoRHC2HnhldcRk0x4n3FlJgKl8jmW5V7H6pyfsLH\nzdZC\r\n=GImu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.5.2_1569486204906_0.6419749770546219"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.6.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.6.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^6.0.7",
				"acorn-walk": "^6.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.0",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.1.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.2.3",
				"url-loader": "1.1.2",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0",
				"webpack-dev-server": "3.3.1"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "9eb74999ce01caef350088e78ac2fe386367a604",
			"_id": "webpack-bundle-analyzer@3.6.0",
			"_nodeVersion": "10.10.0",
			"_npmVersion": "6.10.2",
			"dist": {
				"integrity": "sha512-orUfvVYEfBMDXgEKAKVvab5iQ2wXneIEorGNsyuOyVYpjYrI7CUOhhXNDd3huMwQ3vNNWWlGP+hzflMFYNzi2g==",
				"shasum": "39b3a8f829ca044682bc6f9e011c95deb554aefd",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.6.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1191269,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpy/YCRA9TVsSAnZWagAAZvoQAIsACKBec7W3j3Bx11AM\nIIPUWXPWLvVcOpSpv7JZWRPNP5pwe+9DqEF19KoGectEcVQQhK/+O4RWSxDr\nBn/9NTAyyaECbuFuHx8GCcjf70xINX+inAdqJM6tZxfG9A0x80m7aB5Qfr52\n7EFfmYMgTRcGGb2sTXa+3fNVbUMWSJytBxxx6FL9z9IVarAtQf0pkUziC59q\nOpOr7dZPmV7l1F+P+HcLGfPxQOsovY/3/io/nm7QwUp198R0yu3J0wUGNF4y\nuWQV7XJEcZy76hfJwmXEGtbkxI72ON0Nn4UIFBvoODt056ilOo1SruRn8E/L\nd5RjuhYv535aBaHb+5RbR0Cz4LKlxrXenq4zPbc0hzwWWGYkCYW47jjIA4IC\n33IrIxQ5u4X8Se6ANXmbl9saEcbfedOTcbruaZj7/+QtNk8KI05pP2KKn8UC\nWnEDp7efhmdQdLn96gwphL/Cnv7/zSlU/BzlxSsN3gIqi9kIIs24DZbL4GAq\ntyNCZ5w9qwTYXPAcYRJIZ6+YQGWKdOUG1v5Z2D4lHkaPWcViQ5LegFLGx6qx\ngI4l5dCFmj/7+tcHRrwYLEFbPkxDHsSDOs7Rp6EqsBEJlbFNneAOh8PJtM0N\nXu9OyZ8xXk+YRZJeCW75wbPhYyHKx7xc384jhjM3nzQZLo2FB8RosILs1e8/\nfVtl\r\n=DRoH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.6.0_1571237848066_0.640213315717425"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.6.1": {
			"name": "webpack-bundle-analyzer",
			"version": "3.6.1",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^7.1.1",
				"acorn-walk": "^7.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.2",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.2.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.4.3",
				"url-loader": "1.1.2",
				"webpack": "4.42.0",
				"webpack-cli": "3.3.11",
				"webpack-dev-server": "3.10.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "660dba62d28a69968851ade15290d1d77e898f13",
			"_id": "webpack-bundle-analyzer@3.6.1",
			"_nodeVersion": "12.16.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-Nfd8HDwfSx1xBwC+P8QMGvHAOITxNBSvu/J/mCJvOwv+G4VWkU7zir9SSenTtyCi0LnVtmsc7G5SZo1uV+bxRw==",
				"shasum": "bdb637c2304424f2fbff9a950c7be42a839ae73b",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.6.1.tgz",
				"fileCount": 40,
				"unpackedSize": 1203540,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ4e/CRA9TVsSAnZWagAAt5cP/iceTG9v76SsHidAKR4L\ncu3NqNYnwayqOIXWtuShGiKPKaKoeBz4yeKyeUr5ZBz9gUQNBCho3LPqk2Ev\nxWdR6eiWO+kMvz3JhZ2DlvZuZdS2ctepHvhj/EEc9+SmC+E79nDkqCISl456\nf5HzwlyUNLVr1n7RiZTBzxyp+y1Do3P2c/WCXdbk8N9Sb3lafgGdW9uZtVap\n0EceobGyrXvWaS0MGp1Qyi7CUI7JlKSy+Y0H1Asj51wLbdEt0e7DsXIlPoPO\nv/9mTA8/M42cKkY72WX4UKlYVX3j2YeDyeDYRzm/IoC6FiTfbSa+U9knMlYu\nVs4ni4KF/y8bsv8nutUS9Gty0NkUdsPIO5RNn9FwtZi0Ji7Zs/M+6JMuqVgY\njVm0UKVGyLvv02t1YTxQPLCQQuOz3+wxD7dK+uhfSVq7ts8sX68gxZPLrul2\nalbGtt2gnjn2i5k7Y3Q9zQfzFjS73t+IWn1D4GF/X9Oqs4TbMo4u/qZZVECZ\nF12mMDkVvzMpcKi97htOF885t7L8hf2CvMHK1AAEfJPCy/mBGlk6AhZJL8sx\nsL8tcnFoOFo67/t3Y1ILX4rPZetTgxCVJWJHS+UE1EjLuPQHVUew0yEB2s9C\ntHY58w9A1tiU/6gIMxR1LugpkLFlelsr3sNJXPjUESXOHpYWIMLoEVGUk4Mh\nX4mX\r\n=7uZ3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"_npmUser": {
				"name": "th0r",
				"email": "grunin.ya@ya.ru"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.6.1_1583843262647_0.7956876195001168"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.7.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.7.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^7.1.1",
				"acorn-walk": "^7.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.2",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.2.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.4.3",
				"url-loader": "1.1.2",
				"webpack": "4.42.0",
				"webpack-cli": "3.3.11",
				"webpack-dev-server": "3.10.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "06e6b39b309d0eb59ebad0d8db7ef4234dc04673",
			"_id": "webpack-bundle-analyzer@3.7.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-mETdjZ30a3Yf+NTB/wqTgACK7rAYQl5uxKK0WVTNmF0sM3Uv8s3R58YZMW7Rhu0Lk2Rmuhdj5dcH5Q76zCDVdA==",
				"shasum": "84da434e89442899b884d9ad38e466d0db02a56f",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.7.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1208806,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelVrcCRA9TVsSAnZWagAAsJoQAKEo6xCltiyebm+v8tzo\n4N5quwwaAIERYvZp9kMAMvfS57s1dB/xkFk/1PWj6Z2j36npJP3O385RvvDD\nAfiSBGfGWiLG3P8Is7G1IVkTOe15bNVyVjO/DboH5d3Uih180k2Jc1tjs7S1\nwYO3aI2QmPVd/LOxHjjSQKISaOvtoWTe5gbyQc4PpaAEwQ61Y85Bvh3GBV2E\nc0K4LUqacsQXLhokFBKlcv68d3/2TfvCRk5NBDugdBd2I2A/4K86PVuFCLSA\ncoVWQxByr6uVMbkC7yoVHoAZK2myFLSqhCH/ZAAdifYwX1d1Wfy6y6/ahigq\nVWXsRlS+PjUk06mTdA8GBaXV2OmQ7k18AojyMBKyztWV23v1U4rH7JrXxpal\nYIqWPmpm9branblrla2HTaOmIrE/mr+pN+2iGY0Wxqsez/jbPa8bptb2+WPl\nx8t+KuLNF3/GZ6IzQJFqNGs/tZm+NrKb+e5IDh2aLRUjmuZ12S7W96YHOyY6\nTkR2i6qIBGX/ttE6eCYEqMxhx4DC3iyyIJmZB5+T+lvxtOlnYNLkYSRSg7JX\ntTF/cGhfwrEm/hLjjgw8XrAzx/UuUTjzsIb26WS48nFMSceNQ0qBn7xDjPko\nHCakWzFDEjqVpkAgGaIiUyJyrUPpnltiuntRqirB3frv5m9yVpPO+40+66VU\nOJGj\r\n=MLHV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.7.0_1586846427975_0.741012500172687"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.8.0": {
			"name": "webpack-bundle-analyzer",
			"version": "3.8.0",
			"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
			"author": {
				"name": "Yury Grunin",
				"email": "grunin.ya@ya.ru"
			},
			"license": "MIT",
			"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
			"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
			"bugs": {
				"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
			},
			"main": "lib/index.js",
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 6.14.4"
			},
			"scripts": {
				"start": "gulp watch",
				"build": "gulp build",
				"npm-publish": "npm run lint && npm run build && npm test && npm publish",
				"lint": "eslint --ext js,jsx .",
				"test": "mocha --exit --require @babel/register",
				"test-dev": "mocha --watch --require @babel/register"
			},
			"dependencies": {
				"acorn": "^7.1.1",
				"acorn-walk": "^7.1.1",
				"bfj": "^6.1.1",
				"chalk": "^2.4.1",
				"commander": "^2.18.0",
				"ejs": "^2.6.1",
				"express": "^4.16.3",
				"filesize": "^3.6.1",
				"gzip-size": "^5.0.0",
				"lodash": "^4.17.15",
				"mkdirp": "^0.5.1",
				"opener": "^1.5.1",
				"ws": "^6.0.0"
			},
			"devDependencies": {
				"@babel/core": "7.4.3",
				"@babel/plugin-proposal-class-properties": "7.4.0",
				"@babel/plugin-proposal-decorators": "7.4.0",
				"@babel/plugin-transform-runtime": "7.4.3",
				"@babel/polyfill": "7.4.3",
				"@babel/preset-env": "7.4.3",
				"@babel/preset-react": "7.0.0",
				"@babel/register": "7.4.0",
				"@babel/runtime": "7.4.3",
				"autoprefixer": "9.5.1",
				"babel-eslint": "10.0.1",
				"babel-loader": "8.0.5",
				"babel-plugin-lodash": "3.3.4",
				"chai": "4.2.0",
				"chai-subset": "1.6.0",
				"classnames": "2.2.6",
				"core-js": "2.6.5",
				"css-loader": "2.1.1",
				"cssnano": "4.1.10",
				"del": "4.1.0",
				"eslint": "5.16.0",
				"eslint-config-th0r": "2.0.0",
				"eslint-config-th0r-react": "2.0.0",
				"eslint-plugin-react": "7.12.4",
				"exports-loader": "0.7.0",
				"gulp": "4.0.2",
				"gulp-babel": "8.0.0",
				"mobx": "5.9.4",
				"mobx-preact": "3.0.0",
				"mocha": "6.2.2",
				"nightmare": "3.0.1",
				"postcss-icss-values": "2.0.2",
				"postcss-loader": "3.0.0",
				"preact": "8.4.2",
				"stream-combiner2": "1.1.1",
				"style-loader": "0.23.1",
				"terser-webpack-plugin": "1.4.3",
				"url-loader": "1.1.2",
				"webpack": "4.42.0",
				"webpack-cli": "3.3.11",
				"webpack-dev-server": "3.10.3"
			},
			"keywords": [
				"webpack",
				"bundle",
				"analyzer",
				"modules",
				"size",
				"interactive",
				"chart",
				"treemap",
				"zoomable",
				"zoom"
			],
			"gitHead": "14e331394f46d13d0a07fab71337a8482d4675e6",
			"_id": "webpack-bundle-analyzer@3.8.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-PODQhAYVEourCcOuU+NiYI7WdR8QyELZGgPvB1y2tjbUpbmcQOt5Q7jEK+ttd5se0KSBKD9SXHCEozS++Wllmw==",
				"shasum": "ce6b3f908daf069fd1f7266f692cbb3bded9ba16",
				"tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.8.0.tgz",
				"fileCount": 40,
				"unpackedSize": 1211007,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew9n4CRA9TVsSAnZWagAAu1cP/RbCPINeKemeBBgVvGeR\nrkQV+q/l+GcWgQQ3pbO7ufuoOlizbwQJAh78kz7sArDVCoxQnv2ZqCBhs5YZ\n65Jvfe1nZSKOq3dNdHanr24em13G26HPVBbmY6+7ncs1RDoFO7KsVA4NjgJW\nUoAylBOCqjYLCSXHRCnltxWtv8ogRmk8bRB0w3lKzpg2x9h7R+f0QXxaI6Rg\nFLyNVMWe/dc1v29nCizsaTTWOgfEbA7M7eadBxVEl5xPnirdTIdvGJFdFB6M\nfWlHH+tIekscfEInkFPMS7lHyp7FV+HBFmWTlgB/3Tf1RxWa/EXuScmsNz9h\nzv7+WEUJDfRd/nByx2Yu8/Ae6QsLYERZv4GSgcQsaS2dsEVEAIIaJh1e+lCa\nnHM9qgvNzRy5/vfIHo6JmsNUGq1ombwZbwa3uzVOFC/LLkFPVqyMlQPWCS5m\n+E9Gzqhrclqr5nu3L/3TP3XWpxVz1KPhyky8ILRdHX0FPsPgcgePtEIJcvLu\nv2wnXyyJVC8J4dBWxHdL8yJR+8DQFQvU+0f+LSAf7l0BJH21m0MvrQ012rX0\n6TNoIz8OfUzD4oRiNcNe0kqFuQ97z/tw9rtgkfF9BWL31B/vXQ5JmunXxMSS\nO1WH/jWs8hzmgKeLY9VkPDiaLQR7pSOBo2FXpg02byR6IoPKfG29gFOc9LZL\n9ziV\r\n=za3u\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bebraw@gmail.com",
					"name": "bebraw"
				},
				{
					"email": "wiens.joshua@gmail.com",
					"name": "d3viant0ne"
				},
				{
					"email": "grunin.ya@ya.ru",
					"name": "th0r"
				},
				{
					"email": "laakso.vesa@gmail.com",
					"name": "valscion"
				}
			],
			"_npmUser": {
				"name": "valscion",
				"email": "laakso.vesa@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpack-bundle-analyzer_3.8.0_1589893623782_0.9848952703390954"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-05-19T13:07:07.968Z",
		"created": "2016-10-21T05:14:32.783Z",
		"1.0.0-alpha": "2016-10-21T05:14:32.783Z",
		"1.0.1-alpha": "2016-10-21T06:00:58.526Z",
		"1.1.0-alpha": "2016-10-21T21:35:12.143Z",
		"1.1.1-alpha": "2016-10-21T21:43:46.576Z",
		"1.1.2-alpha": "2016-10-21T22:00:04.661Z",
		"1.2.0-alpha": "2016-10-22T07:21:42.113Z",
		"1.2.1-alpha": "2016-10-22T22:52:16.426Z",
		"1.2.2-alpha": "2016-10-23T10:11:58.447Z",
		"1.2.3-alpha": "2016-10-23T18:49:15.210Z",
		"1.2.4": "2016-10-24T06:53:55.228Z",
		"1.2.5": "2016-10-26T04:59:16.493Z",
		"1.3.0": "2016-11-01T08:53:28.483Z",
		"1.4.0": "2016-11-02T11:53:09.248Z",
		"1.4.1": "2016-11-02T17:05:57.799Z",
		"1.4.2": "2016-11-06T19:28:07.222Z",
		"1.5.0": "2016-11-08T06:48:52.676Z",
		"1.5.1": "2016-11-10T18:45:48.149Z",
		"1.5.2": "2016-11-10T19:47:47.779Z",
		"1.5.3": "2016-11-11T08:02:40.842Z",
		"1.5.4": "2016-11-24T14:59:56.461Z",
		"2.0.0": "2016-11-25T12:46:17.415Z",
		"2.0.1": "2016-11-26T19:23:15.441Z",
		"2.1.0": "2016-11-26T22:14:11.993Z",
		"2.1.1": "2016-11-28T16:23:41.187Z",
		"2.2.0": "2016-12-17T16:04:15.215Z",
		"2.2.1": "2016-12-23T15:31:11.713Z",
		"2.2.2": "2017-02-08T20:48:49.844Z",
		"2.2.3": "2017-02-09T06:44:38.584Z",
		"2.3.0": "2017-02-13T18:19:41.834Z",
		"2.3.1": "2017-03-09T07:19:27.300Z",
		"2.4.0": "2017-04-12T11:19:53.711Z",
		"2.4.1": "2017-05-06T11:08:41.030Z",
		"2.5.0": "2017-05-06T18:00:15.733Z",
		"2.6.0": "2017-05-06T19:27:40.373Z",
		"2.7.0": "2017-05-10T10:45:07.142Z",
		"2.8.0": "2017-05-12T12:46:21.662Z",
		"2.8.1": "2017-05-12T12:58:04.398Z",
		"2.8.2": "2017-05-18T20:32:25.909Z",
		"2.8.3": "2017-07-13T10:30:21.058Z",
		"2.9.0": "2017-08-04T15:22:21.635Z",
		"2.9.1": "2017-11-09T08:54:17.148Z",
		"2.9.2": "2018-01-08T11:06:18.561Z",
		"2.10.0": "2018-02-02T10:38:32.636Z",
		"2.10.1": "2018-02-23T19:35:14.337Z",
		"2.11.0": "2018-02-25T16:18:50.438Z",
		"2.11.1": "2018-03-01T14:03:51.242Z",
		"2.11.2": "2018-05-09T15:00:20.283Z",
		"2.11.3": "2018-05-13T12:15:43.308Z",
		"2.12.0": "2018-05-15T11:37:10.198Z",
		"2.13.0": "2018-05-21T08:12:19.254Z",
		"2.13.1": "2018-05-23T12:53:15.687Z",
		"3.0.0-beta.0": "2018-09-05T15:06:27.108Z",
		"3.0.0": "2018-09-11T14:20:23.317Z",
		"3.0.1": "2018-09-11T14:43:07.154Z",
		"3.0.2": "2018-09-12T08:28:29.604Z",
		"3.0.3": "2018-10-16T10:57:22.537Z",
		"3.0.4": "2019-02-12T10:29:20.348Z",
		"3.1.0": "2019-03-02T06:47:51.056Z",
		"3.2.0": "2019-04-06T06:55:06.500Z",
		"3.3.0": "2019-04-10T12:32:05.424Z",
		"3.3.1": "2019-04-11T11:23:05.153Z",
		"3.3.2": "2019-04-11T14:30:57.414Z",
		"3.4.0": "2019-07-29T22:21:11.250Z",
		"3.4.1": "2019-07-30T06:54:24.979Z",
		"3.5.0": "2019-09-12T14:31:38.245Z",
		"3.5.1": "2019-09-20T15:17:20.841Z",
		"3.5.2": "2019-09-26T08:23:25.174Z",
		"3.6.0": "2019-10-16T14:57:28.203Z",
		"3.6.1": "2020-03-10T12:27:42.816Z",
		"3.7.0": "2020-04-14T06:40:28.212Z",
		"3.8.0": "2020-05-19T13:07:03.964Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.8.0",
		"next": "3.0.0-beta.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"b33aa1e68bd5f73268bae5770cd12531\"",
			"fetched": 1593324267914
		}
	},
	"_distfiles": {
		"webpack-bundle-analyzer-1.0.0-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.0.0-alpha.tgz",
			"sha": "3f394814ba6ae7a9d85ce28f34bf9d1f1eda920f",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.0.1-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.0.1-alpha.tgz",
			"sha": "28b7d9d6bfe827f4263c9e17c2b4fee66c5e8d28",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.1.0-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.1.0-alpha.tgz",
			"sha": "0856376de0a72e544641f59ac939e09371b07f33",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.1.1-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.1.1-alpha.tgz",
			"sha": "67dc4abf705bf2afa14fc25a6460f064fd7a4582",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.1.2-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.1.2-alpha.tgz",
			"sha": "9dbfa4922b43c87952a6f209cb253c79a211b865",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.2.0-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.0-alpha.tgz",
			"sha": "351baa5f550ebfe7cb518244f48ba99b65d7b642",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.2.1-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.1-alpha.tgz",
			"sha": "bd6f56006c8fe3ecb8f541c0c0d0f32f1b0aa1e4",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.2.2-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.2-alpha.tgz",
			"sha": "2343e88da945e206e3401d68df6ee205e47c3332",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.2.3-alpha.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.3-alpha.tgz",
			"sha": "870443dbb8fe3f801d713153b860a944a9a49ba0",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.2.4.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.4.tgz",
			"sha": "1084eae78016d8cc33afd571a7e6eb94f61e7acb",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.2.5.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.2.5.tgz",
			"sha": "ca457f7affd08b8c568c07f91bd251e911762e53",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.3.0.tgz",
			"sha": "27ebbf4d031d5b2f99f624934bbea49fd04b0e5f",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.4.0.tgz",
			"sha": "3098982db16e0cc39eede2e8c8cc6859fdb51fde",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.4.1.tgz",
			"sha": "9653994070993181c1e29d013218ecb5e35a27bb",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.4.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.4.2.tgz",
			"sha": "0c7d61299451eb85f1c79942994a84e2b64f19da",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.0.tgz",
			"sha": "ae43143433c1cc293940aaa3b740dfc2dc520c8c",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.5.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.1.tgz",
			"sha": "0d2117920e0ef9692bcef257e37efe55e5cf7173",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.5.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.2.tgz",
			"sha": "8c968fae17a862c643a3f4ac0cbe43b53184d823",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.5.3.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.3.tgz",
			"sha": "d1109bdd0a0067bba88ea6aa642533b4de926965",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-1.5.4.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-1.5.4.tgz",
			"sha": "cec4574706aed04c14477ef77938961b4ecbf794",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.0.0.tgz",
			"sha": "24d647090185616df46714d57be75e0e4162bd55",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.0.1.tgz",
			"sha": "07d6140cd5725d6f9108a3ba1d7f3bb9730c438e",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.1.0.tgz",
			"sha": "1946987c36b3343f13e32beea39be6b59b0d5de7",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.1.1.tgz",
			"sha": "34e574a90ed4e4ab30e0a8d2c529d1f3f322b238",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.2.0.tgz",
			"sha": "318006604a3442a297aadb71fe1495d6a13a5f1a",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.2.1.tgz",
			"sha": "a90edc00eb9cea917d2af009529decf71d7f4a84",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.2.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.2.2.tgz",
			"sha": "a77bee8d96f5884bb805875c2f65fd7fc9ac1931",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.2.3.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.2.3.tgz",
			"sha": "482a4d34fc532c326988c5eddb8d26f9a9646395",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.3.0.tgz",
			"sha": "0d05e96a43033f7cc57f6855b725782ba61e93a4",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.3.1.tgz",
			"sha": "d97f8aadbcce68fc865c5787741d8549359a25cd",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.4.0.tgz",
			"sha": "e406b016e7452bc864793848c79308782accba8e",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.4.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.4.1.tgz",
			"sha": "1f5a3df297b59da2f8216c9b761b3fa40686f471",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.5.0.tgz",
			"sha": "5e4116a1935e198dc353e5f21cd7bf09e137c9b6",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.6.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.6.0.tgz",
			"sha": "9b8052d6aa26004f49ab76e88c45445ecd03f15a",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.7.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.7.0.tgz",
			"sha": "9a8320a9e33917ade47aa1369013bbf4d4a9f5af",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.8.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.8.0.tgz",
			"sha": "a1ea0714add76f51a2cc84f4064fd51b1c937d58",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.8.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.8.1.tgz",
			"sha": "f452a5e4ae0cd8144d8b0347f2c3c644310daedd",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.8.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.8.2.tgz",
			"sha": "8b6240c29a9d63bc72f09d920fb050adbcce9fe8",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.8.3.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.8.3.tgz",
			"sha": "8e7b3deb3832698c24b09c84dfe5b43902a83991",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.9.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.0.tgz",
			"sha": "b58bc34cc30b27ffdbaf3d00bf27aba6fa29c6e3",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.9.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.1.tgz",
			"sha": "c2c8e03e8e5768ed288b39ae9e27a8b8d7b9d476",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.9.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.2.tgz",
			"sha": "63ed86eb71cc4cda86f68e685a84530ba0126449",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.10.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.10.0.tgz",
			"sha": "d0646cda342939f6f05eb632a090abbd90317446",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.10.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.10.1.tgz",
			"sha": "544db56754b6737451f69d5fca7c0be5fe30987f",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.11.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.0.tgz",
			"sha": "ed6f6ab59f5b341ffb60849ca707a7fe841c4f86",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.11.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.1.tgz",
			"sha": "b9fbfb6a32c0a8c1c3237223e90890796b950ab9",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.11.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.2.tgz",
			"sha": "5ae05bfccffb16683977237bf319323653e44f9f",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.11.3.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.11.3.tgz",
			"sha": "4b442c9bd23f1853af4c9af3a90e21646f16afc3",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.12.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.12.0.tgz",
			"sha": "abb8ed9053123dabeb03a0463db52706f54730c7",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.13.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.0.tgz",
			"sha": "8d7db44c3d4844bc911890998e1110514cf12264",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-2.13.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz",
			"sha": "07d2176c6e86c3cdce4c23e56fae2a7b6b4ad526",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.0.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.0-beta.0.tgz",
			"sha": "fae012d4d32cad93d1b65af9abb7bb3212e13dec",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.0.tgz",
			"sha": "840002816523e9a766b6bc006fc1954c8768d871",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.1.tgz",
			"sha": "5d54d5767265fbd862872bc5db2c0499272b3230",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.2.tgz",
			"sha": "22f19ea6d1b5a15fd7a90baae0bc0f39bd1e4d48",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.3.tgz",
			"sha": "dbc7fff8f52058b6714a20fddf309d0790e3e0a0",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.0.4.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.4.tgz",
			"sha": "095638487a664162f19e3b2fb7e621b7002af4b8",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.1.0.tgz",
			"sha": "2f19cbb87bb6d4f3cb4e59cb67c837bd9436e89d",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.2.0.tgz",
			"sha": "0630d298e88511d036d7c823705d7b852593d5c4",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.3.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.0.tgz",
			"sha": "2c18aca01fa03f11dccb3f627fb40b9f38bd7225",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.3.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.1.tgz",
			"sha": "6c3f7d3178193313b49757db57b587b6302471f0",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.3.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.2.tgz",
			"sha": "3da733a900f515914e729fcebcd4c40dde71fc6f",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.4.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.4.0.tgz",
			"sha": "3264ab5a68db751be94aa2a9a245a607cec07be2",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.4.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.4.1.tgz",
			"sha": "430544c7ba1631baccf673475ca8300cb74a3c47",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.5.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.0.tgz",
			"sha": "c82130a490a05f9267aa5956871aef574dff5074",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.5.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.1.tgz",
			"sha": "84aabb1547178d842ebb4ccc7324084b6c3b0ea9",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.5.2.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.2.tgz",
			"sha": "ac02834f4b31de8e27d71e6c7a612301ebddb79f",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.6.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.6.0.tgz",
			"sha": "39b3a8f829ca044682bc6f9e011c95deb554aefd",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.6.1.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.6.1.tgz",
			"sha": "bdb637c2304424f2fbff9a950c7be42a839ae73b",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.7.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.7.0.tgz",
			"sha": "84da434e89442899b884d9ad38e466d0db02a56f",
			"registry": "npmjs"
		},
		"webpack-bundle-analyzer-3.8.0.tgz": {
			"url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.8.0.tgz",
			"sha": "ce6b3f908daf069fd1f7266f692cbb3bded9ba16",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"webpack-bundle-analyzer-3.6.0.tgz": {
			"shasum": "39b3a8f829ca044682bc6f9e011c95deb554aefd"
		}
	},
	"_rev": "2-5c1b950cd1e48166",
	"_id": "webpack-bundle-analyzer",
	"readme": "[![npm][npm]][npm-url]\n[![node][node]][node-url]\n[![deps][deps]][deps-url]\n[![tests][tests]][tests-url]\n[![downloads][downloads]][downloads-url]\n\n<div align=\"center\">\n  <a href=\"https://github.com/webpack/webpack\">\n    <img width=\"200\" height=\"200\"\n      src=\"https://webpack.js.org/assets/icon-square-big.svg\">\n  </a>\n  <h1>Webpack Bundle Analyzer</h1>\n  <p>Visualize size of webpack output files with an interactive zoomable treemap.</p>\n</div>\n\n<h2 align=\"center\">Install</h2>\n\n```bash\n# NPM\nnpm install --save-dev webpack-bundle-analyzer\n# Yarn\nyarn add -D webpack-bundle-analyzer\n```\n\n<h2 align=\"center\">Usage (as a plugin)</h2>\n\n```js\nconst BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;\n\nmodule.exports = {\n  plugins: [\n    new BundleAnalyzerPlugin()\n  ]\n}\n```\n\nIt will create an interactive treemap visualization of the contents of all your bundles.\n\n![webpack bundle analyzer zoomable treemap](https://cloud.githubusercontent.com/assets/302213/20628702/93f72404-b338-11e6-92d4-9a365550a701.gif)\n\nThis module will help you:\n\n1. Realize what's *really* inside your bundle\n2. Find out what modules make up the most of its size\n3. Find modules that got there by mistake\n4. Optimize it!\n\nAnd the best thing is it supports minified bundles! It parses them to get real size of bundled modules.\nAnd it also shows their gzipped sizes!\n\n<h2 align=\"center\">Options (for plugin)</h2>\n\n```js\nnew BundleAnalyzerPlugin(options?: object)\n```\n\n|Name|Type|Description|\n|:--:|:--:|:----------|\n|**`analyzerMode`**|One of: `server`, `static`, `json`, `disabled`|Default: `server`. In `server` mode analyzer will start HTTP server to show bundle report. In `static` mode single HTML file with bundle report will be generated. In `json` mode single JSON file with bundle report will be generated. In `disabled` mode you can use this plugin to just generate Webpack Stats JSON file by setting `generateStatsFile` to `true`. |\n|**`analyzerHost`**|`{String}`|Default: `127.0.0.1`. Host that will be used in `server` mode to start HTTP server.|\n|**`analyzerPort`**|`{Number}` or `auto`|Default: `8888`. Port that will be used in `server` mode to start HTTP server.|\n|**`reportFilename`**|`{String}`|Default: `report.html`. Path to bundle report file that will be generated in `static` mode. It can be either an absolute path or a path relative to a bundle output directory (which is output.path in webpack config).|\n|**`defaultSizes`**|One of: `stat`, `parsed`, `gzip`|Default: `parsed`. Module sizes to show in report by default. [Size definitions](#size-definitions) section describes what these values mean.|\n|**`openAnalyzer`**|`{Boolean}`|Default: `true`. Automatically open report in default browser.|\n|**`generateStatsFile`**|`{Boolean}`|Default: `false`. If `true`, webpack stats JSON file will be generated in bundle output directory|\n|**`statsFilename`**|`{String}`|Default: `stats.json`. Name of webpack stats JSON file that will be generated if `generateStatsFile` is `true`. It can be either an absolute path or a path relative to a bundle output directory (which is output.path in webpack config).|\n|**`statsOptions`**|`null` or `{Object}`|Default: `null`. Options for `stats.toJson()` method. For example you can exclude sources of your modules from stats file with `source: false` option. [See more options here](https://webpack.js.org/configuration/stats/). |\n|**`excludeAssets`**|`{null\\|pattern\\|pattern[]}` where `pattern` equals to `{String\\|RegExp\\|function}`|Default: `null`. Patterns that will be used to match against asset names to exclude them from the report. If pattern is a string it will be converted to RegExp via `new RegExp(str)`. If pattern is a function it should have the following signature `(assetName: string) => boolean` and should return `true` to *exclude* matching asset. If multiple patterns are provided asset should match at least one of them to be excluded. |\n|**`logLevel`**|One of: `info`, `warn`, `error`, `silent`|Default: `info`. Used to control how much details the plugin outputs.|\n\n<h2 align=\"center\">Usage (as a CLI utility)</h2>\n\nYou can analyze an existing bundle if you have a webpack stats JSON file.\n\nYou can generate it using `BundleAnalyzerPlugin` with `generateStatsFile` option set to `true` or with this simple\ncommand:\n\n```bash\nwebpack --profile --json > stats.json\n```\n\nIf you're on Windows and using PowerShell, you can generate the stats file with this command to [avoid BOM issues](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/47):\n\n```\nwebpack --profile --json | Out-file 'stats.json' -Encoding OEM\n```\n\nThen you can run the CLI tool.\n\n```\nwebpack-bundle-analyzer bundle/output/path/stats.json\n```\n\n<h2 align=\"center\">Options (for CLI)</h2>\n\n```bash\nwebpack-bundle-analyzer <bundleStatsFile> [bundleDir] [options]\n```\n\nArguments are documented below:\n\n### `bundleStatsFile`\n\nPath to webpack stats JSON file\n\n### `bundleDir`\n\nDirectory containing all generated bundles.\n\n### `options`\n\n```\n  -V, --version               output the version number\n  -m, --mode <mode>           Analyzer mode. Should be `server`, `static` or `json`.\n                              In `server` mode analyzer will start HTTP server to show bundle report.\n                              In `static` mode single HTML file with bundle report will be generated.\n                              In `json` mode single JSON file with bundle report will be generated. (default: server)\n  -h, --host <host>           Host that will be used in `server` mode to start HTTP server. (default: 127.0.0.1)\n  -p, --port <n>              Port that will be used in `server` mode to start HTTP server. Should be a number or `auto` (default: 8888)\n  -r, --report <file>         Path to bundle report file that will be generated in `static` mode. (default: report.html)\n  -s, --default-sizes <type>  Module sizes to show in treemap by default.\n                              Possible values: stat, parsed, gzip (default: parsed)\n  -O, --no-open               Don't open report in default browser automatically.\n  -e, --exclude <regexp>      Assets that should be excluded from the report.\n                              Can be specified multiple times.\n  -l, --log-level <level>     Log level.\n                              Possible values: debug, info, warn, error, silent (default: info)\n  -h, --help                  output usage information\n```\n\n<h2 align=\"center\" id=\"size-definitions\">Size definitions</h2>\n\nwebpack-bundle-analyzer reports three values for sizes. `defaultSizes` can be used to control which of these is shown by default. The different reported sizes are:\n\n### `stat`\n\nThis is the \"input\" size of your files, before any transformations like\nminification.\n\nIt is called \"stat size\" because it's obtained from Webpack's\n[stats object](https://webpack.js.org/configuration/stats/).\n\n### `parsed`\n\nThis is the \"output\" size of your files. If you're using a Webpack plugin such\nas Uglify, then this value will reflect the minified size of your code.\n\n### `gzip`\n\nThis is the size of running the parsed bundles/modules through gzip compression.\n\n<h2 align=\"center\">Selecting Which Chunks to Display</h2>\n\nWhen opened, the report displays all of the Webpack chunks for your project. It's possible to filter to a more specific list of chunks by using the sidebar or the chunk context menu.\n\n### Sidebar\n\nThe Sidebar Menu can be opened by clicking the `>` button at the top left of the report. You can select or deselect chunks to display under the \"Show chunks\" heading there.\n\n### Chunk Context Menu\n\nThe Chunk Context Menu can be opened by right-clicking or `Ctrl`-clicking on a specific chunk in the report. It provides the following options:\n\n * **Hide chunk:** Hides the selected chunk\n * **Hide all other chunks:** Hides all chunks besides the selected one\n * **Show all chunks:** Un-hides any hidden chunks, returning the report to its initial, unfiltered view\n\n<h2 align=\"center\">Troubleshooting</h2>\n\n### I don't see `gzip` or `parsed` sizes, it only shows `stat` size\n\nIt happens when `webpack-bundle-analyzer` analyzes files that don't actually exist in your file system, for example when you work with `webpack-dev-server` that keeps all the files in RAM. If you use `webpack-bundle-analyzer` as a plugin you won't get any errors, however if you run it via CLI you get the error message in terminal:\n```\nCouldn't parse bundle asset \"your_bundle_name.bundle.js\".\nAnalyzer will use module sizes from stats file.\n```\nTo get more information about it you can read [issue #147](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/147).\n\n\n<h2 align=\"center\">Maintainers</h2>\n\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars3.githubusercontent.com/u/302213?v=4&s=150\">\n        </br>\n        <a href=\"https://github.com/th0r\">Yuriy Grunin</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars3.githubusercontent.com/u/482561?v=4&s=150\">\n        </br>\n        <a href=\"https://github.com/valscion\">Vesa Laakso</a>\n      </td>\n    </tr>\n  <tbody>\n</table>\n\n\n[npm]: https://img.shields.io/npm/v/webpack-bundle-analyzer.svg\n[npm-url]: https://npmjs.com/package/webpack-bundle-analyzer\n\n[node]: https://img.shields.io/node/v/webpack-bundle-analyzer.svg\n[node-url]: https://nodejs.org\n\n[deps]: https://david-dm.org/webpack-contrib/webpack-bundle-analyzer.svg\n[deps-url]: https://david-dm.org/webpack-contrib/webpack-bundle-analyzer\n\n[tests]: http://img.shields.io/travis/webpack-contrib/webpack-bundle-analyzer.svg\n[tests-url]: https://travis-ci.org/webpack-contrib/webpack-bundle-analyzer\n\n[downloads]: https://img.shields.io/npm/dt/webpack-bundle-analyzer.svg\n[downloads-url]: https://npmjs.com/package/webpack-bundle-analyzer\n\n<h2 align=\"center\">Contributing</h2>\n\nCheck out [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on contributing :tada:"
}