strip-url-auth
Version:
Strip the authentication part of a URL
42 lines (41 loc) • 710 B
JSON
{
"name": "strip-url-auth",
"version": "2.0.0",
"description": "Strip the authentication part of a URL",
"license": "MIT",
"repository": "sindresorhus/strip-url-auth",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"string",
"url",
"uri",
"address",
"auth",
"authentication",
"user",
"username",
"pass",
"password",
"basic"
],
"devDependencies": {
"ava": "^3.15.0",
"xo": "^0.38.2"
}
}