filter-where
Version:
Filter an array using any combination of scalars, object queries, functions or regular expressions.
28 lines (27 loc) • 648 B
JSON
{
"name": "filter-where",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "2.0.0",
"description": "Filter an array using any combination of scalars, object queries, functions or regular expressions.",
"repository": "https://github.com/75lb/filter-where.git",
"license": "MIT",
"keywords": [
"where",
"array",
"filter",
"custom"
],
"engines": {
"node": ">=6"
},
"scripts": {
"test": "test-runner test.js",
"docs": "jsdoc2md -t jsdoc2md/README.hbs index.js > README.md; echo"
},
"devDependencies": {
"test-runner": "^0.5.1"
},
"dependencies": {
"test-value": "^3.0.0"
}
}