UNPKG

@small-tech/tap-out

Version:
62 lines (61 loc) 1.19 kB
{ "name": "@small-tech/tap-out", "version": "3.3.0", "description": "A different tap parser", "main": "index.js", "files": [ "lib", "bin" ], "scripts": { "test": "tape test/index.js | tap-monkey", "coverage": "c8 tape test/index.js | tap-monkey" }, "bin": { "tap-out": "bin/cmd.js" }, "contributors": [ "Scott Corgan", "Aral Balkan", "Ram Damera", "Aranđel Šarenac", "Stephen Hess", "Matt Searle", "Megan Holmes", "thisconnect", "Matthew Dunsdon", "Amir Mikhak", "James Talmage", "shinnn", "Matt DesLauriers", "Jake Verbaten" ], "license": "MIT", "dependencies": { "re-emitter": "^1.1.4", "split": "^1.0.1" }, "devDependencies": { "c8": "^10.1.3", "tape": "^5.9.0", "@small-tech/tap-monkey": "^1.4.0" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/small-tech/tap-out.git" }, "keywords": [ "tap", "parser", "tape", "tap-spec", "test" ], "bugs": { "url": "https://github.com/small-tech/tap-out/issues" }, "homepage": "https://github.com/small-tech/tap-out" }