{
  "_from": "webpackbar@3.2.0",
  "_id": "webpackbar@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-PC4o+1c8gWWileUfwabe0gqptlXUDJd5E0zbpr2xHP1VSOVlZVPBZ8j6NCR8zM5zbKdxPhctHXahgpNK1qFDPw==",
  "_location": "/webpackbar",
  "_phantomChildren": {
    "ansi-styles": "3.2.1",
    "emoji-regex": "7.0.3",
    "escape-string-regexp": "1.0.5",
    "is-fullwidth-code-point": "2.0.0",
    "type-fest": "0.11.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpackbar@3.2.0",
    "name": "webpackbar",
    "escapedName": "webpackbar",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/af-webpack"
  ],
  "_resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-3.2.0.tgz",
  "_shasum": "bdaad103fad11a4e612500e72aaae98b08ba493f",
  "_spec": "webpackbar@3.2.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/af-webpack",
  "author": {
    "name": "Pooya Parsa",
    "email": "pooya@pi0.ir"
  },
  "bugs": {
    "url": "https://github.com/nuxt/webpackbar/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "description": "Elegant ProgressBar and Profiler for Webpack",
  "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"
  },
  "engines": {
    "node": ">= 6.9.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nuxt/webpackbar",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/cjs.js",
  "name": "webpackbar",
  "peerDependencies": {
    "webpack": "^3.0.0 || ^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/webpackbar.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
    "ci:coverage": "yarn run test:coverage -- --runInBand",
    "ci:lint": "yarn run lint && yarn audit",
    "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
    "ci:test": "yarn run test --runInBand",
    "clean": "del-cli dist",
    "demo": "webpack-cli --config demo/webpack.config.js",
    "lint": "eslint --cache src test",
    "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)",
    "start": "yarn run build -- -w",
    "test": "jest",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "test:watch": "jest --watch"
  },
  "version": "3.2.0"
}
