This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/abstract-logging/package.json
2020-11-01 22:46:04 +00:00

26 lines
642 B
JSON

{
"name": "abstract-logging",
"version": "2.0.0",
"description": "A noop logger that conforms to the Log4j interface for modules to stub out internal logging",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsumners/abstract-logging.git"
},
"keywords": [
"log",
"logging",
"logger",
"pino"
],
"author": "James Sumners <james.sumners@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsumners/abstract-logging/issues"
},
"homepage": "https://github.com/jsumners/abstract-logging#readme"
}