barometer-trend
Version:
Calculate the tendency, trend and weather predictions of barometric pressure
43 lines (42 loc) • 873 B
JSON
{
"name": "barometer-trend",
"version": "2.2.7",
"description": "Calculate the tendency, trend and weather predictions of barometric pressure",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oyve/barometer-trend.git"
},
"keywords": [
"barometer",
"pressure",
"trend",
"tendency",
"history",
"calculate",
"weather",
"front",
"hemisphere",
"prediction",
"forecast",
"barometric"
],
"author": "github.com/oyve",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oyve/barometer-trend/issues"
},
"homepage": "https://github.com/oyve/barometer-trend#readme",
"devDependencies": {
"mocha": "^10.1.0"
},
"dependencies": {
"regression": "^2.0.1"
}
}