File: /home/thehunarfound/public_html/DMSold/node_modules/email-validator/package.json
{
"_args": [
[
"email-validator@2.0.4",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "email-validator@2.0.4",
"_id": "email-validator@2.0.4",
"_inBundle": false,
"_integrity": "sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==",
"_location": "/email-validator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "email-validator@2.0.4",
"name": "email-validator",
"escapedName": "email-validator",
"rawSpec": "2.0.4",
"saveSpec": null,
"fetchSpec": "2.0.4"
},
"_requiredBy": [
"/snyk-policy"
],
"_resolved": "https://registry.npmjs.org/email-validator/-/email-validator-2.0.4.tgz",
"_spec": "2.0.4",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "Manish Saraan",
"email": "manish021js@gmail.com"
},
"bugs": {
"url": "https://github.com/manishsaraan/email-validator/issues"
},
"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"
}
],
"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"
}