UNPKG

mongoose-query-parser

Version:

Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...

50 lines 1.44 kB
{ "name": "mongoose-query-parser", "version": "1.3.1", "description": "Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "clean": "rimraf lib", "compile": "npm run clean && tsc", "prepublishOnly": "npm run compile", "test": "mocha --config '.mocha.yml'", "lint": "tslint src/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/leodinas-hao/mongoose-query-parser.git" }, "keywords": [ "querystring", "mongodb", "mongoose", "parser", "url" ], "author": "Leodinas Hao", "license": "MIT", "bugs": { "url": "https://github.com/leodinas-hao/mongoose-query-parser/issues" }, "homepage": "https://github.com/leodinas-hao/mongoose-query-parser#readme", "devDependencies": { "@testdeck/mocha": "^0.1.2", "@types/chai": "^4.2.18", "@types/lodash": "^4.14.170", "@types/luxon": "^1.26.5", "@types/mocha": "^8.2.2", "@types/node": "^15.12.1", "chai": "^4.3.4", "mocha": "^8.4.0", "mongoose": "^6.2.10", "rimraf": "^3.0.2", "ts-node": "^10.0.0", "tslint": "^6.1.3", "typescript": "^4.2.4" }, "dependencies": { "lodash": "^4.17.21", "luxon": "^1.27.0" } }