Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,1 @@ | ||
var ReadableStream = require('stream').Readable; | ||
var zlib = require('zlib'); | ||
@@ -3,0 +2,0 @@ |
{ | ||
"name": "gzipped", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Command line utility to calculate gzip compression savings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# gzipped | ||
Calculates [gzip](http://en.wikipedia.org/wiki/Gzip) compression savings for plain text. | ||
[![Build Status](https://travis-ci.org/robinjmurphy/gzipped.png?branch=master)](https://travis-ci.org/robinjmurphy/gzipped) [![Code Climate](https://codeclimate.com/github/robinjmurphy/gzipped.png)](https://codeclimate.com/github/robinjmurphy/gzipped) | ||
> Calculates [gzip](http://en.wikipedia.org/wiki/Gzip) compression savings. | ||
## Installation | ||
@@ -25,2 +27,4 @@ | ||
You can pass in any type of file - it's not limited to plain text. | ||
#### Usage with `STDIN` | ||
@@ -46,2 +50,2 @@ | ||
etc. | ||
etc. |
4307
9
50
38