| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/bitnami/htdocs/app/node_modules/webpackbar/ |
Upload File : |
{
"_from": "webpackbar@^5.0.0-3",
"_id": "webpackbar@5.0.0-3",
"_inBundle": false,
"_integrity": "sha512-viW6KCYjMb0NPoDrw2jAmLXU2dEOhRrtku28KmOfeE1vxbfwCYuTbTaMhnkrCZLFAFyY9Q49Z/jzYO80Dw5b8g==",
"_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.0-3.tgz",
"_shasum": "f4f96c8fb13001b2bb1348252db4c980ab93aaac",
"_spec": "webpackbar@^5.0.0-3",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/laravel-mix",
"bugs": {
"url": "https://github.com/nuxt-contrib/webpackbar/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
}