express-query-params
Version:
Express.js middleware implementing the API Query Spec, converting the params to SQL or a Mongo query
35 lines (34 loc) • 809 B
JSON
{
"name": "express-query-params",
"version": "1.2.0",
"description": "Express.js middleware implementing the API Query Spec, converting the params to SQL or a Mongo query",
"main": "index.js",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtimofiiv/express-query-params.git"
},
"keywords": [
"express",
"express",
"mongo",
"mongoose",
"sql",
"query",
"parameters",
"search"
],
"author": "Mike Timofiiv (https://fiiv.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mtimofiiv/express-query-params/issues"
},
"homepage": "https://github.com/mtimofiiv/express-query-params#readme",
"devDependencies": {},
"dependencies": {},
"engines": {
"node": ">=8"
}
}