{
  "_args": [
    [
      "mongoose-autopopulate@0.14.0",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "mongoose-autopopulate@0.14.0",
  "_id": "mongoose-autopopulate@0.14.0",
  "_inBundle": false,
  "_integrity": "sha512-3EsOeFpEAwK2XQntI9CUf7dOq5HpI3lZFYzXukD0ep0Ctmdewgyt5VgS64Afuf/K6QggLt9RKsjexVphnhmeXg==",
  "_location": "/mongoose-autopopulate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mongoose-autopopulate@0.14.0",
    "name": "mongoose-autopopulate",
    "escapedName": "mongoose-autopopulate",
    "rawSpec": "0.14.0",
    "saveSpec": null,
    "fetchSpec": "0.14.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mongoose-autopopulate/-/mongoose-autopopulate-0.14.0.tgz",
  "_spec": "0.14.0",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Valeri Karpov",
    "email": "val@karpov.io"
  },
  "bugs": {
    "url": "https://github.com/mongodb-js/mongoose-autopopulate/issues"
  },
  "description": "Always populate() certain fields in your mongoose schemas",
  "devDependencies": {
    "acquit": "1.0.0",
    "acquit-ignore": "0.0.3",
    "acquit-markdown": "0.1.0",
    "co": "4.6.0",
    "co-mocha": "1.2.2",
    "mocha": "5.1.1",
    "mongoose": ">= 5.12.4",
    "nyc": "11.7.3"
  },
  "homepage": "https://github.com/mongodb-js/mongoose-autopopulate",
  "keywords": [
    "mongoose",
    "populate",
    "autopopulate",
    "mongodb"
  ],
  "license": "Apache 2.0",
  "main": "index.js",
  "name": "mongoose-autopopulate",
  "peerDependencies": {
    "mongoose": ">= 5.12.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mongodb-js/mongoose-autopopulate.git"
  },
  "scripts": {
    "docs": "acquit-markdown -r acquit-ignore -p ./test/integration.js > examples.md",
    "test": "mocha ./test/*.js",
    "test-integration": "mocha ./test/integration.js",
    "test-travis": "nyc --reporter=lcov npm test && nyc check-coverage --lines 80 --functions 80 --branches 80"
  },
  "version": "0.14.0"
}
