object-filter
Version:
`Array.prototype.filter` for objects
16 lines (15 loc) • 374 B
JSON
{
"name": "object-filter",
"version": "1.0.2",
"description": "`Array.prototype.filter` for objects",
"keywords": ["object", "filter"],
"author": "Maciej Małecki <me@mmalecki.com>",
"repository": {
"type": "git",
"url": "https://github.com/mmalecki/object-filter.git"
},
"scripts": {
"test": "node test/simple-test.js"
},
"license": "MIT"
}