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.

54 lines
1.5 KiB

{
"_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": "range",
"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": [
"/fastify"
],
"_resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.0.tgz",
"_shasum": "08a85814946c98ef06f4256ad470aba1886d4490",
"_spec": "abstract-logging@^2.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/fastify",
"author": {
"name": "James Sumners",
"email": "james.sumners@gmail.com"
},
"bugs": {
"url": "https://github.com/jsumners/abstract-logging/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}