{
  "_from": "mquery@5.0.0",
  "_id": "mquery@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-iQMncpmEK8R8ncT8HJGsGc9Dsp8xcgYMVSbs5jgnm1lFHTZqMJTUWTDx1LBO8+mK3tPNZWFLBghQEIOULSTHZg==",
  "_location": "/mquery",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mquery@5.0.0",
    "name": "mquery",
    "escapedName": "mquery",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/mquery/-/mquery-5.0.0.tgz",
  "_shasum": "a95be5dfc610b23862df34a47d3e5d60e110695d",
  "_spec": "mquery@5.0.0",
  "_where": "/home/maxuul/nodevenv/backend.maxuul.com/14/lib/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": "5.x"
  },
  "engines": {
    "node": ">=14.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 --exit test/index.js test/*.test.js"
  },
  "version": "5.0.0"
}
