package.json
957 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
}