{
  "_args": [
    [
      "mingo@1.1.2",
      "/home/ambuj/Desktop/mysql Projects/mobileapp"
    ]
  ],
  "_from": "mingo@1.1.2",
  "_id": "mingo@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-c3FrByeoAKaZR2LhcX3dGa/Y6LU=",
  "_location": "/mingo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mingo@1.1.2",
    "name": "mingo",
    "escapedName": "mingo",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/save"
  ],
  "_resolved": "https://registry.npmjs.org/mingo/-/mingo-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/home/ambuj/Desktop/mysql Projects/mobileapp",
  "author": {
    "name": "Francis Asante",
    "email": "kofrasa@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/kofrasa/mingo/issues"
  },
  "description": "JavaScript implementation of MongoDB query language",
  "devDependencies": {
    "backbone": ">=1.3.x",
    "dox": "0.4.4",
    "dox-template": "0.1.1",
    "gulp": ">=3.9.x",
    "tape": ">=4.x.x",
    "uglify-js": "2.x.x"
  },
  "files": [
    "mingo.js",
    "dist/mingo.min.js",
    "dist/mingo.min.js.gz",
    "dist/mingo.min.map",
    "Makefile",
    "LICENSE",
    "README.md",
    "CONTRIBUTORS.md",
    "CHANGELOG.md",
    "VERSION"
  ],
  "homepage": "https://github.com/kofrasa/mingo#readme",
  "keywords": [
    "util",
    "mongo",
    "nosql",
    "query",
    "aggregate",
    "filter",
    "group",
    "project",
    "search",
    "transform"
  ],
  "license": "MIT",
  "main": "mingo.js",
  "name": "mingo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kofrasa/mingo.git"
  },
  "scripts": {
    "build": "make build",
    "test": "make test"
  },
  "version": "1.1.2"
}
