1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
| {
| "_args": [
| [
| "parse-url@6.0.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "parse-url@6.0.0",
| "_id": "parse-url@6.0.0",
| "_inBundle": false,
| "_integrity": "sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw==",
| "_location": "/parse-url",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "parse-url@6.0.0",
| "name": "parse-url",
| "escapedName": "parse-url",
| "rawSpec": "6.0.0",
| "saveSpec": null,
| "fetchSpec": "6.0.0"
| },
| "_requiredBy": [
| "/git-up"
| ],
| "_resolved": "https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz",
| "_spec": "6.0.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Ionică Bizău",
| "email": "bizauionica@gmail.com",
| "url": "https://ionicabizau.net"
| },
| "blah": {
| "description": [
| "For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized."
| ]
| },
| "bugs": {
| "url": "https://github.com/IonicaBizau/parse-url/issues"
| },
| "dependencies": {
| "is-ssh": "^1.3.0",
| "normalize-url": "^6.1.0",
| "parse-path": "^4.0.0",
| "protocols": "^1.4.0"
| },
| "description": "An advanced url parser supporting git urls too.",
| "devDependencies": {
| "tester": "^1.3.1"
| },
| "directories": {
| "example": "example",
| "test": "test"
| },
| "files": [
| "bin/",
| "app/",
| "lib/",
| "dist/",
| "src/",
| "scripts/",
| "resources/",
| "menu/",
| "cli.js",
| "index.js",
| "bloggify.js",
| "bloggify.json",
| "bloggify/"
| ],
| "homepage": "https://github.com/IonicaBizau/parse-url",
| "keywords": [
| "parse",
| "url",
| "node",
| "git",
| "advanced"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "parse-url",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/IonicaBizau/parse-url.git"
| },
| "scripts": {
| "test": "node test"
| },
| "version": "6.0.0"
| }
|
|