You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

66 lines
1.6 KiB

{
"_from": "mquery@4.0.2",
"_id": "mquery@4.0.2",
"_inBundle": false,
"_integrity": "sha512-oAVF0Nil1mT3rxty6Zln4YiD6x6QsUWYz927jZzjMxOK2aqmhEz5JQ7xmrKK7xRFA2dwV+YaOpKU/S+vfNqKxA==",
"_location": "/mquery",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mquery@4.0.2",
"name": "mquery",
"escapedName": "mquery",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mquery/-/mquery-4.0.2.tgz",
"_shasum": "a13add5ecd7c2e5a67e0f814b3c7acdfb6772804",
"_spec": "mquery@4.0.2",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahc/node_modules/mongoose",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
},
"bundleDependencies": false,
"dependencies": {
"debug": "4.x"
},
"deprecated": false,
"description": "Expressive query building for MongoDB",
"devDependencies": {
"eslint": "8.x",
"eslint-plugin-mocha-no-only": "1.1.1",
"mocha": "9.x",
"mongodb": "4.x"
},
"engines": {
"node": ">=12.0.0"
},
"homepage": "https://github.com/aheckmann/mquery/",
"keywords": [
"mongodb",
"query",
"builder"
],
"license": "MIT",
"main": "lib/mquery.js",
"name": "mquery",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mquery.git"
},
"scripts": {
"fix-lint": "eslint . --fix",
"lint": "eslint .",
"test": "mocha test/index.js test/*.test.js"
},
"version": "4.0.2"
}