1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "webpackbar@4.0.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_development": true,
- "_from": "webpackbar@4.0.0",
- "_id": "webpackbar@4.0.0",
- "_inBundle": false,
- "_integrity": "sha512-k1qRoSL/3BVuINzngj09nIwreD8wxV4grcuhHTD8VJgUbGcy8lQSPqv+bM00B7F+PffwIsQ8ISd4mIwRbr23eQ==",
- "_location": "/webpackbar",
- "_phantomChildren": {
- "ansi-styles": "3.2.1",
- "escape-string-regexp": "1.0.5",
- "string-width": "4.2.3",
- "strip-ansi": "6.0.1",
- "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": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-4.0.0.tgz",
- "_spec": "4.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "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"
- }
|