UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

75 lines (74 loc) 1.78 kB
{ "_args": [ [ "middie@4.0.1", "/Users/john/src/homebridge-config-ui-x" ] ], "_from": "middie@4.0.1", "_id": "middie@4.0.1", "_inBundle": false, "_integrity": "sha512-eYK6EEHZiYpQMYPmeCb/vC9ZzJg1HCqi1ot/fQs1sPZKt/XREgXouQ7g6c9J5XvDV5203JjbpovCYNkHcHgTpQ==", "_location": "/middie", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "middie@4.0.1", "name": "middie", "escapedName": "middie", "rawSpec": "4.0.1", "saveSpec": null, "fetchSpec": "4.0.1" }, "_requiredBy": [ "/@nestjs/platform-fastify/fastify", "/fastify" ], "_resolved": "https://registry.npmjs.org/middie/-/middie-4.0.1.tgz", "_spec": "4.0.1", "_where": "/Users/john/src/homebridge-config-ui-x", "author": { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, "bugs": { "url": "https://github.com/fastify/middleman/issues" }, "contributors": [ { "name": "Tomas Della Vedova", "url": "http://delved.org" } ], "dependencies": { "path-to-regexp": "^3.0.0", "reusify": "^1.0.2" }, "description": "Middleware engine for Fastify", "devDependencies": { "pre-commit": "^1.2.2", "serve-static": "^1.12.4", "standard": "^12.0.0", "tap": "^12.0.0" }, "homepage": "https://github.com/fastify/middleman#readme", "keywords": [ "fastify", "middleware", "webframework", "performances" ], "license": "MIT", "main": "middie.js", "name": "middie", "repository": { "type": "git", "url": "git+https://github.com/fastify/middleman.git" }, "scripts": { "coverage": "tap --cov --coverage-report=html test.js", "test": "standard && tap test.js" }, "version": "4.0.1" }