package.json 1.9 KB

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