{
  "_args": [
    [
      "mongoose-unique-validator@2.0.3",
      "/Users/iesalyon/Documents/WEB/OC2020/PEKO/backend"
    ]
  ],
  "_from": "mongoose-unique-validator@2.0.3",
  "_id": "mongoose-unique-validator@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-3/8pmvAC1acBZS6eWKAWQUiZBlARE1wyWtjga4iQ2wDJeOfRlIKmAvTNHSZXKaAf7RCRUd7wh7as6yWAOrjpQg==",
  "_location": "/mongoose-unique-validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mongoose-unique-validator@2.0.3",
    "name": "mongoose-unique-validator",
    "escapedName": "mongoose-unique-validator",
    "rawSpec": "2.0.3",
    "saveSpec": null,
    "fetchSpec": "2.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mongoose-unique-validator/-/mongoose-unique-validator-2.0.3.tgz",
  "_spec": "2.0.3",
  "_where": "/Users/iesalyon/Documents/WEB/OC2020/PEKO/backend",
  "author": {
    "name": "Blake Haswell",
    "email": "haswell00@gmail.com",
    "url": "http://blakehaswell.com/"
  },
  "bugs": {
    "url": "https://github.com/blakehaswell/mongoose-unique-validator/issues"
  },
  "contributors": [
    {
      "name": "Mike Botsko",
      "email": "botsko@gmail.com"
    }
  ],
  "dependencies": {
    "lodash.foreach": "^4.1.0",
    "lodash.get": "^4.0.2"
  },
  "description": "mongoose-unique-validator is a plugin which adds pre-save validation for unique fields within a Mongoose schema.",
  "devDependencies": {
    "bluebird": "^3.5.4",
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "mocha": "^6.1.3",
    "mongoose": "^5.5.2"
  },
  "files": [
    "index.js",
    "package.json",
    "yarn.lock",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/blakehaswell/mongoose-unique-validator#readme",
  "keywords": [
    "mongoose",
    "unique",
    "validator"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "mongoose-unique-validator",
  "peerDependencies": {
    "mongoose": "^5.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blakehaswell/mongoose-unique-validator.git"
  },
  "scripts": {
    "lint": "eslint index.js test",
    "test": "mocha test --exit && ./node_modules/eslint/bin/eslint.js index.js test"
  },
  "version": "2.0.3"
}
