12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_from": "webpackbar@^4.0.0",
- "_id": "webpackbar@4.0.0",
- "_inBundle": false,
- "_integrity": "sha512-k1qRoSL/3BVuINzngj09nIwreD8wxV4grcuhHTD8VJgUbGcy8lQSPqv+bM00B7F+PffwIsQ8ISd4mIwRbr23eQ==",
- "_location": "/webpackbar",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "ee7a87f16077505b5720551af413c8ecd5b1f780",
- "_spec": "webpackbar@^4.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\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"
- }
|