node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
69 lines (68 loc) • 1.6 kB
JSON
{
"_args": [
[
"isemail@1.2.0",
"C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot"
]
],
"_from": "isemail@1.2.0",
"_id": "isemail@1.2.0",
"_inBundle": false,
"_integrity": "sha1-vgPfjMPineTSxd9lASY/H6RZXpo=",
"_location": "/isemail",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "isemail@1.2.0",
"name": "isemail",
"escapedName": "isemail",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/joi"
],
"_resolved": "http://registry.npmjs.org/isemail/-/isemail-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot",
"author": {
"name": "Eli Skeggs",
"email": "skeggse@gmail.com"
},
"bugs": {
"url": "https://github.com/hapijs/isemail/issues"
},
"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"
}