{
  "_from": "email-validator@^2.0.3",
  "_id": "email-validator@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==",
  "_location": "/email-validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "email-validator@^2.0.3",
    "name": "email-validator",
    "escapedName": "email-validator",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/snyk-policy"
  ],
  "_resolved": "https://registry.npmjs.org/email-validator/-/email-validator-2.0.4.tgz",
  "_shasum": "b8dfaa5d0dae28f1b03c95881d904d4e40bfe7ed",
  "_spec": "email-validator@^2.0.3",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk-policy",
  "author": {
    "name": "Manish Saraan",
    "email": "manish021js@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/manishsaraan/email-validator/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Manish Saraan",
      "email": "manish021js@gmail.com",
      "url": "https://github.com/manishsaraan"
    },
    {
      "name": "Brad Martin",
      "email": "bradwaynemartin@gmail.com",
      "url": "https://github.com/bradmartin"
    }
  ],
  "deprecated": false,
  "description": "Provides a fast, pretty robust e-mail validator. Only checks form, not function.",
  "devDependencies": {
    "chai": "4.1.2",
    "mocha": "5.0.5"
  },
  "engines": {
    "node": ">4.0"
  },
  "homepage": "http://github.com/manishsaraan/email-validator",
  "keywords": [
    "email",
    "validation",
    "validator",
    "syntax"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/manishsaraan/email-validator/raw/master/LICENSE"
    }
  ],
  "main": "index",
  "name": "email-validator",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/manishsaraan/email-validator.git"
  },
  "scripts": {
    "test": "mocha test.js"
  },
  "typings": "index.d.ts",
  "version": "2.0.4"
}
