UNPKG

faucet

Version:

human-readable TAP summarizer

92 lines (91 loc) 2.29 kB
{ "name": "faucet", "version": "0.0.4", "description": "human-readable TAP summarizer", "main": "index.js", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "bin": { "faucet": "bin/cmd.js" }, "sideEffects": false, "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "lint": "eslint --ext=js,mjs .", "pretest": "npm run lint", "tests-only": "tape test/**/*.js | node bin/cmd", "test": "npm run tests-only", "posttest": "aud --production" }, "dependencies": { "array.prototype.foreach": "^1.0.4", "array.prototype.join": "^1.0.1", "array.prototype.map": "^1.0.5", "array.prototype.push": "^1.0.3", "array.prototype.slice": "^1.0.1", "defined": "^1.0.1", "duplexer": "^0.1.2", "minimist": "^1.2.7", "npm-which": "^1.0.2", "readable-stream": "^2.3.7", "safe-regex-test": "^1.0.0", "sprintf-js": "^1.1.2", "string.prototype.split": "^1.0.7", "string.prototype.trim": "^1.2.7", "tap-parser": "^0.7.0", "tape": "^5.6.3", "through2": "^0.2.3" }, "repository": { "type": "git", "url": "git://github.com/substack/faucet.git" }, "homepage": "https://github.com/substack/faucet", "keywords": [ "tap", "human", "test", "anything", "protocol", "pretty" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "devDependencies": { "@ljharb/eslint-config": "^21.0.1", "aud": "^2.0.2", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1", "npmignore": "^0.3.0", "safe-publish-latest": "^2.0.0" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "publishConfig": { "ignore": [ ".github/workflows", "images/", "example/" ] } }