aggregate-functions
Version:
JavaScript library to get aggregate values of array, namely; SUM, AVG, MAX, MIN, COUNT
20 lines (19 loc) • 419 B
JSON
{
"name": "aggregate-functions",
"version": "1.0.1",
"description": "JavaScript library to get aggregate values of array, namely; SUM, AVG, MAX, MIN, COUNT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Aggregate functions",
"MIN",
"MAX",
"COUNT",
"AVG",
"SUM"
],
"author": "Tapan Hazarika",
"license": "ISC"
}