group-objects-array
Version:
Groups and merges array of objects by a single key.
33 lines (32 loc) • 752 B
JSON
{
"name": "group-objects-array",
"version": "1.0.7",
"description": "Groups and merges array of objects by a single key.",
"main": "index.js",
"scripts": {
"test": "node ./tests/groupObjectArrayByKey.spec.js"
},
"keywords": [
"group",
"object",
"array",
"key",
"merge",
"unique",
"deduplicated"
],
"author": "Jana Rangasamy <janagr7@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/grjan7/group-objects-array.git"
},
"homepage": "https://github.com/grjan7/group-objects-array#readme",
"bugs": {
"url": "https://github.com/grjan7/group-objects-array/issues"
},
"files": [
"index.js",
"lib/"
]
}