package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "webpackbar@^4.0.0",
  3. "_id": "webpackbar@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k1qRoSL/3BVuINzngj09nIwreD8wxV4grcuhHTD8VJgUbGcy8lQSPqv+bM00B7F+PffwIsQ8ISd4mIwRbr23eQ==",
  6. "_location": "/webpackbar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpackbar@^4.0.0",
  12. "name": "webpackbar",
  13. "escapedName": "webpackbar",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-4.0.0.tgz",
  22. "_shasum": "ee7a87f16077505b5720551af413c8ecd5b1f780",
  23. "_spec": "webpackbar@^4.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  25. "author": {
  26. "name": "Pooya Parsa",
  27. "email": "pooya@pi0.ir"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/nuxt/webpackbar/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "ansi-escapes": "^4.2.1",
  35. "chalk": "^2.4.2",
  36. "consola": "^2.10.0",
  37. "figures": "^3.0.0",
  38. "pretty-time": "^1.1.0",
  39. "std-env": "^2.2.1",
  40. "text-table": "^0.2.0",
  41. "wrap-ansi": "^6.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Elegant ProgressBar and Profiler for Webpack",
  45. "devDependencies": {
  46. "@nuxtjs/eslint-config": "^1.0.1",
  47. "babel-jest": "^24.8.0",
  48. "bili": "^4.8.1",
  49. "codecov": "^3.5.0",
  50. "eslint": "^6.1.0",
  51. "esm": "^3.2.25",
  52. "jest": "^24.8.0",
  53. "memory-fs": "^0.4.1",
  54. "rimraf": "^2.6.3",
  55. "standard-version": "^5.0.2",
  56. "webpack": "^4.39.1",
  57. "webpack-cli": "^3.3.6"
  58. },
  59. "engines": {
  60. "node": ">= 8.0.0"
  61. },
  62. "files": [
  63. "dist"
  64. ],
  65. "homepage": "https://github.com/nuxt/webpackbar#readme",
  66. "license": "MIT",
  67. "main": "dist/webpackbar.js",
  68. "name": "webpackbar",
  69. "peerDependencies": {
  70. "webpack": "^3.0.0 || ^4.0.0"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/nuxt/webpackbar.git"
  75. },
  76. "scripts": {
  77. "build": "bili src/index.js --file-name webpackbar.js --format cjs",
  78. "clean": "rimraf dist",
  79. "demo": "webpack-cli --config demo/webpack.config.js",
  80. "lint": "eslint src test",
  81. "prebuild": "yarn clean",
  82. "prepublish": "yarn build",
  83. "release": "standard-version",
  84. "start": "yarn build -- -w",
  85. "test": "jest"
  86. },
  87. "version": "4.0.0"
  88. }