stream-progressbar
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "stream-progressbar", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Simple progress bar for node stream", | ||
@@ -25,14 +25,11 @@ "main": "index.js", | ||
], | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/wangzuo/stream-progressbar.git" | ||
"url": "git+https://github.com/swiftcarrot/stream-progressbar.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/wangzuo/stream-progressbar/issues" | ||
"url": "https://github.com/swiftcarrot/stream-progressbar/issues" | ||
}, | ||
"homepage": "https://github.com/wangzuo/stream-progressbar#readme", | ||
"author": "Wang Zuo <wzuoadjusted@gmail.com> (https://wangzuo.me/)" | ||
"homepage": "https://github.com/swiftcarrot/stream-progressbar#readme", | ||
"author": "Wang Zuo <wangzuo@swiftcarrot.com> (https://swiftcarrot.com)" | ||
} |
# stream-progressbar | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/wangzuo/stream-progressbar.svg)](https://greenkeeper.io/) | ||
Simple progress bar for node stream with [progress](https://www.npmjs.com/package/progress) | ||
Simple progress bar for node stream with [progress](https://www.npmjs.com/package/progress) | ||
``` sh | ||
npm install stream-progressbar | ||
```sh | ||
npm install stream-progressbar --save | ||
yarn add stream-progressbar | ||
``` | ||
#### Usage | ||
``` javascript | ||
```javascript | ||
var fs = require('fs'); | ||
@@ -19,3 +21,5 @@ var request = require('request'); | ||
``` | ||
#### License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25
3105