obj-filter
Version:
JavaScript Object Filter. Deep filtering key/content recursively. Support type checking, wildcard, nested, and filter function in template.
40 lines (39 loc) • 939 B
JSON
{
"name": "obj-filter",
"version": "2.3.8",
"description": "JavaScript Object Filter. Deep filtering key/content recursively. Support type checking, wildcard, nested, and filter function in template.",
"main": "index.js",
"scripts": {
"test": "nyc --check-coverage --reporter=lcov tape ./t/[0-9]*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueT/obj-filter.git"
},
"keywords": [
"object",
"filter",
"merge",
"exist",
"template",
"javascript",
"nodejs",
"wildcard",
"nested",
"function",
"browser",
"type",
"checking"
],
"author": "BlueT - Matthew Lien - 練喆明",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueT/obj-filter/issues"
},
"homepage": "https://github.com/BlueT/obj-filter#readme",
"devDependencies": {
"app-root-path": "^3.1.0",
"nyc": "^15.1.0",
"tape": "^5.6.0"
}
}