object-grep
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "object-grep", | ||
"version": "1.1.0", | ||
"description": "A tool for finding text in keys and content", | ||
"version": "1.1.1", | ||
"description": "A javascript tool for searching text in keys and content inspired by linux grep", | ||
"main": "./dist/index.js", | ||
@@ -18,3 +18,11 @@ "module": "./src/index.js", | ||
}, | ||
"author": "ulitcos@gmail.com", | ||
"keywords": [ | ||
"grep", | ||
"grep-js", | ||
"object-grep", | ||
"find-in-object", | ||
"search-in-object", | ||
"search-by-object" | ||
], | ||
"author": "Ruslan Krokhin <ulitcos@gmail.com>", | ||
"license": "MIT", | ||
@@ -21,0 +29,0 @@ "bugs": { |
# object-grep | ||
A tool for searching text in keys and content similar to linux grep | ||
A javascript tool for searching text in keys and content inspired by linux grep | ||
@@ -4,0 +4,0 @@ ## install |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25782