UNPKG

tap-form-synopsis

Version:

Receives streaming TAP and emits a synopsis object when it ends.

36 lines (35 loc) 716 B
{ "name": "tap-form-synopsis", "version": "1.0.2", "description": "Receives streaming TAP and emits a synopsis object when it ends.", "keywords": [ "TAP", "summary", "synopsis", "results", "object" ], "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "https://github.com/m59peacemaker/node-tap-form-synopsis" }, "author": { "name": "Johnny Hauser", "email": "johnnyhauser@gmail.com" }, "license": "CC0-1.0", "dependencies": { "duplexer": "^0.1.1", "tap_parser": "^1.0.3", "throo": "^1.0.0", "through2": "^2.0.1", "to2": "^1.0.0" }, "devDependencies": { "tape": "^4.6.2" } }