tap-nirvana
Version:
Proper Diffing Reporter for TAP
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "tap-nirvana",
"version": "1.1.0",
"description": "Proper Diffing Reporter for TAP",
"main": "tap-nirvana.js",
"bin": {
"tap-nirvana": "bin/cli.js"
},
"dependencies": {
"chalk": "^2.4.1",
"duplexer": "^0.1.1",
"figures": "^2.0.0",
"json-stringify-pretty-compact": "^1.1.0",
"lodash": "^4.17.10",
"pretty-ms": "^3.2.0",
"repeat-string": "^1.5.2",
"tap-out": "^3.0.0",
"through2": "^2.0.0",
"variable-diff": "^1.1.0"
},
"devDependencies": {
"json-diff": "^0.5.2",
"jsondiffpatch": "^0.3.11",
"jsonlint": "^1.6.2",
"tape": "^4.8.0",
"tapes": "^4.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inadarei/tap-nirvana.git"
},
"keywords": [
"tap",
"diff",
"reporter"
],
"author": "Irakli Nadareishvili",
"license": "MIT",
"bugs": {
"url": "https://github.com/inadarei/tap-nirvana/issues"
},
"homepage": "https://github.com/inadarei/tap-nirvana"
}