| 123456789101112131415161718192021222324252627282930313233343536373839404142 | 
							- {
 
- 	"name": "normalize-url",
 
- 	"version": "3.3.0",
 
- 	"description": "Normalize a URL",
 
- 	"license": "MIT",
 
- 	"repository": "sindresorhus/normalize-url",
 
- 	"author": {
 
- 		"name": "Sindre Sorhus",
 
- 		"email": "sindresorhus@gmail.com",
 
- 		"url": "sindresorhus.com"
 
- 	},
 
- 	"engines": {
 
- 		"node": ">=6"
 
- 	},
 
- 	"scripts": {
 
- 		"test": "xo && nyc ava"
 
- 	},
 
- 	"files": [
 
- 		"index.js"
 
- 	],
 
- 	"keywords": [
 
- 		"normalize",
 
- 		"url",
 
- 		"uri",
 
- 		"address",
 
- 		"string",
 
- 		"normalization",
 
- 		"normalisation",
 
- 		"query",
 
- 		"querystring",
 
- 		"simplify",
 
- 		"strip",
 
- 		"trim",
 
- 		"canonical"
 
- 	],
 
- 	"devDependencies": {
 
- 		"ava": "*",
 
- 		"coveralls": "^3.0.0",
 
- 		"nyc": "^12.0.2",
 
- 		"xo": "*"
 
- 	}
 
- }
 
 
  |