{
  "_args": [
    [
      "abstract-logging@2.0.0",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "abstract-logging@2.0.0",
  "_id": "abstract-logging@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-/oA9z7JszpIioo6J6dB79LVUgJ3eD3cxkAmdCkvWWS+Y9tPtALs1rLqOekLUXUbYqM2fB9TTK0ibAyZJJOP/CA==",
  "_location": "/abstract-logging",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "abstract-logging@2.0.0",
    "name": "abstract-logging",
    "escapedName": "abstract-logging",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/ldapjs"
  ],
  "_resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "James Sumners",
    "email": "james.sumners@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jsumners/abstract-logging/issues"
  },
  "description": "A noop logger that conforms to the Log4j interface for modules to stub out internal logging",
  "homepage": "https://github.com/jsumners/abstract-logging#readme",
  "keywords": [
    "log",
    "logging",
    "logger",
    "pino"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "abstract-logging",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsumners/abstract-logging.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "2.0.0"
}
