package.json 957 字节
{
  "name": "isemail",
  "version": "1.2.0",
  "author": "Eli Skeggs <skeggse@gmail.com>",
  "description": "validate an email address according to RFCs 5321, 5322, and others",
  "main": "./index",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hapijs/isemail.git"
  },
  "homepage": "https://github.com/hapijs/isemail",
  "bugs": "https://github.com/hapijs/isemail/issues",
  "keywords": [
    "isemail",
    "validation",
    "check",
    "checking",
    "verification",
    "email",
    "address",
    "email address"
  ],
  "devDependencies": {
    "code": "^1.5.0",
    "lab": "^5.16.1"
  },
  "license": "BSD-2-Clause",
  "engines": {
    "node": ">=0.10"
  },
  "_from": "isemail@1.2.0",
  "_resolved": "http://registry.npm.taobao.org/isemail/download/isemail-1.2.0.tgz"
}