groupby-polyfill
Version:
small zero dependent polyfill for `Object.groupBy` and `Map.groupBy`
38 lines (37 loc) • 899 B
JSON
{
"name": "groupby-polyfill",
"version": "1.0.0",
"description": "small zero dependent polyfill for `Object.groupBy` and `Map.groupBy`",
"repository": {
"type": "git",
"url": "git+https://github.com/jimmywarting/groupby-polyfill.git"
},
"keywords": [
"groupBy",
"Object.groupBy",
"Map.groupBy",
"polyfill"
],
"author": "Jimmy Wärting <jimmy@warting.se> (https://jimmy.warting.se/opensource)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimmywarting/groupby-polyfill/issues"
},
"engines": {
"node": ">=16"
},
"exports": {
"./lib/*.js": "./lib/*.js"
},
"homepage": "https://github.com/jimmywarting/groupby-polyfill#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
},
{
"type": "github",
"url": "https://paypal.me/jimmywarting"
}
]
}