UNPKG

tap-console-parser

Version:
46 lines (45 loc) 926 B
{ "name": "tap-console-parser", "version": "1.0.4", "description": "parses tap by hijacking console.log", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": { "events": "^1.0.2", "sliced": "0.0.5", "tap-out": "^1.3.0", "through2": "^0.6.5" }, "devDependencies": { "faucet": "0.0.1", "tape": "^4.0.0" }, "scripts": { "test": "node test/index.js | faucet" }, "keywords": [ "console", "log", "tap", "tape", "parser", "parse", "test", "log", "browser", "window" ], "repository": { "type": "git", "url": "git://github.com/Jam3/tap-console-parser.git" }, "homepage": "https://github.com/Jam3/tap-console-parser", "bugs": { "url": "https://github.com/Jam3/tap-console-parser/issues" } }