@randomgoods/tap-out
Version:
A different tap parser
42 lines (41 loc) • 800 B
JSON
{
"name": "@randomgoods/tap-out",
"version": "3.0.5",
"description": "A different tap parser",
"main": "index.js",
"scripts": {
"test": "tape test/index.js"
},
"bin": {
"tap-out": "bin/cmd.js"
},
"author": "randomgoods",
"license": "MIT",
"dependencies": {
"re-emitter": "1.1.4",
"readable-stream": "4.4.2",
"split": "1.0.1",
"trim": "1.0.1"
},
"devDependencies": {
"tape": "5.7.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/randomgoods/tap-out.git"
},
"keywords": [
"tap",
"parser",
"tape",
"tap-spec",
"test"
],
"bugs": {
"url": "https://github.com/randomgoods/tap-out/issues"
},
"homepage": "https://github.com/randomgoods/tap-out"
}