CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json26 linesDownload Raw Back to abstract-logging
1{2  "name": "abstract-logging",3  "version": "2.0.1",4  "description": "A noop logger that conforms to the Log4j interface for modules to stub out internal logging",5  "main": "index.js",6  "scripts": {7    "test": "node test.js"8  },9  "repository": {10    "type": "git",11    "url": "git+https://github.com/jsumners/abstract-logging.git"12  },13  "keywords": [14    "log",15    "logging",16    "logger",17    "pino"18  ],19  "author": "James Sumners <james.sumners@gmail.com>",20  "license": "MIT",21  "bugs": {22    "url": "https://github.com/jsumners/abstract-logging/issues"23  },24  "homepage": "https://github.com/jsumners/abstract-logging#readme"25}26