mangogrep
Version:
A tool to filter stdin containing a stream of JSON with a CouchDB mango selector
30 lines (29 loc) • 713 B
JSON
{
"name": "mangogrep",
"version": "1.0.0",
"type": "module",
"description": "A tool to filter stdin containing a stream of JSON with a CouchDB mango selector",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/glynnbird/mangogrep.git"
},
"keywords": [
"CouchDB",
"Mango",
"grep"
],
"author": "Glynn Bird <glynn.bird@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/glynnbird/mangogrep/issues"
},
"homepage": "https://github.com/glynnbird/mangogrep#readme",
"dependencies": {
"jsonpour": "^2.0.0",
"pouchdb-selector-core": "^9.0.0"
},
"bin": {
"mangogrep": "bin/mangogrep.bin.js"
}
}