Current File : /home/tradevaly/www/node_modules/webpackbar/package.json
{
  "_args": [
    [
      "webpackbar@5.0.0-3",
      "/home/skote/public_html"
    ]
  ],
  "_development": true,
  "_from": "webpackbar@5.0.0-3",
  "_id": "webpackbar@5.0.0-3",
  "_inBundle": false,
  "_integrity": "sha512-viW6KCYjMb0NPoDrw2jAmLXU2dEOhRrtku28KmOfeE1vxbfwCYuTbTaMhnkrCZLFAFyY9Q49Z/jzYO80Dw5b8g==",
  "_location": "/webpackbar",
  "_phantomChildren": {
    "color-name": "1.1.4"
  },
  "_requested": {
    "type": "version",
    "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.0-3.tgz",
  "_spec": "5.0.0-3",
  "_where": "/home/skote/public_html",
  "bugs": {
    "url": "https://github.com/nuxt-contrib/webpackbar/issues"
  },
  "dependencies": {
    "ansi-escapes": "^4.3.1",
    "chalk": "^4.1.0",
    "consola": "^2.15.0",
    "figures": "^3.2.0",
    "pretty-time": "^1.1.0",
    "std-env": "^2.2.1",
    "text-table": "^0.2.0",
    "wrap-ansi": "^7.0.0"
  },
  "description": "Elegant ProgressBar and Profiler for Webpack",
  "devDependencies": {
    "@nuxtjs/eslint-config-typescript": "^4.0.0",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.6",
    "codecov": "^3.8.0",
    "eslint": "^7.12.1",
    "jest": "^26.6.2",
    "jiti": "^0.1.12",
    "memory-fs": "^0.5.0",
    "rimraf": "^3.0.2",
    "siroc": "^0.4.0",
    "standard-version": "^9.0.0",
    "ts-jest": "^26.4.3",
    "typescript": "^4.0.5",
    "webpack": "^5.3.2",
    "webpack-cli": "^4.1.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nuxt-contrib/webpackbar#readme",
  "license": "MIT",
  "main": "dist/webpackbar.js",
  "name": "webpackbar",
  "peerDependencies": {
    "webpack": "3 || 4 || 5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-contrib/webpackbar.git"
  },
  "scripts": {
    "build": "siroc build",
    "clean": "rimraf dist",
    "demo": "webpack-cli --config demo/webpack.config.js",
    "lint": "eslint --ext .ts src test",
    "prebuild": "yarn clean",
    "release": "yarn build && yarn test && standard-version && npm publish && git push --follow-tags",
    "start": "yarn build -- -w",
    "test": "yarn lint && yarn build && jest"
  },
  "types": "dist/webpackbar.d.ts",
  "version": "5.0.0-3"
}