UNPKG

flow-diff

Version:

Transform stream factory to calculate the difference between successive streamed data values.

54 lines (53 loc) 1.02 kB
{ "name": "flow-diff", "version": "0.0.0", "description": "Transform stream factory to calculate the difference between successive streamed data values.", "author": { "name": "Athan Reines", "email": "athan@nodeprime.com" }, "contributors": [ { "name": "Athan Reines", "email": "athan@nodeprime.com" } ], "scripts": { "test": "mocha" }, "main": "./lib", "repository": { "type": "git", "url": "git://github.com/flow-io/flow-diff.git" }, "keywords": [ "stream", "writable", "readable", "transform", "flow", "flow.io", "diff", "difference", "math", "stats", "statistics" ], "bugs": { "url": "https://github.com/flow-io/flow-diff/issues" }, "dependencies": { "through2": "^0.5.1" }, "devDependencies": { "chai": "1.x.x", "event-stream": "^3.1.7", "mocha": "1.x.x" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ] }