package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "progress@2.0.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "progress@2.0.3",
  10. "_id": "progress@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
  13. "_location": "/progress",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "progress@2.0.3",
  20. "name": "progress",
  21. "escapedName": "progress",
  22. "rawSpec": "2.0.3",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.3"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-plugin-eslint/eslint"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz",
  30. "_spec": "2.0.3",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "TJ Holowaychuk",
  34. "email": "tj@vision-media.ca"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/visionmedia/node-progress/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Christoffer Hallas",
  42. "email": "christoffer.hallas@gmail.com"
  43. },
  44. {
  45. "name": "Jordan Scales",
  46. "email": "scalesjordan@gmail.com"
  47. },
  48. {
  49. "name": "Andrew Rhyne",
  50. "email": "rhyneandrew@gmail.com"
  51. },
  52. {
  53. "name": "Marco Brack",
  54. "email": "PapstDonB@Googlemail.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "Flexible ascii progress bar",
  59. "engines": {
  60. "node": ">=0.4.0"
  61. },
  62. "homepage": "https://github.com/visionmedia/node-progress#readme",
  63. "keywords": [
  64. "cli",
  65. "progress"
  66. ],
  67. "license": "MIT",
  68. "main": "./index.js",
  69. "name": "progress",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/visionmedia/node-progress.git"
  73. },
  74. "version": "2.0.3"
  75. }