{
	"name": "webpackbar",
	"versions": {
		"0.0.0": {
			"name": "webpackbar",
			"version": "0.0.0",
			"description": "Elegant Progressbar for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"_id": "webpackbar@0.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-3rP6RPZgTWVNTmnfLi0HZKxliS9Z+DAxon8MZF1VzoIOZ7hmt4iNEtOeqSZWTtvMrP1N9DaLPaftcIUeD1dKMA==",
				"shasum": "e03e435bc95265a8e840d4758fadadb82590e55c",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-0.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 10432
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_0.0.0_1521893464540_0.35568678139929966"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0": {
			"name": "webpackbar",
			"version": "1.0.0",
			"description": "Elegant Progressbar for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "44d434b3af078c3737535c8d9a99f8d863628ba3",
			"_id": "webpackbar@1.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-mFH2gtzg3IyC8lMduXvOGXEbz9xXKF4m0JI2Vz/TFVlkkZDf0fHRDc6oymxtgLrU3vxa4eS1/kJC5phP9d0pHg==",
				"shasum": "9dd1dcc8c1744233156798d6c882a7ed1d02cc4d",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 10987
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.0.0_1521896457966_0.5537640921316003"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "webpackbar",
			"version": "1.1.0",
			"description": "Elegant Progressbar for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "2f50f9f40b48d2c321e30c7b6ae762b755475ee0",
			"_id": "webpackbar@1.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-qWgyGiWi0bNAzTX7uOAddzM6svmSio9CwUM9eQkdbY6JmDF+GdWg4Pb6d7mMii2FXcCH2l26/z8fblw1Q3dkCA==",
				"shasum": "94d062e596a4d78203c8195129e92a3e72935635",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.0.tgz",
				"fileCount": 9,
				"unpackedSize": 16343
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.1.0_1521912019355_0.09001231397653764"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.1": {
			"name": "webpackbar",
			"version": "1.1.1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "72768ac56fe2c174cf1b4efcfd91064200c931af",
			"_id": "webpackbar@1.1.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-p0zyMZn8973Vkv+GPTTcWamBXdclakDrljbyuzXBLT37ZwplT2RL2GFLw4fmM5FWLo1595B8Ka39cfHYa5ys/A==",
				"shasum": "0461846eeaf9ec5b473e78235b75efa5762873de",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.1.tgz",
				"fileCount": 9,
				"unpackedSize": 16477
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.1.1_1521912635122_0.6081476280687217"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.2": {
			"name": "webpackbar",
			"version": "1.1.2",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "e2df7d24389c631b04826403b8caa1bbdaa5b37c",
			"_id": "webpackbar@1.1.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-AJPN+xT6L4HpnIlTAYcqYPULoAvLqJC+1mSJt1LrXw/x4t28ODb2isEVzmMEJCOzoEAXCH2wfwdhu2/JoLK06w==",
				"shasum": "e2a05a77507da032f7c6138a6d282e794e531566",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.2.tgz",
				"fileCount": 9,
				"unpackedSize": 16962
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.1.2_1521925009390_0.7957433325937293"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.3": {
			"name": "webpackbar",
			"version": "1.1.3",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "336bedde45cb42c6376c737a1af0d45b25bdda14",
			"_id": "webpackbar@1.1.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-2LOhxiRM3t5b8mUTENIrxoqahpFonsHddi5JIbMh71V3O+hAUyqHmYOu5RAuTtb/pq/LReCCNswgAgm0Xetguw==",
				"shasum": "8c6388a6391a415fcadde5028a0f89b8f1bcc6c2",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.3.tgz",
				"fileCount": 9,
				"unpackedSize": 17102
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.1.3_1521925656075_0.5212722997044081"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.4": {
			"name": "webpackbar",
			"version": "1.1.4",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "32330a43d61f441d69996ac3700a6050b3a182e0",
			"_id": "webpackbar@1.1.4",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-qjB1zUK4D+h+wJFhF2fW0HOSkeAvA+KAgNaQu5NhYt/C4NgEBdVJRbpo/PuHIJ7UvBakgFT/OZixDJ0tP4TY3w==",
				"shasum": "ec6273249e16c25cd6ee43701c3d97d53456edab",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.4.tgz",
				"fileCount": 9,
				"unpackedSize": 17518
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.1.4_1522044391311_0.31308501561175905"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "webpackbar",
			"version": "1.2.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "20001b731e758d8a9722567164189ad803f33ee5",
			"_id": "webpackbar@1.2.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-jBHHAGQOMs1fDa7Fq0snqwzb/Bd0jE2UlH6hJsBsYRX9SOB3DUkukCZIclR1ca0Kt4/BNBqv/sEir87jJTGCuQ==",
				"shasum": "e85aa22c5f1bdadaeac11b7e3fb3471035b31fb0",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.2.0.tgz",
				"fileCount": 9,
				"unpackedSize": 18748
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.2.0_1522157434281_0.9740364130335124"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.1": {
			"name": "webpackbar",
			"version": "1.2.1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "00dc94958cda3cfcc5cb7fd56c88d1d5c9c2ce90",
			"_id": "webpackbar@1.2.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-B1490ws6DiSEb0tLbDqddRe3Hm1dgtxUuERp2M0t/QJ/iSR3Drsb/kMc04fBknwSiBgXByEofW/cuVbunvr9iA==",
				"shasum": "f07b60c27face2d2f5fc72529089d3577cdfc42e",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.2.1.tgz",
				"fileCount": 9,
				"unpackedSize": 18959
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.2.1_1522157557282_0.01850504813023046"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0": {
			"name": "webpackbar",
			"version": "1.3.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"main": "dist/cjs.js",
			"scripts": {
				"test": "jest",
				"test:watch": "jest --watch",
				"test:fixture": "webpack-cli --config test/fixtures/basic",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
				"build:watch": "npm run build -- -w",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"security": "nsp check",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand --ci --coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"keywords": [
				"webpack",
				"webpack4",
				"progress",
				"progress-bar",
				"profile",
				"build",
				"module"
			],
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@nuxt.ir"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"is-ci": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"cross-env": "^5.1.4",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"standard-version": "^4.3.0",
				"webpack": "^4.2.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^1.6.0"
			},
			"files": [
				"dist"
			],
			"engines": {
				"node": ">= 6.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "8bcd8bd0d2c33e91d7a98cd324384946cc0dc26e",
			"_id": "webpackbar@1.3.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-PuFbA8S3TOo0BVyH9i9JEfaNOImikXNTXOMX/AJmrLL2XqQjQpFyqyZr7fzhlJM954BKhaBchTH3Yy+CGr9mPQ==",
				"shasum": "cdcd6b60709ccd3167732261c2ae09529354539a",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.3.0.tgz",
				"fileCount": 9,
				"unpackedSize": 19770
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.3.0_1522158622876_0.8680738746081533"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "webpackbar",
			"version": "1.4.0",
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"main": "dist/cjs.js",
			"files": [
				"dist"
			],
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"is-ci": "^1.1.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.11",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.3.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.0.0"
			},
			"engines": {
				"node": ">= 6.9.0 || >= 8.9.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "3df1c3808162db3901f1f1db595d762e0f4adc76",
			"_id": "webpackbar@1.4.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tbR6kPDluSjJJpJ6Q1DdR6b1DDSanq8vAd7Aolb7IUNsWWN2ZMI0IeyQs5hU1F2OKcea+pdUGUciJQhu7W4FZA==",
				"shasum": "8c2a1a85fe6f4bfc71f897a6c68ecd693dd2e31b",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.4.0.tgz",
				"fileCount": 10,
				"unpackedSize": 21487
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.4.0_1522267717400_0.6661850037893531"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.0": {
			"name": "webpackbar",
			"version": "1.5.0",
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"main": "dist/cjs.js",
			"files": [
				"dist"
			],
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"is-ci": "^1.1.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.11",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.3.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.0.0"
			},
			"engines": {
				"node": ">= 6.9.0 || >= 8.9.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "6cb41ba5dc4462fccf6f1b1bc88df44ddffdc95c",
			"_id": "webpackbar@1.5.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-H8ZyqiVa3D8Yh5wstH+//MFduWkWIxUMgtBYfIMqb0p90BoCNDuoadzpuW1o0oH+/JQ3Itu6zlR3z28tRgkQyw==",
				"shasum": "c2408b92b9c805911e6e6b9a6baa8e9c4ce16b2b",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.5.0.tgz",
				"fileCount": 10,
				"unpackedSize": 21892
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.5.0_1522269678774_0.3519267415512475"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.1": {
			"name": "webpackbar",
			"version": "1.5.1",
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"main": "dist/cjs.js",
			"files": [
				"dist"
			],
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"is-ci": "^1.1.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.9.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.11",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.0",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.3.0",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.0.0"
			},
			"engines": {
				"node": ">= 6.9.0 || >= 8.9.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "6bd92ebb6ce594c8634e6e49ee3ad3bbbf4382ca",
			"_id": "webpackbar@1.5.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-++4DrMLIQhYfxPdJEjNs91WApQUgCRmcJyKcRi/rGc22Gg6IIWSmtcCMu0h9jJNkt3Ikl2bzt48TaF3i510RyQ==",
				"shasum": "05fd64a168ac6cbef763ab074ababeaf9edb72fc",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.5.1.tgz",
				"fileCount": 10,
				"unpackedSize": 21890
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_1.5.1_1522269878686_0.12162903576405659"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "webpackbar",
			"version": "2.0.0",
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"main": "dist/cjs.js",
			"files": [
				"dist"
			],
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"engines": {
				"node": ">= 6.9.0 || >= 8.9.0"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "6edd8310fe8379ac56904fcb065cbe01e9d6bbbd",
			"_id": "webpackbar@2.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ULBrsTu5NygqCfVcrW2YXENZNREckI4OcceWryKGAH7PHTOEB8fLv7OThKTOp7Vi/Xal2Y1q1Wwoun11ekDl3A==",
				"shasum": "148166f87a8328df2ead9217ac275557fe4566bf",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.0.0.tgz",
				"fileCount": 10,
				"unpackedSize": 21914
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.0.0_1522482329609_0.38949953441087004"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "webpackbar",
			"version": "2.0.1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "1c9523e71e4a57f6cee6dfc645082771914e2d16",
			"_id": "webpackbar@2.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-sYOi+4yipdZvgnCU6O6+bo0XDk1u8X4Vx0BsEou4QVFq2e4sA5doSlNxqz3Zg2KHIjQgKWNaQ9UO0GT+3DwvWQ==",
				"shasum": "bcab85d23ea83ef501557888a911cb481ab6f0f5",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.0.1.tgz",
				"fileCount": 10,
				"unpackedSize": 22140
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.0.1_1522483156273_0.9607609137700248"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.2": {
			"name": "webpackbar",
			"version": "2.0.2",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "4af75bce2699c8a3584c45b43d86a1540a80d547",
			"_id": "webpackbar@2.0.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-qHHarCHwQzNkf8ihd23X7yaJi/x7Q2/c+pMT3etbhw2nF/Q4vEmmtalNLmDQC6N1KMhQMUqsdlWBS2cfsLXe7g==",
				"shasum": "96d40e6afead15ee86a111eafb5ae0a0d3b2e871",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.0.2.tgz",
				"fileCount": 10,
				"unpackedSize": 22356
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.0.2_1522484667853_0.6626060003095202"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.3": {
			"name": "webpackbar",
			"version": "2.0.3",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "9e5d7d3883a128a523e3f09be09ad229fc9d4cc1",
			"_id": "webpackbar@2.0.3",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-chDcr3Lir9eRur8taNk3Rp07Hn9aiMSoPv3v54oED2QjH+vSIElsDzrq2TiSbOVWI9Ft23j+x1y2QY6A94+UAg==",
				"shasum": "57282cea1fcb51c0d14ccd1c55d27745ebb27cec",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.0.3.tgz",
				"fileCount": 10,
				"unpackedSize": 22741
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.0.3_1522486807765_0.5672233852272306"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "webpackbar",
			"version": "2.1.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "048e2788bf4766998e42c92445961b3f0d5e98cf",
			"_id": "webpackbar@2.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-/coQcsmmTf9JMgYs49sPnBUalAwDtfdLhd64ZUhry/BOLUUQ+YzP7PzGAyJd+pUeG532cBfNdNkrq9kAOBrVyg==",
				"shasum": "c6ef3529f63d4369435a72ea0aaba289e1d2dc61",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.1.0.tgz",
				"fileCount": 10,
				"unpackedSize": 22901
			},
			"maintainers": [
				{
					"name": "pi0",
					"email": "pyapar@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.1.0_1522488514511_0.13543519537112236"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.0": {
			"name": "webpackbar",
			"version": "2.2.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^0.1.0",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.0.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "7ed471650addd639a258175f33843ca6487bcc8a",
			"_id": "webpackbar@2.2.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-AYm3nXJPMi3likY9ZYn1dJBKle8vVX075kAoAPwmgkWGc5wMRQ5si7x+csZqQfZ+ubRtkDwCPlpyf2COthk+Qw==",
				"shasum": "db08d5f997b6dfd717c070fb1cf9c0c4ae35f1b3",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.2.0.tgz",
				"fileCount": 10,
				"unpackedSize": 23186
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.2.0_1522515945322_0.9574992144390289"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.1": {
			"name": "webpackbar",
			"version": "2.2.1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^1.0.0",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.1.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "9ba119db113ff8831000d8a9f0384016d2a5a49f",
			"_id": "webpackbar@2.2.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ctH+nHTItvmOt3oZQlQ0LyrXsmEf4joVcvr+WJc1DcZzWR0IJEEWyieIPFuaL1wBQWcjJtE5oSmduLza2IrVPw==",
				"shasum": "99d709239303fa183f0fa3e0400eecc5dc904211",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.2.1.tgz",
				"fileCount": 10,
				"unpackedSize": 23294
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.2.1_1522516883340_0.5047096704140914"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.0": {
			"name": "webpackbar",
			"version": "2.3.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^1.1.0",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.1.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "f83c774e5b1a3901a6ee922393219d7848be4705",
			"_id": "webpackbar@2.3.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-mbhrm76jD6/tg3K17lCVTzPXDOMGAJuVTfydo/ab2IlAoKTA4Xgm0m4nlJ8Q14tzuryiOznCjTEP0YQW8CNl7A==",
				"shasum": "5442b7ff2025ed3b2e7238fff923ae8b77b770f0",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.3.0.tgz",
				"fileCount": 10,
				"unpackedSize": 23554
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.3.0_1522522471361_0.27816240188315855"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.1": {
			"name": "webpackbar",
			"version": "2.3.1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^1.1.1",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.1.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "577d97f9dabc101e52fafac877f4ba81e5d4d19f",
			"_id": "webpackbar@2.3.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-0CrjrJazcXzISqg4O4PQE99AmvastE4RzVRM/5YoXpRie2ACX7xUIEqcdBa/Bc2RzC8XbQshXzHXd2i6Bxde1g==",
				"shasum": "cbaee8c500ad18efe3bfa81aad79c575e1c38420",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.3.1.tgz",
				"fileCount": 10,
				"unpackedSize": 23758
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.3.1_1522522620776_0.8615137192223226"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.3.2": {
			"name": "webpackbar",
			"version": "2.3.2",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^1.1.3",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.1.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "37bf520c9cafc97e390418181f3387f1418b0868",
			"_id": "webpackbar@2.3.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-DblbjTyJup2PNDWrgzb1EwzulQNeJfgizjbljT/loxQW5CHxJOLSQO4cJTNCx5GcDmSFn0+UaawIor+aRR2FBg==",
				"shasum": "bdb1cfae1725a1341e583c9c8ef4e37a16bb8136",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.3.2.tgz",
				"fileCount": 10,
				"unpackedSize": 23971
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.3.2_1522528325775_0.5450297713336447"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.4.0": {
			"name": "webpackbar",
			"version": "2.4.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^1.1.3",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.1.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.2",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.14",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.1",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.1.1"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "f6a9cba4eef45e16cc51d0df934b6ffcabc11a41",
			"_id": "webpackbar@2.4.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-sbVYiCU0cn86sLQhncZzdAdxC+Dd2h7K55R0ssb9+eOKAceED2S4FNRoi3FTw+eebvF8dLKGGwzPa5r7ibKNdg==",
				"shasum": "858cc5d9b44085214ca628a1f676d5a54e35b7f1",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.4.0.tgz",
				"fileCount": 10,
				"unpackedSize": 24475
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.4.0_1522610257363_0.9985694343795686"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.5.0": {
			"name": "webpackbar",
			"version": "2.5.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^1.2.0",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.3.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.4",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.15",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.3",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "80a7d214b67985ab23ef381631877c7ad5e47e77",
			"_id": "webpackbar@2.5.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-S2xzKtrF8kgzLZ/xyHiO9UWUz1x7aB4d/4dfVssCtmIul91fKP3TrULmusx6xgDBLcZy4GemJUuLJ0Ozh2/qdQ==",
				"shasum": "a6ec1a01e37914190513995ad0c22f1bb9de99e6",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.5.0.tgz",
				"fileCount": 10,
				"unpackedSize": 24496
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.5.0_1522828726416_0.06793319309115864"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.0": {
			"name": "webpackbar",
			"version": "2.6.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^1.2.0",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.3.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.4",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.15",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.3",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "bf5ef7556cd4053e1ad58a9128643dc17cb4f812",
			"_id": "webpackbar@2.6.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-sq7zOBw4S5J6KJybFeX7xMbIwzs536w7cjsKd8iVFRePDyNOrufXkgby1Lq+LiHkjxnXAwH2Yb5xCFdedD64PA==",
				"shasum": "c625ea5a1178ebef93dcbab2a34ec9d7c08ed484",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.0.tgz",
				"fileCount": 10,
				"unpackedSize": 24906
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.6.0_1522836182714_0.33207109768770793"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.1": {
			"name": "webpackbar",
			"version": "2.6.1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.3.2",
				"consola": "^1.2.0",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.5",
				"log-update": "^2.3.0",
				"pretty-time": "^1.0.0",
				"schema-utils": "^0.4.5",
				"std-env": "^1.3.0",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^6.1.3",
				"@commitlint/config-angular": "^6.1.3",
				"@webpack-contrib/eslint-config-webpack": "^2.0.4",
				"babel-cli": "^6.26.0",
				"babel-jest": "^22.4.3",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.6.1",
				"codecov": "^3.0.0",
				"conventional-github-releaser": "^2.0.2",
				"cross-env": "^5.1.4",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^4.19.1",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-prettier": "^2.6.0",
				"esm": "^3.0.15",
				"husky": "^0.14.3",
				"jest": "^22.4.3",
				"lint-staged": "^7.0.3",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.11.1",
				"standard-version": "^4.3.0",
				"webpack": "^4.4.1",
				"webpack-cli": "^2.0.13",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "0bc078f291f1ee392e513fafe67a72b205d5ba12",
			"_id": "webpackbar@2.6.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.9.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-bskdvD037S2UtblDGhju9l8BtU64o4w/ztSILQM1TZxzz0qyM4eLvQ71jpznXUckTa4o7ZYMxGaazsZNV1SOHQ==",
				"shasum": "d1aff0665c43635ff35672be2f2463d1176bdb6f",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.1.tgz",
				"fileCount": 10,
				"unpackedSize": 25290
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.6.1_1522836825133_0.8596962629688072"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.2": {
			"name": "webpackbar",
			"version": "2.6.2",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"consola": "^1.4.2",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.10",
				"log-update": "^2.3.0",
				"pretty-time": "^1.1.0",
				"schema-utils": "^1.0.0",
				"std-env": "^1.3.1",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.0.0",
				"@commitlint/config-angular": "^7.0.1",
				"@webpack-contrib/eslint-config-webpack": "^2.0.4",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.0.4",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.3.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.13.0",
				"eslint-plugin-prettier": "^2.6.2",
				"esm": "^3.0.74",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.0",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.14.2",
				"standard-version": "^4.4.0",
				"webpack": "^4.16.5",
				"webpack-cli": "^3.1.0",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "05661a190cea240edee3d3b08affa2cb986ab215",
			"_id": "webpackbar@2.6.2",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "clarkdo",
				"email": "clark.duxin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-DWJjJJn92nAQN1l4muMnTrfkdtXfb3VjDtTV2xqN2K/LHDWbMXQnTXXS797HFplYKgOAM2e30NIYxME8XxTtZg==",
				"shasum": "5da9e836c4abbf348e1c15a98670ad1eca5ee498",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.2.tgz",
				"fileCount": 10,
				"unpackedSize": 25581,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbcDxpCRA9TVsSAnZWagAAnIYP/2JmUVVVzaw+5riQvf/8\nxPv4TQarmJp+dw3D4IoCS8DLFGQHtcLIIrwKLp2iUpupEjtD5gPd9N4HREGP\nTxRdpdjTQjF6S5SlHsvg3lswaZvwcWEDwxQzccCzTpcJs2XZjfURT4mWaEO0\np0xcPp8RxB5Hpum1/0LbODOSOdBT4gByOi5/U7+4QnnVvr3EbUyLkohbirAA\n25R/lZH1C1SdErdWM6zOb0lOkvA0gb2sDOgTVVFO8u5nVEIyACncjlkq8Mm8\n4zfO9xeiBYebTuliOWU8uYmLFDMuqDNTuVrp2Fu571FkVTiO89UdnHEC6vwc\nQxLhsih8RzNmqVEKBbAOJObN0bnaDte+s6IYpsNiG9V6RoRqWp2Yh3NcQ/Cs\nEs+Hghukbz0j7Q6E7I26tWv1E2UqTv2ete7A1BZbrm1y1Ah8fwyBnQci0DmK\nHH0ay9hZJ17n/isne5C7mu5tOGYmX2Me5ZotL0WXxBkAJ1x489vKdXPHh9QZ\nGd+salwycQcHKUfjjGMxl3wWVsCSVXVwzYlQdPWIPCBYwGTzBrd9BTzs5jlY\nw5dkb5TvtGPUFJz74LnGl8r/89bIAvkewo+NriQOOHdyXKaQkp/BkIuKvJow\nwWKlTz28lGfTRG1UMyhIOafyy4NxQDV7d2BYF0wem/Fb5nWXAXcqpAiLuCmP\n7r1X\r\n=G6l4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.6.2_1534082153033_0.7709868896226224"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.3": {
			"name": "webpackbar",
			"version": "2.6.3",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"files": [
				"dist"
			],
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"consola": "^1.4.3",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.10",
				"log-update": "^2.3.0",
				"pretty-time": "^1.1.0",
				"schema-utils": "^1.0.0",
				"std-env": "^1.3.1",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.0.0",
				"@commitlint/config-angular": "^7.0.1",
				"@webpack-contrib/eslint-config-webpack": "^2.0.4",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.0.4",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.3.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.13.0",
				"eslint-plugin-prettier": "^2.6.2",
				"esm": "^3.0.74",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.0",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.14.2",
				"standard-version": "^4.4.0",
				"webpack": "^4.16.5",
				"webpack-cli": "^3.1.0",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "0346c33d1153784e9b1225008155a51193cc52eb",
			"_id": "webpackbar@2.6.3",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "clarkdo",
				"email": "clark.duxin@gmail.com"
			},
			"dist": {
				"integrity": "sha512-UlTm7Yz4meJV0THhZMrgRTE9v/vZ0xfUoJ/eOig98TvzsqNiW+FLSv5WaZeML3uJUPrMQ6K5jo1FJJFXNCc8+g==",
				"shasum": "4f2d0078375acfe95c0e55227771a2ed98ecc5c9",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.3.tgz",
				"fileCount": 10,
				"unpackedSize": 25689,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbeJKsCRA9TVsSAnZWagAAxjoP+gPPNDrSBnYwBt7zOZTH\nBbjHGycFBZ8aO5h+x/+2b9rdNfMgGw64MLXPw+4IXeNiYzSmGlvtbmdfanhj\nTO/SLc+big+DePeQeS92r/0BlFAlYAq/I/61iz7vH/Arxb67adCbef/ybOsa\nrR1/YoWvgPnqP5CRfL2gkARcGwHo0hg5TodpL7rR/2N7J46HcfodF8oqUlxo\n3Gb1fetG73Dg573i+BCbJmvgmQhkhtoMhVVUxjS+tNcfn4EYfxGZ7SN2LbPl\nRrx3yYpNnj/z17NaykMr2ScFpvJb1/HILri/yrheeDVXWEq4IiMearz6FwlN\nVVxJESj3Fi3mVLKmJTWsmQzv5kOfg1Hb7QyNIhG/Qk1VDjHa555gFprIu7Bn\nHdESr7NiSrhhSsw8ifctmwqHK0/NcaOgsIPhFCtLPAVRF9C4D5FUf35xHCW+\nNIfGU9l5PXbgfhasc0871vusti60JveV05ty3FJ9szZTZxzW6hzHT+xqmqCc\nH2x7d9q3Yh2MYEJzxCWBab3sGsfI0fmGvZvLOQnjBOewh0EhhMz0WW7NGf+B\nk0h4rMnZf5xGuK9A+udGfDjVvsrSGYNUxqoF9bQ4sBF4EptzUHQrFO9YNsF0\n4drnz3X57UBco5VVBaEWzAYn62SDXLAHt+/YBi6ZrA9wXb9+g/DFBbXwPXow\nGX3a\r\n=bYCi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.6.3_1534628520918_0.6425880245979845"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-0": {
			"name": "webpackbar",
			"version": "3.0.0-0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"consola": "^2.0.0-2",
				"draftlog": "^1.0.12",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.1.0",
				"text-table": "^0.2.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.2",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.14.3",
				"standard-version": "^4.4.0",
				"webpack": "^4.23.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"readmeFilename": "README.md",
			"gitHead": "d109e1a6bc7793ff3b6b8915a076a6b4f74c00bc",
			"_id": "webpackbar@3.0.0-0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-uPTeOZUJu3IXKXcsAQksm4GIBd/uqUlLydIVSD1+m+fZTTZh1uKO7jAIvf0DMHJhtQTx+qFM2oqQmN/a8HJKZA==",
				"shasum": "261b1ed95ad5c667fad6082301765d6993977d5f",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0-0.tgz",
				"fileCount": 18,
				"unpackedSize": 34252,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3Jx6CRA9TVsSAnZWagAA038P/1GaJt1Q7WKh3kGmob1n\n029c5i3Ca0TxETIA1D0TTbzvt2ILGvfa1dXqWi1QVUmyp/tIa797nsHVGm+N\nH25fzLjv01NGBTM/yo8rBMmvA2FsysvnGbR7AbU18igVojIhJq0rDvaTn7jZ\n85UBe17uBlSHRYTfm/1aQBwlCNOlIshDBwtPuvHy5JblNGY2hDzq8RAFBfVU\nF+FUm7/ZgFuMaL/C3RLZGcIHR+Z/AOp+kIvvaM18N04S95iFJi9YNgHWv5rh\nOntQmqhnQt9tWfLVvhpk64nUKGJ3NAYqaGTesmT5D+sShwV4lVwP5DrGHLwU\nEV3+wGLfquq197p9UjwCB6thprLtv1XdOURWijvD8FYfRCDuLtz4PY6WS9Hj\nnFKOuRG8FsQSvJrVuDAzd22T3H68KSpqxsK3GJIlPvjgwsZHAAimxeCA+enM\n/KaGv+qJW59JonkEpVTXvI9uQNNh/gHGt7jedCBn01QQdtgh2TPEowRQd7a7\nKAOCGC50tQ+le8Q/ECNyFG4EIqfdRrZiY06bTBjUbetLrbvQIe6ZlLAaW7dy\ntfJWUUtrWnxJjXLa3xNrSraxIHQHtSqKC5X5qaMoPam/zTmBa3rmp+27+sVp\n6Z6/7j85IXE8rfyNsedUfxt1zly8ZzS9rk3RFTWSmv+qEY7yJoXDfaq8djPc\n8FDT\r\n=XTHH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.0-0_1541184634330_0.15464581861759585"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-1": {
			"name": "webpackbar",
			"version": "3.0.0-1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"consola": "^2.0.7",
				"draftlog": "^1.0.12",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.1.0",
				"text-table": "^0.2.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.14.3",
				"standard-version": "^4.4.0",
				"webpack": "^4.24.0",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"readmeFilename": "README.md",
			"gitHead": "2c89641dfe80a2f623a3620182de482e9cb281e8",
			"_id": "webpackbar@3.0.0-1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-BvoyCIDAdoJANx2a8W/OLyrnpxTFYsrZW5L+RYT5qYfM1a5UVG4sQ373PM6SflCoF5X/ETaP06HklldpctJ9RA==",
				"shasum": "29bfd3724676b84163f4701da6c877a069e20654",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0-1.tgz",
				"fileCount": 18,
				"unpackedSize": 35391,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3OH3CRA9TVsSAnZWagAAUwcP/1BFIILcTwZJ/8eYiCVj\n2cBmN29oPqV1vKUAw+aMuR5W6mxow1XkYgWCdSGm0mlqWigHXBeQiR4X68p9\nIO3f+oj8emIQa5+OVV2LKoMXRVHrwpY5XSVRe8qWBKPAsts5ZjYTkiNnqXEm\nAXrIBEcv9glkuVAgOsrlJtZsgtiweAlzIqZboI9a+34sW7zzmjSHS5iipkaS\nWmpRNRhR+9AOs9EjO/VwCMuusaLnkZPfkiZQ1jNWb6gfKSpjha0uADlwAEz/\n95gGPSxI0SbFXr7WAyCVwp2Vcbri3kqeueX/UWRpB3efGteNPAgGDo1F6ieK\nUEYLcJEuXS2wr8003h/+FGmKwhdYA/f5yIpH7J5uY9WpX0wnIuPL+txbUzwX\nkqXBs0nWW6fd3cDjXdFAvOIjbPwbiZ53lJnmaA04calBsQ5HyZNf+YLI2W2x\nUaS77sBdEBpoXnxiAeSxVZxderjdQQ57gz6oQPJDqSK+NeGXLHZkzEbvfyru\nE7/e584gNoCndQck2oac73YBHjvu8hCgvzGetXryaH71GdjIKl6WCdc4vfp+\nIk3zsPEx9gx1Dd0XmxBzpvYuflh0hgda+ryPekpZgwA0SiNPYIE6iEyOLazA\n6ayBVrK9RA2017LFvCZVmTUhupybPtPNQEq3zSbjOBZdkMpFSkQ3tmxBad+Z\nAXml\r\n=94sk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.0-1_1541202422718_0.5198638536824391"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-2": {
			"name": "webpackbar",
			"version": "3.0.0-2",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.1.0",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.1.0",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.14.3",
				"standard-version": "^4.4.0",
				"webpack": "^4.24.0",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"readmeFilename": "README.md",
			"gitHead": "0ebbaa2b731c8d21ae8a16bcd0dee69a83757286",
			"_id": "webpackbar@3.0.0-2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-f6BRJ9oJ2rx+vTWb/ejFTuUV9NThTlZWSl0vDy7G/1RHE5I3LN6MiCk5qmJt1DjO/aa9znLMt3qCGyV62n64oQ==",
				"shasum": "b0f37bd6c9fb408b121ac750a1ab891e2be97286",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0-2.tgz",
				"fileCount": 20,
				"unpackedSize": 39506,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb32iuCRA9TVsSAnZWagAAlAIP/i9ywJeQQ7E6dk8igQ5S\n0bcl/aOzqeRzWp5HG67x4lA81iNvfdJMYVXFv0zFxMdd39fCCAlYB/nE0icd\nLRJRWyKTRD7Tq7u7PbsQAS8PDHn4zG3vJ/Iqg3lD+44zLCywZAcKCSuWGNKK\n5vgO3lkkavsq5M2AE74Pm1vM7KwwT7DlpYtxLjbYfoBUxGHiMZSSsfB0yOFl\n7xswU8FEBStc6t9qB7zyGSwddaRXRXjgsNSmsjexXqC7WtGWvWeJ71Ao3G4/\nhNehYfVNHFOCAm+99evhuuNIkgWN1hEVBJO6jHGBuzc3DfTvz6T0LyYqO9FC\nxp9JPyytE+9gYzUONg8B7bsCiWGIS27voZK5WeK88cLyGtfFDlkHQv3qjvww\nPswH/oIQypoiuVe095yg8hz1jZwkSyv+0Mf5SdsmD9k550SfCvkFDzprrx1k\nZWqP0uPFXURZ1lr4ODoyDFvhfSRwlLdrFwUcBVx2hpENnnkrxQmm40+0m9fw\n7rLEOyKUAnE2JfH9weF0LhPCTqZtWlLXJZUi5DQ4upcMvESmhGPtog/BSXgN\nZlS8xuwaqzX4b4nm+S09PkfmczF4gPyuBkQQ0L2Bc9f2gtOCK0Q03x+6vw4U\nhUg9GzRXVdCWciSrV5YVOsFsweHbwV4xn3aPzhrm6el1J/MYCMXCaNgEnpO0\nnFEA\r\n=h91R\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.0-2_1541367981500_0.6057434835238422"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0-3": {
			"name": "webpackbar",
			"version": "3.0.0-3",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.3",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.1.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"readmeFilename": "README.md",
			"gitHead": "c8e0f9d5ca1398ea356acf16b9e0250cc70051d0",
			"_id": "webpackbar@3.0.0-3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-/oW2ZvITsefmKFWT6xVJr3viMHvbYExK0aWTYplHs1UnIjgFLc4b3kcypywYqeopO/ELylDtt/AbJzejoWMLbQ==",
				"shasum": "1038542b05430d8265760a780cde29560a5b4daa",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0-3.tgz",
				"fileCount": 20,
				"unpackedSize": 40380,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb42QRCRA9TVsSAnZWagAAKvEQAKGXloL7h53B5sAc5xrK\nZ+CkiKz9koeTr8+BjcW58fcK6YhTgiG6uq6eAONgNPpJuDilFTQ/NF6VDhnL\nFz+DzgakrNv8pN8PSFaALTAeuj+ViLMKOD/Ns356eccvCgfLzhvTs+99+/gR\nA7gOi1CXMtOmhfHlSReu9oOpjn9S9r8PWwbAbUdYgH6n81cmzkqGz0u4+Mvf\nz14aL7ONR72264fdPb3moWlL03xd1138ov3tzHmEzCaVYET95yQKdcclZlAx\nS3/MAfI/UKhh+LoNe7OvAxk34PgqQTi01I79yUelFAOh9+FoEeCUkFQ3j2cF\nS8MaBP83q2Nu9YI753sdhD5KaEYE9JNEKb6pDi+ugXBUPvSoWdL7hO0Q2UaQ\nbYAyBi6frVi7lJLrVkhjZqvFCHFGbID7bs6ElVFcuyvsTo48kKy0xuJ7ii/q\nRYg8WUpt94AMzXm8EE17HFPsVhm4gUL0FHqub6QBQvwTEk7fxXz07Am7gUI6\nNhJ6A5uN/X3rmwD33dSMCWKW9etzUJbREJ98zDcVGh439VOKbUGvKdvIY5Dx\nRQ270V+lkpSsK4nctzrpcWOdIZggbhUNuXU3zfEinJex7NzuXiMpkg6zclts\nTJ8x+yJe+1HihldC9Ze9S0a8BJMUUr3PONqyY6GcgPcL+MCz+m/zY6oU+ggN\nA6TN\r\n=zLUZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.0-3_1541628944876_0.16015249879583404"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "webpackbar",
			"version": "3.0.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.3",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.1.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "3a0d8306a309ceca35a042699e02a51904d075e9",
			"_id": "webpackbar@3.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-OmGaVK6kogveo1FK56zHdVbzrCcoain8CJ2TvbK9YptjlBsDQ28wHCaOvgap7LMDv7L/iKtZv9gufOI3YhFmeg==",
				"shasum": "8f9c3596ce7a3bc156feb97a59e6e3fc07f88104",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0.tgz",
				"fileCount": 20,
				"unpackedSize": 40487,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb42vaCRA9TVsSAnZWagAAoPcP/RFr+snaUzwRD4AObBUw\n97LUVRSkAPxK81GxzHJtHXERKk1QqxFPGywDXrKFAjKtTcj58n31OTsz+YxB\n0BTRSwFweu1uEw52E1IG3Qtz4tRoqYyLOZt62x4uZHkEweqBZ595vSkRCSgH\nVJTrSp08L/gNT7FFZ0sdncF4/59whUpu4HPksZBP09o22jhIwLwoZowR2WKC\nPLdyCYBBB3Lcg6QJOj61w/xTX0bPXeijsLbyf5ypnQQ/hF53eAwxqIZ7APZG\n8aiFLOX+41sqZXP7yBLi25U4eJbvJq3Nh65oyGDQ35w/714g9vUz5Js9aZP5\n/f0g+gQtxmoIx0lUrHBIz5o6GjNcUG6qyH7SzOHTYyI/++rY+/JIrYz2f2OD\nfXbhe1Df4Esct/Kes+VM3E+QP98VtL2mYo5av+556fZXGHO3zslda9GcqZXY\nzNpZ/Iv0fU1ubVYSzJvr0/tnoem/9LtiWV/Sjnt8/dY7J0MRdISqJWzwzDdL\n6TQZ17A4rbQ7kg5OoLNzG56t/tgiUve/Ed1UjXgwtTCJxa8XLDC1TirXoDeR\nDJh/8JvhXLIOoXcEfz/U2fV46IOLwggggjOBGoVaaR8FhWwwnfmPii5R/dCC\n91bEYPzr+1wt1MpLOeayLZOYEJG5/ReqzKr/dt77ghpQHyv7FsRh0xVT9eeq\nQEVn\r\n=C4UQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.0_1541630937401_0.6699411833904088"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "webpackbar",
			"version": "3.0.1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.3",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.1.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "1d4f1477c6b77ee9769555b07d7f20282c137568",
			"_id": "webpackbar@3.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-esiBORdzY0BLIhBdSwYI6rkES4vl9wJU5xkgWKF1VX3w122IwHvTdkAllfeI61TkJ2vOXU2PCcKbIGsz4dEpQQ==",
				"shasum": "16fa8bb4e9e66128e3eff71b10ac701830da06a2",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.1.tgz",
				"fileCount": 20,
				"unpackedSize": 40621,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5BT4CRA9TVsSAnZWagAAPxYP/A4+boUr/rCn1/0tVZBl\n/o7HE+aAweJuIKD91hJicINbUw4OeG+DJCaSRLkPtNBIaykI/M6VPJCeWM2V\nWjPLsaVhgp6IdlIDqo+QOkgIsGZmKWyCCx6nq3Uy4Rxtu+k6Q9+BOLClBCbI\n0WT952kwLI632mJC/S4fF3u1fn3z7YQ4lnfTGgK/eAxn4LhMDCEb7obveNhF\n+/GlCz6Lvo5s0X1DjIDmjJo3cXXuxPIjz0gyQTDxf2MWHRPBZ44eROTHeps/\n8+Z+4sJqSBmR7Lw60Ee6CJcVvZiBrPxhOrZJ/cku6UQpHSJtHWqyJRyUfMGI\nKUVeTo9VooFfQaQkfqltf4Hlo8TnT9Nwr9UXznKi4wLDUSjDGHbzDWo5pm8/\n11VOFEnQEDniHxjvlHwjG3jXeUNLTpOHQTirjAXSzpES+g//S03eO92EeaIc\nfRx1G1bQOq7LvC9QRIUCNbT9y7gTKROzDXPdIZTfG57DnQAJOkgRCpGONmx9\nRX7lf8A0bCzAQyBVRlVV229rjLAxR6pHSw3riRj738AFHQcpGvvZ7rFhDfrL\nwcrMG/9xgU7AxH1lei0FJ7vP3DyiQNJiLJAlufHDG+Jd9aL2MsonHcdLcJj1\nTsLoVuNmC5VauH21AflL/Jnop1vr512v6EGw5m1FRDYOSWRDAYLj0KGUqo/i\notCD\r\n=t6pz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.1_1541674231838_0.3353831804881504"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.2": {
			"name": "webpackbar",
			"version": "3.0.2",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.3",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.1.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "1b0c2afc6f010fd41bc46d398c3af63820843b09",
			"_id": "webpackbar@3.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-7hfO38c6nQxx6JFTCegWOQvu2TZUrlVafBoZHgnHH9+eiUaKIy9N2FvijIe5M/clfjN60CMG4iuQKGFGJbkgwg==",
				"shasum": "188a92d804c0e3709dbe9749acdb19a6c87b3580",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.2.tgz",
				"fileCount": 20,
				"unpackedSize": 41187,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5BmZCRA9TVsSAnZWagAAGmsP/2aQr9B7lwlwlDj/60tK\nOlotNhSBnWjdiq8jXLd9piFhkSlpAH/HpIS04LrI9ui1aeHp599SUSWz3jWU\nH6et5IJBqpyvglQZETeTPoVzMxoTYr85ij+f1qdB/hScqbn7o0mTcZ62nPn/\n/Ax5ZNCs0ZJLwzmonw5CBhxgj3d64m6b6AeREXqJSkufkvbSB9DzMsDEXlLI\nX2Bf7+Y5BybxeAZcaRMla8lW364Iqq3gBg7XKRxWnIk0alRJJb4OXs/9ukEV\nzlKSZ4aXuhyLNge8f0MzatDxaAnQA1xsLUDY2HQKQfWlFvREgNohHaBFl3o0\nkqIEX1tMYVJgRA7nIhU6WYITacdF6inLDxTJI7Me6mS85SXi3xcAonN7dJWc\nfTnE/Jb5JrKJ+IENiilQ5VGu9OaLd1QdlqCXy9vG1kpMa/OoDRRYSEgUmgy0\nNYEw1+70yylMy2rjnjuync1vxT3C8wvQCYCUC2krqZ8FytIl2olgKsrnpP1g\nltLePfXPRuDOMYqP+D6rCbJMV03UQ2DUyiNpziYHfNOkR3IXCoEdZhbx66sC\nYMmy3Z0wwT+9srrtmNnmOUqNWphCHFIrh2cv7NY/rnrFo+PdHCd6TtHdjw+7\nxztEQt60j0AZyv3S1M5xZ/qRPmBoqEIM/vaCGT+SQL/DWoM+ZJfJ0KPQOM+z\nt7lV\r\n=f4iC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.2_1541675416381_0.6337977118188982"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.3": {
			"name": "webpackbar",
			"version": "3.0.3",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.4",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "a894a31a33be4cc7cba75350ab432adc57de7b61",
			"_id": "webpackbar@3.0.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-glcT90q25QnA0uSgQbU+l6AxcTiCPNr9+Ao3Dz8MHqluE3h6X8JfY8czlMDzTjkRLY7RtD2j37lEw0hNJvhjVA==",
				"shasum": "fad6032308c0dc871c707e45172646a6f56e499b",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.3.tgz",
				"fileCount": 20,
				"unpackedSize": 41187,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5LE3CRA9TVsSAnZWagAAJ7AP/1kQxZJXQC3RjQzH8rrD\nzzWbazb4NOZeJ7G4rhd5JcNle5rq9Nq3LZxKM9KaqOhSu4sQic15+0nINQZr\nOlso+LtKDinNC30oHwnA5lhkYttFPV9pWmQcQDO9D799/O5bQhMHDQFcPBdZ\nL9QNVJ54LJxIaNqrxcTn2tAxoPfAlqRIQBNidwpBKxKfXSUWgLnj//AUVZuJ\nQaiOyeo8pn2alP1hL9rjdoWCXPiizsUSkW4VZw9yjrYiIEnkMiOJ1ItSRQMc\n81Pg2TCRSJwhawnoloIcxD3I4QoEL10vxUWzy4G09kldoIuJQ07HNw26hBeM\njgkMV4IVkkAwUAUczJeAW8PXI+vJF0kFG0PuhYdF2fNqoyfYTK+Kg/FKA3Uy\n3/L/bVqCL5BbjGtxG+gLIKugY8ya4wgRpmk/zatC5fSrqxpS/ShaO7MNgiuL\noh5aZ7HS3cSpogtK56B9lLi73D0LVNp4d6Ti4+VwZbNKE/7VaQRfk3T+hBiA\nvhoZsF3CfEY1c/T3lROg85EBypaXmAGsfM7WzKr0qJ6gpHDWK1y4nlR+T2jd\nHTCTztl77SeDMlzlm1WU7t+BBm1JYUi3u1tHsLElQH4Go0hGvP3IrzOEU88l\nrwQSnvH8ptRss03qYHz0H1caRcBzAKhM+dUiaIG8NL2FA825pBMZApWdOYun\nE8io\r\n=qIfZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.3_1541714230156_0.015190867143864306"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.4": {
			"name": "webpackbar",
			"version": "3.0.4",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.4",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "64d58a25f22b4ee34d954e08954c2236dca55ca9",
			"_id": "webpackbar@3.0.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-D2itUctP+DV4S1VSvzcgOX1CBEwt94rcw8WTirBZAXgwK58vyTNwl+v/h+pOTwjyJB8LGuf8HDxVKS4LRxKazA==",
				"shasum": "12253072eda1d7d7e6a64d48a2e60df6993dd354",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.4.tgz",
				"fileCount": 20,
				"unpackedSize": 41439,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5ekhCRA9TVsSAnZWagAAgCMP/01MFqsZHtYM/ReBXl76\nASxC/0Un2WW8kZ7Sab24LtJY3WcqpChOAt5HqS6nBGUvOJb3/+zVyNUl4Lob\nK/ziIKIpP3O5TBLqBh0vsuP/yrToxC300CgHGort5jy+zUV8rZxAX0jkVwLh\nnqSWxVV2JaF82p7/5exT3SE2OWJgSLZgQJ1v7bSy0vHgvR+nl0s8HOsXWL0r\nHvXOdyOAsG8AdKYV8DoVFy9DNWSYqykipxq5AWuIi9secHXwz04uJgcH/qpl\nzs29ls8ldcdDHswG2aD0zn2OBf4SYxiP5BEGwHsTWWpWnnuMbtGfHB9upomJ\nhUcvlvAOrEWClyQ3o9n2gEaI1kqH+5ePPbfwDVksQHXG/xhi7WQ/poc+1oxF\n8Kk3khZlxTVqm4VS+BBQuQKXatxMZPD/qq6XfqtNNgaZEW9wpWlnpUrxLZlF\nwWR5Hx1TAoCtMgr30t8M9UT2MjjRl3DTKmghfsymGBBoMAn9HDJadB8cQsXP\nGvDSb9Oz9DqWgXspzckmEiP6/5K3G5sxjAw1KJv0oRxRzjp60kXjVjSXLMTp\nlbxOya06Pk8ZSsNKF+LfEvZ63qNhbebGfDM1LxTuCWwu9TPGo1izlz1Swkns\n658AWDvXaeBooHM8wWy9yKoCx3d9fCLDUUeYO7kUS0+EpyFHCLIU0VoExXLq\nU2O5\r\n=yT9T\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.4_1541794080343_0.6309958972014633"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.5": {
			"name": "webpackbar",
			"version": "3.0.5",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.4",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "53fe0b43066931e01836f5e3944f893203c139a2",
			"_id": "webpackbar@3.0.5",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-WDL7Rt3nxkbWNOejCtNu5FoEksy4PM3nsU90ATD6dDR106nMKkLKUKiThx+BH4fCSl6cNuL2y6QiOYdbL0nvQA==",
				"shasum": "aa6dac14c04e71463993ba49a0deac4ed90c873c",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.5.tgz",
				"fileCount": 20,
				"unpackedSize": 41978,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5es4CRA9TVsSAnZWagAAv10P/0Q+g8J2z9MFZdKLjFiA\n6f8/EbVh+XtvVrDYAXUQ5Q58C2cR5x+zf23cscBikk6tIheS3wMR9jVxDLIr\n8z4z3DDd0+9qDjuOenycCz2jPZ9vfEeS+jfVhnSBn/9wijRA++j8MwrH4qPG\nSq/cq+mSUjsX6DnnzwMkNrnOFIHjQZvufpFEFoNeTHuiSKS8pCqmaUUL32gc\n/25uU+Dd0h+yIhvJa0iut7UFGrdRXIhddivAoSfmZbPAlnNRCEkaTR3zPs37\n42DbbMGY3dgYilySgtrs1LbJ0MobBzdBQzwsvIUPLyk5IqdMtRc8ZAd+ucTW\n+RIgOQ6ddZ45FMdSvJHiwXDul5GGHNk4RXn6H9mDz5unbXNNdoclHmcvyxbT\nd3wEgg7yshFK586TUdsn4uFyKEaJXhdcPy0ilnij2Ei8UUxEneryDKPnSBTf\nFmt7KyVnOkCFcVItIDllkEUjAS6Ke0rnY3CCcEZD1WNocDMbj/YELLk2Q/oU\nvbpNDUZh/EasZP2eoaHcoxezX4nvztFL4u2vk76zapl5tSOhiB/8GOv0ESqF\ntQOIFkrHo7hQwtLfl5lPkHsNNR6LjLpZ8Qak07kdvKiHjoD9Ka8agQvBtqfS\n5NkNWU3nlw5FJP2CeFDYrWawvi8vo6V4A489LgL4IMeY6EHhh/iuUtb8pR7U\nyaZW\r\n=ui1X\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.0.5_1541794616197_0.9217522059566183"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "webpackbar",
			"version": "3.1.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.4",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "823c7d78c4f4fddc9d32c39812372afb5a90baba",
			"_id": "webpackbar@3.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ZT1E4ap2YJb4WMSgBn4rde6+8P/sUW0LiswDORY8CsPJZyz1KtQzWUNpTjAgS8wBJr6Qigmepahd6ZMRn0t8gQ==",
				"shasum": "60bae61d3a0d41c2fc42dc78d874e7c076610678",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.0.tgz",
				"fileCount": 20,
				"unpackedSize": 43104,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5gcXCRA9TVsSAnZWagAApwQP/3CocEdJIJ5d/zsYqitT\nyU5OGJ6jbysYy95FWaYoEE0YHK0h3WvZp+895s5iaN/jEGL0dGbam41iOuIb\nbkedtcCJpLR/LEsXkmr5AWkDHPdcex6MRnZcc1ZGZNCJ/+S/Il+7xLXZdaoV\nSvnpvJ8YGV5tJl9Dbbc2IIgq/mtP5zAhpyw7P5aqjSTgXXSOo/Uk9JxJiq7x\nj9yX/Rrnki6EnVo6bwRukkCOE2StcupVNyuxUWaOVYCY0U8xXTzbpC8tGYuO\n2clM0kZs92HBqkM/Db3lxVfKEaCRt64MGbd43MsEy2b8P+rW4Rl0+TT47I4k\nz3FB36cfyfvoGv1gZvs99qGwPMaPiBwBp/RNPB+hpB9wqIwa3Owg8rL1Taf/\ni6bM6W/HNqdOQ4ueI56EWnTQB+vtOz8DPOFWI83TCoqoHXun1qMetiwcYikl\n8snDu4Y74FjvoRqOq3kvDZxeZ5GCIgC2JkG+NIUdQrGSZSQ6yZJm3cQBDYDy\nDaOAeY69H7lqVECrl1x1GZI9lQclTu3I5rsXiIx33aHw5cpPl3fa6LvlzShG\nj7rWPy14uqkVwO7a/CalGwDrYRNjRM/7JJC2ogNCxiuVhS8wqtmXom+uDmJZ\nq328r6HiTS8qI2CX4JguLgszxP8+xfAPne+0LCgtcIGKGz8JcKv0x8ya/Y/y\nPLuZ\r\n=IRA6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.1.0_1541801751063_0.17073846682193938"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.1": {
			"name": "webpackbar",
			"version": "3.1.1",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.4",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "7ea340f2c8ee5c98063562656383c48a467e8554",
			"_id": "webpackbar@3.1.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-zxFpmuovFwGDtDWgAKqaScfdQt9blpkw9bHL5ShhNfcGH48c9LLNkzBxEVKqqgQU5GPIkLL7juvbamakdo9jnQ==",
				"shasum": "3e8686a145d22f0b7136963b6e7908a6fd4b88eb",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.1.tgz",
				"fileCount": 20,
				"unpackedSize": 43593,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5gyGCRA9TVsSAnZWagAA1E4P/0E3dhj6wn5NTUPt3+vN\nT0+VSWBHxl8xL/gXx/AAI3d67bYGh+jtkFG8CXm0v1MLkHc8Z23gZ/3vsiio\nZ8P1WQliu9X8AZN9EPyNsT4UcO4otJ1m/FWVTr/LJHUId1cj+InEZaDx4ySf\nmU/Un+FYbV+uY8hdFFOuUb45rfej6qCDxlCeqIFsf4sXpINyhkipmDlqgSqy\n3HY0tjgidcwTjew8wo/ODo8JGyuNueOwuh8eVt1HWESrOOPX+KfQpOSdvxBs\nEfXcLG61Xng7OpgSFHwUjrqqdrhVkiZaBCjOzlRrXYfo7v6fFqnkyOxAtQ8O\nW32za64k10Sateaip8FfZ8r/IKsiLKrHskLEmxWyi+er3z/sIyCXJFCsGSa4\nDcnOKHywDuv2wwd8TI2BFjM2iLkQJEvg1Zt/cfanTy1JMr22lEo4X8GPAU5X\n3X3VmfdymZ2DiuzZSPKczhM3N/NeBJPLFiQfakXOQSK83qMiAcdc5dbC08Wc\nM1m5IMop+hvu42DcSlM9S9eGBWa6oLRffvO6ZiIKaa2xDWxP0SXxIdTI3a+h\nd2aQnmcf2X/2H05F21OpLsBT4rCQ8O8Sos/XhTPQu6sVYwSWdfru0WVKmmcr\nUdjDECiEezQx8J3uwkjlkxp97yta4AxGxMz+qkkwMjL7KQ2CAvcRp9G9OkKL\n/X2R\r\n=2hjm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.1.1_1541803141784_0.10249721844209869"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.2": {
			"name": "webpackbar",
			"version": "3.1.2",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.4",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "6632af200ada8ecbae7bea08840477d0d7b86b11",
			"_id": "webpackbar@3.1.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Wk7VwbUl6RwWAnPL5d0/rKlrBNSwiE+Xr+3aC2Paq3rQxIleNDFshnVyM2YFL/9J0VRfmIg6C6DOqDzYN5CU9w==",
				"shasum": "eee47195b1309604c363e0dc52d13d7846da5078",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.2.tgz",
				"fileCount": 20,
				"unpackedSize": 44805,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5hbpCRA9TVsSAnZWagAAehkQAJ/wxqGqbuDRrRj/3smM\nV4+uuZKWQWqKopYH3Thws0qmZDSwasilk10FX/vgD3KjZJxt0JYG74u2x5iC\nET9e/E2i2DJHglw8Q7KbXavquvYAS/ZNw6m4ODPjmDnpS7u9GTRWlsydzYFt\nye6dBrCh8Ibp2tl3NjvDtQlVMudoQD2cCdlr8le4rmyzJAvzmRGdibARZw31\n3L3rpf36I/j1ZRWDNqQCHawWWp1RWPrMi7xLHpLf0jUmDUbhamTSGG3/nY5a\n+6ZR5ewLdDJHdhteqTtNxjT5+n11UcOtDNl9puUA4l219OLJIcRvwQSib1Fo\nYQHfX5dI1xcI6UIBC+NVhP/Y5VBtHIPSgGanMz2W+T1Ixh/pXEuyoonFw86N\nMplTKeUBKKkEOFAzWg4VeHzlkjIKeHASAkqWrl2Tdbe4j2xzymhy3aermimj\nqNyGKnV5zzb15lgs/iPXHUVhdIEjzDXcA3Uw2nxNxRwEc74fKXWX8Nh1t2Gb\nLWan3clXdY3GNpb7T+X5PsBHaLvH7uxO6ILlEfLEs90uRtry+URH/2fIe1eq\nUo4PlMfhr22bDAjhvLpR4rBRzRmO3tHfzXBSQeW+IS0SDw01VbUDourf/+bQ\nnXXQkPjb6CUOmLpmjpKaOBPsDidK3+vTu9nwcy/Mn59aYejESz1hsBhO5Zgj\n9Ee9\r\n=ynny\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.1.2_1541805800899_0.6437337934996765"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.3": {
			"name": "webpackbar",
			"version": "3.1.3",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.2.4",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.8.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.1.3",
				"jest": "^23.6.0",
				"lint-staged": "^8.0.4",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.1",
				"standard-version": "^4.4.0",
				"webpack": "^4.25.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "6b3553a13951f4a929eb0df9ce3b55e7067e3005",
			"_id": "webpackbar@3.1.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-OvCUjHxd+FRSlocJTqi0wjBZIIetW04WkDiKpkfL7ZvvEeQnTVL+6yBzjJVpdaY7CZ/tfQKM8IBXIcHlPqyX+g==",
				"shasum": "3ea7b7e3d09fd3ac62ba476a45a1c0c2830e6dcb",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.3.tgz",
				"fileCount": 20,
				"unpackedSize": 44915,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7C36CRA9TVsSAnZWagAAvkcQAJ7bQfLDaVlXAWVWo9I+\nFdVe2Fk13EEfUyLJBbHeqaC9h1irT6hZcqgSk3tgOojLL13JAEa8CvVr2aK1\nNLUihGckA5PU1X0dh8tzrbvLTMdGpk4jQXoz+UVE+gfbYHPqLc71QJV2Kd4e\nj6m3vXjaRvxAi9cARbCyIGELYSkQu+JaQl1tPActJDWHpGzfmh/NiIsoGQkQ\ncGcrTtqeoYy3/LIRIdFlycziDCKrhwULnhR98iGgZu6J7RUjb+SvjtbvcLo8\nSmmN0UQw60kcsBnYhBWgyCjrR7avCo3fkm+CtHjxjtnbbjTbqcFkbPxzWkdS\nemJagrMaUd5XF+ZUNAjNdf+jUWXvSDM95ZPmf9sQFslyquRJfK2CHUd3jC/m\nM+XW8FGF0DUKVNv32Q/iuMM/UUvDIvxE1lb5eBVnRvn/By88CxF+6eAv1jaV\n/F8JVS1PYxZIy9MUh9Q1D5rFU9LAPF+CwEocsLP1xkSoqtdd/VtK9m464CTP\nRbIoxqxjh5U2BoDDLhVwdt7QUHQ3FL6l2oRTDOp0xiqGSdA6yiTpIDNBOmrS\nU5BsWFl4AnZyieKm1wB8nL/dHS6wzuRFPnM3c7b9cBIoHYstxFnT+iYcZ7Zg\nZUo0XIakQGWXTVzaiilaaOTBD6JIQbM7n4qwVLHp1AWTA6oeDDOOFXeLx+Ds\nVoNk\r\n=3Ht3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.1.3_1542204920774_0.38553060680211315"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.6.4": {
			"name": "webpackbar",
			"version": "2.6.4",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"commitlint": "commitlint",
				"commitmsg": "commitlint -e $GIT_PARAMS",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"chalk": "^2.4.1",
				"consola": "^1.4.3",
				"figures": "^2.0.0",
				"loader-utils": "^1.1.0",
				"lodash": "^4.17.10",
				"log-update": "^2.3.0",
				"pretty-time": "^1.1.0",
				"schema-utils": "^1.0.0",
				"std-env": "^1.3.1",
				"table": "^4.0.3"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.0.0",
				"@commitlint/config-angular": "^7.0.1",
				"@webpack-contrib/eslint-config-webpack": "^2.0.4",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.4.2",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.0.4",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.3.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.13.0",
				"eslint-plugin-prettier": "^2.6.2",
				"esm": "^3.0.74",
				"husky": "^0.14.3",
				"jest": "^23.5.0",
				"lint-staged": "^7.2.0",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"pre-commit": "^1.2.2",
				"prettier": "^1.14.2",
				"standard-version": "^4.4.0",
				"webpack": "^4.16.5",
				"webpack-cli": "^3.1.0",
				"webpack-defaults": "^2.3.0"
			},
			"pre-commit": "lint-staged",
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"readmeFilename": "README.md",
			"gitHead": "0c47e4578c52ca504210a3ac5466e795d52d33c5",
			"_id": "webpackbar@2.6.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-uQzJwuX172E+Vnk2NRFSM1hZBMCXd2CIpRUl1hr5tbAndTGVnDmYXQKHsbgbCKQXFJKKAl8EHYsdeauJZu2Qvg==",
				"shasum": "9118dde6b8f513a2d50ce630952157bca9218c6f",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.4.tgz",
				"fileCount": 10,
				"unpackedSize": 26002,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD8+zCRA9TVsSAnZWagAADAMP/1BYIZCD3NxAEsABA6DI\nxqW/KPJikXBGn+qB24yGUTk5vybBNRY+v+tbJRrxK69ex9Naj3i1OxkMCzhL\n1mYCE7XKpAeQhAmJa7j56P8ZMouAGHfUaFinypWBL0TMKld0xov9h6TFusCw\n5fpfaJnpOv3yD+jtZQK1abFFrBXZn/NXYLi14ZnGKYhrkT7I7igzfvMlnYn4\nwRX2bPAd+TCDn3ezSGLaF5wpNLUsSfxTzJZZPA7Bo1xhamvA4Vb6UvvkHzCY\nPLwhY8fqSDtqxyUGi7U6Gm1uitQZ5HZEt4Iq0D48trYTg4FTbkitZ+rW/WgY\n9DsdxccPoq9wFjL9Y/BxMGTAFODCGJHkhJ/mrERp2hyELiqhGReXGZX2HeQ6\npml9Uz9zgVYYleAFpg99VD0cAZXgqqPfpiewQq9dLn6jGJR0lKcGg8FtWUpx\n8KdgMdVvcEMg9QNlNCN9kgVw5YxJ5NwEFbowsIcO5GoqQGiSlJlxD340RIHS\nHaonyDs4LyFcZahHOn0Balq9EXAI885C2nCjj+5+xaVFPA/AEr3ELjSb5qrj\nO7IJpY3LvF8gRyJhirDgWQb7nI7XuTErFtIbnTrZPqKU5I6YFsl5C3cii8gy\nQH8ISeiLc5LRLsw9n0k2GeNfb+dOQ+NfKq93E/8ubNRZ6TQYkjZa1WBySwW8\njc2L\r\n=Xo7k\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_2.6.4_1544540083213_0.36745389800841566"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.4": {
			"name": "webpackbar",
			"version": "3.1.4",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.3.0",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.10.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.2.0",
				"jest": "^23.6.0",
				"lint-staged": "^8.1.0",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.3",
				"standard-version": "^4.4.0",
				"webpack": "^4.27.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "93a8f6430eebfe195854190dd4e8ea3b9d85c936",
			"_id": "webpackbar@3.1.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-P/ESpzVFl49IL9svoZphf9Kbyh/09vHqo31PP5/fxVrBLCBUHMKbDaWt+Px7zEQZUyFuQCWzRASJHZByQHTdKw==",
				"shasum": "7b99fd28bf7c8d4f890b14c042418fc56d0877f0",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.4.tgz",
				"fileCount": 20,
				"unpackedSize": 45301,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcD9EFCRA9TVsSAnZWagAA2xkP/09Bvp2EQPzasy1BForF\n7VrgeLaNL48FojYm5ENgSABfhkKuioIxRnxcD7MZ/cRjeJTZ9aqyyGZWvS7E\nioJHiUsSsAIQQTZ+Jh2s7s2EdwTUmsqUbWYyK4vpuuvKA3p3WchSnJx8IcLk\nENLuR8X8irJ1jggGCxLsGSFqUpvtnZ6UFIG7VfVAX78bR2OM5AFIq0u/as1w\n+v0FbRyohGdcYych+2idmEG7xwosACaqTBAEk58EdEOsAJsyISgd9iJuA8YQ\n+27FnyUmb4DDvaA4l8U+EN3++lc4CvYJmSrxOC9V4hFSNaxZnY7GByGOzxZh\nZdppqtyOl8d99GkUmQTJp0K4J92mOmnFdlkWWMzlqunrlrc/I4GH1uPcAywq\n+QWme/WIFwuUTuBHYGVF/JKexodFarnvu71oIhrPEhAZeH+CdHFi0/15vHNM\nIFeRWYye2EGcEELt8JeSp6bsC1RDHxl+fSuLiJGnn9KfKk3kic3jUFJ9U9Ct\n7msOsGlya/JCbKSzBq8bRm1TNz0kmMK69XsDUDGBsbPSGyamxwliHH6nYsTr\nGCDg7cdX/y4onH7mIQ47xcnYRvXoqMnEpA3l1Tg0F0ZeSVwS4hK7lRcnevVu\nPHngFMsPvL8GNZ37pltjZlQyYf5Q1LEznSszAFdZxOLn32MQClV/WMyR6GZB\nbcLf\r\n=ubS6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.1.4_1544540421109_0.5476500008008569"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.5": {
			"name": "webpackbar",
			"version": "3.1.5",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "npm run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "npm run clean",
				"prepublish": "npm run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"security": "nsp check",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "npm run lint && npm run security",
				"ci:test": "npm run test -- --runInBand",
				"ci:coverage": "npm run test:coverage -- --runInBand",
				"defaults": "webpack-defaults",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^3.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.3.0",
				"figures": "^2.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^4.0.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^23.6.0",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^3.0.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.10.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.2.0",
				"jest": "^23.6.0",
				"lint-staged": "^8.1.0",
				"memory-fs": "^0.4.1",
				"nsp": "^3.2.1",
				"prettier": "^1.15.3",
				"standard-version": "^4.4.0",
				"webpack": "^4.27.1",
				"webpack-cli": "^3.1.2",
				"webpack-defaults": "^2.3.0"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "f0fa3b8de31b26994fdc01e3d5e2c0e5afbe1e30",
			"_id": "webpackbar@3.1.5",
			"_npmVersion": "6.5.0-next.0",
			"_nodeVersion": "11.6.0",
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ayCxwj0m3lw8TMkbBBRl3XNiCIHqXYaQus8sNL+jX0lsp4LrYO9OmijsPeuu91cd/oUgK66c0AKQovPtJ1qDsA==",
				"shasum": "71f9de2d8b897785a3b3291cb6c8beecdf06542b",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.5.tgz",
				"fileCount": 20,
				"unpackedSize": 46113,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOkWfCRA9TVsSAnZWagAA/yQP/Rio80ScpYLA22/FZqpC\nXryHjQ5zFXBZycihH0k5cZj6DHlTFcgMaxOvqX7ARbZrRrJqQ6NzAtjBXSOE\n/5e9gdMn5TufBeMAapW3HcMCIXsMVyHupT4BCW1JJm611BP91nUKoGVvBeLx\nraFUdVClFzrB7+5ybcWP38UOczPYSXZUlOnxEaKjBYpI4PYeGJwRYJI1urjN\nz+SPYnQOJ0djiAOV6PRBoP8308Uh6WZIMt0FZ0CJR1amwuNqKcWX9Mv4R3vS\n5M65gAC+USxmIjQclmX+TA9bKWhYZN0k8tusGUkzzdwrZ984eKvD1wTCAHvV\naI+wjXfCtx0fqKADfw/WQBgN4aAWfYZuuMwtWJ24DrxQ5ZAnKNwSRJ/xXMXw\nq5E6V62rdFBghDHTLQn73KvhwwWzd/UxiVDKTJ3ta0QT4X0pRcEojBUG5qia\nwgYeAnl5zhy0eO0u4yLaMVAWnJqXu8ThXec/+BTyq/AoE5hAp7xRLtEmrJNk\n1IyO95DHr/ZB+/8I78FP2bdNxBCbG4b6vGWJWEs+AI9+qHgtC/6ayiMxIUJz\n3Pwd5tyMPJeM7QOQmkKcs/d+9S0OwU+zpSlygwxuExh47nOej6thZC5Vl2ho\ny68qdiV1mgxH6wKYekAvzxjv5vbJeWYfWQ5pgbb/JeNSFN3TdoGcEVteZGTl\ntVy/\r\n=NF/k\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.1.5_1547322782839_0.021774511392574025"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "webpackbar",
			"version": "3.2.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"homepage": "https://github.com/nuxt/webpackbar",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"main": "dist/cjs.js",
			"engines": {
				"node": ">= 6.9.0"
			},
			"scripts": {
				"start": "yarn run build -- -w",
				"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
				"clean": "del-cli dist",
				"lint": "eslint --cache src test",
				"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
				"lint-staged": "lint-staged",
				"prebuild": "yarn run clean",
				"prepublish": "yarn run build",
				"release": "standard-version",
				"release:ci": "conventional-github-releaser -p angular",
				"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
				"test": "jest",
				"test:watch": "jest --watch",
				"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
				"ci:lint": "yarn run lint && yarn audit",
				"ci:test": "yarn run test --runInBand",
				"ci:coverage": "yarn run test:coverage -- --runInBand",
				"demo": "webpack-cli --config demo/webpack.config.js"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"dependencies": {
				"ansi-escapes": "^4.1.0",
				"chalk": "^2.4.1",
				"consola": "^2.6.0",
				"figures": "^3.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^5.1.0"
			},
			"devDependencies": {
				"@commitlint/cli": "^7.2.1",
				"@commitlint/config-angular": "^7.1.2",
				"@webpack-contrib/eslint-config-webpack": "^3.0.0",
				"babel-cli": "^6.26.0",
				"babel-jest": "^24.7.1",
				"babel-plugin-transform-object-rest-spread": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-env": "^1.7.0",
				"codecov": "^3.1.0",
				"conventional-github-releaser": "^3.1.2",
				"cross-env": "^5.2.0",
				"del": "^4.1.0",
				"del-cli": "^1.1.0",
				"eslint": "^5.10.0",
				"eslint-config-webpack": "^1.2.5",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-prettier": "^3.0.0",
				"esm": "^3.0.84",
				"husky": "^1.2.0",
				"jest": "^24.7.1",
				"lint-staged": "^8.1.0",
				"memory-fs": "^0.4.1",
				"prettier": "^1.15.3",
				"standard-version": "^5.0.2",
				"webpack": "^4.27.1",
				"webpack-cli": "^3.1.2"
			},
			"husky": {
				"hooks": {
					"pre-commit": "lint-staged",
					"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
				}
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"gitHead": "302fdc2131abe2210a9534da7603f8151ebd7fef",
			"_id": "webpackbar@3.2.0",
			"_nodeVersion": "11.13.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-PC4o+1c8gWWileUfwabe0gqptlXUDJd5E0zbpr2xHP1VSOVlZVPBZ8j6NCR8zM5zbKdxPhctHXahgpNK1qFDPw==",
				"shasum": "bdaad103fad11a4e612500e72aaae98b08ba493f",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.2.0.tgz",
				"fileCount": 20,
				"unpackedSize": 46468,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuJa2CRA9TVsSAnZWagAAPVIP/2M734IWkq1IlT9NnWoE\nzjscZ1mR4/wTzXUQiUQkNnHZ2ixiNgWUCyvQD8sxrRPGMOjsR2fYULMWG2+c\nXc4TOHg80OL7srYkeuFPL7BzVPYhUHZDMEApLmUx/t51cyCRgsiJTB6Ygqf9\nGcoFRF6oNxIEkqUJAnTP5C6sRjVdYqCKF+aEoiC7JGB7MpCjkVCtIKte1L0u\ngRRPrTapIYiToe/j87J+4MLBfLmrkTF9uJ1IAlCQ5DDH6nczcrzS20jZPwuD\n/2DHGFaffeq+0dLhAqiTKsn8135lOrOexBnqauUJ8uuoNWg9RlLsL+1dPVDO\ndv5mxA6Hm79L1cZm7h6yVUP7dlxhd+3y1h7POapQhbNG2/Gqc9K1xry+5Bxz\nMpdTmtBaYoWOpsB/zIMwga6JD6GgtZpsQgEsz6ewfT6M8C7bCnnCxa+nNHOa\nqL9n0ienKCCeClRJMjDOU2JBV72nMMh/ufq85PFjO1WHKo3v40+bfApBnB+t\nbzy48MdBhxp1DknDWsezZOUI7gkbquZBC2TW9/+YNG2LIaqA2KfyWaMq/YY2\ni9p5+jNhA419ebGRBxW2Yn1K6b5nj+cKGJCGFKpO1Rzy2sNGAivQq27kkMgR\nw0pdh/ji8CFptrjZ+wvWg3f46YdPisSfmjYudlYfP5e4MKkEWEpgnxYb5pW6\n4KX1\r\n=LSKN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_3.2.0_1555601077310_0.47242774781141206"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "webpackbar",
			"version": "4.0.0",
			"description": "Elegant ProgressBar and Profiler for Webpack",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nuxt/webpackbar.git"
			},
			"license": "MIT",
			"author": {
				"name": "Pooya Parsa",
				"email": "pooya@pi0.ir"
			},
			"main": "dist/webpackbar.js",
			"scripts": {
				"prebuild": "yarn clean",
				"build": "bili src/index.js --file-name webpackbar.js --format cjs",
				"clean": "rimraf dist",
				"demo": "webpack-cli --config demo/webpack.config.js",
				"lint": "eslint src test",
				"prepublish": "yarn build",
				"release": "standard-version",
				"start": "yarn build -- -w",
				"test": "jest"
			},
			"dependencies": {
				"ansi-escapes": "^4.2.1",
				"chalk": "^2.4.2",
				"consola": "^2.10.0",
				"figures": "^3.0.0",
				"pretty-time": "^1.1.0",
				"std-env": "^2.2.1",
				"text-table": "^0.2.0",
				"wrap-ansi": "^6.0.0"
			},
			"devDependencies": {
				"@nuxtjs/eslint-config": "^1.0.1",
				"babel-jest": "^24.8.0",
				"bili": "^4.8.1",
				"codecov": "^3.5.0",
				"eslint": "^6.1.0",
				"esm": "^3.2.25",
				"jest": "^24.8.0",
				"memory-fs": "^0.4.1",
				"rimraf": "^2.6.3",
				"standard-version": "^5.0.2",
				"webpack": "^4.39.1",
				"webpack-cli": "^3.3.6"
			},
			"peerDependencies": {
				"webpack": "^3.0.0 || ^4.0.0"
			},
			"engines": {
				"node": ">= 8.0.0"
			},
			"gitHead": "afe3508199a3cd8a9124e4629146c83ac9bb0e1b",
			"bugs": {
				"url": "https://github.com/nuxt/webpackbar/issues"
			},
			"homepage": "https://github.com/nuxt/webpackbar#readme",
			"_id": "webpackbar@4.0.0",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "6.10.0",
			"dist": {
				"integrity": "sha512-k1qRoSL/3BVuINzngj09nIwreD8wxV4grcuhHTD8VJgUbGcy8lQSPqv+bM00B7F+PffwIsQ8ISd4mIwRbr23eQ==",
				"shasum": "ee7a87f16077505b5720551af413c8ecd5b1f780",
				"tarball": "https://registry.npmjs.org/webpackbar/-/webpackbar-4.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 38111,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSEEgCRA9TVsSAnZWagAAvMsQAJb1rvgvN1VBNLC5/Kzx\neGPyqdwAMkSbKrG9qk2HB8Z3oOlgFiMyb/aPkL/iteb5TV5wYZojmvYyEp1s\nySznEEhzBo0SRbivZVqGSCtL0yo7pV+V9pXpnwidpsTc5Rp8XkAie/YFj2dR\nqTpGbwUReSjwU8CTFwCC4zgsn8Z1FiIQu27VHdPnKsqKyLYja5UyT5PozBdw\njxotEMyTBFJSG3XSLkqs0aFz8CzAG0kHXAWTOve0P9eH2nkHHZDcTUtHPHHs\n/G1GK6y2Vkjy+fj+3e1J9bdskTN46xCtOT291IGE3nbRffW5uBCrqDdVh6gC\nTQkYbSF9lPVIcynkdWtlBlo9agpnB9i97dMvBggh86s2aO3SKGpyYPjW26l8\n6gBRlT3GgWsP6BlqCNGRWq9S93uApssIwYeT8frndwjvA/GF+9h5YByR0zIe\nSl+KjxDhJ2a3Yj859UJFmzY1frIrIjUGaXBMpaAZ+JAU5ScnrNWlefYSmrLm\n+4rk8m0w4HYSIUMyoNv1dGmoTdEx09L8ffvmzFpCPP31SNIJz9h1CQ2YPbhz\nPeyAjVbXV1IzFqk2YfJ9DW0eRViqckVyubOwnY9Zg1UIdO0L/Ae41F3pAef+\nhXqkqerRywcXL7HjCVOfbovLgJnK0ROxq5mqXiHUkSvNLb4HtoCb/vzy5BeG\nE2ET\r\n=fsjE\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "atinux@gmail.com",
					"name": "atinux"
				},
				{
					"email": "clark.duxin@gmail.com",
					"name": "clarkdo"
				},
				{
					"email": "pyapar@gmail.com",
					"name": "pi0"
				}
			],
			"_npmUser": {
				"name": "pi0",
				"email": "pyapar@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/webpackbar_4.0.0_1565016351932_0.8204419897992679"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-03-24T12:11:04.540Z",
		"0.0.0": "2018-03-24T12:11:04.635Z",
		"modified": "2019-08-05T14:45:55.617Z",
		"1.0.0": "2018-03-24T13:00:58.031Z",
		"1.1.0": "2018-03-24T17:20:19.405Z",
		"1.1.1": "2018-03-24T17:30:35.191Z",
		"1.1.2": "2018-03-24T20:56:49.489Z",
		"1.1.3": "2018-03-24T21:07:36.152Z",
		"1.1.4": "2018-03-26T06:06:31.381Z",
		"1.2.0": "2018-03-27T13:30:34.342Z",
		"1.2.1": "2018-03-27T13:32:37.348Z",
		"1.3.0": "2018-03-27T13:50:22.984Z",
		"1.4.0": "2018-03-28T20:08:37.473Z",
		"1.5.0": "2018-03-28T20:41:18.854Z",
		"1.5.1": "2018-03-28T20:44:38.755Z",
		"2.0.0": "2018-03-31T07:45:29.688Z",
		"2.0.1": "2018-03-31T07:59:16.469Z",
		"2.0.2": "2018-03-31T08:24:27.933Z",
		"2.0.3": "2018-03-31T09:00:08.069Z",
		"2.1.0": "2018-03-31T09:28:34.857Z",
		"2.2.0": "2018-03-31T17:05:45.515Z",
		"2.2.1": "2018-03-31T17:21:23.473Z",
		"2.3.0": "2018-03-31T18:54:31.489Z",
		"2.3.1": "2018-03-31T18:57:00.851Z",
		"2.3.2": "2018-03-31T20:32:05.866Z",
		"2.4.0": "2018-04-01T19:17:37.481Z",
		"2.5.0": "2018-04-04T07:58:46.506Z",
		"2.6.0": "2018-04-04T10:03:02.882Z",
		"2.6.1": "2018-04-04T10:13:45.229Z",
		"2.6.2": "2018-08-12T13:55:53.131Z",
		"2.6.3": "2018-08-18T21:42:01.024Z",
		"3.0.0-0": "2018-11-02T18:50:34.470Z",
		"3.0.0-1": "2018-11-02T23:47:02.878Z",
		"3.0.0-2": "2018-11-04T21:46:21.631Z",
		"3.0.0-3": "2018-11-07T22:15:45.076Z",
		"3.0.0": "2018-11-07T22:48:57.560Z",
		"3.0.1": "2018-11-08T10:50:32.015Z",
		"3.0.2": "2018-11-08T11:10:16.569Z",
		"3.0.3": "2018-11-08T21:57:10.264Z",
		"3.0.4": "2018-11-09T20:08:00.509Z",
		"3.0.5": "2018-11-09T20:16:56.363Z",
		"3.1.0": "2018-11-09T22:15:51.176Z",
		"3.1.1": "2018-11-09T22:39:02.228Z",
		"3.1.2": "2018-11-09T23:23:21.105Z",
		"3.1.3": "2018-11-14T14:15:22.139Z",
		"2.6.4": "2018-12-11T14:54:43.320Z",
		"3.1.4": "2018-12-11T15:00:21.242Z",
		"3.1.5": "2019-01-12T19:53:03.021Z",
		"3.2.0": "2019-04-18T15:24:37.441Z",
		"4.0.0": "2019-08-05T14:45:52.072Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.0.0",
		"2x": "2.6.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"6518c83febeaf94ddfc0f91729c816d7\"",
			"fetched": 1600679287056
		}
	},
	"_distfiles": {
		"webpackbar-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-0.0.0.tgz",
			"sha": "e03e435bc95265a8e840d4758fadadb82590e55c",
			"registry": "npmjs"
		},
		"webpackbar-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.0.0.tgz",
			"sha": "9dd1dcc8c1744233156798d6c882a7ed1d02cc4d",
			"registry": "npmjs"
		},
		"webpackbar-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.0.tgz",
			"sha": "94d062e596a4d78203c8195129e92a3e72935635",
			"registry": "npmjs"
		},
		"webpackbar-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.1.tgz",
			"sha": "0461846eeaf9ec5b473e78235b75efa5762873de",
			"registry": "npmjs"
		},
		"webpackbar-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.2.tgz",
			"sha": "e2a05a77507da032f7c6138a6d282e794e531566",
			"registry": "npmjs"
		},
		"webpackbar-1.1.3.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.3.tgz",
			"sha": "8c6388a6391a415fcadde5028a0f89b8f1bcc6c2",
			"registry": "npmjs"
		},
		"webpackbar-1.1.4.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.1.4.tgz",
			"sha": "ec6273249e16c25cd6ee43701c3d97d53456edab",
			"registry": "npmjs"
		},
		"webpackbar-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.2.0.tgz",
			"sha": "e85aa22c5f1bdadaeac11b7e3fb3471035b31fb0",
			"registry": "npmjs"
		},
		"webpackbar-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.2.1.tgz",
			"sha": "f07b60c27face2d2f5fc72529089d3577cdfc42e",
			"registry": "npmjs"
		},
		"webpackbar-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.3.0.tgz",
			"sha": "cdcd6b60709ccd3167732261c2ae09529354539a",
			"registry": "npmjs"
		},
		"webpackbar-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.4.0.tgz",
			"sha": "8c2a1a85fe6f4bfc71f897a6c68ecd693dd2e31b",
			"registry": "npmjs"
		},
		"webpackbar-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.5.0.tgz",
			"sha": "c2408b92b9c805911e6e6b9a6baa8e9c4ce16b2b",
			"registry": "npmjs"
		},
		"webpackbar-1.5.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-1.5.1.tgz",
			"sha": "05fd64a168ac6cbef763ab074ababeaf9edb72fc",
			"registry": "npmjs"
		},
		"webpackbar-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.0.0.tgz",
			"sha": "148166f87a8328df2ead9217ac275557fe4566bf",
			"registry": "npmjs"
		},
		"webpackbar-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.0.1.tgz",
			"sha": "bcab85d23ea83ef501557888a911cb481ab6f0f5",
			"registry": "npmjs"
		},
		"webpackbar-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.0.2.tgz",
			"sha": "96d40e6afead15ee86a111eafb5ae0a0d3b2e871",
			"registry": "npmjs"
		},
		"webpackbar-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.0.3.tgz",
			"sha": "57282cea1fcb51c0d14ccd1c55d27745ebb27cec",
			"registry": "npmjs"
		},
		"webpackbar-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.1.0.tgz",
			"sha": "c6ef3529f63d4369435a72ea0aaba289e1d2dc61",
			"registry": "npmjs"
		},
		"webpackbar-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.2.0.tgz",
			"sha": "db08d5f997b6dfd717c070fb1cf9c0c4ae35f1b3",
			"registry": "npmjs"
		},
		"webpackbar-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.2.1.tgz",
			"sha": "99d709239303fa183f0fa3e0400eecc5dc904211",
			"registry": "npmjs"
		},
		"webpackbar-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.3.0.tgz",
			"sha": "5442b7ff2025ed3b2e7238fff923ae8b77b770f0",
			"registry": "npmjs"
		},
		"webpackbar-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.3.1.tgz",
			"sha": "cbaee8c500ad18efe3bfa81aad79c575e1c38420",
			"registry": "npmjs"
		},
		"webpackbar-2.3.2.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.3.2.tgz",
			"sha": "bdb1cfae1725a1341e583c9c8ef4e37a16bb8136",
			"registry": "npmjs"
		},
		"webpackbar-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.4.0.tgz",
			"sha": "858cc5d9b44085214ca628a1f676d5a54e35b7f1",
			"registry": "npmjs"
		},
		"webpackbar-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.5.0.tgz",
			"sha": "a6ec1a01e37914190513995ad0c22f1bb9de99e6",
			"registry": "npmjs"
		},
		"webpackbar-2.6.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.0.tgz",
			"sha": "c625ea5a1178ebef93dcbab2a34ec9d7c08ed484",
			"registry": "npmjs"
		},
		"webpackbar-2.6.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.1.tgz",
			"sha": "d1aff0665c43635ff35672be2f2463d1176bdb6f",
			"registry": "npmjs"
		},
		"webpackbar-2.6.2.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.2.tgz",
			"sha": "5da9e836c4abbf348e1c15a98670ad1eca5ee498",
			"registry": "npmjs"
		},
		"webpackbar-2.6.3.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.3.tgz",
			"sha": "4f2d0078375acfe95c0e55227771a2ed98ecc5c9",
			"registry": "npmjs"
		},
		"webpackbar-3.0.0-0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0-0.tgz",
			"sha": "261b1ed95ad5c667fad6082301765d6993977d5f",
			"registry": "npmjs"
		},
		"webpackbar-3.0.0-1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0-1.tgz",
			"sha": "29bfd3724676b84163f4701da6c877a069e20654",
			"registry": "npmjs"
		},
		"webpackbar-3.0.0-2.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0-2.tgz",
			"sha": "b0f37bd6c9fb408b121ac750a1ab891e2be97286",
			"registry": "npmjs"
		},
		"webpackbar-3.0.0-3.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0-3.tgz",
			"sha": "1038542b05430d8265760a780cde29560a5b4daa",
			"registry": "npmjs"
		},
		"webpackbar-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.0.tgz",
			"sha": "8f9c3596ce7a3bc156feb97a59e6e3fc07f88104",
			"registry": "npmjs"
		},
		"webpackbar-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.1.tgz",
			"sha": "16fa8bb4e9e66128e3eff71b10ac701830da06a2",
			"registry": "npmjs"
		},
		"webpackbar-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.2.tgz",
			"sha": "188a92d804c0e3709dbe9749acdb19a6c87b3580",
			"registry": "npmjs"
		},
		"webpackbar-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.3.tgz",
			"sha": "fad6032308c0dc871c707e45172646a6f56e499b",
			"registry": "npmjs"
		},
		"webpackbar-3.0.4.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.4.tgz",
			"sha": "12253072eda1d7d7e6a64d48a2e60df6993dd354",
			"registry": "npmjs"
		},
		"webpackbar-3.0.5.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.0.5.tgz",
			"sha": "aa6dac14c04e71463993ba49a0deac4ed90c873c",
			"registry": "npmjs"
		},
		"webpackbar-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.0.tgz",
			"sha": "60bae61d3a0d41c2fc42dc78d874e7c076610678",
			"registry": "npmjs"
		},
		"webpackbar-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.1.tgz",
			"sha": "3e8686a145d22f0b7136963b6e7908a6fd4b88eb",
			"registry": "npmjs"
		},
		"webpackbar-3.1.2.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.2.tgz",
			"sha": "eee47195b1309604c363e0dc52d13d7846da5078",
			"registry": "npmjs"
		},
		"webpackbar-3.1.3.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.3.tgz",
			"sha": "3ea7b7e3d09fd3ac62ba476a45a1c0c2830e6dcb",
			"registry": "npmjs"
		},
		"webpackbar-2.6.4.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.4.tgz",
			"sha": "9118dde6b8f513a2d50ce630952157bca9218c6f",
			"registry": "npmjs"
		},
		"webpackbar-3.1.4.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.4.tgz",
			"sha": "7b99fd28bf7c8d4f890b14c042418fc56d0877f0",
			"registry": "npmjs"
		},
		"webpackbar-3.1.5.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.1.5.tgz",
			"sha": "71f9de2d8b897785a3b3291cb6c8beecdf06542b",
			"registry": "npmjs"
		},
		"webpackbar-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.2.0.tgz",
			"sha": "bdaad103fad11a4e612500e72aaae98b08ba493f",
			"registry": "npmjs"
		},
		"webpackbar-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/webpackbar/-/webpackbar-4.0.0.tgz",
			"sha": "ee7a87f16077505b5720551af413c8ecd5b1f780",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"webpackbar-4.0.0.tgz": {
			"shasum": "ee7a87f16077505b5720551af413c8ecd5b1f780"
		}
	},
	"_rev": "2-fe7a4896d7a21ebd",
	"_id": "webpackbar",
	"readme": "[![Standard JS][standard-js-src]][standard-js-href]\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![package phobia][package-phobia-src]][package-phobia-href]\n\n\n<div align=\"center\">\n  <!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->\n  <img width=\"200\" height=\"200\" hspace=\"25\"  src=\"./assets/logo.svg\">\n  <a href=\"https://webpack.js.org/\">\n    <img width=\"200\" height=\"200\" hspace=\"25\" src=\"https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon-square-big.svg\">\n  </a>\n  <p>Elegant ProgressBar and Profiler for Webpack</p>\n</div>\n\n✔ Display elegant progress bar while building or watch\n\n✔ Support of multiple concurrent builds (useful for SSR)\n\n✔ Pretty print filename and loaders\n\n✔ Windows compatible\n\n✔ **Fully** customizable using reporters\n\n✔ Advanced build profiler\n\n<div align=\"center\">\n<br>\n<img src=\"./assets/screen1.png\" width=\"600px\">\n<p>Multi progress bars</p>\n<br>\n</div>\n\n<div align=\"center\">\n<br>\n<img src=\"./assets/screen2.png\" width=\"600px\">\n<p>Build Profiler</p>\n<br>\n</div>\n\n<h2 align=\"center\">Getting Started</h2>\n\nTo begin, you'll need to install `webpackbar`:\n\nUsing npm:\n\n```bash\nnpm install webpackbar -D\n```\n\nUsing yarn:\n\n```bash\nyarn add webpackbar -D\n```\n\nThen add the reporter as a plugin to your webpack config.\n\n**webpack.config.js**\n\n```js\nconst webpack = require('webpack');\nconst WebpackBar = require('webpackbar');\n\nmodule.exports = {\n  context: path.resolve(__dirname),\n  devtool: 'source-map',\n  entry: './entry.js',\n  output: {\n    filename: './output.js',\n    path: path.resolve(__dirname)\n  },\n  plugins: [\n    new WebpackBar()\n  ]\n};\n```\n\n<h2 align=\"center\">Options</h2>\n\n### `name`\n  - Default: `webpack`\n\nName.\n\n### `color`\n  - Default: `green`\n\nPrimary color (can be HEX like `#xxyyzz` or a web color like `green`).\n\n### `profile`\n  - Default: `false`\n\nEnable profiler.\n\n### `fancy`\n\n  -  Default: `true` when not in CI or testing mode.\n\nEnable bars reporter.\n\n### `basic`\n\n  -  Default: `true` when running in minimal environments.\n\nEnable a simple log reporter (only start and end).\n\n### `reporter`\n\nRegister a custom reporter.\n\n### `reporters`\n  - Default: `[]`\n\nRegister an Array of your custom reporters. (Same as `reporter` but array)\n\n<h2 align=\"center\">Custom Reporters</h2>\n\nWebpackbar comes with a fancy progress-bar out of the box.\nBut you may want to show progress somewhere else or provide your own.\n\nFor this purpose, you can provide one or more extra reporters using `reporter` and `reporters` options.\n\n**NOTE:** If you plan to provide your own reporter, don't forget to setting `fancy` and `basic` options to false to prevent conflicts.\n\nA reporter should be instance of a class or plain object and functions for special hooks. It is not necessary to implement all functions, webpackbar only calls those that exists.\n\n**Simple logger:**\n\n```js\n{\n start(context) {\n   // Called when (re)compile is started\n },\n change(context) {\n   // Called when a file changed on watch mode\n },\n update(context) {\n   // Called after each progress update\n },\n done(context) {\n   // Called when compile finished\n },\n progress(context) {\n   // Called when build progress updated\n },\n allDone(context) {\n   // Called when _all_ compiles finished\n },\n beforeAllDone(context) {\n },\n afterAllDone(context) {\n },\n}\n```\n\n`context` is the reference to the plugin. You can use `context.state` to access status.\n\n\n**Schema of `context.state`:**\n\n```js\n{\n  start,\n  progress,\n  message,\n  details,\n  request,\n  hasErrors\n}\n```\n\n<h2 align=\"center\">License</h2>\n\nMIT - Made with 💖 By Nuxt.js team!\n\n<!-- Refs -->\n[standard-js-src]: https://flat.badgen.net/badge/code%20style/standard/green\n[standard-js-href]: https://standardjs.com\n\n[npm-version-src]: https://flat.badgen.net/npm/v/webpackbar/latest\n[npm-version-href]: https://npmjs.com/package/webpackbar\n\n[npm-downloads-src]: https://flat.badgen.net/npm/dt/webpackbar\n[npm-downloads-href]: https://npmjs.com/package/webpackbar\n\n[package-phobia-src]: https://flat.badgen.net/packagephobia/install/webpackbar\n[package-phobia-href]: https://packagephobia.now.sh/result?p=webpackbar"
}