-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
395 lines (395 loc) · 16.1 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
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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
{
"name": "deploy-action",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@actions/core": {
"version": "1.2.6",
"resolved": "https://registry.npmmirror.com/@actions/core/download/@actions/core-1.2.6.tgz",
"integrity": "sha1-p41J9BpN7xjojOR8LKxhXVaUvwk="
},
"@actions/exec": {
"version": "1.0.4",
"resolved": "https://registry.npmmirror.com/@actions/exec/download/@actions/exec-1.0.4.tgz",
"integrity": "sha1-mddTEOYuWfw30u5tz/bUv/rdOl0=",
"dev": true,
"requires": {
"@actions/io": "^1.0.1"
}
},
"@actions/github": {
"version": "4.0.0",
"resolved": "https://registry.nlark.com/@actions/github/download/@actions/github-4.0.0.tgz",
"integrity": "sha1-1SBIMVGiv10tyc0PIPmsOi5FiBY=",
"requires": {
"@actions/http-client": "^1.0.8",
"@octokit/core": "^3.0.0",
"@octokit/plugin-paginate-rest": "^2.2.3",
"@octokit/plugin-rest-endpoint-methods": "^4.0.0"
}
},
"@actions/http-client": {
"version": "1.0.9",
"resolved": "https://registry.npmmirror.com/@actions/http-client/download/@actions/http-client-1.0.9.tgz",
"integrity": "sha1-rxlH0CAEPbxqO0xZGIkglcMP+1I=",
"requires": {
"tunnel": "0.0.6"
}
},
"@actions/io": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/@actions/io/download/@actions/io-1.0.2.tgz",
"integrity": "sha1-L2FLbmnOFNGRGARR6zjmV2puayc=",
"dev": true
},
"@icetee/ftp": {
"version": "0.3.15",
"resolved": "https://registry.npmmirror.com/@icetee/ftp/download/@icetee/ftp-0.3.15.tgz",
"integrity": "sha1-0y79kat1hfCjtsvtnO/+J2OwTsY=",
"requires": {
"readable-stream": "1.1.x",
"xregexp": "2.0.0"
}
},
"@octokit/auth-token": {
"version": "2.5.0",
"resolved": "https://registry.nlark.com/@octokit/auth-token/download/@octokit/auth-token-2.5.0.tgz",
"integrity": "sha1-J8N+omwgXyhENAJHf/0mExHyHjY=",
"requires": {
"@octokit/types": "^6.0.3"
},
"dependencies": {
"@octokit/types": {
"version": "6.34.0",
"resolved": "https://registry.npmmirror.com/@octokit/types/download/@octokit/types-6.34.0.tgz?cache=0&sync_timestamp=1633913157946&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40octokit%2Ftypes%2Fdownload%2F%40octokit%2Ftypes-6.34.0.tgz",
"integrity": "sha1-xgITMzNNHs+103CoeYFi3fGughg=",
"requires": {
"@octokit/openapi-types": "^11.2.0"
}
}
}
},
"@octokit/core": {
"version": "3.2.1",
"resolved": "https://registry.nlark.com/@octokit/core/download/@octokit/core-3.2.1.tgz",
"integrity": "sha1-ngTfP05/glrAVZMnSQzjQpkUCvU=",
"requires": {
"@octokit/auth-token": "^2.4.0",
"@octokit/graphql": "^4.3.1",
"@octokit/request": "^5.4.0",
"@octokit/types": "^5.0.0",
"before-after-hook": "^2.1.0",
"universal-user-agent": "^6.0.0"
}
},
"@octokit/endpoint": {
"version": "6.0.12",
"resolved": "https://registry.nlark.com/@octokit/endpoint/download/@octokit/endpoint-6.0.12.tgz",
"integrity": "sha1-O01HpLDnmxAn+4111CIZKLLQVlg=",
"requires": {
"@octokit/types": "^6.0.3",
"is-plain-object": "^5.0.0",
"universal-user-agent": "^6.0.0"
},
"dependencies": {
"@octokit/types": {
"version": "6.34.0",
"resolved": "https://registry.npmmirror.com/@octokit/types/download/@octokit/types-6.34.0.tgz?cache=0&sync_timestamp=1633913157946&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40octokit%2Ftypes%2Fdownload%2F%40octokit%2Ftypes-6.34.0.tgz",
"integrity": "sha1-xgITMzNNHs+103CoeYFi3fGughg=",
"requires": {
"@octokit/openapi-types": "^11.2.0"
}
}
}
},
"@octokit/graphql": {
"version": "4.8.0",
"resolved": "https://registry.nlark.com/@octokit/graphql/download/@octokit/graphql-4.8.0.tgz",
"integrity": "sha1-Zk2bEcDhIRLL944Q9JoFlZqiLMM=",
"requires": {
"@octokit/request": "^5.6.0",
"@octokit/types": "^6.0.3",
"universal-user-agent": "^6.0.0"
},
"dependencies": {
"@octokit/types": {
"version": "6.34.0",
"resolved": "https://registry.npmmirror.com/@octokit/types/download/@octokit/types-6.34.0.tgz?cache=0&sync_timestamp=1633913157946&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40octokit%2Ftypes%2Fdownload%2F%40octokit%2Ftypes-6.34.0.tgz",
"integrity": "sha1-xgITMzNNHs+103CoeYFi3fGughg=",
"requires": {
"@octokit/openapi-types": "^11.2.0"
}
}
}
},
"@octokit/openapi-types": {
"version": "11.2.0",
"resolved": "https://registry.npmmirror.com/@octokit/openapi-types/download/@octokit/openapi-types-11.2.0.tgz?cache=0&sync_timestamp=1633913172074&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40octokit%2Fopenapi-types%2Fdownload%2F%40octokit%2Fopenapi-types-11.2.0.tgz",
"integrity": "sha1-s41/w3NtUqHpayMMHM1KWKL0AKY="
},
"@octokit/plugin-paginate-rest": {
"version": "2.6.0",
"resolved": "https://registry.npmmirror.com/@octokit/plugin-paginate-rest/download/@octokit/plugin-paginate-rest-2.6.0.tgz",
"integrity": "sha1-A0FjlueiJ7JoxbgnNlI49iCpxcE=",
"requires": {
"@octokit/types": "^5.5.0"
}
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.2.1",
"resolved": "https://registry.npmmirror.com/@octokit/plugin-rest-endpoint-methods/download/@octokit/plugin-rest-endpoint-methods-4.2.1.tgz",
"integrity": "sha1-giSDOkXDOUg23G6G8ebEkmmiw1A=",
"requires": {
"@octokit/types": "^5.5.0",
"deprecation": "^2.3.1"
}
},
"@octokit/request": {
"version": "5.6.2",
"resolved": "https://registry.npmmirror.com/@octokit/request/download/@octokit/request-5.6.2.tgz",
"integrity": "sha1-GqdNXae54ErGDvIy7dmnQ43PMtg=",
"requires": {
"@octokit/endpoint": "^6.0.1",
"@octokit/request-error": "^2.1.0",
"@octokit/types": "^6.16.1",
"is-plain-object": "^5.0.0",
"node-fetch": "^2.6.1",
"universal-user-agent": "^6.0.0"
},
"dependencies": {
"@octokit/types": {
"version": "6.34.0",
"resolved": "https://registry.npmmirror.com/@octokit/types/download/@octokit/types-6.34.0.tgz?cache=0&sync_timestamp=1633913157946&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40octokit%2Ftypes%2Fdownload%2F%40octokit%2Ftypes-6.34.0.tgz",
"integrity": "sha1-xgITMzNNHs+103CoeYFi3fGughg=",
"requires": {
"@octokit/openapi-types": "^11.2.0"
}
}
}
},
"@octokit/request-error": {
"version": "2.1.0",
"resolved": "https://registry.nlark.com/@octokit/request-error/download/@octokit/request-error-2.1.0.tgz",
"integrity": "sha1-nhUDV4Mb/HiNE6T9SxkT1gx01nc=",
"requires": {
"@octokit/types": "^6.0.3",
"deprecation": "^2.0.0",
"once": "^1.4.0"
},
"dependencies": {
"@octokit/types": {
"version": "6.34.0",
"resolved": "https://registry.npmmirror.com/@octokit/types/download/@octokit/types-6.34.0.tgz?cache=0&sync_timestamp=1633913157946&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40octokit%2Ftypes%2Fdownload%2F%40octokit%2Ftypes-6.34.0.tgz",
"integrity": "sha1-xgITMzNNHs+103CoeYFi3fGughg=",
"requires": {
"@octokit/openapi-types": "^11.2.0"
}
}
}
},
"@octokit/types": {
"version": "5.5.0",
"resolved": "https://registry.npmmirror.com/@octokit/types/download/@octokit/types-5.5.0.tgz?cache=0&sync_timestamp=1633913157946&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40octokit%2Ftypes%2Fdownload%2F%40octokit%2Ftypes-5.5.0.tgz",
"integrity": "sha1-5fBujbISRsoQKqKERM2xOuF6E5s=",
"requires": {
"@types/node": ">= 8"
}
},
"@types/node": {
"version": "17.0.8",
"resolved": "https://registry.npmmirror.com/@types/node/download/@types/node-17.0.8.tgz",
"integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg=="
},
"balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.nlark.com/balanced-match/download/balanced-match-1.0.2.tgz",
"integrity": "sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4="
},
"before-after-hook": {
"version": "2.2.2",
"resolved": "https://registry.nlark.com/before-after-hook/download/before-after-hook-2.2.2.tgz",
"integrity": "sha1-pujKQQKNkO4sJCIvIByQlWCRYT4="
},
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.nlark.com/bluebird/download/bluebird-3.7.2.tgz?cache=0&sync_timestamp=1622605302685&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbluebird%2Fdownload%2Fbluebird-3.7.2.tgz",
"integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28="
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.nlark.com/brace-expansion/download/brace-expansion-1.1.11.tgz",
"integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.nlark.com/concat-map/download/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"core-util-is": {
"version": "1.0.3",
"resolved": "https://registry.nlark.com/core-util-is/download/core-util-is-1.0.3.tgz",
"integrity": "sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U="
},
"deprecation": {
"version": "2.3.1",
"resolved": "https://registry.nlark.com/deprecation/download/deprecation-2.3.1.tgz",
"integrity": "sha1-Y2jL20Cr8zc7UlrIfkomDDpwCRk="
},
"ftp-deploy": {
"version": "2.3.8",
"resolved": "https://registry.nlark.com/ftp-deploy/download/ftp-deploy-2.3.8.tgz",
"integrity": "sha1-8YoC+yAUgw66AF9sGUMbOX1p7mo=",
"requires": {
"bluebird": "^3.7.0",
"minimatch": "3.0.4",
"promise-ftp": "^1.3.5",
"read": "^1.0.7",
"upath": "^1.2.0"
}
},
"inherits": {
"version": "2.0.4",
"resolved": "https://registry.nlark.com/inherits/download/inherits-2.0.4.tgz",
"integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
},
"is-plain-object": {
"version": "5.0.0",
"resolved": "https://registry.nlark.com/is-plain-object/download/is-plain-object-5.0.0.tgz?cache=0&sync_timestamp=1622605338713&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-plain-object%2Fdownload%2Fis-plain-object-5.0.0.tgz",
"integrity": "sha1-RCf1CrNCnpAl6n1S6QQ6nvQVk0Q="
},
"isarray": {
"version": "0.0.1",
"resolved": "https://registry.npmmirror.com/isarray/download/isarray-0.0.1.tgz",
"integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ=="
},
"js-base64": {
"version": "3.6.0",
"resolved": "https://registry.npmmirror.com/js-base64/download/js-base64-3.6.0.tgz",
"integrity": "sha512-wVdUBYQeY2gY73RIlPrysvpYx+2vheGo8Y1SNQv/BzHToWpAZzJU7Z6uheKMAe+GLSBig5/Ps2nxg/8tRB73xg=="
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz?cache=0&sync_timestamp=1622604477105&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fminimatch%2Fdownload%2Fminimatch-3.0.4.tgz",
"integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
"requires": {
"brace-expansion": "^1.1.7"
}
},
"mute-stream": {
"version": "0.0.8",
"resolved": "https://registry.nlark.com/mute-stream/download/mute-stream-0.0.8.tgz",
"integrity": "sha1-FjDEKyJR/4HiooPelqVJfqkuXg0="
},
"node-fetch": {
"version": "2.6.6",
"resolved": "https://registry.npmmirror.com/node-fetch/download/node-fetch-2.6.6.tgz",
"integrity": "sha1-F1GnwBg06OFpd1hzLp77burfr4k=",
"requires": {
"whatwg-url": "^5.0.0"
}
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.nlark.com/once/download/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"requires": {
"wrappy": "1"
}
},
"promise-ftp": {
"version": "1.3.5",
"resolved": "https://registry.nlark.com/promise-ftp/download/promise-ftp-1.3.5.tgz",
"integrity": "sha1-7PpKXlt3mmv91N0wlpV7WChvUQQ=",
"requires": {
"@icetee/ftp": "^0.3.15",
"bluebird": "2.x",
"promise-ftp-common": "^1.1.5"
},
"dependencies": {
"bluebird": {
"version": "2.11.0",
"resolved": "https://registry.nlark.com/bluebird/download/bluebird-2.11.0.tgz?cache=0&sync_timestamp=1622605302685&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbluebird%2Fdownload%2Fbluebird-2.11.0.tgz",
"integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE="
}
}
},
"promise-ftp-common": {
"version": "1.1.5",
"resolved": "https://registry.nlark.com/promise-ftp-common/download/promise-ftp-common-1.1.5.tgz",
"integrity": "sha1-tPgIKnQDVkdwNQZ2PtsUIw2YZdo="
},
"read": {
"version": "1.0.7",
"resolved": "https://registry.nlark.com/read/download/read-1.0.7.tgz",
"integrity": "sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=",
"requires": {
"mute-stream": "~0.0.4"
}
},
"readable-stream": {
"version": "1.1.14",
"resolved": "https://registry.npmmirror.com/readable-stream/download/readable-stream-1.1.14.tgz",
"integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
"requires": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "~0.10.x"
}
},
"string_decoder": {
"version": "0.10.31",
"resolved": "https://registry.nlark.com/string_decoder/download/string_decoder-0.10.31.tgz",
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
},
"tr46": {
"version": "0.0.3",
"resolved": "https://registry.npmmirror.com/tr46/download/tr46-0.0.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftr46%2Fdownload%2Ftr46-0.0.3.tgz",
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
},
"tunnel": {
"version": "0.0.6",
"resolved": "https://registry.npmmirror.com/tunnel/download/tunnel-0.0.6.tgz",
"integrity": "sha1-cvExSzSlsZLbASMk3yzFh8pH+Sw="
},
"universal-user-agent": {
"version": "6.0.0",
"resolved": "https://registry.npmmirror.com/universal-user-agent/download/universal-user-agent-6.0.0.tgz?cache=0&sync_timestamp=1632415313416&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Funiversal-user-agent%2Fdownload%2Funiversal-user-agent-6.0.0.tgz",
"integrity": "sha1-M4H4UDslHA2c0hvB3pOeyd9UgO4="
},
"upath": {
"version": "1.2.0",
"resolved": "https://registry.nlark.com/upath/download/upath-1.2.0.tgz?cache=0&sync_timestamp=1622604485792&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fupath%2Fdownload%2Fupath-1.2.0.tgz",
"integrity": "sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ="
},
"webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.nlark.com/webidl-conversions/download/webidl-conversions-3.0.1.tgz",
"integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
},
"whatwg-url": {
"version": "5.0.0",
"resolved": "https://registry.npmmirror.com/whatwg-url/download/whatwg-url-5.0.0.tgz",
"integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
"requires": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"xregexp": {
"version": "2.0.0",
"resolved": "https://registry.npmmirror.com/xregexp/download/xregexp-2.0.0.tgz",
"integrity": "sha512-xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA=="
}
}
}