| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/webpackbar/ |
Upload File : |
{
"_args": [
[
"webpackbar@6.0.1",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "webpackbar@6.0.1",
"_id": "webpackbar@6.0.1",
"_inBundle": false,
"_integrity": "sha512-TnErZpmuKdwWBdMoexjio3KKX6ZtoKHRVvLIU0A47R0VVBDtx3ZyOJDktgYixhoJokZTYTt1Z37OkO9pnGJa9Q==",
"_location": "/webpackbar",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpackbar@6.0.1",
"name": "webpackbar",
"escapedName": "webpackbar",
"rawSpec": "6.0.1",
"saveSpec": null,
"fetchSpec": "6.0.1"
},
"_requiredBy": [
"/@nuxt/webpack"
],
"_resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-6.0.1.tgz",
"_spec": "6.0.1",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"bugs": {
"url": "https://github.com/unjs/webpackbar/issues"
},
"dependencies": {
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
"consola": "^3.2.3",
"figures": "^3.2.0",
"markdown-table": "^2.0.0",
"pretty-time": "^1.1.0",
"std-env": "^3.7.0",
"wrap-ansi": "^7.0.0"
},
"description": "Elegant ProgressBar and Profiler for Webpack",
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.16",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"memory-fs": "^0.5.0",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=14.21.3"
},
"exports": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./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": {
"build": "unbuild",
"dev": "webpack --config ./playground/webpack.config.cjs",
"lint": "eslint --ext .ts,.mjs . && prettier -c .",
"lint:fix": "eslint --fix --ext .ts,.mjs . && prettier -w .",
"prepack": "unbuild",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && mocha ./test/*.test.*"
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "6.0.1"
}