tap-debug
Version:
Debug/trace output of a function. For use with the tap() method of promises and functional programming pipelines.
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "tap-debug",
"version": "0.2.0",
"description": "Debug/trace output of a function. For use with the tap() method of promises and functional programming pipelines.",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run unit",
"lint": "eslint .",
"unit": "mocha test/spec.*.js --require test/helpers.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sebinsua/tap-debug.git"
},
"keywords": [
"debug",
"debugging",
"trace",
"functional",
"function",
"look",
"see",
"execution",
"promises"
],
"author": "Seb Insua <me@sebinsua.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebinsua/tap-debug/issues"
},
"homepage": "https://github.com/sebinsua/tap-debug#readme",
"peerDependencies": {
"debug": "*",
"node-emoji": "*"
},
"dependencies": {
"@ccheever/crayon": "^5.0.0",
"es6-template-strings": "^2.0.1",
"pluralize": "^3.0.0",
"text-hex": "0.0.0",
"util-inspect": "^0.1.8"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.3.1",
"mocha": "^3.0.2",
"node-emoji": "^1.3.1",
"promise-shall": "0.0.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
}
}