npm-json-traverse-filter
Version:
Node JS Package to filter the json object based on the path and values provided. It can also handle operators like =, !=
21 lines (20 loc) • 478 B
JSON
{
"name": "npm-json-traverse-filter",
"version": "1.1.0",
"description": "Node JS Package to filter the json object based on the path and values provided. It can also handle operators like =, !=",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bundledDependencies": [
"lodash",
"traverse"
],
"keywords": [
"Json",
"Filter",
"Traverse"
],
"author": "Abhishek Arora",
"license": "ISC"
}