UNPKG

is-valid-http-url

Version:

Check whether a string is a valid HTTP URL

32 lines (31 loc) 586 B
{ "name": "is-valid-http-url", "version": "1.0.3", "description": "Check whether a string is a valid HTTP URL", "keywords": [ "http", "url", "uri", "string", "check", "validate", "validation" ], "main": "index.js", "author": { "name": "Denis Kotlica", "email": "neosiae@gmail.com", "url": "https://neosiae.com" }, "repository": "https://github.com/neosiae/is-valid-http-url.git", "engines": { "node": ">=6" }, "license": "MIT", "scripts": { "test": "jest" }, "devDependencies": { "jest": "^24.8.0" } }