blob: 5ff01cc09d52862314e2a39c9fb345245b0eb0c2 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "normalize-url@2.0.1",
3 "_id": "normalize-url@2.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==",
6 "_location": "/normalize-url",
7 "_phantomChildren": {
8 "is-plain-obj": "1.1.0"
9 },
10 "_requested": {
11 "type": "version",
12 "registry": true,
13 "raw": "normalize-url@2.0.1",
14 "name": "normalize-url",
15 "escapedName": "normalize-url",
16 "rawSpec": "2.0.1",
17 "saveSpec": null,
18 "fetchSpec": "2.0.1"
19 },
20 "_requiredBy": [
21 "/cacheable-request"
22 ],
23 "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz",
24 "_shasum": "835a9da1551fa26f70e92329069a23aa6574d7e6",
25 "_spec": "normalize-url@2.0.1",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\cacheable-request",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/normalize-url/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "prepend-http": "^2.0.0",
38 "query-string": "^5.0.1",
39 "sort-keys": "^2.0.0"
40 },
41 "deprecated": false,
42 "description": "Normalize a URL",
43 "devDependencies": {
44 "ava": "*",
45 "xo": "*"
46 },
47 "engines": {
48 "node": ">=4"
49 },
50 "files": [
51 "index.js"
52 ],
53 "homepage": "https://github.com/sindresorhus/normalize-url#readme",
54 "keywords": [
55 "normalize",
56 "url",
57 "uri",
58 "address",
59 "string",
60 "normalization",
61 "normalisation",
62 "query",
63 "querystring",
64 "unicode",
65 "simplify",
66 "strip",
67 "trim",
68 "canonical"
69 ],
70 "license": "MIT",
71 "name": "normalize-url",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/sindresorhus/normalize-url.git"
75 },
76 "scripts": {
77 "test": "xo && ava"
78 },
79 "version": "2.0.1"
80}