package.json 866 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "progress-stream",
  3. "version": "1.2.0",
  4. "description": "Read the progress of a stream",
  5. "repository": {
  6. "type": "git",
  7. "url": "git@github.com:freeall/progress-stream.git"
  8. },
  9. "keywords": [
  10. "stream",
  11. "progress",
  12. "percentage",
  13. "percent",
  14. "download",
  15. "upload",
  16. "file",
  17. "streaming",
  18. "request",
  19. "http"
  20. ],
  21. "main": "index.js",
  22. "dependencies": {
  23. "through2": "~0.2.3",
  24. "speedometer": "~0.1.2"
  25. },
  26. "devDependencies": {
  27. "request": "~2.29.0",
  28. "single-line-log": "~1.0.0",
  29. "numeral": "~1.5.2"
  30. },
  31. "scripts": {
  32. "test": "node test/http.js && node test/request.js"
  33. },
  34. "author": "freeall <freeall@gmail.com>",
  35. "license": "BSD-2-Clause",
  36. "_from": "progress-stream@1.2.0",
  37. "_resolved": "http://registry.npm.taobao.org/progress-stream/download/progress-stream-1.2.0.tgz"
  38. }