compare-urls
Version:
Compare URLs by first normalizing them
43 lines (42 loc) • 756 B
JSON
{
"name": "compare-urls",
"version": "4.1.0",
"description": "Compare URLs by first normalizing them",
"license": "MIT",
"repository": "sindresorhus/compare-urls",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=18"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"compare",
"equal",
"same",
"url",
"uri",
"normalize"
],
"dependencies": {
"normalize-url": "^8.0.0"
},
"devDependencies": {
"ava": "^6.0.1",
"xo": "^0.56.0"
}
}