stream-chunker
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "stream-chunker", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "A transform stream which chunks incoming data into chunkSize byte chunks", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "tape test/*" | ||
"test": "npm run lint && tape test/*", | ||
"lint": "jshint **.js", | ||
"cover": "istanbul cover tape test/*", | ||
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls" | ||
}, | ||
@@ -28,4 +31,7 @@ "keywords": [ | ||
"concat-stream": "~1.5.0", | ||
"coveralls": "^2.11.6", | ||
"istanbul": "^0.4.2", | ||
"jshint": "^2.9.1", | ||
"loremipstream": "~0.0.3 ", | ||
"tape": "~2.12.3" | ||
"tape": "~4.4.0" | ||
}, | ||
@@ -32,0 +38,0 @@ "repository": { |
@@ -5,6 +5,9 @@ # stream-chunker | ||
[![build status](https://secure.travis-ci.org/klyngbaek/stream-chunker.png)](http://travis-ci.org/klyngbaek/stream-chunker) | ||
[![NPM](https://nodei.co/npm/stream-chunker.png)](https://nodei.co/npm/stream-chunker/) | ||
[![Build Status](https://travis-ci.org/klyngbaek/stream-chunker.svg?branch=master)](https://travis-ci.org/klyngbaek/stream-chunker) | ||
[![Coverage Status](https://coveralls.io/repos/github/klyngbaek/stream-chunker/badge.svg?branch=master)](https://coveralls.io/github/klyngbaek/stream-chunker?branch=master) | ||
[![Dependency Status](https://david-dm.org/klyngbaek/stream-chunker.svg)](https://david-dm.org/klyngbaek/stream-chunker) | ||
[![devDependency Status](https://david-dm.org/klyngbaek/stream-chunker/dev-status.svg)](https://david-dm.org/klyngbaek/stream-chunker#info=devDependencies) | ||
## API | ||
@@ -11,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9103
65
7