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-path@4.0.3",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "parse-path@4.0.3",
| "_id": "parse-path@4.0.3",
| "_inBundle": false,
| "_integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==",
| "_location": "/parse-path",
| "_phantomChildren": {
| "decode-uri-component": "0.2.0",
| "filter-obj": "1.1.0",
| "split-on-first": "1.1.0"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "parse-path@4.0.3",
| "name": "parse-path",
| "escapedName": "parse-path",
| "rawSpec": "4.0.3",
| "saveSpec": null,
| "fetchSpec": "4.0.3"
| },
| "_requiredBy": [
| "/parse-url"
| ],
| "_resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz",
| "_spec": "4.0.3",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Ionică Bizău",
| "email": "bizauionica@gmail.com",
| "url": "https://ionicabizau.net"
| },
| "bugs": {
| "url": "https://github.com/IonicaBizau/parse-path/issues"
| },
| "dependencies": {
| "is-ssh": "^1.3.0",
| "protocols": "^1.4.0",
| "qs": "^6.9.4",
| "query-string": "^6.13.8"
| },
| "description": "Parse paths (local paths, urls: ssh/git/etc)",
| "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-path",
| "keywords": [
| "parse",
| "path",
| "url",
| "node",
| "git",
| "advanced"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "parse-path",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/IonicaBizau/parse-path.git"
| },
| "scripts": {
| "test": "node test"
| },
| "version": "4.0.3"
| }
|
|