homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge
58 lines (57 loc) • 1.51 kB
JSON
{
"_args": [
[
"abstract-logging@1.0.0",
"/Users/john/src/homebridge-config-ui-x"
]
],
"_from": "abstract-logging@1.0.0",
"_id": "abstract-logging@1.0.0",
"_inBundle": false,
"_integrity": "sha1-i33q/TEFWbwo93ck3RuzAXcnjBs=",
"_location": "/abstract-logging",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "abstract-logging@1.0.0",
"name": "abstract-logging",
"escapedName": "abstract-logging",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/@nestjs/platform-fastify/fastify",
"/fastify"
],
"_resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/john/src/homebridge-config-ui-x",
"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": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}