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
| {
| "_from": "git-url-parse@^11.4.4",
| "_id": "git-url-parse@11.6.0",
| "_inBundle": false,
| "_integrity": "sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g==",
| "_location": "/git-url-parse",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "git-url-parse@^11.4.4",
| "name": "git-url-parse",
| "escapedName": "git-url-parse",
| "rawSpec": "^11.4.4",
| "saveSpec": null,
| "fetchSpec": "^11.4.4"
| },
| "_requiredBy": [
| "/@nuxt/telemetry"
| ],
| "_resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.6.0.tgz",
| "_shasum": "c634b8de7faa66498a2b88932df31702c67df605",
| "_spec": "git-url-parse@^11.4.4",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\telemetry",
| "author": {
| "name": "Ionică Bizău",
| "email": "bizauionica@gmail.com",
| "url": "https://ionicabizau.net"
| },
| "blah": {
| "h_img": "http://i.imgur.com/HlfMsVf.png"
| },
| "bugs": {
| "url": "https://github.com/IonicaBizau/git-url-parse/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "git-up": "^4.0.0"
| },
| "deprecated": false,
| "description": "A high level git url parser for common git providers.",
| "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/git-url-parse",
| "keywords": [
| "parse",
| "git",
| "url"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "git-url-parse",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/IonicaBizau/git-url-parse.git"
| },
| "scripts": {
| "test": "node test"
| },
| "version": "11.6.0"
| }
|
|