UNPKG

803 BJSONView Raw
1{
2 "name": "normalize-url",
3 "version": "6.0.0",
4 "description": "Normalize a URL",
5 "license": "MIT",
6 "repository": "sindresorhus/normalize-url",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=10"
15 },
16 "scripts": {
17 "test": "xo && nyc ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "normalize",
25 "url",
26 "uri",
27 "address",
28 "string",
29 "normalization",
30 "normalisation",
31 "query",
32 "querystring",
33 "simplify",
34 "strip",
35 "trim",
36 "canonical"
37 ],
38 "devDependencies": {
39 "ava": "^2.4.0",
40 "nyc": "^15.0.0",
41 "tsd": "^0.11.0",
42 "xo": "^0.25.3"
43 },
44 "nyc": {
45 "reporter": [
46 "text",
47 "lcov"
48 ]
49 }
50}