@asyncapi/cli 0.56.2 → 0.56.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@asyncapi/glee": "^0.26.
|
|
12
|
+
"@asyncapi/glee": "^0.26.5"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "^20.5.9"
|
|
@@ -62,17 +62,14 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@asyncapi/generator": {
|
|
65
|
-
"version": "1.
|
|
66
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.
|
|
67
|
-
"integrity": "sha512
|
|
65
|
+
"version": "1.12.0",
|
|
66
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.12.0.tgz",
|
|
67
|
+
"integrity": "sha512-HES4zWOhzT7fugPT4D2RjZtEh7+RgE7GWJZvI/u2BmAT4sknSk2AdEWU7CxHY4cVsKQ1ruTqBfVuFSt926H4uQ==",
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@asyncapi/
|
|
70
|
-
"@asyncapi/
|
|
71
|
-
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
72
|
-
"@asyncapi/parser": "^2.1.0",
|
|
73
|
-
"@asyncapi/protobuf-schema-parser": "3.0.0",
|
|
74
|
-
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
69
|
+
"@asyncapi/generator-react-sdk": "^0.2.23",
|
|
70
|
+
"@asyncapi/parser": "2.1.0",
|
|
75
71
|
"@npmcli/arborist": "^2.2.4",
|
|
72
|
+
"@smoya/multi-parser": "3.0.0",
|
|
76
73
|
"ajv": "^8.12.0",
|
|
77
74
|
"chokidar": "^3.4.0",
|
|
78
75
|
"commander": "^6.1.0",
|
|
@@ -330,28 +327,59 @@
|
|
|
330
327
|
"webidl-conversions": "^3.0.0"
|
|
331
328
|
}
|
|
332
329
|
},
|
|
333
|
-
"node_modules/@asyncapi/generator/node_modules/@asyncapi/
|
|
334
|
-
"version": "
|
|
335
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/
|
|
336
|
-
"integrity": "sha512-
|
|
330
|
+
"node_modules/@asyncapi/generator/node_modules/@asyncapi/generator-react-sdk": {
|
|
331
|
+
"version": "0.2.25",
|
|
332
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-0.2.25.tgz",
|
|
333
|
+
"integrity": "sha512-zmVdNaMPTDoUHnAIp33+dkGspEuLIi3BaaHFXY5lmL1XmaD9bU1rK/HLpNKhV32Os6Wp50CuskOwDsoRCeSGow==",
|
|
337
334
|
"dependencies": {
|
|
338
|
-
"@asyncapi/parser": "^
|
|
339
|
-
"@
|
|
340
|
-
"
|
|
335
|
+
"@asyncapi/parser": "^1.15.1",
|
|
336
|
+
"@babel/core": "7.12.9",
|
|
337
|
+
"@babel/preset-env": "^7.12.7",
|
|
338
|
+
"@babel/preset-react": "^7.12.7",
|
|
339
|
+
"@rollup/plugin-babel": "^5.2.1",
|
|
340
|
+
"babel-plugin-source-map-support": "^2.1.3",
|
|
341
|
+
"prop-types": "^15.7.2",
|
|
342
|
+
"react": "^17.0.1",
|
|
343
|
+
"rollup": "^2.60.1",
|
|
344
|
+
"source-map-support": "^0.5.19"
|
|
341
345
|
}
|
|
342
346
|
},
|
|
343
|
-
"node_modules/@asyncapi/generator/node_modules/@asyncapi/
|
|
344
|
-
"version": "
|
|
345
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/
|
|
346
|
-
"integrity": "sha512-
|
|
347
|
+
"node_modules/@asyncapi/generator/node_modules/@asyncapi/generator-react-sdk/node_modules/@asyncapi/parser": {
|
|
348
|
+
"version": "1.18.1",
|
|
349
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.1.tgz",
|
|
350
|
+
"integrity": "sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==",
|
|
347
351
|
"dependencies": {
|
|
348
|
-
"@
|
|
349
|
-
"@
|
|
350
|
-
"
|
|
351
|
-
"ajv
|
|
352
|
-
"
|
|
352
|
+
"@apidevtools/json-schema-ref-parser": "^9.0.6",
|
|
353
|
+
"@asyncapi/specs": "^4.1.1",
|
|
354
|
+
"@fmvilas/pseudo-yaml-ast": "^0.3.1",
|
|
355
|
+
"ajv": "^6.10.1",
|
|
356
|
+
"js-yaml": "^3.13.1",
|
|
357
|
+
"json-to-ast": "^2.1.0",
|
|
358
|
+
"lodash.clonedeep": "^4.5.0",
|
|
359
|
+
"node-fetch": "^2.6.0",
|
|
360
|
+
"tiny-merge-patch": "^0.1.2"
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"node_modules/@asyncapi/generator/node_modules/@asyncapi/generator-react-sdk/node_modules/ajv": {
|
|
364
|
+
"version": "6.12.6",
|
|
365
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
366
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
367
|
+
"dependencies": {
|
|
368
|
+
"fast-deep-equal": "^3.1.1",
|
|
369
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
370
|
+
"json-schema-traverse": "^0.4.1",
|
|
371
|
+
"uri-js": "^4.2.2"
|
|
372
|
+
},
|
|
373
|
+
"funding": {
|
|
374
|
+
"type": "github",
|
|
375
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
353
376
|
}
|
|
354
377
|
},
|
|
378
|
+
"node_modules/@asyncapi/generator/node_modules/@asyncapi/generator-react-sdk/node_modules/json-schema-traverse": {
|
|
379
|
+
"version": "0.4.1",
|
|
380
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
381
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
|
|
382
|
+
},
|
|
355
383
|
"node_modules/@asyncapi/generator/node_modules/@asyncapi/parser": {
|
|
356
384
|
"version": "2.1.0",
|
|
357
385
|
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz",
|
|
@@ -376,6 +404,14 @@
|
|
|
376
404
|
"webapi-parser": "^0.5.0"
|
|
377
405
|
}
|
|
378
406
|
},
|
|
407
|
+
"node_modules/@asyncapi/generator/node_modules/@asyncapi/parser/node_modules/@asyncapi/specs": {
|
|
408
|
+
"version": "5.1.0",
|
|
409
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
|
|
410
|
+
"integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
|
|
411
|
+
"dependencies": {
|
|
412
|
+
"@types/json-schema": "^7.0.11"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
379
415
|
"node_modules/@asyncapi/generator/node_modules/@asyncapi/parser/node_modules/js-yaml": {
|
|
380
416
|
"version": "4.1.0",
|
|
381
417
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
@@ -387,12 +423,42 @@
|
|
|
387
423
|
"js-yaml": "bin/js-yaml.js"
|
|
388
424
|
}
|
|
389
425
|
},
|
|
390
|
-
"node_modules/@asyncapi/generator/node_modules/@
|
|
391
|
-
"version": "
|
|
392
|
-
"resolved": "https://registry.npmjs.org/@
|
|
393
|
-
"integrity": "sha512-
|
|
426
|
+
"node_modules/@asyncapi/generator/node_modules/@babel/core": {
|
|
427
|
+
"version": "7.12.9",
|
|
428
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
|
|
429
|
+
"integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
|
|
394
430
|
"dependencies": {
|
|
395
|
-
"@
|
|
431
|
+
"@babel/code-frame": "^7.10.4",
|
|
432
|
+
"@babel/generator": "^7.12.5",
|
|
433
|
+
"@babel/helper-module-transforms": "^7.12.1",
|
|
434
|
+
"@babel/helpers": "^7.12.5",
|
|
435
|
+
"@babel/parser": "^7.12.7",
|
|
436
|
+
"@babel/template": "^7.12.7",
|
|
437
|
+
"@babel/traverse": "^7.12.9",
|
|
438
|
+
"@babel/types": "^7.12.7",
|
|
439
|
+
"convert-source-map": "^1.7.0",
|
|
440
|
+
"debug": "^4.1.0",
|
|
441
|
+
"gensync": "^1.0.0-beta.1",
|
|
442
|
+
"json5": "^2.1.2",
|
|
443
|
+
"lodash": "^4.17.19",
|
|
444
|
+
"resolve": "^1.3.2",
|
|
445
|
+
"semver": "^5.4.1",
|
|
446
|
+
"source-map": "^0.5.0"
|
|
447
|
+
},
|
|
448
|
+
"engines": {
|
|
449
|
+
"node": ">=6.9.0"
|
|
450
|
+
},
|
|
451
|
+
"funding": {
|
|
452
|
+
"type": "opencollective",
|
|
453
|
+
"url": "https://opencollective.com/babel"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"node_modules/@asyncapi/generator/node_modules/@babel/core/node_modules/semver": {
|
|
457
|
+
"version": "5.7.2",
|
|
458
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
459
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
460
|
+
"bin": {
|
|
461
|
+
"semver": "bin/semver"
|
|
396
462
|
}
|
|
397
463
|
},
|
|
398
464
|
"node_modules/@asyncapi/generator/node_modules/ajv": {
|
|
@@ -442,6 +508,14 @@
|
|
|
442
508
|
}
|
|
443
509
|
}
|
|
444
510
|
},
|
|
511
|
+
"node_modules/@asyncapi/generator/node_modules/source-map": {
|
|
512
|
+
"version": "0.5.7",
|
|
513
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
514
|
+
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
|
|
515
|
+
"engines": {
|
|
516
|
+
"node": ">=0.10.0"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
445
519
|
"node_modules/@asyncapi/generator/node_modules/tr46": {
|
|
446
520
|
"version": "0.0.3",
|
|
447
521
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
@@ -462,11 +536,11 @@
|
|
|
462
536
|
}
|
|
463
537
|
},
|
|
464
538
|
"node_modules/@asyncapi/glee": {
|
|
465
|
-
"version": "0.26.
|
|
466
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.
|
|
467
|
-
"integrity": "sha512-
|
|
539
|
+
"version": "0.26.5",
|
|
540
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.5.tgz",
|
|
541
|
+
"integrity": "sha512-C/obEJnlVhR9T3CfWX9xVIRVhFCU0e3nAtOu/vWFkEPpxHIBvSuqHTW3xvTEVjfFqDEF8NuFXDRvWJN5h7o6Ug==",
|
|
468
542
|
"dependencies": {
|
|
469
|
-
"@asyncapi/generator": "^1.
|
|
543
|
+
"@asyncapi/generator": "^1.12.0",
|
|
470
544
|
"@asyncapi/html-template": "^0.28.4",
|
|
471
545
|
"@asyncapi/markdown-template": "^1.3.3",
|
|
472
546
|
"@asyncapi/parser": "^1.13.1",
|
|
@@ -3404,7 +3478,7 @@
|
|
|
3404
3478
|
"version": "1.1.2",
|
|
3405
3479
|
"resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
|
|
3406
3480
|
"integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
|
|
3407
|
-
"deprecated": "This
|
|
3481
|
+
"deprecated": "This functionality has been moved to @npmcli/fs",
|
|
3408
3482
|
"dependencies": {
|
|
3409
3483
|
"mkdirp": "^1.0.4",
|
|
3410
3484
|
"rimraf": "^3.0.2"
|
|
@@ -3507,6 +3581,150 @@
|
|
|
3507
3581
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
3508
3582
|
}
|
|
3509
3583
|
},
|
|
3584
|
+
"node_modules/@smoya/multi-parser": {
|
|
3585
|
+
"version": "3.0.0",
|
|
3586
|
+
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-3.0.0.tgz",
|
|
3587
|
+
"integrity": "sha512-HtA/Png8FQ2vwiKKMSOqNkYGERUFqieeekwtuMsImmgnaiacyq97itehbep179qO/TvHb+3luRZAJ433fHgIxg==",
|
|
3588
|
+
"dependencies": {
|
|
3589
|
+
"@asyncapi/avro-schema-parser": "^3.0.3",
|
|
3590
|
+
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
3591
|
+
"@asyncapi/protobuf-schema-parser": "^3.0.0",
|
|
3592
|
+
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
3593
|
+
"parserv2": "npm:@asyncapi/parser@^2.1.0",
|
|
3594
|
+
"parserv3": "npm:@asyncapi/parser@^2.2.0-next-major-spec.2"
|
|
3595
|
+
}
|
|
3596
|
+
},
|
|
3597
|
+
"node_modules/@smoya/multi-parser/node_modules/@asyncapi/avro-schema-parser": {
|
|
3598
|
+
"version": "3.0.3",
|
|
3599
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz",
|
|
3600
|
+
"integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==",
|
|
3601
|
+
"dependencies": {
|
|
3602
|
+
"@asyncapi/parser": "^2.1.0",
|
|
3603
|
+
"@types/json-schema": "^7.0.11",
|
|
3604
|
+
"avsc": "^5.7.6"
|
|
3605
|
+
}
|
|
3606
|
+
},
|
|
3607
|
+
"node_modules/@smoya/multi-parser/node_modules/@asyncapi/openapi-schema-parser": {
|
|
3608
|
+
"version": "3.0.4",
|
|
3609
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz",
|
|
3610
|
+
"integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==",
|
|
3611
|
+
"dependencies": {
|
|
3612
|
+
"@asyncapi/parser": "^2.1.0",
|
|
3613
|
+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
3614
|
+
"ajv": "^8.11.0",
|
|
3615
|
+
"ajv-errors": "^3.0.0",
|
|
3616
|
+
"ajv-formats": "^2.1.1"
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
3619
|
+
"node_modules/@smoya/multi-parser/node_modules/@asyncapi/parser": {
|
|
3620
|
+
"version": "2.1.0",
|
|
3621
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz",
|
|
3622
|
+
"integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==",
|
|
3623
|
+
"dependencies": {
|
|
3624
|
+
"@asyncapi/specs": "^5.1.0",
|
|
3625
|
+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
3626
|
+
"@stoplight/json-ref-resolver": "^3.1.5",
|
|
3627
|
+
"@stoplight/spectral-core": "^1.16.1",
|
|
3628
|
+
"@stoplight/spectral-functions": "^1.7.2",
|
|
3629
|
+
"@stoplight/spectral-parsers": "^1.0.2",
|
|
3630
|
+
"@types/json-schema": "^7.0.11",
|
|
3631
|
+
"@types/urijs": "^1.19.19",
|
|
3632
|
+
"ajv": "^8.11.0",
|
|
3633
|
+
"ajv-errors": "^3.0.0",
|
|
3634
|
+
"ajv-formats": "^2.1.1",
|
|
3635
|
+
"avsc": "^5.7.5",
|
|
3636
|
+
"js-yaml": "^4.1.0",
|
|
3637
|
+
"jsonpath-plus": "^7.2.0",
|
|
3638
|
+
"node-fetch": "2.6.7",
|
|
3639
|
+
"ramldt2jsonschema": "^1.2.3",
|
|
3640
|
+
"webapi-parser": "^0.5.0"
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3643
|
+
"node_modules/@smoya/multi-parser/node_modules/@asyncapi/specs": {
|
|
3644
|
+
"version": "5.1.0",
|
|
3645
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
|
|
3646
|
+
"integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
|
|
3647
|
+
"dependencies": {
|
|
3648
|
+
"@types/json-schema": "^7.0.11"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
"node_modules/@smoya/multi-parser/node_modules/ajv": {
|
|
3652
|
+
"version": "8.12.0",
|
|
3653
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
3654
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
3655
|
+
"dependencies": {
|
|
3656
|
+
"fast-deep-equal": "^3.1.1",
|
|
3657
|
+
"json-schema-traverse": "^1.0.0",
|
|
3658
|
+
"require-from-string": "^2.0.2",
|
|
3659
|
+
"uri-js": "^4.2.2"
|
|
3660
|
+
},
|
|
3661
|
+
"funding": {
|
|
3662
|
+
"type": "github",
|
|
3663
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
"node_modules/@smoya/multi-parser/node_modules/ajv-errors": {
|
|
3667
|
+
"version": "3.0.0",
|
|
3668
|
+
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
3669
|
+
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
3670
|
+
"peerDependencies": {
|
|
3671
|
+
"ajv": "^8.0.1"
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3674
|
+
"node_modules/@smoya/multi-parser/node_modules/js-yaml": {
|
|
3675
|
+
"version": "4.1.0",
|
|
3676
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
3677
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
3678
|
+
"dependencies": {
|
|
3679
|
+
"argparse": "^2.0.1"
|
|
3680
|
+
},
|
|
3681
|
+
"bin": {
|
|
3682
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
"node_modules/@smoya/multi-parser/node_modules/json-schema-traverse": {
|
|
3686
|
+
"version": "1.0.0",
|
|
3687
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3688
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
3689
|
+
},
|
|
3690
|
+
"node_modules/@smoya/multi-parser/node_modules/node-fetch": {
|
|
3691
|
+
"version": "2.6.7",
|
|
3692
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
3693
|
+
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
|
3694
|
+
"dependencies": {
|
|
3695
|
+
"whatwg-url": "^5.0.0"
|
|
3696
|
+
},
|
|
3697
|
+
"engines": {
|
|
3698
|
+
"node": "4.x || >=6.0.0"
|
|
3699
|
+
},
|
|
3700
|
+
"peerDependencies": {
|
|
3701
|
+
"encoding": "^0.1.0"
|
|
3702
|
+
},
|
|
3703
|
+
"peerDependenciesMeta": {
|
|
3704
|
+
"encoding": {
|
|
3705
|
+
"optional": true
|
|
3706
|
+
}
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
3709
|
+
"node_modules/@smoya/multi-parser/node_modules/tr46": {
|
|
3710
|
+
"version": "0.0.3",
|
|
3711
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
3712
|
+
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
|
3713
|
+
},
|
|
3714
|
+
"node_modules/@smoya/multi-parser/node_modules/webidl-conversions": {
|
|
3715
|
+
"version": "3.0.1",
|
|
3716
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
3717
|
+
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
|
3718
|
+
},
|
|
3719
|
+
"node_modules/@smoya/multi-parser/node_modules/whatwg-url": {
|
|
3720
|
+
"version": "5.0.0",
|
|
3721
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
3722
|
+
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
3723
|
+
"dependencies": {
|
|
3724
|
+
"tr46": "~0.0.3",
|
|
3725
|
+
"webidl-conversions": "^3.0.0"
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3510
3728
|
"node_modules/@stoplight/json": {
|
|
3511
3729
|
"version": "3.21.0",
|
|
3512
3730
|
"resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz",
|
|
@@ -9290,26 +9508,246 @@
|
|
|
9290
9508
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
9291
9509
|
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
|
|
9292
9510
|
},
|
|
9293
|
-
"node_modules/
|
|
9294
|
-
"
|
|
9295
|
-
"
|
|
9296
|
-
"
|
|
9297
|
-
"
|
|
9298
|
-
|
|
9299
|
-
|
|
9300
|
-
|
|
9301
|
-
|
|
9302
|
-
|
|
9303
|
-
|
|
9304
|
-
|
|
9305
|
-
|
|
9306
|
-
"
|
|
9307
|
-
|
|
9308
|
-
|
|
9309
|
-
|
|
9310
|
-
|
|
9311
|
-
|
|
9312
|
-
|
|
9511
|
+
"node_modules/parserv2": {
|
|
9512
|
+
"name": "@asyncapi/parser",
|
|
9513
|
+
"version": "2.1.0",
|
|
9514
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz",
|
|
9515
|
+
"integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==",
|
|
9516
|
+
"dependencies": {
|
|
9517
|
+
"@asyncapi/specs": "^5.1.0",
|
|
9518
|
+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
9519
|
+
"@stoplight/json-ref-resolver": "^3.1.5",
|
|
9520
|
+
"@stoplight/spectral-core": "^1.16.1",
|
|
9521
|
+
"@stoplight/spectral-functions": "^1.7.2",
|
|
9522
|
+
"@stoplight/spectral-parsers": "^1.0.2",
|
|
9523
|
+
"@types/json-schema": "^7.0.11",
|
|
9524
|
+
"@types/urijs": "^1.19.19",
|
|
9525
|
+
"ajv": "^8.11.0",
|
|
9526
|
+
"ajv-errors": "^3.0.0",
|
|
9527
|
+
"ajv-formats": "^2.1.1",
|
|
9528
|
+
"avsc": "^5.7.5",
|
|
9529
|
+
"js-yaml": "^4.1.0",
|
|
9530
|
+
"jsonpath-plus": "^7.2.0",
|
|
9531
|
+
"node-fetch": "2.6.7",
|
|
9532
|
+
"ramldt2jsonschema": "^1.2.3",
|
|
9533
|
+
"webapi-parser": "^0.5.0"
|
|
9534
|
+
}
|
|
9535
|
+
},
|
|
9536
|
+
"node_modules/parserv2/node_modules/@asyncapi/specs": {
|
|
9537
|
+
"version": "5.1.0",
|
|
9538
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
|
|
9539
|
+
"integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
|
|
9540
|
+
"dependencies": {
|
|
9541
|
+
"@types/json-schema": "^7.0.11"
|
|
9542
|
+
}
|
|
9543
|
+
},
|
|
9544
|
+
"node_modules/parserv2/node_modules/ajv": {
|
|
9545
|
+
"version": "8.12.0",
|
|
9546
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9547
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9548
|
+
"dependencies": {
|
|
9549
|
+
"fast-deep-equal": "^3.1.1",
|
|
9550
|
+
"json-schema-traverse": "^1.0.0",
|
|
9551
|
+
"require-from-string": "^2.0.2",
|
|
9552
|
+
"uri-js": "^4.2.2"
|
|
9553
|
+
},
|
|
9554
|
+
"funding": {
|
|
9555
|
+
"type": "github",
|
|
9556
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
9557
|
+
}
|
|
9558
|
+
},
|
|
9559
|
+
"node_modules/parserv2/node_modules/ajv-errors": {
|
|
9560
|
+
"version": "3.0.0",
|
|
9561
|
+
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
9562
|
+
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
9563
|
+
"peerDependencies": {
|
|
9564
|
+
"ajv": "^8.0.1"
|
|
9565
|
+
}
|
|
9566
|
+
},
|
|
9567
|
+
"node_modules/parserv2/node_modules/js-yaml": {
|
|
9568
|
+
"version": "4.1.0",
|
|
9569
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
9570
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
9571
|
+
"dependencies": {
|
|
9572
|
+
"argparse": "^2.0.1"
|
|
9573
|
+
},
|
|
9574
|
+
"bin": {
|
|
9575
|
+
"js-yaml": "bin/js-yaml.js"
|
|
9576
|
+
}
|
|
9577
|
+
},
|
|
9578
|
+
"node_modules/parserv2/node_modules/json-schema-traverse": {
|
|
9579
|
+
"version": "1.0.0",
|
|
9580
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9581
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
9582
|
+
},
|
|
9583
|
+
"node_modules/parserv2/node_modules/node-fetch": {
|
|
9584
|
+
"version": "2.6.7",
|
|
9585
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
9586
|
+
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
|
9587
|
+
"dependencies": {
|
|
9588
|
+
"whatwg-url": "^5.0.0"
|
|
9589
|
+
},
|
|
9590
|
+
"engines": {
|
|
9591
|
+
"node": "4.x || >=6.0.0"
|
|
9592
|
+
},
|
|
9593
|
+
"peerDependencies": {
|
|
9594
|
+
"encoding": "^0.1.0"
|
|
9595
|
+
},
|
|
9596
|
+
"peerDependenciesMeta": {
|
|
9597
|
+
"encoding": {
|
|
9598
|
+
"optional": true
|
|
9599
|
+
}
|
|
9600
|
+
}
|
|
9601
|
+
},
|
|
9602
|
+
"node_modules/parserv2/node_modules/tr46": {
|
|
9603
|
+
"version": "0.0.3",
|
|
9604
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
9605
|
+
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
|
9606
|
+
},
|
|
9607
|
+
"node_modules/parserv2/node_modules/webidl-conversions": {
|
|
9608
|
+
"version": "3.0.1",
|
|
9609
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
9610
|
+
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
|
9611
|
+
},
|
|
9612
|
+
"node_modules/parserv2/node_modules/whatwg-url": {
|
|
9613
|
+
"version": "5.0.0",
|
|
9614
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
9615
|
+
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
9616
|
+
"dependencies": {
|
|
9617
|
+
"tr46": "~0.0.3",
|
|
9618
|
+
"webidl-conversions": "^3.0.0"
|
|
9619
|
+
}
|
|
9620
|
+
},
|
|
9621
|
+
"node_modules/parserv3": {
|
|
9622
|
+
"name": "@asyncapi/parser",
|
|
9623
|
+
"version": "2.2.0-next-major-spec.2",
|
|
9624
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.2.0-next-major-spec.2.tgz",
|
|
9625
|
+
"integrity": "sha512-KkS+sPCHFFPZrFzzx4UGiYDrDfJI583AksLFg6QUKwr5Wjq8o7cIC3Hel2ptaRVv5x1nJz0o6QzFeY7VIWCc1g==",
|
|
9626
|
+
"dependencies": {
|
|
9627
|
+
"@asyncapi/specs": "^6.0.0-next-major-spec.6",
|
|
9628
|
+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
9629
|
+
"@stoplight/json-ref-resolver": "^3.1.5",
|
|
9630
|
+
"@stoplight/spectral-core": "^1.16.1",
|
|
9631
|
+
"@stoplight/spectral-functions": "^1.7.2",
|
|
9632
|
+
"@stoplight/spectral-parsers": "^1.0.2",
|
|
9633
|
+
"@types/json-schema": "^7.0.11",
|
|
9634
|
+
"@types/urijs": "^1.19.19",
|
|
9635
|
+
"ajv": "^8.11.0",
|
|
9636
|
+
"ajv-errors": "^3.0.0",
|
|
9637
|
+
"ajv-formats": "^2.1.1",
|
|
9638
|
+
"avsc": "^5.7.5",
|
|
9639
|
+
"js-yaml": "^4.1.0",
|
|
9640
|
+
"jsonpath-plus": "^7.2.0",
|
|
9641
|
+
"node-fetch": "2.6.7",
|
|
9642
|
+
"ramldt2jsonschema": "^1.2.3",
|
|
9643
|
+
"webapi-parser": "^0.5.0"
|
|
9644
|
+
}
|
|
9645
|
+
},
|
|
9646
|
+
"node_modules/parserv3/node_modules/@asyncapi/specs": {
|
|
9647
|
+
"version": "6.0.0-next-major-spec.7",
|
|
9648
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.7.tgz",
|
|
9649
|
+
"integrity": "sha512-rorau4qa1rjlIz4vGy3MuzQKSyKyJWuRa3DbFKopixDCjnAOIScVDc/M6/T8X9Ay+GQhebcYrbiPT4JUvWbFAA==",
|
|
9650
|
+
"dependencies": {
|
|
9651
|
+
"@types/json-schema": "^7.0.11"
|
|
9652
|
+
}
|
|
9653
|
+
},
|
|
9654
|
+
"node_modules/parserv3/node_modules/ajv": {
|
|
9655
|
+
"version": "8.12.0",
|
|
9656
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9657
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9658
|
+
"dependencies": {
|
|
9659
|
+
"fast-deep-equal": "^3.1.1",
|
|
9660
|
+
"json-schema-traverse": "^1.0.0",
|
|
9661
|
+
"require-from-string": "^2.0.2",
|
|
9662
|
+
"uri-js": "^4.2.2"
|
|
9663
|
+
},
|
|
9664
|
+
"funding": {
|
|
9665
|
+
"type": "github",
|
|
9666
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
9667
|
+
}
|
|
9668
|
+
},
|
|
9669
|
+
"node_modules/parserv3/node_modules/ajv-errors": {
|
|
9670
|
+
"version": "3.0.0",
|
|
9671
|
+
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
9672
|
+
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
9673
|
+
"peerDependencies": {
|
|
9674
|
+
"ajv": "^8.0.1"
|
|
9675
|
+
}
|
|
9676
|
+
},
|
|
9677
|
+
"node_modules/parserv3/node_modules/js-yaml": {
|
|
9678
|
+
"version": "4.1.0",
|
|
9679
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
9680
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
9681
|
+
"dependencies": {
|
|
9682
|
+
"argparse": "^2.0.1"
|
|
9683
|
+
},
|
|
9684
|
+
"bin": {
|
|
9685
|
+
"js-yaml": "bin/js-yaml.js"
|
|
9686
|
+
}
|
|
9687
|
+
},
|
|
9688
|
+
"node_modules/parserv3/node_modules/json-schema-traverse": {
|
|
9689
|
+
"version": "1.0.0",
|
|
9690
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9691
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
9692
|
+
},
|
|
9693
|
+
"node_modules/parserv3/node_modules/node-fetch": {
|
|
9694
|
+
"version": "2.6.7",
|
|
9695
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
9696
|
+
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
|
9697
|
+
"dependencies": {
|
|
9698
|
+
"whatwg-url": "^5.0.0"
|
|
9699
|
+
},
|
|
9700
|
+
"engines": {
|
|
9701
|
+
"node": "4.x || >=6.0.0"
|
|
9702
|
+
},
|
|
9703
|
+
"peerDependencies": {
|
|
9704
|
+
"encoding": "^0.1.0"
|
|
9705
|
+
},
|
|
9706
|
+
"peerDependenciesMeta": {
|
|
9707
|
+
"encoding": {
|
|
9708
|
+
"optional": true
|
|
9709
|
+
}
|
|
9710
|
+
}
|
|
9711
|
+
},
|
|
9712
|
+
"node_modules/parserv3/node_modules/tr46": {
|
|
9713
|
+
"version": "0.0.3",
|
|
9714
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
9715
|
+
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
|
9716
|
+
},
|
|
9717
|
+
"node_modules/parserv3/node_modules/webidl-conversions": {
|
|
9718
|
+
"version": "3.0.1",
|
|
9719
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
9720
|
+
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
|
9721
|
+
},
|
|
9722
|
+
"node_modules/parserv3/node_modules/whatwg-url": {
|
|
9723
|
+
"version": "5.0.0",
|
|
9724
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
9725
|
+
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
9726
|
+
"dependencies": {
|
|
9727
|
+
"tr46": "~0.0.3",
|
|
9728
|
+
"webidl-conversions": "^3.0.0"
|
|
9729
|
+
}
|
|
9730
|
+
},
|
|
9731
|
+
"node_modules/path-exists": {
|
|
9732
|
+
"version": "3.0.0",
|
|
9733
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
|
9734
|
+
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
|
|
9735
|
+
"engines": {
|
|
9736
|
+
"node": ">=4"
|
|
9737
|
+
}
|
|
9738
|
+
},
|
|
9739
|
+
"node_modules/path-is-absolute": {
|
|
9740
|
+
"version": "1.0.1",
|
|
9741
|
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
9742
|
+
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
|
9743
|
+
"engines": {
|
|
9744
|
+
"node": ">=0.10.0"
|
|
9745
|
+
}
|
|
9746
|
+
},
|
|
9747
|
+
"node_modules/path-key": {
|
|
9748
|
+
"version": "3.1.1",
|
|
9749
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
9750
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
9313
9751
|
"engines": {
|
|
9314
9752
|
"node": ">=8"
|
|
9315
9753
|
}
|
|
@@ -9844,7 +10282,7 @@
|
|
|
9844
10282
|
"version": "1.1.0",
|
|
9845
10283
|
"resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz",
|
|
9846
10284
|
"integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==",
|
|
9847
|
-
"deprecated": "This
|
|
10285
|
+
"deprecated": "This functionality has been moved to @npmcli/fs",
|
|
9848
10286
|
"dependencies": {
|
|
9849
10287
|
"debuglog": "^1.0.1",
|
|
9850
10288
|
"dezalgo": "^1.0.0",
|
|
@@ -12193,17 +12631,14 @@
|
|
|
12193
12631
|
}
|
|
12194
12632
|
},
|
|
12195
12633
|
"@asyncapi/generator": {
|
|
12196
|
-
"version": "1.
|
|
12197
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.
|
|
12198
|
-
"integrity": "sha512
|
|
12634
|
+
"version": "1.12.0",
|
|
12635
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.12.0.tgz",
|
|
12636
|
+
"integrity": "sha512-HES4zWOhzT7fugPT4D2RjZtEh7+RgE7GWJZvI/u2BmAT4sknSk2AdEWU7CxHY4cVsKQ1ruTqBfVuFSt926H4uQ==",
|
|
12199
12637
|
"requires": {
|
|
12200
|
-
"@asyncapi/
|
|
12201
|
-
"@asyncapi/
|
|
12202
|
-
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
12203
|
-
"@asyncapi/parser": "^2.1.0",
|
|
12204
|
-
"@asyncapi/protobuf-schema-parser": "3.0.0",
|
|
12205
|
-
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
12638
|
+
"@asyncapi/generator-react-sdk": "^0.2.23",
|
|
12639
|
+
"@asyncapi/parser": "2.1.0",
|
|
12206
12640
|
"@npmcli/arborist": "^2.2.4",
|
|
12641
|
+
"@smoya/multi-parser": "3.0.0",
|
|
12207
12642
|
"ajv": "^8.12.0",
|
|
12208
12643
|
"chokidar": "^3.4.0",
|
|
12209
12644
|
"commander": "^6.1.0",
|
|
@@ -12227,26 +12662,55 @@
|
|
|
12227
12662
|
"typescript": "^4.9.3"
|
|
12228
12663
|
},
|
|
12229
12664
|
"dependencies": {
|
|
12230
|
-
"@asyncapi/
|
|
12231
|
-
"version": "
|
|
12232
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/
|
|
12233
|
-
"integrity": "sha512-
|
|
12234
|
-
"requires": {
|
|
12235
|
-
"@asyncapi/parser": "^2.1.0",
|
|
12236
|
-
"@types/json-schema": "^7.0.11",
|
|
12237
|
-
"avsc": "^5.7.6"
|
|
12238
|
-
}
|
|
12239
|
-
},
|
|
12240
|
-
"@asyncapi/openapi-schema-parser": {
|
|
12241
|
-
"version": "3.0.4",
|
|
12242
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz",
|
|
12243
|
-
"integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==",
|
|
12665
|
+
"@asyncapi/generator-react-sdk": {
|
|
12666
|
+
"version": "0.2.25",
|
|
12667
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-0.2.25.tgz",
|
|
12668
|
+
"integrity": "sha512-zmVdNaMPTDoUHnAIp33+dkGspEuLIi3BaaHFXY5lmL1XmaD9bU1rK/HLpNKhV32Os6Wp50CuskOwDsoRCeSGow==",
|
|
12244
12669
|
"requires": {
|
|
12245
|
-
"@asyncapi/parser": "^
|
|
12246
|
-
"@
|
|
12247
|
-
"
|
|
12248
|
-
"
|
|
12249
|
-
"
|
|
12670
|
+
"@asyncapi/parser": "^1.15.1",
|
|
12671
|
+
"@babel/core": "7.12.9",
|
|
12672
|
+
"@babel/preset-env": "^7.12.7",
|
|
12673
|
+
"@babel/preset-react": "^7.12.7",
|
|
12674
|
+
"@rollup/plugin-babel": "^5.2.1",
|
|
12675
|
+
"babel-plugin-source-map-support": "^2.1.3",
|
|
12676
|
+
"prop-types": "^15.7.2",
|
|
12677
|
+
"react": "^17.0.1",
|
|
12678
|
+
"rollup": "^2.60.1",
|
|
12679
|
+
"source-map-support": "^0.5.19"
|
|
12680
|
+
},
|
|
12681
|
+
"dependencies": {
|
|
12682
|
+
"@asyncapi/parser": {
|
|
12683
|
+
"version": "1.18.1",
|
|
12684
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.1.tgz",
|
|
12685
|
+
"integrity": "sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==",
|
|
12686
|
+
"requires": {
|
|
12687
|
+
"@apidevtools/json-schema-ref-parser": "^9.0.6",
|
|
12688
|
+
"@asyncapi/specs": "^4.1.1",
|
|
12689
|
+
"@fmvilas/pseudo-yaml-ast": "^0.3.1",
|
|
12690
|
+
"ajv": "^6.10.1",
|
|
12691
|
+
"js-yaml": "^3.13.1",
|
|
12692
|
+
"json-to-ast": "^2.1.0",
|
|
12693
|
+
"lodash.clonedeep": "^4.5.0",
|
|
12694
|
+
"node-fetch": "^2.6.0",
|
|
12695
|
+
"tiny-merge-patch": "^0.1.2"
|
|
12696
|
+
}
|
|
12697
|
+
},
|
|
12698
|
+
"ajv": {
|
|
12699
|
+
"version": "6.12.6",
|
|
12700
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
12701
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
12702
|
+
"requires": {
|
|
12703
|
+
"fast-deep-equal": "^3.1.1",
|
|
12704
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
12705
|
+
"json-schema-traverse": "^0.4.1",
|
|
12706
|
+
"uri-js": "^4.2.2"
|
|
12707
|
+
}
|
|
12708
|
+
},
|
|
12709
|
+
"json-schema-traverse": {
|
|
12710
|
+
"version": "0.4.1",
|
|
12711
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
12712
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
|
|
12713
|
+
}
|
|
12250
12714
|
}
|
|
12251
12715
|
},
|
|
12252
12716
|
"@asyncapi/parser": {
|
|
@@ -12273,6 +12737,14 @@
|
|
|
12273
12737
|
"webapi-parser": "^0.5.0"
|
|
12274
12738
|
},
|
|
12275
12739
|
"dependencies": {
|
|
12740
|
+
"@asyncapi/specs": {
|
|
12741
|
+
"version": "5.1.0",
|
|
12742
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
|
|
12743
|
+
"integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
|
|
12744
|
+
"requires": {
|
|
12745
|
+
"@types/json-schema": "^7.0.11"
|
|
12746
|
+
}
|
|
12747
|
+
},
|
|
12276
12748
|
"js-yaml": {
|
|
12277
12749
|
"version": "4.1.0",
|
|
12278
12750
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
@@ -12283,12 +12755,34 @@
|
|
|
12283
12755
|
}
|
|
12284
12756
|
}
|
|
12285
12757
|
},
|
|
12286
|
-
"@
|
|
12287
|
-
"version": "
|
|
12288
|
-
"resolved": "https://registry.npmjs.org/@
|
|
12289
|
-
"integrity": "sha512-
|
|
12758
|
+
"@babel/core": {
|
|
12759
|
+
"version": "7.12.9",
|
|
12760
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
|
|
12761
|
+
"integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
|
|
12290
12762
|
"requires": {
|
|
12291
|
-
"@
|
|
12763
|
+
"@babel/code-frame": "^7.10.4",
|
|
12764
|
+
"@babel/generator": "^7.12.5",
|
|
12765
|
+
"@babel/helper-module-transforms": "^7.12.1",
|
|
12766
|
+
"@babel/helpers": "^7.12.5",
|
|
12767
|
+
"@babel/parser": "^7.12.7",
|
|
12768
|
+
"@babel/template": "^7.12.7",
|
|
12769
|
+
"@babel/traverse": "^7.12.9",
|
|
12770
|
+
"@babel/types": "^7.12.7",
|
|
12771
|
+
"convert-source-map": "^1.7.0",
|
|
12772
|
+
"debug": "^4.1.0",
|
|
12773
|
+
"gensync": "^1.0.0-beta.1",
|
|
12774
|
+
"json5": "^2.1.2",
|
|
12775
|
+
"lodash": "^4.17.19",
|
|
12776
|
+
"resolve": "^1.3.2",
|
|
12777
|
+
"semver": "^5.4.1",
|
|
12778
|
+
"source-map": "^0.5.0"
|
|
12779
|
+
},
|
|
12780
|
+
"dependencies": {
|
|
12781
|
+
"semver": {
|
|
12782
|
+
"version": "5.7.2",
|
|
12783
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
12784
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g=="
|
|
12785
|
+
}
|
|
12292
12786
|
}
|
|
12293
12787
|
},
|
|
12294
12788
|
"ajv": {
|
|
@@ -12321,6 +12815,11 @@
|
|
|
12321
12815
|
"whatwg-url": "^5.0.0"
|
|
12322
12816
|
}
|
|
12323
12817
|
},
|
|
12818
|
+
"source-map": {
|
|
12819
|
+
"version": "0.5.7",
|
|
12820
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
12821
|
+
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="
|
|
12822
|
+
},
|
|
12324
12823
|
"tr46": {
|
|
12325
12824
|
"version": "0.0.3",
|
|
12326
12825
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
@@ -12537,11 +13036,11 @@
|
|
|
12537
13036
|
}
|
|
12538
13037
|
},
|
|
12539
13038
|
"@asyncapi/glee": {
|
|
12540
|
-
"version": "0.26.
|
|
12541
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.
|
|
12542
|
-
"integrity": "sha512-
|
|
13039
|
+
"version": "0.26.5",
|
|
13040
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.26.5.tgz",
|
|
13041
|
+
"integrity": "sha512-C/obEJnlVhR9T3CfWX9xVIRVhFCU0e3nAtOu/vWFkEPpxHIBvSuqHTW3xvTEVjfFqDEF8NuFXDRvWJN5h7o6Ug==",
|
|
12543
13042
|
"requires": {
|
|
12544
|
-
"@asyncapi/generator": "^1.
|
|
13043
|
+
"@asyncapi/generator": "^1.12.0",
|
|
12545
13044
|
"@asyncapi/html-template": "^0.28.4",
|
|
12546
13045
|
"@asyncapi/markdown-template": "^1.3.3",
|
|
12547
13046
|
"@asyncapi/parser": "^1.13.1",
|
|
@@ -14790,11 +15289,137 @@
|
|
|
14790
15289
|
"picomatch": "^2.2.2"
|
|
14791
15290
|
}
|
|
14792
15291
|
},
|
|
14793
|
-
"@sindresorhus/is": {
|
|
14794
|
-
"version": "5.3.0",
|
|
14795
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
|
|
14796
|
-
"integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw=="
|
|
14797
|
-
},
|
|
15292
|
+
"@sindresorhus/is": {
|
|
15293
|
+
"version": "5.3.0",
|
|
15294
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
|
|
15295
|
+
"integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw=="
|
|
15296
|
+
},
|
|
15297
|
+
"@smoya/multi-parser": {
|
|
15298
|
+
"version": "3.0.0",
|
|
15299
|
+
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-3.0.0.tgz",
|
|
15300
|
+
"integrity": "sha512-HtA/Png8FQ2vwiKKMSOqNkYGERUFqieeekwtuMsImmgnaiacyq97itehbep179qO/TvHb+3luRZAJ433fHgIxg==",
|
|
15301
|
+
"requires": {
|
|
15302
|
+
"@asyncapi/avro-schema-parser": "^3.0.3",
|
|
15303
|
+
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
15304
|
+
"@asyncapi/protobuf-schema-parser": "^3.0.0",
|
|
15305
|
+
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
15306
|
+
"parserv2": "npm:@asyncapi/parser@^2.1.0",
|
|
15307
|
+
"parserv3": "npm:@asyncapi/parser@^2.2.0-next-major-spec.2"
|
|
15308
|
+
},
|
|
15309
|
+
"dependencies": {
|
|
15310
|
+
"@asyncapi/avro-schema-parser": {
|
|
15311
|
+
"version": "3.0.3",
|
|
15312
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz",
|
|
15313
|
+
"integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==",
|
|
15314
|
+
"requires": {
|
|
15315
|
+
"@asyncapi/parser": "^2.1.0",
|
|
15316
|
+
"@types/json-schema": "^7.0.11",
|
|
15317
|
+
"avsc": "^5.7.6"
|
|
15318
|
+
}
|
|
15319
|
+
},
|
|
15320
|
+
"@asyncapi/openapi-schema-parser": {
|
|
15321
|
+
"version": "3.0.4",
|
|
15322
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz",
|
|
15323
|
+
"integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==",
|
|
15324
|
+
"requires": {
|
|
15325
|
+
"@asyncapi/parser": "^2.1.0",
|
|
15326
|
+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
15327
|
+
"ajv": "^8.11.0",
|
|
15328
|
+
"ajv-errors": "^3.0.0",
|
|
15329
|
+
"ajv-formats": "^2.1.1"
|
|
15330
|
+
}
|
|
15331
|
+
},
|
|
15332
|
+
"@asyncapi/parser": {
|
|
15333
|
+
"version": "2.1.0",
|
|
15334
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz",
|
|
15335
|
+
"integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==",
|
|
15336
|
+
"requires": {
|
|
15337
|
+
"@asyncapi/specs": "^5.1.0",
|
|
15338
|
+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
15339
|
+
"@stoplight/json-ref-resolver": "^3.1.5",
|
|
15340
|
+
"@stoplight/spectral-core": "^1.16.1",
|
|
15341
|
+
"@stoplight/spectral-functions": "^1.7.2",
|
|
15342
|
+
"@stoplight/spectral-parsers": "^1.0.2",
|
|
15343
|
+
"@types/json-schema": "^7.0.11",
|
|
15344
|
+
"@types/urijs": "^1.19.19",
|
|
15345
|
+
"ajv": "^8.11.0",
|
|
15346
|
+
"ajv-errors": "^3.0.0",
|
|
15347
|
+
"ajv-formats": "^2.1.1",
|
|
15348
|
+
"avsc": "^5.7.5",
|
|
15349
|
+
"js-yaml": "^4.1.0",
|
|
15350
|
+
"jsonpath-plus": "^7.2.0",
|
|
15351
|
+
"node-fetch": "2.6.7",
|
|
15352
|
+
"ramldt2jsonschema": "^1.2.3",
|
|
15353
|
+
"webapi-parser": "^0.5.0"
|
|
15354
|
+
}
|
|
15355
|
+
},
|
|
15356
|
+
"@asyncapi/specs": {
|
|
15357
|
+
"version": "5.1.0",
|
|
15358
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
|
|
15359
|
+
"integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
|
|
15360
|
+
"requires": {
|
|
15361
|
+
"@types/json-schema": "^7.0.11"
|
|
15362
|
+
}
|
|
15363
|
+
},
|
|
15364
|
+
"ajv": {
|
|
15365
|
+
"version": "8.12.0",
|
|
15366
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
15367
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
15368
|
+
"requires": {
|
|
15369
|
+
"fast-deep-equal": "^3.1.1",
|
|
15370
|
+
"json-schema-traverse": "^1.0.0",
|
|
15371
|
+
"require-from-string": "^2.0.2",
|
|
15372
|
+
"uri-js": "^4.2.2"
|
|
15373
|
+
}
|
|
15374
|
+
},
|
|
15375
|
+
"ajv-errors": {
|
|
15376
|
+
"version": "3.0.0",
|
|
15377
|
+
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
15378
|
+
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
15379
|
+
"requires": {}
|
|
15380
|
+
},
|
|
15381
|
+
"js-yaml": {
|
|
15382
|
+
"version": "4.1.0",
|
|
15383
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
15384
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
15385
|
+
"requires": {
|
|
15386
|
+
"argparse": "^2.0.1"
|
|
15387
|
+
}
|
|
15388
|
+
},
|
|
15389
|
+
"json-schema-traverse": {
|
|
15390
|
+
"version": "1.0.0",
|
|
15391
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
15392
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
15393
|
+
},
|
|
15394
|
+
"node-fetch": {
|
|
15395
|
+
"version": "2.6.7",
|
|
15396
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
15397
|
+
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
|
15398
|
+
"requires": {
|
|
15399
|
+
"whatwg-url": "^5.0.0"
|
|
15400
|
+
}
|
|
15401
|
+
},
|
|
15402
|
+
"tr46": {
|
|
15403
|
+
"version": "0.0.3",
|
|
15404
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
15405
|
+
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
|
15406
|
+
},
|
|
15407
|
+
"webidl-conversions": {
|
|
15408
|
+
"version": "3.0.1",
|
|
15409
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
15410
|
+
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
|
15411
|
+
},
|
|
15412
|
+
"whatwg-url": {
|
|
15413
|
+
"version": "5.0.0",
|
|
15414
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
15415
|
+
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
15416
|
+
"requires": {
|
|
15417
|
+
"tr46": "~0.0.3",
|
|
15418
|
+
"webidl-conversions": "^3.0.0"
|
|
15419
|
+
}
|
|
15420
|
+
}
|
|
15421
|
+
}
|
|
15422
|
+
},
|
|
14798
15423
|
"@stoplight/json": {
|
|
14799
15424
|
"version": "3.21.0",
|
|
14800
15425
|
"resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz",
|
|
@@ -19117,6 +19742,188 @@
|
|
|
19117
19742
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
19118
19743
|
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
|
|
19119
19744
|
},
|
|
19745
|
+
"parserv2": {
|
|
19746
|
+
"version": "npm:@asyncapi/parser@2.1.0",
|
|
19747
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz",
|
|
19748
|
+
"integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==",
|
|
19749
|
+
"requires": {
|
|
19750
|
+
"@asyncapi/specs": "^5.1.0",
|
|
19751
|
+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
19752
|
+
"@stoplight/json-ref-resolver": "^3.1.5",
|
|
19753
|
+
"@stoplight/spectral-core": "^1.16.1",
|
|
19754
|
+
"@stoplight/spectral-functions": "^1.7.2",
|
|
19755
|
+
"@stoplight/spectral-parsers": "^1.0.2",
|
|
19756
|
+
"@types/json-schema": "^7.0.11",
|
|
19757
|
+
"@types/urijs": "^1.19.19",
|
|
19758
|
+
"ajv": "^8.11.0",
|
|
19759
|
+
"ajv-errors": "^3.0.0",
|
|
19760
|
+
"ajv-formats": "^2.1.1",
|
|
19761
|
+
"avsc": "^5.7.5",
|
|
19762
|
+
"js-yaml": "^4.1.0",
|
|
19763
|
+
"jsonpath-plus": "^7.2.0",
|
|
19764
|
+
"node-fetch": "2.6.7",
|
|
19765
|
+
"ramldt2jsonschema": "^1.2.3",
|
|
19766
|
+
"webapi-parser": "^0.5.0"
|
|
19767
|
+
},
|
|
19768
|
+
"dependencies": {
|
|
19769
|
+
"@asyncapi/specs": {
|
|
19770
|
+
"version": "5.1.0",
|
|
19771
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz",
|
|
19772
|
+
"integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==",
|
|
19773
|
+
"requires": {
|
|
19774
|
+
"@types/json-schema": "^7.0.11"
|
|
19775
|
+
}
|
|
19776
|
+
},
|
|
19777
|
+
"ajv": {
|
|
19778
|
+
"version": "8.12.0",
|
|
19779
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
19780
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
19781
|
+
"requires": {
|
|
19782
|
+
"fast-deep-equal": "^3.1.1",
|
|
19783
|
+
"json-schema-traverse": "^1.0.0",
|
|
19784
|
+
"require-from-string": "^2.0.2",
|
|
19785
|
+
"uri-js": "^4.2.2"
|
|
19786
|
+
}
|
|
19787
|
+
},
|
|
19788
|
+
"ajv-errors": {
|
|
19789
|
+
"version": "3.0.0",
|
|
19790
|
+
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
19791
|
+
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
19792
|
+
"requires": {}
|
|
19793
|
+
},
|
|
19794
|
+
"js-yaml": {
|
|
19795
|
+
"version": "4.1.0",
|
|
19796
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
19797
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
19798
|
+
"requires": {
|
|
19799
|
+
"argparse": "^2.0.1"
|
|
19800
|
+
}
|
|
19801
|
+
},
|
|
19802
|
+
"json-schema-traverse": {
|
|
19803
|
+
"version": "1.0.0",
|
|
19804
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
19805
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
19806
|
+
},
|
|
19807
|
+
"node-fetch": {
|
|
19808
|
+
"version": "2.6.7",
|
|
19809
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
19810
|
+
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
|
19811
|
+
"requires": {
|
|
19812
|
+
"whatwg-url": "^5.0.0"
|
|
19813
|
+
}
|
|
19814
|
+
},
|
|
19815
|
+
"tr46": {
|
|
19816
|
+
"version": "0.0.3",
|
|
19817
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
19818
|
+
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
|
19819
|
+
},
|
|
19820
|
+
"webidl-conversions": {
|
|
19821
|
+
"version": "3.0.1",
|
|
19822
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
19823
|
+
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
|
19824
|
+
},
|
|
19825
|
+
"whatwg-url": {
|
|
19826
|
+
"version": "5.0.0",
|
|
19827
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
19828
|
+
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
19829
|
+
"requires": {
|
|
19830
|
+
"tr46": "~0.0.3",
|
|
19831
|
+
"webidl-conversions": "^3.0.0"
|
|
19832
|
+
}
|
|
19833
|
+
}
|
|
19834
|
+
}
|
|
19835
|
+
},
|
|
19836
|
+
"parserv3": {
|
|
19837
|
+
"version": "npm:@asyncapi/parser@2.2.0-next-major-spec.2",
|
|
19838
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.2.0-next-major-spec.2.tgz",
|
|
19839
|
+
"integrity": "sha512-KkS+sPCHFFPZrFzzx4UGiYDrDfJI583AksLFg6QUKwr5Wjq8o7cIC3Hel2ptaRVv5x1nJz0o6QzFeY7VIWCc1g==",
|
|
19840
|
+
"requires": {
|
|
19841
|
+
"@asyncapi/specs": "^6.0.0-next-major-spec.6",
|
|
19842
|
+
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
19843
|
+
"@stoplight/json-ref-resolver": "^3.1.5",
|
|
19844
|
+
"@stoplight/spectral-core": "^1.16.1",
|
|
19845
|
+
"@stoplight/spectral-functions": "^1.7.2",
|
|
19846
|
+
"@stoplight/spectral-parsers": "^1.0.2",
|
|
19847
|
+
"@types/json-schema": "^7.0.11",
|
|
19848
|
+
"@types/urijs": "^1.19.19",
|
|
19849
|
+
"ajv": "^8.11.0",
|
|
19850
|
+
"ajv-errors": "^3.0.0",
|
|
19851
|
+
"ajv-formats": "^2.1.1",
|
|
19852
|
+
"avsc": "^5.7.5",
|
|
19853
|
+
"js-yaml": "^4.1.0",
|
|
19854
|
+
"jsonpath-plus": "^7.2.0",
|
|
19855
|
+
"node-fetch": "2.6.7",
|
|
19856
|
+
"ramldt2jsonschema": "^1.2.3",
|
|
19857
|
+
"webapi-parser": "^0.5.0"
|
|
19858
|
+
},
|
|
19859
|
+
"dependencies": {
|
|
19860
|
+
"@asyncapi/specs": {
|
|
19861
|
+
"version": "6.0.0-next-major-spec.7",
|
|
19862
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.7.tgz",
|
|
19863
|
+
"integrity": "sha512-rorau4qa1rjlIz4vGy3MuzQKSyKyJWuRa3DbFKopixDCjnAOIScVDc/M6/T8X9Ay+GQhebcYrbiPT4JUvWbFAA==",
|
|
19864
|
+
"requires": {
|
|
19865
|
+
"@types/json-schema": "^7.0.11"
|
|
19866
|
+
}
|
|
19867
|
+
},
|
|
19868
|
+
"ajv": {
|
|
19869
|
+
"version": "8.12.0",
|
|
19870
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
19871
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
19872
|
+
"requires": {
|
|
19873
|
+
"fast-deep-equal": "^3.1.1",
|
|
19874
|
+
"json-schema-traverse": "^1.0.0",
|
|
19875
|
+
"require-from-string": "^2.0.2",
|
|
19876
|
+
"uri-js": "^4.2.2"
|
|
19877
|
+
}
|
|
19878
|
+
},
|
|
19879
|
+
"ajv-errors": {
|
|
19880
|
+
"version": "3.0.0",
|
|
19881
|
+
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
19882
|
+
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
19883
|
+
"requires": {}
|
|
19884
|
+
},
|
|
19885
|
+
"js-yaml": {
|
|
19886
|
+
"version": "4.1.0",
|
|
19887
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
19888
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
19889
|
+
"requires": {
|
|
19890
|
+
"argparse": "^2.0.1"
|
|
19891
|
+
}
|
|
19892
|
+
},
|
|
19893
|
+
"json-schema-traverse": {
|
|
19894
|
+
"version": "1.0.0",
|
|
19895
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
19896
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
19897
|
+
},
|
|
19898
|
+
"node-fetch": {
|
|
19899
|
+
"version": "2.6.7",
|
|
19900
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
19901
|
+
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
|
19902
|
+
"requires": {
|
|
19903
|
+
"whatwg-url": "^5.0.0"
|
|
19904
|
+
}
|
|
19905
|
+
},
|
|
19906
|
+
"tr46": {
|
|
19907
|
+
"version": "0.0.3",
|
|
19908
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
19909
|
+
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
|
19910
|
+
},
|
|
19911
|
+
"webidl-conversions": {
|
|
19912
|
+
"version": "3.0.1",
|
|
19913
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
19914
|
+
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
|
19915
|
+
},
|
|
19916
|
+
"whatwg-url": {
|
|
19917
|
+
"version": "5.0.0",
|
|
19918
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
19919
|
+
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
19920
|
+
"requires": {
|
|
19921
|
+
"tr46": "~0.0.3",
|
|
19922
|
+
"webidl-conversions": "^3.0.0"
|
|
19923
|
+
}
|
|
19924
|
+
}
|
|
19925
|
+
}
|
|
19926
|
+
},
|
|
19120
19927
|
"path-exists": {
|
|
19121
19928
|
"version": "3.0.0",
|
|
19122
19929
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
package/oclif.manifest.json
CHANGED