line_push/node_modules/webpackbar/package.json
2022-07-17 13:16:16 +08:00

92 lines
2.3 KiB
JSON

{
"_args": [
[
"webpackbar@4.0.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "webpackbar@4.0.0",
"_id": "webpackbar@4.0.0",
"_inBundle": false,
"_integrity": "sha512-k1qRoSL/3BVuINzngj09nIwreD8wxV4grcuhHTD8VJgUbGcy8lQSPqv+bM00B7F+PffwIsQ8ISd4mIwRbr23eQ==",
"_location": "/webpackbar",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpackbar@4.0.0",
"name": "webpackbar",
"escapedName": "webpackbar",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/@nuxt/webpack"
],
"_resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Pooya Parsa",
"email": "pooya@pi0.ir"
},
"bugs": {
"url": "https://github.com/nuxt/webpackbar/issues"
},
"dependencies": {
"ansi-escapes": "^4.2.1",
"chalk": "^2.4.2",
"consola": "^2.10.0",
"figures": "^3.0.0",
"pretty-time": "^1.1.0",
"std-env": "^2.2.1",
"text-table": "^0.2.0",
"wrap-ansi": "^6.0.0"
},
"description": "Elegant ProgressBar and Profiler for Webpack",
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"babel-jest": "^24.8.0",
"bili": "^4.8.1",
"codecov": "^3.5.0",
"eslint": "^6.1.0",
"esm": "^3.2.25",
"jest": "^24.8.0",
"memory-fs": "^0.4.1",
"rimraf": "^2.6.3",
"standard-version": "^5.0.2",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"engines": {
"node": ">= 8.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/nuxt/webpackbar#readme",
"license": "MIT",
"main": "dist/webpackbar.js",
"name": "webpackbar",
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/webpackbar.git"
},
"scripts": {
"build": "bili src/index.js --file-name webpackbar.js --format cjs",
"clean": "rimraf dist",
"demo": "webpack-cli --config demo/webpack.config.js",
"lint": "eslint src test",
"prebuild": "yarn clean",
"prepublish": "yarn build",
"release": "standard-version",
"start": "yarn build -- -w",
"test": "jest"
},
"version": "4.0.0"
}