power-filter

JSON →
library 0.1.9 ·javascript
verified Jun 5, 2026

Filter arrays of objects using MongoDB-like query operators. Version 0.1.9. Part of the Phenyl framework, it supports operators such as $and, $or, $nor, $regex, $gte, $in, $exists, and many more. The query format is compatible with MongoDB's query operators, allowing complex filtering with nested field paths (e.g., 'foo.bar[0].baz'). It provides a lightweight, zero-dependency solution for in-memory filtering. Compared to similar libraries like 'mingo' or 'sift', power-filter is focused on simplicity and TypeScript/Flow support via the 'mongolike-operations' module.