UNPKG

@danimal4326/homebridge-weather-plus

Version:

A comprehensive weather plugin for homekit with current observations, forecasts and history.

129 lines (128 loc) 3.02 kB
{ "name": "@danimal4326/homebridge-weather-plus", "displayName": "Weather Plus", "version": "3.4.2", "description": "A comprehensive weather plugin for homekit with current observations, forecasts and history.", "license": "MIT", "keywords": [ "homebridge-plugin", "weather-station", "weather", "weather forecast", "forecast", "observations", "history", "weather history", "Air Pressure", "Cloud Cover", "Condition", "Condition Category", "Dew Point", "Humidity", "Ozone", "Rain Chance", "Rain Last Hour", "Rain All Day", "Solar Radiation", "Sunrise", "Sunset", "Temperature", "Temperature Min", "Temperature Max", "Temperature Apparent", "UV-Index", "Visibility", "Wind Direction", "Wind Speed", "Wind Speed Maximum", "Observation Time", "Observation Station", "openweather", "openweathermap", "weather underground", "tempest weather station", "weatherflow weather station" ], "engines": { "node": ">=10.0.0 || ^20.15.1", "homebridge": ">=1.0.0 || ^2.0.0-beta.0" }, "author": "Dan Chlopek (https://github.com/Danimal4326)", "contributors": [ { "name": "Arne Blumentritt", "url": "https://github.com/naofireblade" }, { "name": "Kevin Harwood", "url": "https://github.com/kcharwood" }, { "name": "simont77", "url": "https://github.com/simont77" }, { "name": "GatoPharaoh", "url": "https://github.com/GatoPharaoh" }, { "name": "David Werth", "url": "https://github.com/werthdavid" }, { "name": "Marshall T. Rose", "url": "https://github.com/mrose17" }, { "name": "Bill Waggoner", "url": "https://github.com/ctgreybeard" }, { "name": "Russell Sonnenschein", "url": "https://github.com/ctgreybeard" }, { "name": "Angela Herring", "url": "https://github.com/angelaherring" }, { "name": "CHAMLEX", "url": "https://github.com/CHAMLEX" }, { "name": "Zerosignal84", "url": "https://github.com/Zerosignal84" }, { "name": "Vincent Niehues", "url": "https://github.com/vniehues" }, { "name": "Hendrik-Cv", "url": "https://github.com/Hendrik-Cv" }, { "name": "David Carson", "url": "https://github.com/dacarson" } ], "repository": { "type": "git", "url": "https://github.com/Danimal4326/homebridge-weather-plus.git" }, "dependencies": { "fakegato-history": "^0.6.5", "geo-tz": "^6.0.0", "moment-timezone": "^0.5.28", "axios": "^1.7.9", "axios-retry": "^4.5.0", "weather-formulas": "^1", "node-persist": "^2.1.0", "debug": "^4.4.0" }, "main": "index.js", "bugs": { "url": "https://github.com/Danimal4326/homebridge-weather-plus/issues" }, "homepage": "https://github.com/Danimal4326/homebridge-weather-plus#readme" }