UNPKG

is-email-like

Version:
47 lines (46 loc) 764 B
{ "name": "is-email-like", "version": "2.0.0", "description": "Check if a string is email like", "license": "MIT", "repository": "sindresorhus/is-email-like", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "text", "regex", "regexp", "match", "test", "find", "pattern", "email", "address", "validate", "check", "is", "string" ], "dependencies": { "email-regex": "^5.0.0" }, "devDependencies": { "ava": "^3.15.0", "xo": "^0.39.1" } }