is-url/package.json
2020-08-06 12:44:35 +02:00

21 lines
548 B
JSON

{
"name": "@validatem/is-url",
"description": "Validatem validator for ensuring that a value is a URL, optionally requiring a certain protocol(s)",
"keywords": [
"validatem",
"validator"
],
"version": "0.2.0",
"main": "index.js",
"repository": "http://git.cryto.net/validatem/is-url.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@validatem/error": "^1.0.0",
"@validatem/is-string": "^0.1.1"
},
"devDependencies": {
"@validatem/core": "^0.3.1"
}
}