neat-url
Version:
Normalize URLs by removing tracking parameters.
35 lines (34 loc) • 649 B
JSON
{
"name": "neat-url",
"version": "1.0.12",
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://gitlab.com/Cyprias/neat-url.git"
},
"scripts": {
"test": "jest",
"dev": "jest --watch",
"postpublish": "git push origin --all; git push origin --tags",
"commit": "git commit -a",
"patch": "npm version patch && npm publish"
},
"devDependencies": {
"jest": "^26.4.2"
},
"dependencies": {
"psl": "^1.8.0",
"qs": "^6.9.4"
},
"keywords": [
"fbclid",
"gclid",
"normalize",
"referral",
"tracking",
"url",
"utm",
"yclid"
]
}