relativize-url
Version:
Construct relative URL from source and target URL
25 lines (24 loc) • 693 B
JSON
{
"name": "relativize-url",
"version": "0.1.0",
"description": "Construct relative URL from source and target URL",
"main": "relativize-url.js",
"dependencies": {},
"devDependencies": {
"jest": "^29.3.1"
},
"scripts": {
"test": "jest --coverage --collectCoverageFrom relativize-url.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericprud/relativize-url.git"
},
"keywords": ["relative URL", "relativize", "make relative", "URL"],
"author": "Eric Prud'hommeaux",
"license": "ISC",
"bugs": {
"url": "https://github.com/ericprud/relativize-url/issues"
},
"homepage": "https://github.com/ericprud/relativize-url#readme"
}