-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package-lock.json
123 lines (123 loc) · 4.91 KB
/
package-lock.json
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "gitifyme",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@gh-conf/gh-conf-constants": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@gh-conf/gh-conf-constants/-/gh-conf-constants-1.0.8.tgz",
"integrity": "sha512-WskjYwhee9jrpt59w3VEuPLLm2PsvWEOqhSe94pUuK+gOYlY1wFoUPbIt+yOE/BtMuV0ji+gd1vEgp9/8I+ljw=="
},
"@gh-conf/gh-conf-path": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@gh-conf/gh-conf-path/-/gh-conf-path-1.0.3.tgz",
"integrity": "sha512-xv8X3GNViH4lD1Gj+w0Js47qBe6Jh75Uwb3/JsInqIU4nWDOoLXGFtLOTTLvr+vjzvt6aABhC5DSUZdSslDbJw=="
},
"@gh-conf/gh-conf-read": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@gh-conf/gh-conf-read/-/gh-conf-read-1.1.3.tgz",
"integrity": "sha512-xBHreOOmyReYRJ5W9owiFUQe84jHRPtp3BDZ59gPjs9wuJo7cCnOcmwURaU5OjCMJQ9k06TAHGpfBGO6Kr/2mw==",
"requires": {
"@gh-conf/gh-conf-constants": "^1.0.0",
"@gh-conf/gh-conf-path": "^1.0.0",
"@gh-conf/gh-conf-response": "^1.0.2",
"@gh-conf/gh-conf-validate": "^1.0.2"
}
},
"@gh-conf/gh-conf-response": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@gh-conf/gh-conf-response/-/gh-conf-response-1.0.5.tgz",
"integrity": "sha512-ID1ky2EkbWjmhaMdQMYaey6FrYpuIo+mKcUjQo1jvHNqq10LT0eHcPQOJO+VjnpAg9beH32HyElYFMHKm2V7Gw=="
},
"@gh-conf/gh-conf-validate": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@gh-conf/gh-conf-validate/-/gh-conf-validate-1.0.5.tgz",
"integrity": "sha512-IHFuOnZBDX42YwTa3gOuBzAaRzzccr1t9kSdb04qSu/EAja/8Z4OscS3rXGxQsBtGKLzyq1r7YzbDDZWuV2a8w==",
"requires": {
"@gh-conf/gh-conf-response": "^1.0.0"
}
},
"@gh-conf/gh-conf-write": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@gh-conf/gh-conf-write/-/gh-conf-write-1.1.2.tgz",
"integrity": "sha512-IYKL/MmytW8UBhV9NMsOKfa1MqEU/g9//iQc5d2/Lba24Jcz71bJKCxBLgnAAVIiXZinwuV0f77ogSovsY/jbw==",
"requires": {
"@gh-conf/gh-conf-constants": "^1.0.0",
"@gh-conf/gh-conf-path": "^1.0.0",
"@gh-conf/gh-conf-response": "^1.0.2",
"@gh-conf/gh-conf-validate": "^1.0.2"
}
},
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"requires": {
"color-convert": "^1.9.0"
}
},
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
"color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
"requires": {
"color-name": "1.1.3"
}
},
"color-name": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
},
"log-symbols": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
"integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
"requires": {
"chalk": "^2.0.1"
}
},
"make-dir": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
"integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==",
"requires": {
"pify": "^3.0.0"
}
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY="
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"requires": {
"has-flag": "^3.0.0"
}
}
}
}