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
92
93
94
95
96
97
98
99
100
101
102
103
104
| {
| "_from": "parse-git-config@^3.0.0",
| "_id": "parse-git-config@3.0.0",
| "_inBundle": false,
| "_integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
| "_location": "/parse-git-config",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "parse-git-config@^3.0.0",
| "name": "parse-git-config",
| "escapedName": "parse-git-config",
| "rawSpec": "^3.0.0",
| "saveSpec": null,
| "fetchSpec": "^3.0.0"
| },
| "_requiredBy": [
| "/@nuxt/telemetry"
| ],
| "_resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
| "_shasum": "4a2de08c7b74a2555efa5ae94d40cd44302a6132",
| "_spec": "parse-git-config@^3.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\telemetry",
| "author": {
| "name": "Jon Schlinkert",
| "url": "https://github.com/jonschlinkert"
| },
| "bugs": {
| "url": "https://github.com/jonschlinkert/parse-git-config/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "j. suárez",
| "url": "http://suarez.systems"
| },
| {
| "name": "Jon Schlinkert",
| "url": "http://twitter.com/jonschlinkert"
| },
| {
| "name": "Sam Holmes",
| "url": "https://samholmes.net"
| }
| ],
| "dependencies": {
| "git-config-path": "^2.0.0",
| "ini": "^1.3.5"
| },
| "deprecated": false,
| "description": "Parse `.git/config` into a JavaScript object. sync or async.",
| "devDependencies": {
| "gulp-format-md": "^2.0.0",
| "mocha": "^5.2.0"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/jonschlinkert/parse-git-config",
| "keywords": [
| "config",
| "git",
| "parse"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "parse-git-config",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jonschlinkert/parse-git-config.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "verb": {
| "run": true,
| "toc": false,
| "layout": "default",
| "tasks": [
| "readme"
| ],
| "plugins": [
| "gulp-format-md"
| ],
| "related": {
| "list": [
| "git-user-name",
| "git-username",
| "parse-author",
| "parse-authors",
| "parse-github-url",
| "parse-gitignore"
| ]
| },
| "lint": {
| "reflinks": true
| }
| },
| "version": "3.0.0"
| }
|
|