{
  "_from": "isemail@1.x.x",
  "_id": "isemail@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-vgPfjMPineTSxd9lASY/H6RZXpo=",
  "_location": "/isemail",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "isemail@1.x.x",
    "name": "isemail",
    "escapedName": "isemail",
    "rawSpec": "1.x.x",
    "saveSpec": null,
    "fetchSpec": "1.x.x"
  },
  "_requiredBy": [
    "/joi"
  ],
  "_resolved": "https://registry.npmjs.org/isemail/-/isemail-1.2.0.tgz",
  "_shasum": "be03df8cc3e29de4d2c5df6501263f1fa4595e9a",
  "_spec": "isemail@1.x.x",
  "_where": "/Users/ilker.guller/Projects/ran/functions/node_modules/joi",
  "author": {
    "name": "Eli Skeggs",
    "email": "skeggse@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/hapijs/isemail/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "validate an email address according to RFCs 5321, 5322, and others",
  "devDependencies": {
    "code": "^1.5.0",
    "lab": "^5.16.1"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/hapijs/isemail",
  "keywords": [
    "isemail",
    "validation",
    "check",
    "checking",
    "verification",
    "email",
    "address",
    "email address"
  ],
  "license": "BSD-2-Clause",
  "main": "./index",
  "name": "isemail",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hapijs/isemail.git"
  },
  "scripts": {
    "test": "lab -r console -o stdout -r lcov -o coverage.lcov -a code -L",
    "test-cov-html": "lab -r html -o coverage.html -a code"
  },
  "version": "1.2.0"
}
