backoffice/node_modules/is-url/component.json

19 lines
308 B
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"name": "is-url",
"repo": "segmentio/is-url",
"version": "1.2.0",
"license": "MIT",
"description": "Check whether a string is a URL.",
"keywords": [
"url",
"regexp",
"regex",
"validate"
],
"scripts": [
"index.js"
],
"development": {
"component/assert": "*"
}
}