UNPKG

tap-spec

Version:

Formatted TAP output like Mocha's spec reporter

43 lines (42 loc) 889 B
{ "name": "tap-spec", "version": "5.0.0", "description": "Formatted TAP output like Mocha's spec reporter", "main": "index.js", "scripts": { "test": "echo 'Tests are out of date. Not running until fixed.'" }, "repository": { "type": "git", "url": "https://github.com/scottcorgan/tap-spec.git" }, "keywords": [ "tape", "tap", "mocha", "spec", "reporter" ], "author": "Scott Corgan", "license": "MIT", "bugs": { "url": "https://github.com/scottcorgan/tap-spec/issues" }, "dependencies": { "chalk": "^1.0.0", "duplexer": "^0.1.1", "figures": "^1.4.0", "lodash": "^4.17.10", "pretty-ms": "^2.1.0", "repeat-string": "^1.5.2", "tap-out": "^2.1.0", "through2": "^2.0.0" }, "bin": { "tspec": "bin/cmd.js", "tap-spec": "bin/cmd.js" }, "devDependencies": { "tapes": "^2.0.0" } }