console-patch
Version:
monkeypatches all `console.*` methods and lets you intercept the arguments
21 lines (20 loc) • 617 B
JSON
{
"name": "console-patch",
"version": "1.0.0",
"description": "monkeypatches all `console.*` methods and lets you intercept the arguments",
"keywords": ["monkeypatch", "patch", "override", "over ride", "monkey patch", "console", "headless", "intercept"],
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "max ogden",
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/maxogden/console-patch.git"
},
"bugs": {
"url": "https://github.com/maxogden/console-patch/issues"
},
"homepage": "https://github.com/maxogden/console-patch"
}