UNPKG

href-type

Version:

Test whether an href string is absolute, relative, protocol-relative, #fragment, mailto:, tel:, sms:, etc

31 lines (30 loc) 656 B
{ "name": "href-type", "version": "1.0.1", "description": "Test whether an href string is absolute, relative, protocol-relative, #fragment, mailto:, tel:, sms:, etc", "main": "index.js", "scripts": { "test": "mocha && standard && standard-markdown" }, "repository": "https://github.com/zeke/href-type", "keywords": [ "href", "url", "absolute", "protocol", "relative", "mailto", "links", "anchor", "scraping", "html" ], "author": "zeke", "license": "MIT", "devDependencies": { "chai": "^3.4.1", "mocha": "^2.3.4", "standard": "^10.0.2", "standard-markdown": "^2.3.0" } }