{
  "_args": [
    [
      "webpackbar@5.0.2",
      "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538"
    ]
  ],
  "_development": true,
  "_from": "webpackbar@5.0.2",
  "_id": "webpackbar@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==",
  "_location": "/webpackbar",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpackbar@5.0.2",
    "name": "webpackbar",
    "escapedName": "webpackbar",
    "rawSpec": "5.0.2",
    "saveSpec": null,
    "fetchSpec": "5.0.2"
  },
  "_requiredBy": [
    "/laravel-mix"
  ],
  "_resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz",
  "_spec": "5.0.2",
  "_where": "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538",
  "bugs": {
    "url": "https://github.com/unjs/webpackbar/issues"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "consola": "^2.15.3",
    "pretty-time": "^1.1.0",
    "std-env": "^3.0.1"
  },
  "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"
}
