You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.5 KiB

{
"_from": "webpackbar@4.0.0",
"_id": "webpackbar@4.0.0",
"_inBundle": false,
"_integrity": "sha1-7nqH8WB3UFtXIFUa9BPI7NWx94A=",
"_location": "/webpackbar",
"_phantomChildren": {
"ansi-styles": "3.2.1",
"escape-string-regexp": "1.0.5",
"supports-color": "5.5.0"
},
"_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": [
"/@umijs/bundler-webpack"
],
"_resolved": "https://registry.npm.taobao.org/webpackbar/download/webpackbar-4.0.0.tgz?cache=0&sync_timestamp=1565016469868&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpackbar%2Fdownload%2Fwebpackbar-4.0.0.tgz",
"_shasum": "ee7a87f16077505b5720551af413c8ecd5b1f780",
"_spec": "webpackbar@4.0.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/@umijs/bundler-webpack",
"author": {
"name": "Pooya Parsa",
"email": "pooya@pi0.ir"
},
"bugs": {
"url": "https://github.com/nuxt/webpackbar/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
}