source: trip-planner-front/node_modules/normalize-url/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 803 bytes
Line 
1{
2 "name": "normalize-url",
3 "version": "6.1.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}
Note: See TracBrowser for help on using the repository browser.