{
  "_args": [
    [
      "mquery@2.3.1",
      "/home/ambuj/Desktop/mysql Projects/mobileapp"
    ]
  ],
  "_from": "mquery@2.3.1",
  "_id": "mquery@2.3.1",
  "_inBundle": false,
  "_integrity": "sha1-mrNnSXFIAP8LtTpoHOS8TV8HyHs=",
  "_location": "/mquery",
  "_phantomChildren": {
    "ms": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mquery@2.3.1",
    "name": "mquery",
    "escapedName": "mquery",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/mquery/-/mquery-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/home/ambuj/Desktop/mysql Projects/mobileapp",
  "author": {
    "name": "Aaron Heckmann",
    "email": "aaron.heckmann+github@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/aheckmann/mquery/issues/new"
  },
  "dependencies": {
    "bluebird": "2.10.2",
    "debug": "2.6.8",
    "regexp-clone": "0.0.1",
    "sliced": "0.0.5"
  },
  "description": "Expressive query building for MongoDB",
  "devDependencies": {
    "istanbul": "0.3.2",
    "mocha": "3.2.0",
    "mongodb": "~2.2"
  },
  "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": {
    "test": "mocha test/index.js test/*.test.js"
  },
  "version": "2.3.1"
}
