UNPKG

@tap-format/parser

Version:

A highly verbose parser for the Test Anything Protocol that exposes an observable and streaming interface

50 lines (49 loc) 1.18 kB
{ "name": "@tap-format/parser", "version": "0.2.1", "description": "A highly verbose parser for the Test Anything Protocol that exposes an observable and streaming interface", "main": "index.js", "scripts": { "test": "tape test/*.js", "test-ci": "istanbul cover tape -- test/*.js && cat ./coverage/lcov.info | codecov" }, "bin": { "tap-format-parser": "bin/cmd.js", "tf-parser": "bin/cmd.js" }, "devDependencies": { "codecov.io": "^0.1.6", "highland": "^2.5.1", "istanbul": "^0.4.1", "tape": "^4.2.2", "tessed": "^2.2.0" }, "dependencies": { "duplexer": "^0.1.1", "js-yaml": "^3.4.6", "ramda": "^0.18.0", "readable-stream": "^2.0.4", "rx": "^4.0.7", "rx-node": "^1.0.1", "split": "^1.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/tap-format/parse.git" }, "keywords": [ "tap", "parse", "out", "stream", "test", "anything", "protocol" ], "author": "Scott Corgan", "license": "MIT", "bugs": { "url": "https://github.com/tap-format/parser/issues" }, "homepage": "https://github.com/tap-format/parser#readme" }