UNPKG

tap-difflet

Version:

TAP output formatter using difflet for inequality errors.

48 lines (47 loc) 1.02 kB
{ "name": "tap-difflet", "version": "0.7.2", "description": "TAP output formatter using difflet for inequality errors.", "bin": { "tap-difflet": "bin/tap-difflet" }, "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/namuol/tap-difflet.git" }, "keywords": [ "test", "tap", "tape", "mocha", "difflet", "diff", "reporter" ], "author": "Ellen Gummesson", "contributors": [ "Louis Acresti <louis.acresti@gmail.com> (http://namuol.github.io/)" ], "license": "MIT", "bugs": { "url": "https://github.com/namuol/tap-difflet/issues" }, "homepage": "https://github.com/namuol/tap-difflet", "devDependencies": { "tape": "^3.0.0" }, "dependencies": { "ansidiff": "^1.0.0", "chalk": "^2.3.2", "difflet": "^0.2.6", "docopt": "^0.6.2", "duplexer": "^0.1.1", "hirestime": "^0.2.4", "pretty-ms": "^1.0.0", "tap-parser-yaml": "^0.7.2", "through2": "^0.6.2" } }