File size: 642 Bytes
23ac194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
}