UNPKG

@prantlf/faucet

Version:

Human-readable TAP reporter/formatter.

107 lines (106 loc) 2.45 kB
{ "name": "@prantlf/faucet", "version": "1.0.1", "description": "Human-readable TAP reporter/formatter.", "author": { "name": "Ferdinand Prantl", "email": "prantlf@gmail.com", "url": "http://prantl.tk" }, "contributors": [ { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, { "name": "Chris Apparicio", "email": "chris@apparicio.me" } ], "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/prantlf/faucet/blob/master/LICENSE" } ], "homepage": "https://github.com/prantlf/faucet", "repository": { "type": "git", "url": "https://github.com/prantlf/faucet.git" }, "bugs": { "url": "https://github.com/prantlf/faucet/issues" }, "engines": { "node": ">=8" }, "main": "index.js", "bin": { "faucet": "bin/cmd.js" }, "files": [ "bin", "index.js" ], "scripts": { "lint": "denolint", "check": "tape test/long-message/index.js | node bin/cmd", "test": "denolint && tape test/long-message/index.js | c8 node bin/cmd && c8 --no-clean node test/example/index.js && c8 --no-clean node bin/cmd example/tape.js && node example/test.js | c8 --no-clean node bin/cmd -v || c8 --no-clean node bin/cmd || c8 report -r lcov -r text && c8 check-coverage" }, "c8": { "include": [ "index.js", "bin" ], "reporter": [], "branches": 80, "lines": 75, "functions": 85, "statements": 75 }, "release": { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", [ "@semantic-release/github", { "failComment": false } ], "@semantic-release/git" ] }, "dependencies": { "defined": "^1.0.0", "duplexer3": "^0.1.4", "minimist": "^1.2.6", "sprintf-js": "^1.1.2", "tap-parser": "^11.0.1", "tape": "^5.5.3", "through2": "^4.0.2" }, "devDependencies": { "@node-rs/deno-lint": "^1.13.1", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "c8": "^7.11.3", "tiny-glob": "^0.2.9" }, "keywords": [ "tap", "tap-reporter", "tap-formatter", "reporter", "formatter", "human", "test", "anything", "protocol", "pretty" ] }