{
  "_args": [
    [
      "mquery@4.0.3",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "mquery@4.0.3",
  "_id": "mquery@4.0.3",
  "_inBundle": false,
  "_integrity": "sha512-J5heI+P08I6VJ2Ky3+33IpCdAvlYGTSUjwTPxkAr8i8EoduPMBX2OY/wa3IKZIQl7MU4SbFk8ndgSKyB/cl1zA==",
  "_location": "/mquery",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mquery@4.0.3",
    "name": "mquery",
    "escapedName": "mquery",
    "rawSpec": "4.0.3",
    "saveSpec": null,
    "fetchSpec": "4.0.3"
  },
  "_requiredBy": [
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/mquery/-/mquery-4.0.3.tgz",
  "_spec": "4.0.3",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Aaron Heckmann",
    "email": "aaron.heckmann+github@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/aheckmann/mquery/issues/new"
  },
  "dependencies": {
    "debug": "4.x"
  },
  "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.3"
}
