package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "progress-webpack-plugin@^1.0.12",
  3. "_id": "progress-webpack-plugin@1.0.16",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sdiHuuKOzELcBANHfrupYo+r99iPRyOnw15qX+rNlVUqXGfjXdH4IgxriKwG1kNJwVswKQHMdj1hYZMcb9jFaA==",
  6. "_location": "/progress-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "progress-webpack-plugin@^1.0.12",
  12. "name": "progress-webpack-plugin",
  13. "escapedName": "progress-webpack-plugin",
  14. "rawSpec": "^1.0.12",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.12"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/progress-webpack-plugin/-/progress-webpack-plugin-1.0.16.tgz",
  22. "_shasum": "278f5c1afd21af783aad72c5ec95241520230fe5",
  23. "_spec": "progress-webpack-plugin@^1.0.12",
  24. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "alichen"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ali322/progress-webpack-plugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "chalk": "^2.1.0",
  34. "figures": "^2.0.0",
  35. "log-update": "^2.3.0"
  36. },
  37. "deprecated": false,
  38. "description": "progress webpack plugin",
  39. "devDependencies": {
  40. "chai": "^4.1.2",
  41. "eslint": "^8.12.0",
  42. "eslint-config-standard": "^11.0.0",
  43. "eslint-plugin-import": "^2.9.0",
  44. "eslint-plugin-node": "^6.0.1",
  45. "eslint-plugin-promise": "^3.7.0",
  46. "eslint-plugin-standard": "^3.0.1",
  47. "mocha": "^9.2.2"
  48. },
  49. "engines": {
  50. "node": ">= 10.13.0"
  51. },
  52. "homepage": "https://github.com/ali322/progress-webpack-plugin#readme",
  53. "keywords": [
  54. "progress"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "progress-webpack-plugin",
  59. "peerDependencies": {
  60. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/ali322/progress-webpack-plugin.git"
  65. },
  66. "scripts": {
  67. "test": "mocha test"
  68. },
  69. "version": "1.0.16"
  70. }