motion
Version:
motion - moving development forward
20 lines • 350 B
JSON
{
"name": "is-domain",
"repo": "segmentio/is-domain",
"version": "0.0.1",
"license": "MIT",
"description": "Check whether a string is a domain.",
"keywords": [
"domain",
"regexp",
"regex",
"validate"
],
"main": "lib/index.js",
"scripts": [
"lib/index.js"
],
"development": {
"component/assert": "*"
}
}