spec-url
Version:
URL library that implements a reference resolution algorithm for WHATWG URLs
36 lines (35 loc) • 749 B
JSON
{
"name": "spec-url",
"version": "2.5.0-dev",
"description": "URL library that implements a reference resolution algorithm for WHATWG URLs",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "make test"
},
"homepage": "https://github.com/alwinb/spec-url#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/alwinb/spec-url.git"
},
"keywords": [
"URL",
"URL Specification",
"reference implementation",
"WHATWG URL Standard",
"relative",
"normalization",
"reference resolution",
"resolution",
"RFC3986",
"RFC3987",
"IETF",
"URI",
"IRI"
],
"author": "Alwin Blok",
"license": "MIT",
"dependencies": {
"tr46": "^3.0.0"
}
}