@trenskow/group
Version:
A small JavaScript function for grouping items in an array.
33 lines (32 loc) • 749 B
JSON
{
"name": "@trenskow/group",
"version": "0.0.40",
"description": "A small JavaScript function for grouping items in an array.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "./node_modules/mocha/bin/mocha.js ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trenskow/group.git"
},
"keywords": [
"array",
"group"
],
"author": "Kristian Trenskow <trenskow@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trenskow/group/issues"
},
"homepage": "https://github.com/trenskow/group#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.13.0",
"chai": "^5.2.0",
"eslint": "^9.29.0",
"globals": "^16.2.0",
"mocha": "^11.7.1"
}
}