package.json 797 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "progress",
  3. "version": "2.0.3",
  4. "description": "Flexible ascii progress bar",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/visionmedia/node-progress"
  8. },
  9. "keywords": [
  10. "cli",
  11. "progress"
  12. ],
  13. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  14. "contributors": [
  15. "Christoffer Hallas <christoffer.hallas@gmail.com>",
  16. "Jordan Scales <scalesjordan@gmail.com>",
  17. "Andrew Rhyne <rhyneandrew@gmail.com>",
  18. "Marco Brack <PapstDonB@Googlemail.com>"
  19. ],
  20. "dependencies": {},
  21. "main": "./index.js",
  22. "engines": {
  23. "node": ">=0.4.0"
  24. },
  25. "license": "MIT",
  26. "__npminstall_done": "Thu Dec 24 2020 20:20:56 GMT+0800 (CST)",
  27. "_from": "progress@2.0.3",
  28. "_resolved": "https://registry.npm.taobao.org/progress/download/progress-2.0.3.tgz"
  29. }