diff options
Diffstat (limited to 'node_modules/is-url/component.json')
-rw-r--r-- | node_modules/is-url/component.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/is-url/component.json b/node_modules/is-url/component.json new file mode 100644 index 000000000..e7ecf768b --- /dev/null +++ b/node_modules/is-url/component.json @@ -0,0 +1,19 @@ +{ + "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": "*" + } +}
\ No newline at end of file |