forked from Open-MBEE/openapi-graph-extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
476 lines (476 loc) · 25.9 KB
/
deno.lock
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
{
"version": "2",
"remote": {
"https://deno.land/std@0.178.0/_util/asserts.ts": "178dfc49a464aee693a7e285567b3d0b555dc805ff490505a8aae34f9cfb1462",
"https://deno.land/std@0.178.0/_util/os.ts": "d932f56d41e4f6a6093d56044e29ce637f8dcc43c5a90af43504a889cf1775e3",
"https://deno.land/std@0.178.0/fmt/colors.ts": "938c5d44d889fb82eff6c358bea8baa7e85950a16c9f6dae3ec3a7a729164471",
"https://deno.land/std@0.178.0/fmt/printf.ts": "e5b426cd6ad13df5d408e9c375c025d59de30e380c5534715bd892df874ab057",
"https://deno.land/std@0.178.0/path/_constants.ts": "e49961f6f4f48039c0dfed3c3f93e963ca3d92791c9d478ac5b43183413136e0",
"https://deno.land/std@0.178.0/path/_interface.ts": "6471159dfbbc357e03882c2266d21ef9afdb1e4aa771b0545e90db58a0ba314b",
"https://deno.land/std@0.178.0/path/_util.ts": "d7abb1e0dea065f427b89156e28cdeb32b045870acdf865833ba808a73b576d0",
"https://deno.land/std@0.178.0/path/common.ts": "ee7505ab01fd22de3963b64e46cff31f40de34f9f8de1fff6a1bd2fe79380000",
"https://deno.land/std@0.178.0/path/glob.ts": "d479e0a695621c94d3fd7fe7abd4f9499caf32a8de13f25073451c6ef420a4e1",
"https://deno.land/std@0.178.0/path/mod.ts": "4b83694ac500d7d31b0cdafc927080a53dc0c3027eb2895790fb155082b0d232",
"https://deno.land/std@0.178.0/path/posix.ts": "8b7c67ac338714b30c816079303d0285dd24af6b284f7ad63da5b27372a2c94d",
"https://deno.land/std@0.178.0/path/separator.ts": "0fb679739d0d1d7bf45b68dacfb4ec7563597a902edbaf3c59b50d5bcadd93b1",
"https://deno.land/std@0.178.0/path/win32.ts": "d186344e5583bcbf8b18af416d13d82b35a317116e6460a5a3953508c3de5bba",
"https://deno.land/std@0.178.0/testing/_diff.ts": "1a3c044aedf77647d6cac86b798c6417603361b66b54c53331b312caeb447aea",
"https://deno.land/std@0.178.0/testing/_format.ts": "a69126e8a469009adf4cf2a50af889aca364c349797e63174884a52ff75cf4c7",
"https://deno.land/std@0.178.0/testing/asserts.ts": "984ab0bfb3faeed92ffaa3a6b06536c66811185328c5dd146257c702c41b01ab",
"https://deno.land/x/cliui@v7.0.4-deno/build/lib/index.d.ts": "4f04923352ce24027ad6fe25c85249e0b0cc5c29fe18d62024d004c59d9e41ee",
"https://deno.land/x/cliui@v7.0.4-deno/build/lib/index.js": "fb6030c7b12602a4fca4d81de3ddafa301ba84fd9df73c53de6f3bdda7b482d5",
"https://deno.land/x/cliui@v7.0.4-deno/build/lib/string-utils.js": "b3eb9d2e054a43a3064af17332fb1839a7dadb205c5371af4789616afb1a117f",
"https://deno.land/x/cliui@v7.0.4-deno/deno.ts": "d07bc3338661f8011e3a5fd215061d17a52107a5383c29f40ce0c1ecb8bb8cc3",
"https://deno.land/x/escalade@v3.0.3/sync.ts": "493bc66563292c5c10c4a75a467a5933f24dad67d74b0f5a87e7b988fe97c104",
"https://deno.land/x/y18n@v5.0.0-deno/build/lib/index.d.ts": "11f40d97041eb271cc1a1c7b296c6e7a068d4843759575e7416f0d14ebf8239c",
"https://deno.land/x/y18n@v5.0.0-deno/build/lib/index.js": "92c4624714aa508d33c6d21c0b0ffa072369a8b306e5f8c7727662f570bbd026",
"https://deno.land/x/y18n@v5.0.0-deno/deno.ts": "80997f0709a0b43d29931e2b33946f2bbc32b13fd82f80a5409628455427e28d",
"https://deno.land/x/y18n@v5.0.0-deno/lib/platform-shims/deno.ts": "8fa2c96ac03734966260cfd2c5bc240e41725c913e5b64a0297aede09f52b39d",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/argsert.js": "eb085555452eac3ff300935994a42f35d16e04cf698cb775cb5ad4f5653c0627",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/command.js": "6249ffd299e16a1e531ccff13a23aed7b7eef37e20b6e6ab7f254413aece6ca6",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/completion-templates.js": "d9bbed244af4394b786f8abce9efbbdc3777a73458ebd7b6bf23b2495ac11027",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/completion.js": "89c625bb85d76036c2e40568cde01aa4d6dfec733d0ae27b5f073ac322cc5069",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/middleware.js": "6ab9c953a83264739aa50d7fa6b1ab693500336dfd593b9958865e12beb8bdeb",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/parse-command.js": "327242c0afae207b7aefa13133439e3b321d7db4229febc5b7bd5285770ac7f7",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/typings/common-types.js": "9618b81a86acb88a61fd9988e9bc3ec21c5250d94fc2231ba7d898e71500789d",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/typings/yargs-parser-types.js": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/usage.js": "31faaa7aa61e5a57a2cac5a269b773aa8b1fcab2db7cac2f8252396f3ccc2f5e",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/utils/apply-extends.js": "64640dce92669705abead3bdbe2c46c8318c8623843a55e4726fb3c55ff9dd1d",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/utils/is-promise.js": "be45baa3090c5106dd4e442cceef6b357a268783a2ee28ec10fe131a8cd8db72",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/utils/levenshtein.js": "d8638efc3376b5f794b1c8df6ef4f3d484b29d919127c7fdc242400e3cfded91",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/utils/maybe-async-result.js": "31cf4026279e14c87d16faa14ac758f35c8cc5795d29393c5ce07120f5a3caf6",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/utils/obj-filter.js": "5523fb2288d1e86ed48c460e176770b49587554df4ae2405b468c093786b040b",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/utils/set-blocking.js": "6fa8ffc3299f456e42902736bae35fbc1f2dc96b3905a02ba9629f5bd9f80af1",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/utils/which-module.js": "9267633b2c9f8990b2c699101b641e59ae59932e0dee5270613c0508bfa13c5d",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/validation.js": "af040834cb9201d4238bbeb8f673eb2ebaff9611857270524a7c86dfcf2ca51b",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/yargs-factory.d.ts": "06c7cc5391e2f904c639baa9a2ff8dc6531b7a7f6326da862fd7ea48530f16f0",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/yargs-factory.js": "05326932b431801d7459d5b14b21f73f13ebd74a8a74e9b7b8cec5f99ba14819",
"https://deno.land/x/yargs@v17.7.1-deno/build/lib/yerror.js": "9729aaa8bce1a0d00c57f470efb2ad76ad2988661bb48f3769e496a3435b4462",
"https://deno.land/x/yargs@v17.7.1-deno/deno-types.ts": "62f5c61899c6da491890c8c84fd9580cfbfa2a83f5a70f6dc74727bbfb148623",
"https://deno.land/x/yargs@v17.7.1-deno/deno.ts": "f3df0bfd08ba367ec36dc59ef6cab1a391ace49ad44387ec5fe5d76289af08af",
"https://deno.land/x/yargs@v17.7.1-deno/lib/platform-shims/deno.ts": "1d3d490a7f3c6f971a44dd92e12a042f988f1b6496df3a9c43ccc69563032dff",
"https://deno.land/x/yargs_parser@v20.2.4-deno/build/lib/string-utils.js": "12fc056b23703bc370aae5b179dc5abee53fca277abc30eaf76f78d2546d6413",
"https://deno.land/x/yargs_parser@v20.2.4-deno/build/lib/tokenize-arg-string.js": "7e0875b11795b8e217386e45f14b24a6e501ebbc62e15aa469aa8829d4d0ee61",
"https://deno.land/x/yargs_parser@v20.2.4-deno/build/lib/yargs-parser-types.d.ts": "434deb76c6632b3b6cbc4c6f153f8aca04e06055ae9c6b24b40218cbc42688d9",
"https://deno.land/x/yargs_parser@v20.2.4-deno/build/lib/yargs-parser.js": "453200a7dfbb002e605d8009b7dad30f2b1d93665e046ab89c073a4fe63dfd48",
"https://deno.land/x/yargs_parser@v20.2.4-deno/deno.ts": "ad53c0c82c3982c4fc5be9472384b259e0a32ce1f7ae0f68de7b2445df5642fc"
},
"npm": {
"specifiers": {
"graphy@4.3.5": "graphy@4.3.5",
"openapi-types@12.1.0": "openapi-types@12.1.0",
"ts-toolbelt@9.6.0": "ts-toolbelt@9.6.0",
"yaml@2.2.1": "yaml@2.2.1"
},
"packages": {
"@graphy/content.nq.read@4.3.4": {
"integrity": "sha512-Z438rZfkfzn7MgpCZGDfdA7zlkMEsc2sF/egTkiyqXj2tjLg3cQKdMYADcFQBxozk0bPqhsqCN3GWjYvE+R/Lg==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"@graphy/core.iso.stream": "@graphy/core.iso.stream@4.3.4"
}
},
"@graphy/content.nq.scan@4.3.4": {
"integrity": "sha512-HotUn/7McichndhNrRXCcdmM3Mb8HZ4qPb30MG4KZRHoE/xDZoxcL7Gp636eXCqSXdpx8AuX+UgIEstxmCGz2Q==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/content.nq.scribe@4.3.4": {
"integrity": "sha512-R9bZ26wpCHX19xNxJKhAOKYGCAokQIBtmSJWkpYYwwlJ8G5bJ7UV+TKKfYq18MOha8kM9q62caqnNVU7zeJKPA==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/content.nq.write@4.3.4": {
"integrity": "sha512-wtn3zLfx9q2X28zVjm7ltdq9yBSB7Le7zaC4uTzAOUicBuZcGGOJ9VNb5lQaNAhAW6i2uMD6ruW0UeGgBHR5lg==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/content.nt.read@4.3.4": {
"integrity": "sha512-lbnzvepeZeYPsfReFsgLCwP9ntP8UUiojAb/bXQoqrSV+wtfUr46RdaKqn4Jokm5uQcvf9N9dgBmMuTtlSHXTQ==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"@graphy/core.iso.stream": "@graphy/core.iso.stream@4.3.4"
}
},
"@graphy/content.nt.scan@4.3.4": {
"integrity": "sha512-t6G6CciBLrotMPyKYAl+xVyiyBKrcNJKCVSQb3lm0DIQYR6pUJ2yLLDuIzsSrEnoXfIVUtrETZBAnRBejs15Dg==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/content.nt.scribe@4.3.4": {
"integrity": "sha512-hPV6OaylipcHZOMO8H5wHLBGLQqwxZaQNJhiU2tuVbO7ZBhFtxTAxHlNkoII+vH2iDWGHX385+ljVc2A/MsBTw==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/content.nt.write@4.3.4": {
"integrity": "sha512-WAHo/lbBAqySa9t6uN+c5qHDj08Ec+o4xAwPSWSfP5ZufxM3OkgQyMBITmHy0IG28Ckf6Akjo7/w2oNXOSlskQ==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/content.trig.read@4.3.4": {
"integrity": "sha512-kShOOxR/OgK/cX/rlkcAyGtwc2kPdvQv2KBEMrrqGLMwQoRUDZiYOZlwepmRTX84KR3gYXpCh78OsftjuIVAiA==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"@graphy/core.iso.stream": "@graphy/core.iso.stream@4.3.4",
"uri-js": "uri-js@4.4.1"
}
},
"@graphy/content.trig.scribe@4.3.4": {
"integrity": "sha512-wj3gu25uVIAjl2ZWGw4Q3PTJF2CcFs7pvOI2nJfatdJKzRczj1xjpARNw5jNydQDsl0ltpyeCEiL186r+3AaBA==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/content.trig.write@4.3.4": {
"integrity": "sha512-mRQF/B/KZV1b1isw+UOJUm7auzwnfqUt7U670mNjTpa5fdfnqVWtMIEPMkD2o+Wis87UKejjUojNPAFfFBZ85g==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"big-integer": "big-integer@1.6.51"
}
},
"@graphy/content.ttl.read@4.3.4": {
"integrity": "sha512-SYXQHEmr0eW8cCCDRnKp7c08Xq8Mgjumnk+2RefdvkrUcDCceeNmaNtw9negZKWw1AEyw/VsD+iEZCr0+LEf6g==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"@graphy/core.iso.stream": "@graphy/core.iso.stream@4.3.4",
"uri-js": "uri-js@4.4.1"
}
},
"@graphy/content.ttl.scribe@4.3.4": {
"integrity": "sha512-k9gxM+Yh7xxru3Kunxk8n+rxzRLsLooidXt9leQw/SaGLpxyWUYF0MUR6yc4Epal1j6cWZxXFBAUGKnP4+w5Wg==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/content.ttl.write@4.3.4": {
"integrity": "sha512-riXl3z7xP6cVG9rnBtpDckmMFikVQr3kcmfTMR3mB+LTR3JAMO5BGS5NOHu5kWW4wKTCvS6rJRD5N+WrxeDxtg==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"big-integer": "big-integer@1.6.51"
}
},
"@graphy/content.xml.scribe@4.3.4": {
"integrity": "sha512-SkcQB5lBzFs73KupxiLgpsdtblU7W8AtalWEVeHEXq7RaQSi/ogE3d/6kTXYbMghdDHr2aGRpuHA+epivbfY5w==",
"dependencies": {
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/core.class.scribable@4.3.4": {
"integrity": "sha512-miZ/rYApkl6jLIxRUWlh0KxDaV2GQVzY9Ejn1zJ71FxYfRfkQRf6ToV7aKQfySlkehFfBrVnzHe9WgZqNQz6Mg==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"@graphy/core.iso.stream": "@graphy/core.iso.stream@4.3.4"
}
},
"@graphy/core.class.writable@4.3.4": {
"integrity": "sha512-B1dhE/Kg/jVgXUW7scgKVfNJC5IHs7tT81DZRs7Vt6zdqwM4bi3fgEfUb2dTe40PetUY7gu5qR2sXXn06UtoQw==",
"dependencies": {
"@graphy/core.class.scribable": "@graphy/core.class.scribable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4"
}
},
"@graphy/core.data.factory@4.3.4": {
"integrity": "sha512-IH/WkKG6kqfqNGgHIAseYXHkQTvWvjQsuDrfy+1IvOhFzJC8hRhqcBlse7ik4Cc7lzoWZWd6alQU3RA89D7nmw==",
"dependencies": {
"uri-js": "uri-js@4.4.1"
}
},
"@graphy/core.iso.stream@4.3.4": {
"integrity": "sha512-b66gmPVFC1a6RflI423Joq2gZ1BlIBfr2CiKChSzqlAYgzFWqQSKcI6ECP7gctZdezNc3h54t1+FljxPef3Ufg==",
"dependencies": {
"readable-stream": "readable-stream@3.6.1"
}
},
"@graphy/core.iso.threads@4.3.4": {
"integrity": "sha512-1/oFgPCxNmSHFZu73pVJhsEMtP26GMXKQ5Dco1tNgkSxr0PbTmZbgB6yWfMMn56eeIfsT27O88fq2TfQZBsVOw==",
"dependencies": {}
},
"@graphy/memory.dataset.fast@4.3.5": {
"integrity": "sha512-yEPe7cL4O3QDcKds9nV4OxNu9XZGUzmh4xpEoIdl4ibQ93dJn0TrWq4U+DAyeB00JHgQb8MGnEJZxlajmt3N2g==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"@graphy/core.iso.stream": "@graphy/core.iso.stream@4.3.4"
}
},
"@graphy/util.dataset.tree@4.3.4": {
"integrity": "sha512-S9OxPWH3nWiHBxKvPjnDKUL3ISp9EVZWQZUhul4ruSKbPAchliyTF74p1TmrGzbMF5SVfqanAvlgpOq7LJueMA==",
"dependencies": {
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"@graphy/core.iso.stream": "@graphy/core.iso.stream@4.3.4"
}
},
"ansi-regex@5.0.1": {
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dependencies": {}
},
"ansi-styles@4.3.0": {
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dependencies": {
"color-convert": "color-convert@2.0.1"
}
},
"big-integer@1.6.51": {
"integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
"dependencies": {}
},
"bkit@2.1.3": {
"integrity": "sha512-mgjJ0c8gx9secFYhU/WZIA4LuhtzVOlQQuuyWJUbL0aTs6cZT+P2Bpa86kOP8lsf64pd8NpM5fgo529AgZTt0Q==",
"dependencies": {}
},
"camelcase@5.3.1": {
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
"dependencies": {}
},
"chalk@4.1.2": {
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dependencies": {
"ansi-styles": "ansi-styles@4.3.0",
"supports-color": "supports-color@7.2.0"
}
},
"cliui@6.0.0": {
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
"dependencies": {
"string-width": "string-width@4.2.3",
"strip-ansi": "strip-ansi@6.0.1",
"wrap-ansi": "wrap-ansi@6.2.0"
}
},
"color-convert@2.0.1": {
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dependencies": {
"color-name": "color-name@1.1.4"
}
},
"color-name@1.1.4": {
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dependencies": {}
},
"decamelize@1.2.0": {
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
"dependencies": {}
},
"emoji-regex@8.0.0": {
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
"dependencies": {}
},
"find-up@4.1.0": {
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
"dependencies": {
"locate-path": "locate-path@5.0.0",
"path-exists": "path-exists@4.0.0"
}
},
"get-caller-file@2.0.5": {
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
"dependencies": {}
},
"graphy@4.3.5": {
"integrity": "sha512-O9klHQEQgiahUvB5pn1oQ87ucWMcgDsoy1DREtPk5qNu/1oTxSyiUVkr1w1JaD8txbSiYIcCVl34AKPPb93TTg==",
"dependencies": {
"@graphy/content.nq.read": "@graphy/content.nq.read@4.3.4",
"@graphy/content.nq.scan": "@graphy/content.nq.scan@4.3.4",
"@graphy/content.nq.scribe": "@graphy/content.nq.scribe@4.3.4",
"@graphy/content.nq.write": "@graphy/content.nq.write@4.3.4",
"@graphy/content.nt.read": "@graphy/content.nt.read@4.3.4",
"@graphy/content.nt.scan": "@graphy/content.nt.scan@4.3.4",
"@graphy/content.nt.scribe": "@graphy/content.nt.scribe@4.3.4",
"@graphy/content.nt.write": "@graphy/content.nt.write@4.3.4",
"@graphy/content.trig.read": "@graphy/content.trig.read@4.3.4",
"@graphy/content.trig.scribe": "@graphy/content.trig.scribe@4.3.4",
"@graphy/content.trig.write": "@graphy/content.trig.write@4.3.4",
"@graphy/content.ttl.read": "@graphy/content.ttl.read@4.3.4",
"@graphy/content.ttl.scribe": "@graphy/content.ttl.scribe@4.3.4",
"@graphy/content.ttl.write": "@graphy/content.ttl.write@4.3.4",
"@graphy/content.xml.scribe": "@graphy/content.xml.scribe@4.3.4",
"@graphy/core.class.scribable": "@graphy/core.class.scribable@4.3.4",
"@graphy/core.class.writable": "@graphy/core.class.writable@4.3.4",
"@graphy/core.data.factory": "@graphy/core.data.factory@4.3.4",
"@graphy/core.iso.stream": "@graphy/core.iso.stream@4.3.4",
"@graphy/core.iso.threads": "@graphy/core.iso.threads@4.3.4",
"@graphy/memory.dataset.fast": "@graphy/memory.dataset.fast@4.3.5",
"@graphy/util.dataset.tree": "@graphy/util.dataset.tree@4.3.4",
"big-integer": "big-integer@1.6.51",
"bkit": "bkit@2.1.3",
"chalk": "chalk@4.1.2",
"pegjs": "pegjs@0.10.0",
"readable-stream": "readable-stream@3.6.1",
"uri-js": "uri-js@4.4.1",
"yargs": "yargs@15.4.1"
}
},
"has-flag@4.0.0": {
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dependencies": {}
},
"inherits@2.0.4": {
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
"dependencies": {}
},
"is-fullwidth-code-point@3.0.0": {
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
"dependencies": {}
},
"locate-path@5.0.0": {
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
"dependencies": {
"p-locate": "p-locate@4.1.0"
}
},
"openapi-types@12.1.0": {
"integrity": "sha512-XpeCy01X6L5EpP+6Hc3jWN7rMZJ+/k1lwki/kTmWzbVhdPie3jd5O2ZtedEx8Yp58icJ0osVldLMrTB/zslQXA==",
"dependencies": {}
},
"p-limit@2.3.0": {
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
"dependencies": {
"p-try": "p-try@2.2.0"
}
},
"p-locate@4.1.0": {
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
"dependencies": {
"p-limit": "p-limit@2.3.0"
}
},
"p-try@2.2.0": {
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
"dependencies": {}
},
"path-exists@4.0.0": {
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
"dependencies": {}
},
"pegjs@0.10.0": {
"integrity": "sha512-qI5+oFNEGi3L5HAxDwN2LA4Gg7irF70Zs25edhjld9QemOgp0CbvMtbFcMvFtEo1OityPrcCzkQFB8JP/hxgow==",
"dependencies": {}
},
"punycode@2.3.0": {
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
"dependencies": {}
},
"readable-stream@3.6.1": {
"integrity": "sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==",
"dependencies": {
"inherits": "inherits@2.0.4",
"string_decoder": "string_decoder@1.3.0",
"util-deprecate": "util-deprecate@1.0.2"
}
},
"require-directory@2.1.1": {
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
"dependencies": {}
},
"require-main-filename@2.0.0": {
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
"dependencies": {}
},
"safe-buffer@5.2.1": {
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"dependencies": {}
},
"set-blocking@2.0.0": {
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
"dependencies": {}
},
"string-width@4.2.3": {
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
"dependencies": {
"emoji-regex": "emoji-regex@8.0.0",
"is-fullwidth-code-point": "is-fullwidth-code-point@3.0.0",
"strip-ansi": "strip-ansi@6.0.1"
}
},
"string_decoder@1.3.0": {
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"dependencies": {
"safe-buffer": "safe-buffer@5.2.1"
}
},
"strip-ansi@6.0.1": {
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dependencies": {
"ansi-regex": "ansi-regex@5.0.1"
}
},
"supports-color@7.2.0": {
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dependencies": {
"has-flag": "has-flag@4.0.0"
}
},
"ts-toolbelt@9.6.0": {
"integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==",
"dependencies": {}
},
"uri-js@4.4.1": {
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
"dependencies": {
"punycode": "punycode@2.3.0"
}
},
"util-deprecate@1.0.2": {
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
"dependencies": {}
},
"which-module@2.0.0": {
"integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==",
"dependencies": {}
},
"wrap-ansi@6.2.0": {
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
"dependencies": {
"ansi-styles": "ansi-styles@4.3.0",
"string-width": "string-width@4.2.3",
"strip-ansi": "strip-ansi@6.0.1"
}
},
"y18n@4.0.3": {
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
"dependencies": {}
},
"yaml@2.2.1": {
"integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
"dependencies": {}
},
"yargs-parser@18.1.3": {
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
"dependencies": {
"camelcase": "camelcase@5.3.1",
"decamelize": "decamelize@1.2.0"
}
},
"yargs@15.4.1": {
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
"dependencies": {
"cliui": "cliui@6.0.0",
"decamelize": "decamelize@1.2.0",
"find-up": "find-up@4.1.0",
"get-caller-file": "get-caller-file@2.0.5",
"require-directory": "require-directory@2.1.1",
"require-main-filename": "require-main-filename@2.0.0",
"set-blocking": "set-blocking@2.0.0",
"string-width": "string-width@4.2.3",
"which-module": "which-module@2.0.0",
"y18n": "y18n@4.0.3",
"yargs-parser": "yargs-parser@18.1.3"
}
}
}
}
}