@vascosantos/moving-average
Version:
Exponential Moving Average
34 lines (33 loc) • 753 B
JSON
{
"name": "@vascosantos/moving-average",
"version": "1.1.0",
"description": "Exponential Moving Average",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "npm run lint && npm run test:node",
"test:node": "node tests/moving_average.js",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git@github.com:pgte/moving-average.git"
},
"devDependencies": {
"standard": "^10.0.3",
"tap": "*"
},
"keywords": [
"moving",
"average",
"average",
"statistics"
],
"author": "Pedro Teixeira <i@pgte.me>",
"contributors": [
"Pedro Teixeira <i@pgte.me>",
"John Meisner <jhn_msnr@yahoo.com>",
"Max Kutny <https://github.com/mkutny>"
],
"license": "MIT"
}