trainingproject
Version:
A module to teach you how to module.
98 lines (97 loc) • 2.4 kB
JSON
{
"_args": [
[
{
"raw": "isemail@1.x.x",
"scope": null,
"escapedName": "isemail",
"name": "isemail",
"rawSpec": "1.x.x",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"C:\\Users\\Emmanuel\\Downloads\\npm\\how-to-npm\\node_modules\\joi"
]
],
"_from": "isemail@>=1.0.0 <2.0.0",
"_id": "isemail@1.2.0",
"_inCache": true,
"_location": "/isemail",
"_nodeVersion": "4.0.0",
"_npmUser": {
"name": "skeggse",
"email": "skeggse@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "isemail@1.x.x",
"scope": null,
"escapedName": "isemail",
"name": "isemail",
"rawSpec": "1.x.x",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/isemail/-/isemail-1.2.0.tgz",
"_shasum": "be03df8cc3e29de4d2c5df6501263f1fa4595e9a",
"_shrinkwrap": null,
"_spec": "isemail@1.x.x",
"_where": "C:\\Users\\Emmanuel\\Downloads\\npm\\how-to-npm\\node_modules\\joi",
"author": {
"name": "Eli Skeggs",
"email": "skeggse@gmail.com"
},
"bugs": {
"url": "https://github.com/hapijs/isemail/issues"
},
"dependencies": {},
"description": "validate an email address according to RFCs 5321, 5322, and others",
"devDependencies": {
"code": "^1.5.0",
"lab": "^5.16.1"
},
"directories": {},
"dist": {
"shasum": "be03df8cc3e29de4d2c5df6501263f1fa4595e9a",
"tarball": "https://registry.npmjs.org/isemail/-/isemail-1.2.0.tgz"
},
"engines": {
"node": ">=0.10"
},
"gitHead": "9441961a6c9979dc0e339971b111e25dc1a5b2fd",
"homepage": "https://github.com/hapijs/isemail",
"keywords": [
"isemail",
"validation",
"check",
"checking",
"verification",
"email",
"address",
"email address"
],
"license": "BSD-2-Clause",
"main": "./index",
"maintainers": [
{
"name": "skeggse",
"email": "skeggse@gmail.com"
}
],
"name": "isemail",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}