{
  "_args": [
    [
      "webpackbar@2.6.4",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "webpackbar@2.6.4",
  "_id": "webpackbar@2.6.4",
  "_inBundle": false,
  "_integrity": "sha512-uQzJwuX172E+Vnk2NRFSM1hZBMCXd2CIpRUl1hr5tbAndTGVnDmYXQKHsbgbCKQXFJKKAl8EHYsdeauJZu2Qvg==",
  "_location": "/webpackbar",
  "_phantomChildren": {
    "ajv": "6.10.2",
    "ajv-keywords": "3.4.1",
    "chalk": "2.4.2",
    "is-fullwidth-code-point": "2.0.0",
    "lodash": "4.17.15",
    "slice-ansi": "1.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpackbar@2.6.4",
    "name": "webpackbar",
    "escapedName": "webpackbar",
    "rawSpec": "2.6.4",
    "saveSpec": null,
    "fetchSpec": "2.6.4"
  },
  "_requiredBy": [
    "/vuepress"
  ],
  "_resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-2.6.4.tgz",
  "_spec": "2.6.4",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Pooya Parsa",
    "email": "pooya@pi0.ir"
  },
  "bugs": {
    "url": "https://github.com/nuxt/webpackbar/issues"
  },
  "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"
  },
  "description": "Elegant ProgressBar and Profiler for Webpack",
  "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"
  },
  "engines": {
    "node": ">= 6.9.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nuxt/webpackbar",
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/cjs.js",
  "name": "webpackbar",
  "peerDependencies": {
    "webpack": "^3.0.0 || ^4.0.0"
  },
  "pre-commit": "lint-staged",
  "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": "npm run test:coverage -- --runInBand",
    "ci:lint": "npm run lint && npm run security",
    "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
    "ci:test": "npm run test -- --runInBand",
    "clean": "del-cli dist",
    "commitlint": "commitlint",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "defaults": "webpack-defaults",
    "kitchen-sync": "webpack-cli --config kitchen-sync/webpack.config.js",
    "lint": "eslint --cache src test",
    "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",
    "start": "npm run build -- -w",
    "test": "jest",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "test:watch": "jest --watch"
  },
  "version": "2.6.4"
}
