You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
642 B
26 lines
642 B
{
|
|
"name": "abstract-logging",
|
|
"version": "2.0.1",
|
|
"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"
|
|
}
|