groupjs_by
Version:
The Javascript library used for aggregate on array of objects
50 lines (49 loc) • 950 B
JSON
{
"name": "groupjs_by",
"version": "2.0.0",
"description": "The Javascript library used for aggregate on array of objects",
"main": "index.js",
"repository": "https://github.com/juli04guilar/groupBy.git",
"author": "Julio Aguilar",
"license": "MIT",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage --watchAll",
"pretty": "prettier --write ."
},
"devDependencies": {
"husky": "^8.0.1",
"jest": "^28.1.1",
"prettier": "2.7.1"
},
"jest": {
"coverageReporters": [
"text",
"html"
],
"coverageThreshold": {
"global": {
"branches": 85,
"functions": 100,
"lines": 100,
"statements": 100
}
}
},
"keywords": [
"aggregate",
"javascript",
"sum",
"min",
"max",
"avg",
"groupBy",
"distinctCount",
"groupObjects",
"array",
"agrupar",
"sumar",
"promedio",
"contar"
]
}