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
| {
| "_from": "git-config-path@^2.0.0",
| "_id": "git-config-path@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==",
| "_location": "/git-config-path",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "git-config-path@^2.0.0",
| "name": "git-config-path",
| "escapedName": "git-config-path",
| "rawSpec": "^2.0.0",
| "saveSpec": null,
| "fetchSpec": "^2.0.0"
| },
| "_requiredBy": [
| "/parse-git-config"
| ],
| "_resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
| "_shasum": "62633d61af63af4405a5024efd325762f58a181b",
| "_spec": "git-config-path@^2.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\parse-git-config",
| "author": {
| "name": "Jon Schlinkert",
| "url": "https://github.com/jonschlinkert"
| },
| "bugs": {
| "url": "https://github.com/jonschlinkert/git-config-path/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Resolve the path to the user's local or global .gitconfig.",
| "devDependencies": {
| "gulp-format-md": "^2.0.0",
| "mocha": "^5.2.0"
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/jonschlinkert/git-config-path",
| "keywords": [
| "config",
| "git",
| "gitconfig",
| "global",
| "path",
| "resolve"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "git-config-path",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jonschlinkert/git-config-path.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "verb": {
| "run": true,
| "toc": false,
| "layout": "default",
| "tasks": [
| "readme"
| ],
| "plugins": [
| "gulp-format-md"
| ],
| "related": {
| "list": [
| "git-branch",
| "git-repo-name",
| "git-user-name",
| "git-username",
| "is-git-url",
| "parse-git-config"
| ]
| },
| "lint": {
| "reflinks": true
| }
| },
| "version": "2.0.0"
| }
|
|