{
  "_from": "webpackbar@^5.0.0-3",
  "_id": "webpackbar@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==",
  "_location": "/webpackbar",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "webpackbar@^5.0.0-3",
    "name": "webpackbar",
    "escapedName": "webpackbar",
    "rawSpec": "^5.0.0-3",
    "saveSpec": null,
    "fetchSpec": "^5.0.0-3"
  },
  "_requiredBy": [
    "/laravel-mix"
  ],
  "_resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz",
  "_shasum": "d3dd466211c73852741dfc842b7556dcbc2b0570",
  "_spec": "webpackbar@^5.0.0-3",
  "_where": "C:\\wamp\\www\\Projects\\aifola-express\\node_modules\\laravel-mix",
  "bugs": {
    "url": "https://github.com/unjs/webpackbar/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^4.1.0",
    "consola": "^2.15.3",
    "pretty-time": "^1.1.0",
    "std-env": "^3.0.1"
  },
  "deprecated": false,
  "description": "Elegant ProgressBar and Profiler for Webpack",
  "devDependencies": {
    "@nuxtjs/eslint-config-typescript": "latest",
    "@types/mocha": "^9.0.0",
    "@types/node": "latest",
    "ansi-escapes": "^5.0.0",
    "codecov": "latest",
    "eslint": "latest",
    "figures": "^4.0.0",
    "jiti": "latest",
    "markdown-table": "^3.0.1",
    "memory-fs": "latest",
    "mocha": "latest",
    "standard-version": "latest",
    "typescript": "latest",
    "unbuild": "latest",
    "webpack": "latest",
    "webpack-cli": "latest",
    "wrap-ansi": "^8.0.1"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/webpackbar#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "name": "webpackbar",
  "peerDependencies": {
    "webpack": "3 || 4 || 5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/webpackbar.git"
  },
  "scripts": {
    "dev": "webpack --config ./playground/webpack.config.cjs",
    "lint": "eslint --ext .ts,.mjs",
    "prepack": "unbuild",
    "release": "yarn test && standard-version && npm publish && git push --follow-tags",
    "test": "yarn lint && mocha ./test/*.test.*"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "5.0.2"
}
