UNPKG

@bsull/augurs

Version:

JavaScript bindings for the augurs time series library.

43 lines (42 loc) 918 B
{ "name": "@bsull/augurs", "description": "JavaScript bindings for the augurs time series library.", "version": "0.9.0", "collaborators": [ "Ben Sully <ben.sully@grafana.com" ], "license": "MIT OR Apache-2.0", "type": "module", "repository": { "type": "git", "url": "https://github.com/grafana/augurs" }, "files": [ "*.wasm", "*.js", "*.d.ts" ], "main": "core.js", "exports": { ".": "./core.js", "./changepoint": "./changepoint.js", "./clustering": "./clustering.js", "./dtw": "./dtw.js", "./ets": "./ets.js", "./mstl": "./mstl.js", "./prophet": "./prophet.js", "./outlier": "./outlier.js", "./seasons": "./seasons.js", "./transforms": "./transforms.js" }, "types": "augurs.d.ts", "sideEffects": [ "./snippets/*" ], "keywords": [ "analysis", "forecasting", "outlier-detection", "time-series" ] }