{
  "name": "mingo-fork-no-hash",
  "version": "3.1.1",
  "description": "MongoDB query language for in-memory objects without hash computation",
  "main": "index.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/kofrasa/mingo.git"
  },
  "files": [
    "**/*.js",
    "**/*.ts",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "devDependencies": {},
  "keywords": [
    "util",
    "mongo",
    "nosql",
    "query",
    "aggregate",
    "filter",
    "group",
    "project",
    "search",
    "transform"
  ],
  "author": {
    "name": "Francis Asante",
    "email": "kofrasa@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kofrasa/mingo/issues"
  }
}