UNPKG

grouper

Version:

Assign objects into groups by one or more properties, by object value, or by using a comparator function.

36 lines (35 loc) 978 B
{ "name": "grouper", "version": "2.1.0", "description": "Assign objects into groups by one or more properties, by object value, or by using a comparator function.", "author": "Lim Yuan Qing", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/yuanqing/grouper.git" }, "dependencies": { "deep-equal": "^0.2.1", "jaunt": "^1.1.3" }, "devDependencies": { "istanbul": "^0.3.5", "jshint": "^2.5.11", "jshint-stylish": "^1.0.0", "minijasminenode2": "^1.0.0" }, "scripts": { "lint": "node_modules/.bin/jshint --reporter=node_modules/jshint-stylish/stylish.js --verbose index.js test/*.spec.js", "test": "rm -rf coverage && node_modules/.bin/istanbul cover -- node_modules/.bin/minijasminenode2 test/*.spec.js --verbose", "build": "npm run lint && npm test" }, "keywords": [ "category", "categories", "categorise", "group", "grouping", "object", "property" ] }