package.json 2.4 KB

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