-
Notifications
You must be signed in to change notification settings - Fork 24
/
third-party-dependencies.json
334 lines (334 loc) · 13.7 KB
/
third-party-dependencies.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
[
{
"name": "Gin",
"copyright": "Copyright (c) 2014 Manuel Martínez-Almeida",
"url": "https://github.com/gin-gonic/gin",
"licenseUrl": "https://github.com/gin-gonic/gin/blob/v1.10.0/LICENSE"
},
{
"name": "Cache gin's middleware",
"copyright": "Copyright (c) 2016 Gin-Gonic",
"url": "https://github.com/gin-contrib/cache",
"licenseUrl": "https://github.com/gin-contrib/cache/blob/v1.3.0/LICENSE"
},
{
"name": "GZIP gin's middleware",
"copyright": "Copyright (c) 2017 Gin-Gonic",
"url": "https://github.com/gin-contrib/gzip",
"licenseUrl": "https://github.com/gin-contrib/gzip/blob/v1.0.1/LICENSE"
},
{
"name": "xorm",
"copyright": "Copyright (c) 2013 - 2015 The Xorm Authors",
"url": "https://xorm.io/xorm",
"licenseUrl": "https://gitea.com/xorm/xorm/src/tag/v1.3.9/LICENSE"
},
{
"name": "SQL builder",
"copyright": "Copyright (c) 2016 The Xorm Authors",
"url": "https://gitea.com/xorm/builder",
"licenseUrl": "https://gitea.com/xorm/builder/src/tag/v0.3.13/LICENSE"
},
{
"name": "Logrus",
"copyright": "Copyright (c) 2014 Simon Eskildsen",
"url": "https://github.com/sirupsen/logrus",
"licenseUrl": "https://github.com/sirupsen/logrus/blob/v1.9.3/LICENSE"
},
{
"name": "cli",
"copyright": "Copyright (c) 2022 urfave/cli maintainers",
"url": "https://github.com/urfave/cli",
"licenseUrl": "https://github.com/urfave/cli/blob/v2.27.4/LICENSE"
},
{
"name": "INI",
"copyright": "Copyright 2014 Unknwon",
"url": "https://gopkg.in/ini.v1",
"licenseUrl": "https://github.com/go-ini/ini/blob/v1.67.0/LICENSE"
},
{
"name": "Package validator",
"copyright": "Copyright (c) 2015 Dean Karn",
"url": "https://github.com/go-playground/validator",
"licenseUrl": "https://github.com/go-playground/validator/blob/v10.22.1/LICENSE"
},
{
"name": "jwt-go",
"copyright": "Copyright (c) 2012 Dave Grijalva, Copyright (c) 2021 golang-jwt maintainers",
"url": "https://github.com/golang-jwt/jwt",
"licenseUrl": "https://github.com/golang-jwt/jwt/blob/v5.2.1/LICENSE"
},
{
"name": "otp",
"url": "https://github.com/pquerna/otp",
"licenseUrl": "https://github.com/pquerna/otp/blob/v1.4.0/LICENSE"
},
{
"name": "Go-MySQL-Driver",
"url": "https://github.com/go-sql-driver/mysql",
"licenseUrl": "https://github.com/go-sql-driver/mysql/blob/v1.8.1/LICENSE"
},
{
"name": "pq",
"copyright": "Copyright (c) 2011-2013, 'pq' Contributors Portions Copyright (C) 2011 Blake Mizerany",
"url": "https://github.com/lib/pq",
"licenseUrl": "https://github.com/lib/pq/blob/v1.10.9/LICENSE.md"
},
{
"name": "go-sqlite3",
"copyright": "Copyright (c) 2014 Yasuhiro Matsumoto",
"url": "https://github.com/mattn/go-sqlite3",
"licenseUrl": "https://github.com/mattn/go-sqlite3/blob/v1.14.24/LICENSE"
},
{
"name": "Go Cryptography",
"copyright": "Copyright (c) 2009 The Go Authors. All rights reserved.",
"url": "https://golang.org/x/crypto",
"licenseUrl": "https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.28.0:LICENSE"
},
{
"name": "Go Networking",
"copyright": "Copyright (c) 2009 The Go Authors. All rights reserved.",
"url": "https://golang.org/x/net",
"licenseUrl": "https://cs.opensource.google/go/x/net/+/refs/tags/v0.30.0:LICENSE"
},
{
"name": "Go Text",
"copyright": "Copyright (c) 2009 The Go Authors. All rights reserved.",
"url": "https://golang.org/x/text",
"licenseUrl": "https://cs.opensource.google/go/x/text/+/refs/tags/v0.19.0:LICENSE"
},
{
"name": "Gomail",
"copyright": "Copyright (c) 2014 Alexandre Cesaro",
"url": "https://github.com/go-mail/mail",
"licenseUrl": "https://github.com/go-mail/mail/blob/v2.3.1/LICENSE"
},
{
"name": "MinIO Go Client SDK",
"copyright": "MinIO Cloud Storage, (C) 2014-2020 MinIO, Inc.",
"url": "https://github.com/minio/minio-go",
"licenseUrl": "https://github.com/minio/minio-go/blob/v7.0.80/LICENSE"
},
{
"name": "gocron",
"copyright": "Copyright (c) 2014, 辣椒面",
"url": "https://github.com/go-co-op/gocron",
"licenseUrl": "https://github.com/go-co-op/gocron/blob/v2.12.3/LICENSE"
},
{
"name": "barcode",
"copyright": "Copyright (c) 2014 Florian Sundermann",
"url": "https://github.com/boombuler/barcode",
"licenseUrl": "https://github.com/boombuler/barcode/blob/v1.0.2/LICENSE"
},
{
"name": "xls",
"url": "https://github.com/extrame/xls",
"licenseUrl": "https://github.com/extrame/xls/blob/4a6cf263071b975a90abf74ca3e804b48243be28/LICENSE"
},
{
"name": "go-ordered-map",
"url": "https://github.com/wk8/go-ordered-map",
"licenseUrl": "https://github.com/wk8/go-ordered-map/blob/v2.1.8/LICENSE"
},
{
"name": "go-cache",
"copyright": "Copyright (c) 2012-2017 Patrick Mylund Nielsen and the go-cache contributors",
"url": "https://github.com/patrickmn/go-cache",
"licenseUrl": "https://github.com/patrickmn/go-cache/blob/v2.1.0/LICENSE"
},
{
"name": "Testify",
"copyright": "Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.",
"url": "https://github.com/stretchr/testify",
"licenseUrl": "https://github.com/stretchr/testify/blob/v1.9.0/LICENSE"
},
{
"name": "vuejs/core",
"copyright": "Copyright (c) 2018-present, Yuxi (Evan) You and Vue contributors",
"url": "https://github.com/vuejs/core",
"licenseUrl": "https://github.com/vuejs/core/blob/v3.5.12/LICENSE"
},
{
"name": "Pinia",
"copyright": "Copyright (c) 2019-present Eduardo San Martin Morote",
"url": "https://github.com/vuejs/pinia",
"licenseUrl": "https://github.com/vuejs/pinia/blob/pinia%402.2.5/LICENSE"
},
{
"name": "vue-router",
"copyright": "Copyright (c) 2019-present Eduardo San Martin Morote",
"url": "https://github.com/vuejs/router",
"licenseUrl": "https://github.com/vuejs/router/blob/v4.4.5/LICENSE"
},
{
"name": "vue-i18n",
"copyright": "Copyright (c) 2016 kazuya kawaguchi",
"url": "https://github.com/intlify/vue-i18n-next",
"licenseUrl": "https://github.com/intlify/vue-i18n-next/blob/v10.0.4/LICENSE"
},
{
"name": "vuetify",
"copyright": "Copyright (c) 2016-2023 John Jeremy Leider",
"url": "https://vuetifyjs.com",
"licenseUrl": "https://github.com/vuetifyjs/vuetify/blob/v3.7.3/LICENSE.md"
},
{
"name": "register-service-worker",
"copyright": "Copyright (c) 2013-present, Yuxi (Evan) You",
"url": "https://github.com/yyx990803/register-service-worker",
"licenseUrl": "https://github.com/yyx990803/register-service-worker/blob/v1.7.2/LICENSE"
},
{
"name": "Framework7",
"copyright": "Copyright (c) 2014 Vladimir Kharlampidi",
"url": "https://framework7.io/",
"licenseUrl": "https://github.com/framework7io/framework7/blob/v8.3.4/LICENSE"
},
{
"name": "Framework7-vue",
"copyright": "Copyright (c) 2014 Vladimir Kharlampidi",
"url": "https://framework7.io/vue/",
"licenseUrl": "https://github.com/framework7io/framework7/blob/v8.3.4/LICENSE"
},
{
"name": "Framework7-icons",
"copyright": "Copyright (c) 2016 Vladimir Kharlampidi",
"url": "https://framework7.io/icons/",
"licenseUrl": "https://github.com/framework7io/framework7-icons/blob/v5.0.5/LICENSE"
},
{
"name": "Dom7",
"copyright": "Copyright (c) 2017 Vladimir Kharlampidi",
"url": "https://framework7.io/docs/dom7.html",
"licenseUrl": "https://github.com/nolimits4web/dom7/blob/v4.0.6/LICENSE"
},
{
"name": "Swiper",
"copyright": "Copyright (c) 2019 Vladimir Kharlampidi",
"url": "https://swiperjs.com",
"licenseUrl": "https://github.com/nolimits4web/swiper/blob/v10.2.0/LICENSE"
},
{
"name": "Skeleton Elements",
"copyright": "Copyright (c) 2020 Vladimir Kharlampidi",
"url": "https://github.com/nolimits4web/skeleton-elements",
"licenseUrl": "https://github.com/nolimits4web/skeleton-elements/blob/v4.0.1/LICENSE"
},
{
"name": "Apache ECharts",
"copyright": "Copyright © 2017-2024, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.",
"url": "https://echarts.apache.org/",
"licenseUrl": "https://github.com/apache/echarts/blob/5.5.1/LICENSE"
},
{
"name": "vue-echarts",
"copyright": "Copyright (c) 2016-present GU Yiling & ECOMFE",
"url": "https://github.com/ecomfe/vue-echarts",
"licenseUrl": "https://github.com/ecomfe/vue-echarts/blob/v7.0.3/LICENSE"
},
{
"name": "vue3-perfect-scrollbar",
"copyright": "Copyright (c) 2018 Adam",
"url": "https://github.com/mercs600/vue3-perfect-scrollbar",
"licenseUrl": "https://github.com/mercs600/vue3-perfect-scrollbar/blob/2.0.0/LICENSE"
},
{
"name": "@vuepic/vue-datepicker",
"copyright": "Copyright (c) 2021-present Vuepic",
"url": "https://vue3datepicker.com/",
"licenseUrl": "https://github.com/Vuepic/vue-datepicker/blob/v10.0.0/LICENSE"
},
{
"name": "axios",
"copyright": "Copyright (c) 2014-present Matt Zabriskie & Collaborators",
"url": "https://axios-http.com",
"licenseUrl": "https://github.com/axios/axios/blob/v1.7.7/LICENSE"
},
{
"name": "Moment.js",
"copyright": "Copyright (c) JS Foundation and other contributors",
"url": "https://momentjs.com",
"licenseUrl": "https://github.com/moment/moment/blob/2.30.1/LICENSE"
},
{
"name": "Moment Timezone",
"copyright": "Copyright (c) JS Foundation and other contributors",
"url": "https://momentjs.com",
"licenseUrl": "https://github.com/moment/moment-timezone/blob/0.5.46/LICENSE"
},
{
"name": "Leaflet",
"copyright": "Copyright (c) 2010-2023, Volodymyr Agafonkin, Copyright (c) 2010-2011, CloudMade, All rights reserved.",
"url": "https://leafletjs.com/",
"licenseUrl": "https://github.com/Leaflet/Leaflet/blob/v1.9.4/LICENSE"
},
{
"name": "crypto-js",
"copyright": "Copyright (c) 2009-2013 Jeff Mott, Copyright (c) 2013-2016 Evan Vosberg",
"url": "https://github.com/brix/crypto-js",
"licenseUrl": "https://github.com/brix/crypto-js/blob/4.2.0/LICENSE"
},
{
"name": "vuedraggable",
"copyright": "Copyright (c) 2016-2019 David Desmaisons",
"url": "https://github.com/SortableJS/vue.draggable.next",
"licenseUrl": "https://github.com/SortableJS/vue.draggable.next/blob/fae4944e7227f8f0ca06e19be01b14b584cfa973/LICENSE"
},
{
"name": "cbor-js",
"copyright": "Copyright (c) 2014 Patrick Gansterer <[email protected]>",
"url": "https://github.com/paroga/cbor-js",
"licenseUrl": "https://github.com/paroga/cbor-js/blob/v0.1.0/LICENSE"
},
{
"name": "clipboard.js",
"copyright": "Copyright (c) Zeno Rocha",
"url": "https://clipboardjs.com",
"licenseUrl": "https://github.com/zenorocha/clipboard.js/blob/v2.0.11/LICENSE"
},
{
"name": "UAParser.js",
"copyright": "Copyright (c) 2012-2024 Faisal Salman <[email protected]>",
"url": "https://github.com/faisalman/ua-parser-js",
"licenseUrl": "https://github.com/faisalman/ua-parser-js/blob/1.0.39/license.md"
},
{
"name": "Materio - Vuetify VueJS 3 Free Admin Template",
"copyright": "Copyright (c) 2022 ThemeSelection",
"url": "https://github.com/themeselection/materio-vuetify-vuejs-admin-template-free",
"licenseUrl": "https://github.com/themeselection/materio-vuetify-vuejs-admin-template-free/blob/v2.2.2/LICENSE"
},
{
"name": "Icons8 Line Awesome",
"url": "https://icons8.com/line-awesome",
"licenseUrl": "https://github.com/icons8/line-awesome/blob/master/LICENSE.md"
},
{
"name": "Material Design Icons for JS/TypeScript",
"url": "https://materialdesignicons.com",
"licenseUrl": "https://github.com/Templarian/MaterialDesign-JS/blob/v7.4.47/LICENSE"
},
{
"name": "Solar Icons Set",
"url": "https://www.figma.com/community/file/1166831539721848736/Solar-Icons-Set",
"licenseUrl": "https://creativecommons.org/licenses/by/4.0"
},
{
"name": "Hand drawn minimal background",
"url": "https://www.freepik.com/free-vector/hand-drawn-minimal-background_15441932.htm",
"licenseUrl": "https://www.freepikcompany.com/legal"
},
{
"name": "Illustration of people working at the office",
"url": "https://www.freepik.com/free-vector/illustration-people-working-office_5161711.htm",
"licenseUrl": "https://www.freepikcompany.com/legal"
},
{
"name": "Meeting scenes at the office collection",
"url": "https://www.freepik.com/free-vector/meeting-scenes-office-collection_4085819.htm",
"licenseUrl": "https://www.freepikcompany.com/legal"
}
]