@asyncapi/cli 1.1.10 → 1.2.0

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.30.1"
12
+ "@asyncapi/glee": "^0.31.3"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=14.15.1"
@@ -100,8 +100,9 @@
100
100
  }
101
101
  },
102
102
  "node_modules/@asyncapi/generator": {
103
- "version": "1.15.0",
104
- "license": "Apache-2.0",
103
+ "version": "1.15.1",
104
+ "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.15.1.tgz",
105
+ "integrity": "sha512-8yhEGSaASmKIQlSjmH6RBpsCRJ6c8oWSfY0WCWSk7+lw9eyuFzhq57XKfFAexy2GCVoHAx67VA6/4Na8I2nwew==",
105
106
  "dependencies": {
106
107
  "@asyncapi/generator-react-sdk": "^1.0.2",
107
108
  "@asyncapi/parser": "^2.1.2",
@@ -251,7 +252,8 @@
251
252
  },
252
253
  "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser": {
253
254
  "version": "2.1.2",
254
- "license": "Apache-2.0",
255
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
256
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
255
257
  "dependencies": {
256
258
  "@asyncapi/specs": "^5.1.0",
257
259
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -276,7 +278,8 @@
276
278
  },
277
279
  "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser/node_modules/js-yaml": {
278
280
  "version": "4.1.0",
279
- "license": "MIT",
281
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
282
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
280
283
  "dependencies": {
281
284
  "argparse": "^2.0.1"
282
285
  },
@@ -284,9 +287,10 @@
284
287
  "js-yaml": "bin/js-yaml.js"
285
288
  }
286
289
  },
287
- "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser/node_modules/node-fetch": {
290
+ "node_modules/@asyncapi/generator/node_modules/node-fetch": {
288
291
  "version": "2.6.7",
289
- "license": "MIT",
292
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
293
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
290
294
  "dependencies": {
291
295
  "whatwg-url": "^5.0.0"
292
296
  },
@@ -303,11 +307,11 @@
303
307
  }
304
308
  },
305
309
  "node_modules/@asyncapi/glee": {
306
- "version": "0.30.1",
307
- "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.30.1.tgz",
308
- "integrity": "sha512-oNGz6I6qMhJ9EAu8+zXDswwLIMGAuFOMJ55AXWCILxWvJHxRd1lQitrSXNIoZFULMpX1NoTEtX+VWE174Pa0ww==",
310
+ "version": "0.31.3",
311
+ "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.31.3.tgz",
312
+ "integrity": "sha512-haMIPK9lZWy0o0xx1rl744HPHQqXrQ9fGA7N88eBj3K4/avpa12p+JqRnVf1B7Dgg5f79bJ2zfZiRutK7DHjiw==",
309
313
  "dependencies": {
310
- "@asyncapi/generator": "^1.15.0",
314
+ "@asyncapi/generator": "^1.15.1",
311
315
  "@asyncapi/html-template": "^1.0.0",
312
316
  "@asyncapi/markdown-template": "^1.4.0",
313
317
  "@asyncapi/parser": "^3.0.0-next-major-spec.12",
@@ -553,7 +557,8 @@
553
557
  },
554
558
  "node_modules/@asyncapi/protobuf-schema-parser": {
555
559
  "version": "3.0.2",
556
- "license": "Apache-2.0",
560
+ "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.2.tgz",
561
+ "integrity": "sha512-yRgW1dB1PnoAm9LbxMl8XnpzjuqBo2LxSZUWCuiLIB/ckhC9M4nNbB3yR94o2WRpQFW703Ee0GQnPj0/CLbVqQ==",
557
562
  "dependencies": {
558
563
  "@asyncapi/parser": "^2.1.2",
559
564
  "@types/protocol-buffers-schema": "^3.4.1",
@@ -562,7 +567,8 @@
562
567
  },
563
568
  "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/parser": {
564
569
  "version": "2.1.2",
565
- "license": "Apache-2.0",
570
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
571
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
566
572
  "dependencies": {
567
573
  "@asyncapi/specs": "^5.1.0",
568
574
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -587,7 +593,8 @@
587
593
  },
588
594
  "node_modules/@asyncapi/protobuf-schema-parser/node_modules/js-yaml": {
589
595
  "version": "4.1.0",
590
- "license": "MIT",
596
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
597
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
591
598
  "dependencies": {
592
599
  "argparse": "^2.0.1"
593
600
  },
@@ -597,7 +604,8 @@
597
604
  },
598
605
  "node_modules/@asyncapi/protobuf-schema-parser/node_modules/node-fetch": {
599
606
  "version": "2.6.7",
600
- "license": "MIT",
607
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
608
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
601
609
  "dependencies": {
602
610
  "whatwg-url": "^5.0.0"
603
611
  },
@@ -615,7 +623,8 @@
615
623
  },
616
624
  "node_modules/@asyncapi/raml-dt-schema-parser": {
617
625
  "version": "4.0.6",
618
- "license": "Apache-2.0",
626
+ "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.6.tgz",
627
+ "integrity": "sha512-3l3WFTDrgtbel6xY9ohWtAA/DVJangGrLKIDOr+zGacQ5gZNxRRapamXcPJPel5Ut+bnG9jDTh8WJqoC6TZ+EQ==",
619
628
  "dependencies": {
620
629
  "@asyncapi/parser": "^2.1.2",
621
630
  "js-yaml": "^4.1.0",
@@ -625,7 +634,8 @@
625
634
  },
626
635
  "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/@asyncapi/parser": {
627
636
  "version": "2.1.2",
628
- "license": "Apache-2.0",
637
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
638
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
629
639
  "dependencies": {
630
640
  "@asyncapi/specs": "^5.1.0",
631
641
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -650,7 +660,8 @@
650
660
  },
651
661
  "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/js-yaml": {
652
662
  "version": "4.1.0",
653
- "license": "MIT",
663
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
664
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
654
665
  "dependencies": {
655
666
  "argparse": "^2.0.1"
656
667
  },
@@ -660,7 +671,8 @@
660
671
  },
661
672
  "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/node-fetch": {
662
673
  "version": "2.6.7",
663
- "license": "MIT",
674
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
675
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
664
676
  "dependencies": {
665
677
  "whatwg-url": "^5.0.0"
666
678
  },
@@ -2357,7 +2369,8 @@
2357
2369
  },
2358
2370
  "node_modules/@cspotcode/source-map-support": {
2359
2371
  "version": "0.8.1",
2360
- "license": "MIT",
2372
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
2373
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
2361
2374
  "dependencies": {
2362
2375
  "@jridgewell/trace-mapping": "0.3.9"
2363
2376
  },
@@ -2367,7 +2380,8 @@
2367
2380
  },
2368
2381
  "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
2369
2382
  "version": "0.3.9",
2370
- "license": "MIT",
2383
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
2384
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
2371
2385
  "dependencies": {
2372
2386
  "@jridgewell/resolve-uri": "^3.0.3",
2373
2387
  "@jridgewell/sourcemap-codec": "^1.4.10"
@@ -2488,7 +2502,8 @@
2488
2502
  },
2489
2503
  "node_modules/@gar/promisify": {
2490
2504
  "version": "1.1.3",
2491
- "license": "MIT"
2505
+ "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
2506
+ "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw=="
2492
2507
  },
2493
2508
  "node_modules/@github/browserslist-config": {
2494
2509
  "version": "1.0.0",
@@ -2529,7 +2544,8 @@
2529
2544
  },
2530
2545
  "node_modules/@isaacs/string-locale-compare": {
2531
2546
  "version": "1.1.0",
2532
- "license": "ISC"
2547
+ "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
2548
+ "integrity": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ=="
2533
2549
  },
2534
2550
  "node_modules/@jimp/bmp": {
2535
2551
  "version": "0.16.13",
@@ -2999,14 +3015,16 @@
2999
3015
  },
3000
3016
  "node_modules/@kwsites/file-exists": {
3001
3017
  "version": "1.1.1",
3002
- "license": "MIT",
3018
+ "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
3019
+ "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
3003
3020
  "dependencies": {
3004
3021
  "debug": "^4.1.1"
3005
3022
  }
3006
3023
  },
3007
3024
  "node_modules/@kwsites/promise-deferred": {
3008
3025
  "version": "1.1.1",
3009
- "license": "MIT"
3026
+ "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
3027
+ "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
3010
3028
  },
3011
3029
  "node_modules/@nodelib/fs.scandir": {
3012
3030
  "version": "2.1.5",
@@ -3039,7 +3057,8 @@
3039
3057
  },
3040
3058
  "node_modules/@npmcli/arborist": {
3041
3059
  "version": "2.10.0",
3042
- "license": "ISC",
3060
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-2.10.0.tgz",
3061
+ "integrity": "sha512-CLnD+zXG9oijEEzViimz8fbOoFVb7hoypiaf7p6giJhvYtrxLAyY3cZAMPIFQvsG731+02eMDp3LqVBNo7BaZA==",
3043
3062
  "dependencies": {
3044
3063
  "@isaacs/string-locale-compare": "^1.0.1",
3045
3064
  "@npmcli/installed-package-contents": "^1.0.7",
@@ -3083,7 +3102,8 @@
3083
3102
  },
3084
3103
  "node_modules/@npmcli/fs": {
3085
3104
  "version": "1.1.1",
3086
- "license": "ISC",
3105
+ "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
3106
+ "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
3087
3107
  "dependencies": {
3088
3108
  "@gar/promisify": "^1.0.1",
3089
3109
  "semver": "^7.3.5"
@@ -3091,7 +3111,8 @@
3091
3111
  },
3092
3112
  "node_modules/@npmcli/git": {
3093
3113
  "version": "2.1.0",
3094
- "license": "ISC",
3114
+ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.1.0.tgz",
3115
+ "integrity": "sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==",
3095
3116
  "dependencies": {
3096
3117
  "@npmcli/promise-spawn": "^1.3.2",
3097
3118
  "lru-cache": "^6.0.0",
@@ -3105,7 +3126,8 @@
3105
3126
  },
3106
3127
  "node_modules/@npmcli/git/node_modules/lru-cache": {
3107
3128
  "version": "6.0.0",
3108
- "license": "ISC",
3129
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
3130
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
3109
3131
  "dependencies": {
3110
3132
  "yallist": "^4.0.0"
3111
3133
  },
@@ -3115,11 +3137,13 @@
3115
3137
  },
3116
3138
  "node_modules/@npmcli/git/node_modules/yallist": {
3117
3139
  "version": "4.0.0",
3118
- "license": "ISC"
3140
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3141
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3119
3142
  },
3120
3143
  "node_modules/@npmcli/installed-package-contents": {
3121
3144
  "version": "1.0.7",
3122
- "license": "ISC",
3145
+ "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz",
3146
+ "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==",
3123
3147
  "dependencies": {
3124
3148
  "npm-bundled": "^1.1.1",
3125
3149
  "npm-normalize-package-bin": "^1.0.1"
@@ -3133,7 +3157,8 @@
3133
3157
  },
3134
3158
  "node_modules/@npmcli/map-workspaces": {
3135
3159
  "version": "1.0.4",
3136
- "license": "ISC",
3160
+ "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-1.0.4.tgz",
3161
+ "integrity": "sha512-wVR8QxhyXsFcD/cORtJwGQodeeaDf0OxcHie8ema4VgFeqwYkFsDPnSrIRSytX8xR6nKPAH89WnwTcaU608b/Q==",
3137
3162
  "dependencies": {
3138
3163
  "@npmcli/name-from-folder": "^1.0.1",
3139
3164
  "glob": "^7.1.6",
@@ -3146,7 +3171,8 @@
3146
3171
  },
3147
3172
  "node_modules/@npmcli/metavuln-calculator": {
3148
3173
  "version": "1.1.1",
3149
- "license": "ISC",
3174
+ "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-1.1.1.tgz",
3175
+ "integrity": "sha512-9xe+ZZ1iGVaUovBVFI9h3qW+UuECUzhvZPxK9RaEA2mjU26o5D0JloGYWwLYvQELJNmBdQB6rrpuN8jni6LwzQ==",
3150
3176
  "dependencies": {
3151
3177
  "cacache": "^15.0.5",
3152
3178
  "pacote": "^11.1.11",
@@ -3155,8 +3181,9 @@
3155
3181
  },
3156
3182
  "node_modules/@npmcli/move-file": {
3157
3183
  "version": "1.1.2",
3184
+ "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
3185
+ "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
3158
3186
  "deprecated": "This functionality has been moved to @npmcli/fs",
3159
- "license": "MIT",
3160
3187
  "dependencies": {
3161
3188
  "mkdirp": "^1.0.4",
3162
3189
  "rimraf": "^3.0.2"
@@ -3167,29 +3194,34 @@
3167
3194
  },
3168
3195
  "node_modules/@npmcli/name-from-folder": {
3169
3196
  "version": "1.0.1",
3170
- "license": "ISC"
3197
+ "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz",
3198
+ "integrity": "sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA=="
3171
3199
  },
3172
3200
  "node_modules/@npmcli/node-gyp": {
3173
3201
  "version": "1.0.3",
3174
- "license": "ISC"
3202
+ "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-1.0.3.tgz",
3203
+ "integrity": "sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA=="
3175
3204
  },
3176
3205
  "node_modules/@npmcli/package-json": {
3177
3206
  "version": "1.0.1",
3178
- "license": "ISC",
3207
+ "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
3208
+ "integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==",
3179
3209
  "dependencies": {
3180
3210
  "json-parse-even-better-errors": "^2.3.1"
3181
3211
  }
3182
3212
  },
3183
3213
  "node_modules/@npmcli/promise-spawn": {
3184
3214
  "version": "1.3.2",
3185
- "license": "ISC",
3215
+ "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz",
3216
+ "integrity": "sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==",
3186
3217
  "dependencies": {
3187
3218
  "infer-owner": "^1.0.4"
3188
3219
  }
3189
3220
  },
3190
3221
  "node_modules/@npmcli/run-script": {
3191
3222
  "version": "1.8.6",
3192
- "license": "ISC",
3223
+ "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.6.tgz",
3224
+ "integrity": "sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==",
3193
3225
  "dependencies": {
3194
3226
  "@npmcli/node-gyp": "^1.0.2",
3195
3227
  "@npmcli/promise-spawn": "^1.3.2",
@@ -3325,7 +3357,8 @@
3325
3357
  },
3326
3358
  "node_modules/@smoya/multi-parser": {
3327
3359
  "version": "5.0.0",
3328
- "license": "Apache-2.0",
3360
+ "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.0.tgz",
3361
+ "integrity": "sha512-8cBG+pD478YHblQafBDngubW6lVcxJK+WJb0EtMnPYhP9upMBceRAnWRVL1RgZ5t/3C2C9DsjOo7IazW78Kf5g==",
3329
3362
  "dependencies": {
3330
3363
  "@asyncapi/avro-schema-parser": "^3.0.3",
3331
3364
  "@asyncapi/openapi-schema-parser": "^3.0.4",
@@ -3631,19 +3664,23 @@
3631
3664
  },
3632
3665
  "node_modules/@tsconfig/node10": {
3633
3666
  "version": "1.0.9",
3634
- "license": "MIT"
3667
+ "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
3668
+ "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA=="
3635
3669
  },
3636
3670
  "node_modules/@tsconfig/node12": {
3637
3671
  "version": "1.0.11",
3638
- "license": "MIT"
3672
+ "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
3673
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag=="
3639
3674
  },
3640
3675
  "node_modules/@tsconfig/node14": {
3641
3676
  "version": "1.0.3",
3642
- "license": "MIT"
3677
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
3678
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow=="
3643
3679
  },
3644
3680
  "node_modules/@tsconfig/node16": {
3645
3681
  "version": "1.0.4",
3646
- "license": "MIT"
3682
+ "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
3683
+ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA=="
3647
3684
  },
3648
3685
  "node_modules/@types/cookie": {
3649
3686
  "version": "0.4.1",
@@ -3920,7 +3957,8 @@
3920
3957
  },
3921
3958
  "node_modules/a-sync-waterfall": {
3922
3959
  "version": "1.0.1",
3923
- "license": "MIT"
3960
+ "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
3961
+ "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA=="
3924
3962
  },
3925
3963
  "node_modules/abab": {
3926
3964
  "version": "2.0.6",
@@ -3928,7 +3966,8 @@
3928
3966
  },
3929
3967
  "node_modules/abbrev": {
3930
3968
  "version": "1.1.1",
3931
- "license": "ISC"
3969
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
3970
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
3932
3971
  },
3933
3972
  "node_modules/abort-controller": {
3934
3973
  "version": "3.0.0",
@@ -3997,7 +4036,8 @@
3997
4036
  },
3998
4037
  "node_modules/acorn-walk": {
3999
4038
  "version": "8.3.0",
4000
- "license": "MIT",
4039
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz",
4040
+ "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==",
4001
4041
  "engines": {
4002
4042
  "node": ">=0.4.0"
4003
4043
  }
@@ -4014,7 +4054,8 @@
4014
4054
  },
4015
4055
  "node_modules/agentkeepalive": {
4016
4056
  "version": "4.5.0",
4017
- "license": "MIT",
4057
+ "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz",
4058
+ "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==",
4018
4059
  "dependencies": {
4019
4060
  "humanize-ms": "^1.2.1"
4020
4061
  },
@@ -4024,7 +4065,8 @@
4024
4065
  },
4025
4066
  "node_modules/aggregate-error": {
4026
4067
  "version": "3.1.0",
4027
- "license": "MIT",
4068
+ "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
4069
+ "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
4028
4070
  "dependencies": {
4029
4071
  "clean-stack": "^2.0.0",
4030
4072
  "indent-string": "^4.0.0"
@@ -4097,7 +4139,8 @@
4097
4139
  },
4098
4140
  "node_modules/ansi-regex": {
4099
4141
  "version": "2.1.1",
4100
- "license": "MIT",
4142
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
4143
+ "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
4101
4144
  "engines": {
4102
4145
  "node": ">=0.10.0"
4103
4146
  }
@@ -4118,7 +4161,8 @@
4118
4161
  },
4119
4162
  "node_modules/anymatch": {
4120
4163
  "version": "3.1.3",
4121
- "license": "ISC",
4164
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
4165
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
4122
4166
  "dependencies": {
4123
4167
  "normalize-path": "^3.0.0",
4124
4168
  "picomatch": "^2.0.4"
@@ -4173,11 +4217,13 @@
4173
4217
  },
4174
4218
  "node_modules/aproba": {
4175
4219
  "version": "1.2.0",
4176
- "license": "ISC"
4220
+ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
4221
+ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
4177
4222
  },
4178
4223
  "node_modules/are-we-there-yet": {
4179
4224
  "version": "1.1.7",
4180
- "license": "ISC",
4225
+ "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz",
4226
+ "integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==",
4181
4227
  "dependencies": {
4182
4228
  "delegates": "^1.0.0",
4183
4229
  "readable-stream": "^2.0.6"
@@ -4185,7 +4231,8 @@
4185
4231
  },
4186
4232
  "node_modules/arg": {
4187
4233
  "version": "4.1.3",
4188
- "license": "MIT"
4234
+ "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
4235
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA=="
4189
4236
  },
4190
4237
  "node_modules/argparse": {
4191
4238
  "version": "2.0.1",
@@ -4307,18 +4354,21 @@
4307
4354
  },
4308
4355
  "node_modules/asap": {
4309
4356
  "version": "2.0.6",
4310
- "license": "MIT"
4357
+ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
4358
+ "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
4311
4359
  },
4312
4360
  "node_modules/asn1": {
4313
4361
  "version": "0.2.6",
4314
- "license": "MIT",
4362
+ "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
4363
+ "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
4315
4364
  "dependencies": {
4316
4365
  "safer-buffer": "~2.1.0"
4317
4366
  }
4318
4367
  },
4319
4368
  "node_modules/assert-plus": {
4320
4369
  "version": "1.0.0",
4321
- "license": "MIT",
4370
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
4371
+ "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
4322
4372
  "engines": {
4323
4373
  "node": ">=0.8"
4324
4374
  }
@@ -4375,14 +4425,16 @@
4375
4425
  },
4376
4426
  "node_modules/aws-sign2": {
4377
4427
  "version": "0.7.0",
4378
- "license": "Apache-2.0",
4428
+ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
4429
+ "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
4379
4430
  "engines": {
4380
4431
  "node": "*"
4381
4432
  }
4382
4433
  },
4383
4434
  "node_modules/aws4": {
4384
4435
  "version": "1.12.0",
4385
- "license": "MIT"
4436
+ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz",
4437
+ "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg=="
4386
4438
  },
4387
4439
  "node_modules/axe-core": {
4388
4440
  "version": "4.7.0",
@@ -4476,7 +4528,8 @@
4476
4528
  },
4477
4529
  "node_modules/bcrypt-pbkdf": {
4478
4530
  "version": "1.0.2",
4479
- "license": "BSD-3-Clause",
4531
+ "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
4532
+ "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
4480
4533
  "dependencies": {
4481
4534
  "tweetnacl": "^0.14.3"
4482
4535
  }
@@ -4490,7 +4543,8 @@
4490
4543
  },
4491
4544
  "node_modules/bin-links": {
4492
4545
  "version": "2.3.0",
4493
- "license": "ISC",
4546
+ "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-2.3.0.tgz",
4547
+ "integrity": "sha512-JzrOLHLwX2zMqKdyYZjkDgQGT+kHDkIhv2/IK2lJ00qLxV4TmFoHi8drDBb6H5Zrz1YfgHkai4e2MGPqnoUhqA==",
4494
4548
  "dependencies": {
4495
4549
  "cmd-shim": "^4.0.1",
4496
4550
  "mkdirp-infer-owner": "^2.0.0",
@@ -4505,7 +4559,8 @@
4505
4559
  },
4506
4560
  "node_modules/binary-extensions": {
4507
4561
  "version": "2.2.0",
4508
- "license": "MIT",
4562
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
4563
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
4509
4564
  "engines": {
4510
4565
  "node": ">=8"
4511
4566
  }
@@ -4650,7 +4705,8 @@
4650
4705
  },
4651
4706
  "node_modules/builtins": {
4652
4707
  "version": "1.0.3",
4653
- "license": "MIT"
4708
+ "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
4709
+ "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ=="
4654
4710
  },
4655
4711
  "node_modules/bundle-name": {
4656
4712
  "version": "3.0.0",
@@ -4667,7 +4723,8 @@
4667
4723
  },
4668
4724
  "node_modules/cacache": {
4669
4725
  "version": "15.3.0",
4670
- "license": "ISC",
4726
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
4727
+ "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
4671
4728
  "dependencies": {
4672
4729
  "@npmcli/fs": "^1.0.0",
4673
4730
  "@npmcli/move-file": "^1.0.1",
@@ -4694,7 +4751,8 @@
4694
4751
  },
4695
4752
  "node_modules/cacache/node_modules/lru-cache": {
4696
4753
  "version": "6.0.0",
4697
- "license": "ISC",
4754
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
4755
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
4698
4756
  "dependencies": {
4699
4757
  "yallist": "^4.0.0"
4700
4758
  },
@@ -4704,7 +4762,8 @@
4704
4762
  },
4705
4763
  "node_modules/cacache/node_modules/yallist": {
4706
4764
  "version": "4.0.0",
4707
- "license": "ISC"
4765
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
4766
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
4708
4767
  },
4709
4768
  "node_modules/cacheable-lookup": {
4710
4769
  "version": "7.0.0",
@@ -4780,7 +4839,8 @@
4780
4839
  },
4781
4840
  "node_modules/caseless": {
4782
4841
  "version": "0.12.0",
4783
- "license": "Apache-2.0"
4842
+ "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
4843
+ "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
4784
4844
  },
4785
4845
  "node_modules/chalk": {
4786
4846
  "version": "4.1.2",
@@ -4842,13 +4902,14 @@
4842
4902
  },
4843
4903
  "node_modules/chokidar": {
4844
4904
  "version": "3.5.3",
4905
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
4906
+ "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
4845
4907
  "funding": [
4846
4908
  {
4847
4909
  "type": "individual",
4848
4910
  "url": "https://paulmillr.com/funding/"
4849
4911
  }
4850
4912
  ],
4851
- "license": "MIT",
4852
4913
  "dependencies": {
4853
4914
  "anymatch": "~3.1.2",
4854
4915
  "braces": "~3.0.2",
@@ -4867,14 +4928,16 @@
4867
4928
  },
4868
4929
  "node_modules/chownr": {
4869
4930
  "version": "2.0.0",
4870
- "license": "ISC",
4931
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
4932
+ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
4871
4933
  "engines": {
4872
4934
  "node": ">=10"
4873
4935
  }
4874
4936
  },
4875
4937
  "node_modules/clean-stack": {
4876
4938
  "version": "2.2.0",
4877
- "license": "MIT",
4939
+ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
4940
+ "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
4878
4941
  "engines": {
4879
4942
  "node": ">=6"
4880
4943
  }
@@ -4898,7 +4961,8 @@
4898
4961
  },
4899
4962
  "node_modules/cmd-shim": {
4900
4963
  "version": "4.1.0",
4901
- "license": "ISC",
4964
+ "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-4.1.0.tgz",
4965
+ "integrity": "sha512-lb9L7EM4I/ZRVuljLPEtUJOP+xiQVknZ4ZMpMgEp4JzNldPb27HU03hi6K1/6CoIuit/Zm/LQXySErFeXxDprw==",
4902
4966
  "dependencies": {
4903
4967
  "mkdirp-infer-owner": "^2.0.0"
4904
4968
  },
@@ -4924,7 +4988,8 @@
4924
4988
  },
4925
4989
  "node_modules/code-point-at": {
4926
4990
  "version": "1.1.0",
4927
- "license": "MIT",
4991
+ "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
4992
+ "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==",
4928
4993
  "engines": {
4929
4994
  "node": ">=0.10.0"
4930
4995
  }
@@ -4952,7 +5017,8 @@
4952
5017
  },
4953
5018
  "node_modules/commander": {
4954
5019
  "version": "6.2.1",
4955
- "license": "MIT",
5020
+ "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
5021
+ "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
4956
5022
  "engines": {
4957
5023
  "node": ">= 6"
4958
5024
  }
@@ -4974,7 +5040,8 @@
4974
5040
  },
4975
5041
  "node_modules/common-ancestor-path": {
4976
5042
  "version": "1.0.1",
4977
- "license": "ISC"
5043
+ "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
5044
+ "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w=="
4978
5045
  },
4979
5046
  "node_modules/concat-map": {
4980
5047
  "version": "0.0.1",
@@ -5007,7 +5074,8 @@
5007
5074
  },
5008
5075
  "node_modules/console-control-strings": {
5009
5076
  "version": "1.1.0",
5010
- "license": "ISC"
5077
+ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
5078
+ "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
5011
5079
  },
5012
5080
  "node_modules/convert-source-map": {
5013
5081
  "version": "2.0.0",
@@ -5045,7 +5113,8 @@
5045
5113
  },
5046
5114
  "node_modules/core-util-is": {
5047
5115
  "version": "1.0.3",
5048
- "license": "MIT"
5116
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
5117
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
5049
5118
  },
5050
5119
  "node_modules/cors": {
5051
5120
  "version": "2.8.5",
@@ -5060,7 +5129,8 @@
5060
5129
  },
5061
5130
  "node_modules/create-require": {
5062
5131
  "version": "1.1.1",
5063
- "license": "MIT"
5132
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
5133
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="
5064
5134
  },
5065
5135
  "node_modules/cross-fetch": {
5066
5136
  "version": "3.1.5",
@@ -5133,7 +5203,8 @@
5133
5203
  },
5134
5204
  "node_modules/dashdash": {
5135
5205
  "version": "1.14.1",
5136
- "license": "MIT",
5206
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
5207
+ "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
5137
5208
  "dependencies": {
5138
5209
  "assert-plus": "^1.0.0"
5139
5210
  },
@@ -5199,8 +5270,9 @@
5199
5270
  },
5200
5271
  "node_modules/debuglog": {
5201
5272
  "version": "1.0.1",
5273
+ "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
5274
+ "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==",
5202
5275
  "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
5203
- "license": "MIT",
5204
5276
  "engines": {
5205
5277
  "node": "*"
5206
5278
  }
@@ -5342,7 +5414,8 @@
5342
5414
  },
5343
5415
  "node_modules/delegates": {
5344
5416
  "version": "1.0.0",
5345
- "license": "MIT"
5417
+ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
5418
+ "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
5346
5419
  },
5347
5420
  "node_modules/dependency-graph": {
5348
5421
  "version": "0.11.0",
@@ -5364,7 +5437,8 @@
5364
5437
  },
5365
5438
  "node_modules/dezalgo": {
5366
5439
  "version": "1.0.4",
5367
- "license": "ISC",
5440
+ "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
5441
+ "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==",
5368
5442
  "dependencies": {
5369
5443
  "asap": "^2.0.0",
5370
5444
  "wrappy": "1"
@@ -5372,7 +5446,8 @@
5372
5446
  },
5373
5447
  "node_modules/diff": {
5374
5448
  "version": "4.0.2",
5375
- "license": "BSD-3-Clause",
5449
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
5450
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
5376
5451
  "engines": {
5377
5452
  "node": ">=0.3.1"
5378
5453
  }
@@ -5463,7 +5538,8 @@
5463
5538
  },
5464
5539
  "node_modules/ecc-jsbn": {
5465
5540
  "version": "0.1.2",
5466
- "license": "MIT",
5541
+ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
5542
+ "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
5467
5543
  "dependencies": {
5468
5544
  "jsbn": "~0.1.0",
5469
5545
  "safer-buffer": "^2.1.0"
@@ -5543,14 +5619,16 @@
5543
5619
  },
5544
5620
  "node_modules/env-paths": {
5545
5621
  "version": "2.2.1",
5546
- "license": "MIT",
5622
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
5623
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
5547
5624
  "engines": {
5548
5625
  "node": ">=6"
5549
5626
  }
5550
5627
  },
5551
5628
  "node_modules/err-code": {
5552
5629
  "version": "2.0.3",
5553
- "license": "MIT"
5630
+ "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
5631
+ "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
5554
5632
  },
5555
5633
  "node_modules/es-abstract": {
5556
5634
  "version": "1.22.3",
@@ -6407,7 +6485,8 @@
6407
6485
  },
6408
6486
  "node_modules/extend": {
6409
6487
  "version": "3.0.2",
6410
- "license": "MIT"
6488
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
6489
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
6411
6490
  },
6412
6491
  "node_modules/extract-zip": {
6413
6492
  "version": "2.0.1",
@@ -6429,10 +6508,11 @@
6429
6508
  },
6430
6509
  "node_modules/extsprintf": {
6431
6510
  "version": "1.3.0",
6511
+ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
6512
+ "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
6432
6513
  "engines": [
6433
6514
  "node >=0.6.0"
6434
- ],
6435
- "license": "MIT"
6515
+ ]
6436
6516
  },
6437
6517
  "node_modules/fast-deep-equal": {
6438
6518
  "version": "3.1.3",
@@ -6513,14 +6593,16 @@
6513
6593
  },
6514
6594
  "node_modules/filename-reserved-regex": {
6515
6595
  "version": "2.0.0",
6516
- "license": "MIT",
6596
+ "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
6597
+ "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==",
6517
6598
  "engines": {
6518
6599
  "node": ">=4"
6519
6600
  }
6520
6601
  },
6521
6602
  "node_modules/filenamify": {
6522
6603
  "version": "4.3.0",
6523
- "license": "MIT",
6604
+ "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz",
6605
+ "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==",
6524
6606
  "dependencies": {
6525
6607
  "filename-reserved-regex": "^2.0.0",
6526
6608
  "strip-outer": "^1.0.1",
@@ -6587,18 +6669,21 @@
6587
6669
  },
6588
6670
  "node_modules/foreachasync": {
6589
6671
  "version": "3.0.0",
6590
- "license": "Apache2"
6672
+ "resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz",
6673
+ "integrity": "sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw=="
6591
6674
  },
6592
6675
  "node_modules/forever-agent": {
6593
6676
  "version": "0.6.1",
6594
- "license": "Apache-2.0",
6677
+ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
6678
+ "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
6595
6679
  "engines": {
6596
6680
  "node": "*"
6597
6681
  }
6598
6682
  },
6599
6683
  "node_modules/form-data": {
6600
6684
  "version": "2.3.3",
6601
- "license": "MIT",
6685
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
6686
+ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
6602
6687
  "dependencies": {
6603
6688
  "asynckit": "^0.4.0",
6604
6689
  "combined-stream": "^1.0.6",
@@ -6621,6 +6706,8 @@
6621
6706
  },
6622
6707
  "node_modules/fs-extra": {
6623
6708
  "version": "0.6.4",
6709
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.6.4.tgz",
6710
+ "integrity": "sha512-5rU898vl/Z948L+kkJedbmo/iltzmiF5bn/eEk0j/SgrPpI+Ydau9xlJPicV7Av2CHYBGz5LAlwTnBU80j1zPQ==",
6624
6711
  "dependencies": {
6625
6712
  "jsonfile": "~1.0.1",
6626
6713
  "mkdirp": "0.3.x",
@@ -6630,19 +6717,22 @@
6630
6717
  },
6631
6718
  "node_modules/fs-extra/node_modules/mkdirp": {
6632
6719
  "version": "0.3.5",
6633
- "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
6634
- "license": "MIT"
6720
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
6721
+ "integrity": "sha512-8OCq0De/h9ZxseqzCH8Kw/Filf5pF/vMI6+BH7Lu0jXz2pqYCjTAQRolSxRIi+Ax+oCCjlxoJMP0YQ4XlrQNHg==",
6722
+ "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)"
6635
6723
  },
6636
6724
  "node_modules/fs-extra/node_modules/rimraf": {
6637
6725
  "version": "2.2.8",
6638
- "license": "MIT",
6726
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
6727
+ "integrity": "sha512-R5KMKHnPAQaZMqLOsyuyUmcIjSeDm+73eoqQpaXA7AZ22BL+6C+1mcUscgOsNd8WVlJuvlgAPsegcx7pjlV0Dg==",
6639
6728
  "bin": {
6640
6729
  "rimraf": "bin.js"
6641
6730
  }
6642
6731
  },
6643
6732
  "node_modules/fs-minipass": {
6644
6733
  "version": "2.1.0",
6645
- "license": "ISC",
6734
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
6735
+ "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
6646
6736
  "dependencies": {
6647
6737
  "minipass": "^3.0.0"
6648
6738
  },
@@ -6652,6 +6742,8 @@
6652
6742
  },
6653
6743
  "node_modules/fs.extra": {
6654
6744
  "version": "1.3.2",
6745
+ "resolved": "https://registry.npmjs.org/fs.extra/-/fs.extra-1.3.2.tgz",
6746
+ "integrity": "sha512-Ig401VXtyrWrz23k9KxAx9OrnL8AHSLNhQ8YJH2wSYuH0ZUfxwBeY6zXkd/oOyVRFTlpEu/0n5gHeuZt7aqbkw==",
6655
6747
  "dependencies": {
6656
6748
  "fs-extra": "~0.6.1",
6657
6749
  "mkdirp": "~0.3.5",
@@ -6663,8 +6755,9 @@
6663
6755
  },
6664
6756
  "node_modules/fs.extra/node_modules/mkdirp": {
6665
6757
  "version": "0.3.5",
6666
- "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
6667
- "license": "MIT"
6758
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
6759
+ "integrity": "sha512-8OCq0De/h9ZxseqzCH8Kw/Filf5pF/vMI6+BH7Lu0jXz2pqYCjTAQRolSxRIi+Ax+oCCjlxoJMP0YQ4XlrQNHg==",
6760
+ "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)"
6668
6761
  },
6669
6762
  "node_modules/fs.realpath": {
6670
6763
  "version": "1.0.0",
@@ -6713,7 +6806,8 @@
6713
6806
  },
6714
6807
  "node_modules/gauge": {
6715
6808
  "version": "2.7.4",
6716
- "license": "ISC",
6809
+ "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
6810
+ "integrity": "sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==",
6717
6811
  "dependencies": {
6718
6812
  "aproba": "^1.0.3",
6719
6813
  "console-control-strings": "^1.0.0",
@@ -6781,7 +6875,8 @@
6781
6875
  },
6782
6876
  "node_modules/getpass": {
6783
6877
  "version": "0.1.7",
6784
- "license": "MIT",
6878
+ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
6879
+ "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
6785
6880
  "dependencies": {
6786
6881
  "assert-plus": "^1.0.0"
6787
6882
  }
@@ -6832,7 +6927,8 @@
6832
6927
  },
6833
6928
  "node_modules/global-dirs": {
6834
6929
  "version": "3.0.1",
6835
- "license": "MIT",
6930
+ "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz",
6931
+ "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==",
6836
6932
  "dependencies": {
6837
6933
  "ini": "2.0.0"
6838
6934
  },
@@ -6926,7 +7022,8 @@
6926
7022
  },
6927
7023
  "node_modules/graceful-fs": {
6928
7024
  "version": "4.2.11",
6929
- "license": "ISC"
7025
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
7026
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
6930
7027
  },
6931
7028
  "node_modules/grapheme-splitter": {
6932
7029
  "version": "1.0.4",
@@ -6939,15 +7036,17 @@
6939
7036
  },
6940
7037
  "node_modules/har-schema": {
6941
7038
  "version": "2.0.0",
6942
- "license": "ISC",
7039
+ "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
7040
+ "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
6943
7041
  "engines": {
6944
7042
  "node": ">=4"
6945
7043
  }
6946
7044
  },
6947
7045
  "node_modules/har-validator": {
6948
7046
  "version": "5.1.5",
7047
+ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
7048
+ "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
6949
7049
  "deprecated": "this library is no longer supported",
6950
- "license": "MIT",
6951
7050
  "dependencies": {
6952
7051
  "ajv": "^6.12.3",
6953
7052
  "har-schema": "^2.0.0"
@@ -7035,7 +7134,8 @@
7035
7134
  },
7036
7135
  "node_modules/has-unicode": {
7037
7136
  "version": "2.0.1",
7038
- "license": "ISC"
7137
+ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
7138
+ "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
7039
7139
  },
7040
7140
  "node_modules/hasown": {
7041
7141
  "version": "2.0.0",
@@ -7076,7 +7176,8 @@
7076
7176
  },
7077
7177
  "node_modules/hosted-git-info": {
7078
7178
  "version": "4.1.0",
7079
- "license": "ISC",
7179
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
7180
+ "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
7080
7181
  "dependencies": {
7081
7182
  "lru-cache": "^6.0.0"
7082
7183
  },
@@ -7086,7 +7187,8 @@
7086
7187
  },
7087
7188
  "node_modules/hosted-git-info/node_modules/lru-cache": {
7088
7189
  "version": "6.0.0",
7089
- "license": "ISC",
7190
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
7191
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
7090
7192
  "dependencies": {
7091
7193
  "yallist": "^4.0.0"
7092
7194
  },
@@ -7096,7 +7198,8 @@
7096
7198
  },
7097
7199
  "node_modules/hosted-git-info/node_modules/yallist": {
7098
7200
  "version": "4.0.0",
7099
- "license": "ISC"
7201
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
7202
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
7100
7203
  },
7101
7204
  "node_modules/html-encoding-sniffer": {
7102
7205
  "version": "2.0.1",
@@ -7126,7 +7229,8 @@
7126
7229
  },
7127
7230
  "node_modules/http-signature": {
7128
7231
  "version": "1.2.0",
7129
- "license": "MIT",
7232
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
7233
+ "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
7130
7234
  "dependencies": {
7131
7235
  "assert-plus": "^1.0.0",
7132
7236
  "jsprim": "^1.2.2",
@@ -7168,7 +7272,8 @@
7168
7272
  },
7169
7273
  "node_modules/humanize-ms": {
7170
7274
  "version": "1.2.1",
7171
- "license": "MIT",
7275
+ "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
7276
+ "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
7172
7277
  "dependencies": {
7173
7278
  "ms": "^2.0.0"
7174
7279
  }
@@ -7211,7 +7316,8 @@
7211
7316
  },
7212
7317
  "node_modules/ignore-walk": {
7213
7318
  "version": "3.0.4",
7214
- "license": "ISC",
7319
+ "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz",
7320
+ "integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==",
7215
7321
  "dependencies": {
7216
7322
  "minimatch": "^3.0.4"
7217
7323
  }
@@ -7269,14 +7375,16 @@
7269
7375
  },
7270
7376
  "node_modules/indent-string": {
7271
7377
  "version": "4.0.0",
7272
- "license": "MIT",
7378
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
7379
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
7273
7380
  "engines": {
7274
7381
  "node": ">=8"
7275
7382
  }
7276
7383
  },
7277
7384
  "node_modules/infer-owner": {
7278
7385
  "version": "1.0.4",
7279
- "license": "ISC"
7386
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
7387
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
7280
7388
  },
7281
7389
  "node_modules/inflight": {
7282
7390
  "version": "1.0.6",
@@ -7292,7 +7400,8 @@
7292
7400
  },
7293
7401
  "node_modules/ini": {
7294
7402
  "version": "2.0.0",
7295
- "license": "ISC",
7403
+ "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz",
7404
+ "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==",
7296
7405
  "engines": {
7297
7406
  "node": ">=10"
7298
7407
  }
@@ -7311,7 +7420,8 @@
7311
7420
  },
7312
7421
  "node_modules/ip": {
7313
7422
  "version": "2.0.0",
7314
- "license": "MIT"
7423
+ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
7424
+ "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
7315
7425
  },
7316
7426
  "node_modules/is-array-buffer": {
7317
7427
  "version": "3.0.2",
@@ -7350,7 +7460,8 @@
7350
7460
  },
7351
7461
  "node_modules/is-binary-path": {
7352
7462
  "version": "2.1.0",
7353
- "license": "MIT",
7463
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
7464
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
7354
7465
  "dependencies": {
7355
7466
  "binary-extensions": "^2.0.0"
7356
7467
  },
@@ -7437,7 +7548,8 @@
7437
7548
  },
7438
7549
  "node_modules/is-fullwidth-code-point": {
7439
7550
  "version": "1.0.0",
7440
- "license": "MIT",
7551
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
7552
+ "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
7441
7553
  "dependencies": {
7442
7554
  "number-is-nan": "^1.0.0"
7443
7555
  },
@@ -7490,7 +7602,8 @@
7490
7602
  },
7491
7603
  "node_modules/is-lambda": {
7492
7604
  "version": "1.0.1",
7493
- "license": "MIT"
7605
+ "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
7606
+ "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ=="
7494
7607
  },
7495
7608
  "node_modules/is-map": {
7496
7609
  "version": "2.0.2",
@@ -7624,7 +7737,8 @@
7624
7737
  },
7625
7738
  "node_modules/is-typedarray": {
7626
7739
  "version": "1.0.0",
7627
- "license": "MIT"
7740
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
7741
+ "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
7628
7742
  },
7629
7743
  "node_modules/is-weakmap": {
7630
7744
  "version": "2.0.1",
@@ -7696,7 +7810,8 @@
7696
7810
  },
7697
7811
  "node_modules/isstream": {
7698
7812
  "version": "0.1.2",
7699
- "license": "MIT"
7813
+ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
7814
+ "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
7700
7815
  },
7701
7816
  "node_modules/iterator.prototype": {
7702
7817
  "version": "1.1.2",
@@ -7773,6 +7888,8 @@
7773
7888
  },
7774
7889
  "node_modules/jmespath": {
7775
7890
  "version": "0.15.0",
7891
+ "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
7892
+ "integrity": "sha512-+kHj8HXArPfpPEKGLZ+kB5ONRTCiGQXo8RQYL0hH8t6pWXUBBK5KkkQmTNOwKK4LEsd0yTsgtjJVm4UBSZea4w==",
7776
7893
  "engines": {
7777
7894
  "node": ">= 0.6.0"
7778
7895
  }
@@ -7813,7 +7930,8 @@
7813
7930
  },
7814
7931
  "node_modules/jsbn": {
7815
7932
  "version": "0.1.1",
7816
- "license": "MIT"
7933
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
7934
+ "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg=="
7817
7935
  },
7818
7936
  "node_modules/jsdom": {
7819
7937
  "version": "16.7.0",
@@ -7936,7 +8054,8 @@
7936
8054
  },
7937
8055
  "node_modules/json-parse-even-better-errors": {
7938
8056
  "version": "2.3.1",
7939
- "license": "MIT"
8057
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
8058
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
7940
8059
  },
7941
8060
  "node_modules/json-pointer": {
7942
8061
  "version": "0.6.2",
@@ -7947,7 +8066,8 @@
7947
8066
  },
7948
8067
  "node_modules/json-schema": {
7949
8068
  "version": "0.4.0",
7950
- "license": "(AFL-2.1 OR BSD-3-Clause)"
8069
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
8070
+ "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
7951
8071
  },
7952
8072
  "node_modules/json-schema-migrate": {
7953
8073
  "version": "0.2.0",
@@ -7986,14 +8106,16 @@
7986
8106
  },
7987
8107
  "node_modules/json-stringify-nice": {
7988
8108
  "version": "1.1.4",
7989
- "license": "ISC",
8109
+ "resolved": "https://registry.npmjs.org/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz",
8110
+ "integrity": "sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==",
7990
8111
  "funding": {
7991
8112
  "url": "https://github.com/sponsors/isaacs"
7992
8113
  }
7993
8114
  },
7994
8115
  "node_modules/json-stringify-safe": {
7995
8116
  "version": "5.0.1",
7996
- "license": "ISC"
8117
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
8118
+ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
7997
8119
  },
7998
8120
  "node_modules/json-to-ast": {
7999
8121
  "version": "2.1.0",
@@ -8022,14 +8144,17 @@
8022
8144
  "license": "MIT"
8023
8145
  },
8024
8146
  "node_modules/jsonfile": {
8025
- "version": "1.0.1"
8147
+ "version": "1.0.1",
8148
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-1.0.1.tgz",
8149
+ "integrity": "sha512-KbsDJNRfRPF5v49tMNf9sqyyGqGLBcz1v5kZT01kG5ns5mQSltwxCKVmUzVKtEinkUnTDtSrp6ngWpV7Xw0ZlA=="
8026
8150
  },
8027
8151
  "node_modules/jsonparse": {
8028
8152
  "version": "1.3.1",
8153
+ "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
8154
+ "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==",
8029
8155
  "engines": [
8030
8156
  "node >= 0.2.0"
8031
- ],
8032
- "license": "MIT"
8157
+ ]
8033
8158
  },
8034
8159
  "node_modules/jsonpath-plus": {
8035
8160
  "version": "7.2.0",
@@ -8047,7 +8172,8 @@
8047
8172
  },
8048
8173
  "node_modules/jsprim": {
8049
8174
  "version": "1.4.2",
8050
- "license": "MIT",
8175
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
8176
+ "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
8051
8177
  "dependencies": {
8052
8178
  "assert-plus": "1.0.0",
8053
8179
  "extsprintf": "1.3.0",
@@ -8073,11 +8199,13 @@
8073
8199
  },
8074
8200
  "node_modules/just-diff": {
8075
8201
  "version": "3.1.1",
8076
- "license": "MIT"
8202
+ "resolved": "https://registry.npmjs.org/just-diff/-/just-diff-3.1.1.tgz",
8203
+ "integrity": "sha512-sdMWKjRq8qWZEjDcVA6llnUT8RDEBIfOiGpYFPYa9u+2c39JCsejktSP7mj5eRid5EIvTzIpQ2kDOCw1Nq9BjQ=="
8077
8204
  },
8078
8205
  "node_modules/just-diff-apply": {
8079
8206
  "version": "3.1.2",
8080
- "license": "MIT"
8207
+ "resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-3.1.2.tgz",
8208
+ "integrity": "sha512-TCa7ZdxCeq6q3Rgms2JCRHTCfWAETPZ8SzYUbkYF6KR3I03sN29DaOIC+xyWboIcMvjAsD5iG2u/RWzHD8XpgQ=="
8081
8209
  },
8082
8210
  "node_modules/kafkajs": {
8083
8211
  "version": "2.2.4",
@@ -8116,7 +8244,8 @@
8116
8244
  },
8117
8245
  "node_modules/levenshtein-edit-distance": {
8118
8246
  "version": "2.0.5",
8119
- "license": "MIT",
8247
+ "resolved": "https://registry.npmjs.org/levenshtein-edit-distance/-/levenshtein-edit-distance-2.0.5.tgz",
8248
+ "integrity": "sha512-Yuraz7QnMX/JENJU1HA6UtdsbhRzoSFnGpVGVryjQgHtl2s/YmVgmNYkVs5yzVZ9aAvQR9wPBUH3lG755ylxGA==",
8120
8249
  "bin": {
8121
8250
  "levenshtein-edit-distance": "cli.js"
8122
8251
  },
@@ -8214,7 +8343,8 @@
8214
8343
  },
8215
8344
  "node_modules/loglevel": {
8216
8345
  "version": "1.8.1",
8217
- "license": "MIT",
8346
+ "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.1.tgz",
8347
+ "integrity": "sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==",
8218
8348
  "engines": {
8219
8349
  "node": ">= 0.6.0"
8220
8350
  },
@@ -8252,11 +8382,13 @@
8252
8382
  },
8253
8383
  "node_modules/make-error": {
8254
8384
  "version": "1.3.6",
8255
- "license": "ISC"
8385
+ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
8386
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="
8256
8387
  },
8257
8388
  "node_modules/make-fetch-happen": {
8258
8389
  "version": "9.1.0",
8259
- "license": "ISC",
8390
+ "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
8391
+ "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
8260
8392
  "dependencies": {
8261
8393
  "agentkeepalive": "^4.1.3",
8262
8394
  "cacache": "^15.2.0",
@@ -8281,7 +8413,8 @@
8281
8413
  },
8282
8414
  "node_modules/make-fetch-happen/node_modules/lru-cache": {
8283
8415
  "version": "6.0.0",
8284
- "license": "ISC",
8416
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
8417
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
8285
8418
  "dependencies": {
8286
8419
  "yallist": "^4.0.0"
8287
8420
  },
@@ -8291,7 +8424,8 @@
8291
8424
  },
8292
8425
  "node_modules/make-fetch-happen/node_modules/yallist": {
8293
8426
  "version": "4.0.0",
8294
- "license": "ISC"
8427
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
8428
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
8295
8429
  },
8296
8430
  "node_modules/marked": {
8297
8431
  "version": "4.3.0",
@@ -8394,7 +8528,8 @@
8394
8528
  },
8395
8529
  "node_modules/minipass": {
8396
8530
  "version": "3.3.6",
8397
- "license": "ISC",
8531
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
8532
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
8398
8533
  "dependencies": {
8399
8534
  "yallist": "^4.0.0"
8400
8535
  },
@@ -8404,7 +8539,8 @@
8404
8539
  },
8405
8540
  "node_modules/minipass-collect": {
8406
8541
  "version": "1.0.2",
8407
- "license": "ISC",
8542
+ "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
8543
+ "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
8408
8544
  "dependencies": {
8409
8545
  "minipass": "^3.0.0"
8410
8546
  },
@@ -8414,7 +8550,8 @@
8414
8550
  },
8415
8551
  "node_modules/minipass-fetch": {
8416
8552
  "version": "1.4.1",
8417
- "license": "MIT",
8553
+ "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
8554
+ "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
8418
8555
  "dependencies": {
8419
8556
  "minipass": "^3.1.0",
8420
8557
  "minipass-sized": "^1.0.3",
@@ -8429,7 +8566,8 @@
8429
8566
  },
8430
8567
  "node_modules/minipass-flush": {
8431
8568
  "version": "1.0.5",
8432
- "license": "ISC",
8569
+ "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
8570
+ "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
8433
8571
  "dependencies": {
8434
8572
  "minipass": "^3.0.0"
8435
8573
  },
@@ -8439,7 +8577,8 @@
8439
8577
  },
8440
8578
  "node_modules/minipass-json-stream": {
8441
8579
  "version": "1.0.1",
8442
- "license": "MIT",
8580
+ "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz",
8581
+ "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==",
8443
8582
  "dependencies": {
8444
8583
  "jsonparse": "^1.3.1",
8445
8584
  "minipass": "^3.0.0"
@@ -8447,7 +8586,8 @@
8447
8586
  },
8448
8587
  "node_modules/minipass-pipeline": {
8449
8588
  "version": "1.2.4",
8450
- "license": "ISC",
8589
+ "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
8590
+ "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
8451
8591
  "dependencies": {
8452
8592
  "minipass": "^3.0.0"
8453
8593
  },
@@ -8457,7 +8597,8 @@
8457
8597
  },
8458
8598
  "node_modules/minipass-sized": {
8459
8599
  "version": "1.0.3",
8460
- "license": "ISC",
8600
+ "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
8601
+ "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
8461
8602
  "dependencies": {
8462
8603
  "minipass": "^3.0.0"
8463
8604
  },
@@ -8467,11 +8608,13 @@
8467
8608
  },
8468
8609
  "node_modules/minipass/node_modules/yallist": {
8469
8610
  "version": "4.0.0",
8470
- "license": "ISC"
8611
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
8612
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
8471
8613
  },
8472
8614
  "node_modules/minizlib": {
8473
8615
  "version": "2.1.2",
8474
- "license": "MIT",
8616
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
8617
+ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
8475
8618
  "dependencies": {
8476
8619
  "minipass": "^3.0.0",
8477
8620
  "yallist": "^4.0.0"
@@ -8482,11 +8625,13 @@
8482
8625
  },
8483
8626
  "node_modules/minizlib/node_modules/yallist": {
8484
8627
  "version": "4.0.0",
8485
- "license": "ISC"
8628
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
8629
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
8486
8630
  },
8487
8631
  "node_modules/mkdirp": {
8488
8632
  "version": "1.0.4",
8489
- "license": "MIT",
8633
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
8634
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
8490
8635
  "bin": {
8491
8636
  "mkdirp": "bin/cmd.js"
8492
8637
  },
@@ -8500,7 +8645,8 @@
8500
8645
  },
8501
8646
  "node_modules/mkdirp-infer-owner": {
8502
8647
  "version": "2.0.0",
8503
- "license": "ISC",
8648
+ "resolved": "https://registry.npmjs.org/mkdirp-infer-owner/-/mkdirp-infer-owner-2.0.0.tgz",
8649
+ "integrity": "sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw==",
8504
8650
  "dependencies": {
8505
8651
  "chownr": "^2.0.0",
8506
8652
  "infer-owner": "^1.0.4",
@@ -8586,7 +8732,8 @@
8586
8732
  },
8587
8733
  "node_modules/ncp": {
8588
8734
  "version": "0.4.2",
8589
- "license": "MIT",
8735
+ "resolved": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz",
8736
+ "integrity": "sha512-PfGU8jYWdRl4FqJfCy0IzbkGyFHntfWygZg46nFk/dJD/XRrk2cj0SsKSX9n5u5gE0E0YfEpKWrEkfjnlZSTXA==",
8590
8737
  "bin": {
8591
8738
  "ncp": "bin/ncp"
8592
8739
  }
@@ -8643,7 +8790,8 @@
8643
8790
  },
8644
8791
  "node_modules/node-gyp": {
8645
8792
  "version": "7.1.2",
8646
- "license": "MIT",
8793
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz",
8794
+ "integrity": "sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==",
8647
8795
  "dependencies": {
8648
8796
  "env-paths": "^2.2.0",
8649
8797
  "glob": "^7.1.4",
@@ -8678,7 +8826,8 @@
8678
8826
  },
8679
8827
  "node_modules/nopt": {
8680
8828
  "version": "5.0.0",
8681
- "license": "ISC",
8829
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
8830
+ "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
8682
8831
  "dependencies": {
8683
8832
  "abbrev": "1"
8684
8833
  },
@@ -8691,7 +8840,8 @@
8691
8840
  },
8692
8841
  "node_modules/normalize-path": {
8693
8842
  "version": "3.0.0",
8694
- "license": "MIT",
8843
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
8844
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
8695
8845
  "engines": {
8696
8846
  "node": ">=0.10.0"
8697
8847
  }
@@ -8708,14 +8858,16 @@
8708
8858
  },
8709
8859
  "node_modules/npm-bundled": {
8710
8860
  "version": "1.1.2",
8711
- "license": "ISC",
8861
+ "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz",
8862
+ "integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==",
8712
8863
  "dependencies": {
8713
8864
  "npm-normalize-package-bin": "^1.0.1"
8714
8865
  }
8715
8866
  },
8716
8867
  "node_modules/npm-install-checks": {
8717
8868
  "version": "4.0.0",
8718
- "license": "BSD-2-Clause",
8869
+ "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz",
8870
+ "integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==",
8719
8871
  "dependencies": {
8720
8872
  "semver": "^7.1.1"
8721
8873
  },
@@ -8725,11 +8877,13 @@
8725
8877
  },
8726
8878
  "node_modules/npm-normalize-package-bin": {
8727
8879
  "version": "1.0.1",
8728
- "license": "ISC"
8880
+ "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
8881
+ "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="
8729
8882
  },
8730
8883
  "node_modules/npm-package-arg": {
8731
8884
  "version": "8.1.5",
8732
- "license": "ISC",
8885
+ "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.1.5.tgz",
8886
+ "integrity": "sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==",
8733
8887
  "dependencies": {
8734
8888
  "hosted-git-info": "^4.0.1",
8735
8889
  "semver": "^7.3.4",
@@ -8741,7 +8895,8 @@
8741
8895
  },
8742
8896
  "node_modules/npm-packlist": {
8743
8897
  "version": "2.2.2",
8744
- "license": "ISC",
8898
+ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.2.tgz",
8899
+ "integrity": "sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==",
8745
8900
  "dependencies": {
8746
8901
  "glob": "^7.1.6",
8747
8902
  "ignore-walk": "^3.0.3",
@@ -8757,7 +8912,8 @@
8757
8912
  },
8758
8913
  "node_modules/npm-pick-manifest": {
8759
8914
  "version": "6.1.1",
8760
- "license": "ISC",
8915
+ "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz",
8916
+ "integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==",
8761
8917
  "dependencies": {
8762
8918
  "npm-install-checks": "^4.0.0",
8763
8919
  "npm-normalize-package-bin": "^1.0.1",
@@ -8767,7 +8923,8 @@
8767
8923
  },
8768
8924
  "node_modules/npm-registry-fetch": {
8769
8925
  "version": "11.0.0",
8770
- "license": "ISC",
8926
+ "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-11.0.0.tgz",
8927
+ "integrity": "sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==",
8771
8928
  "dependencies": {
8772
8929
  "make-fetch-happen": "^9.0.1",
8773
8930
  "minipass": "^3.1.3",
@@ -8792,7 +8949,8 @@
8792
8949
  },
8793
8950
  "node_modules/npmlog": {
8794
8951
  "version": "4.1.2",
8795
- "license": "ISC",
8952
+ "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
8953
+ "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
8796
8954
  "dependencies": {
8797
8955
  "are-we-there-yet": "~1.1.2",
8798
8956
  "console-control-strings": "~1.1.0",
@@ -8810,14 +8968,16 @@
8810
8968
  },
8811
8969
  "node_modules/number-is-nan": {
8812
8970
  "version": "1.0.1",
8813
- "license": "MIT",
8971
+ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
8972
+ "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
8814
8973
  "engines": {
8815
8974
  "node": ">=0.10.0"
8816
8975
  }
8817
8976
  },
8818
8977
  "node_modules/nunjucks": {
8819
8978
  "version": "3.2.4",
8820
- "license": "BSD-2-Clause",
8979
+ "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz",
8980
+ "integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==",
8821
8981
  "dependencies": {
8822
8982
  "a-sync-waterfall": "^1.0.0",
8823
8983
  "asap": "^2.0.3",
@@ -8840,7 +9000,8 @@
8840
9000
  },
8841
9001
  "node_modules/nunjucks/node_modules/commander": {
8842
9002
  "version": "5.1.0",
8843
- "license": "MIT",
9003
+ "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
9004
+ "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
8844
9005
  "engines": {
8845
9006
  "node": ">= 6"
8846
9007
  }
@@ -8851,7 +9012,8 @@
8851
9012
  },
8852
9013
  "node_modules/oauth-sign": {
8853
9014
  "version": "0.9.0",
8854
- "license": "Apache-2.0",
9015
+ "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
9016
+ "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
8855
9017
  "engines": {
8856
9018
  "node": "*"
8857
9019
  }
@@ -9042,7 +9204,8 @@
9042
9204
  },
9043
9205
  "node_modules/p-map": {
9044
9206
  "version": "4.0.0",
9045
- "license": "MIT",
9207
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
9208
+ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
9046
9209
  "dependencies": {
9047
9210
  "aggregate-error": "^3.0.0"
9048
9211
  },
@@ -9062,7 +9225,8 @@
9062
9225
  },
9063
9226
  "node_modules/pacote": {
9064
9227
  "version": "11.3.5",
9065
- "license": "ISC",
9228
+ "resolved": "https://registry.npmjs.org/pacote/-/pacote-11.3.5.tgz",
9229
+ "integrity": "sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg==",
9066
9230
  "dependencies": {
9067
9231
  "@npmcli/git": "^2.1.0",
9068
9232
  "@npmcli/installed-package-contents": "^1.0.6",
@@ -9125,7 +9289,8 @@
9125
9289
  },
9126
9290
  "node_modules/parse-conflict-json": {
9127
9291
  "version": "1.1.1",
9128
- "license": "ISC",
9292
+ "resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-1.1.1.tgz",
9293
+ "integrity": "sha512-4gySviBiW5TRl7XHvp1agcS7SOe0KZOjC//71dzZVWJrY9hCrgtvl5v3SyIxCZ4fZF47TxD9nfzmxcx76xmbUw==",
9129
9294
  "dependencies": {
9130
9295
  "json-parse-even-better-errors": "^2.3.0",
9131
9296
  "just-diff": "^3.0.1",
@@ -9143,7 +9308,8 @@
9143
9308
  "node_modules/parserapiv1": {
9144
9309
  "name": "@asyncapi/parser",
9145
9310
  "version": "2.1.2",
9146
- "license": "Apache-2.0",
9311
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz",
9312
+ "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==",
9147
9313
  "dependencies": {
9148
9314
  "@asyncapi/specs": "^5.1.0",
9149
9315
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -9168,7 +9334,8 @@
9168
9334
  },
9169
9335
  "node_modules/parserapiv1/node_modules/js-yaml": {
9170
9336
  "version": "4.1.0",
9171
- "license": "MIT",
9337
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
9338
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
9172
9339
  "dependencies": {
9173
9340
  "argparse": "^2.0.1"
9174
9341
  },
@@ -9178,7 +9345,8 @@
9178
9345
  },
9179
9346
  "node_modules/parserapiv1/node_modules/node-fetch": {
9180
9347
  "version": "2.6.7",
9181
- "license": "MIT",
9348
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
9349
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
9182
9350
  "dependencies": {
9183
9351
  "whatwg-url": "^5.0.0"
9184
9352
  },
@@ -9197,7 +9365,8 @@
9197
9365
  "node_modules/parserapiv2": {
9198
9366
  "name": "@asyncapi/parser",
9199
9367
  "version": "3.0.0-next-major-spec.8",
9200
- "license": "Apache-2.0",
9368
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.8.tgz",
9369
+ "integrity": "sha512-d8ebYM08BCsx3Q4AeLke6naU/NrcAXFEVpS6b3EWcKRdUDce+v0X5k9aDH+YXWCaQApEF28UzcxhlSOJvhIFgQ==",
9201
9370
  "dependencies": {
9202
9371
  "@asyncapi/specs": "^6.0.0-next-major-spec.9",
9203
9372
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -9219,15 +9388,17 @@
9219
9388
  }
9220
9389
  },
9221
9390
  "node_modules/parserapiv2/node_modules/@asyncapi/specs": {
9222
- "version": "6.0.0-next-major-spec.13",
9223
- "license": "Apache-2.0",
9391
+ "version": "6.0.0-next-major-spec.15",
9392
+ "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.15.tgz",
9393
+ "integrity": "sha512-yIh32KhmZQBxvnPr3D0BcsJ6XNLaCD9JicAGktyJvRzKVA73zxB2qmCp8v4+dHM9/SlQ6HQ7wBqC3H/5eC+5uA==",
9224
9394
  "dependencies": {
9225
9395
  "@types/json-schema": "^7.0.11"
9226
9396
  }
9227
9397
  },
9228
9398
  "node_modules/parserapiv2/node_modules/js-yaml": {
9229
9399
  "version": "4.1.0",
9230
- "license": "MIT",
9400
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
9401
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
9231
9402
  "dependencies": {
9232
9403
  "argparse": "^2.0.1"
9233
9404
  },
@@ -9237,7 +9408,8 @@
9237
9408
  },
9238
9409
  "node_modules/parserapiv2/node_modules/node-fetch": {
9239
9410
  "version": "2.6.7",
9240
- "license": "MIT",
9411
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
9412
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
9241
9413
  "dependencies": {
9242
9414
  "whatwg-url": "^5.0.0"
9243
9415
  },
@@ -9255,8 +9427,9 @@
9255
9427
  },
9256
9428
  "node_modules/parserapiv3": {
9257
9429
  "name": "@asyncapi/parser",
9258
- "version": "3.0.0-next-major-spec.12",
9259
- "license": "Apache-2.0",
9430
+ "version": "3.0.0-next-major-spec.14",
9431
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.14.tgz",
9432
+ "integrity": "sha512-eDpLXstvWbZ2lS/0VLksBgqcaOzINvzTEt5sFahcRkzMBVZFZNn7WJ6VvCLV7q4zJytnG/35/N7HmcT+mO9v/Q==",
9260
9433
  "dependencies": {
9261
9434
  "@asyncapi/specs": "^6.0.0-next-major-spec.9",
9262
9435
  "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
@@ -9278,15 +9451,17 @@
9278
9451
  }
9279
9452
  },
9280
9453
  "node_modules/parserapiv3/node_modules/@asyncapi/specs": {
9281
- "version": "6.0.0-next-major-spec.13",
9282
- "license": "Apache-2.0",
9454
+ "version": "6.0.0-next-major-spec.15",
9455
+ "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.15.tgz",
9456
+ "integrity": "sha512-yIh32KhmZQBxvnPr3D0BcsJ6XNLaCD9JicAGktyJvRzKVA73zxB2qmCp8v4+dHM9/SlQ6HQ7wBqC3H/5eC+5uA==",
9283
9457
  "dependencies": {
9284
9458
  "@types/json-schema": "^7.0.11"
9285
9459
  }
9286
9460
  },
9287
9461
  "node_modules/parserapiv3/node_modules/js-yaml": {
9288
9462
  "version": "4.1.0",
9289
- "license": "MIT",
9463
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
9464
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
9290
9465
  "dependencies": {
9291
9466
  "argparse": "^2.0.1"
9292
9467
  },
@@ -9296,7 +9471,8 @@
9296
9471
  },
9297
9472
  "node_modules/parserapiv3/node_modules/node-fetch": {
9298
9473
  "version": "2.6.7",
9299
- "license": "MIT",
9474
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
9475
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
9300
9476
  "dependencies": {
9301
9477
  "whatwg-url": "^5.0.0"
9302
9478
  },
@@ -9365,7 +9541,8 @@
9365
9541
  },
9366
9542
  "node_modules/performance-now": {
9367
9543
  "version": "2.1.0",
9368
- "license": "MIT"
9544
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
9545
+ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
9369
9546
  },
9370
9547
  "node_modules/phin": {
9371
9548
  "version": "2.9.3",
@@ -9505,7 +9682,8 @@
9505
9682
  },
9506
9683
  "node_modules/proc-log": {
9507
9684
  "version": "1.0.0",
9508
- "license": "ISC"
9685
+ "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
9686
+ "integrity": "sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg=="
9509
9687
  },
9510
9688
  "node_modules/process": {
9511
9689
  "version": "0.11.10",
@@ -9527,25 +9705,29 @@
9527
9705
  },
9528
9706
  "node_modules/promise-all-reject-late": {
9529
9707
  "version": "1.0.1",
9530
- "license": "ISC",
9708
+ "resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
9709
+ "integrity": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==",
9531
9710
  "funding": {
9532
9711
  "url": "https://github.com/sponsors/isaacs"
9533
9712
  }
9534
9713
  },
9535
9714
  "node_modules/promise-call-limit": {
9536
9715
  "version": "1.0.2",
9537
- "license": "ISC",
9716
+ "resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.2.tgz",
9717
+ "integrity": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==",
9538
9718
  "funding": {
9539
9719
  "url": "https://github.com/sponsors/isaacs"
9540
9720
  }
9541
9721
  },
9542
9722
  "node_modules/promise-inflight": {
9543
9723
  "version": "1.0.1",
9544
- "license": "ISC"
9724
+ "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
9725
+ "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g=="
9545
9726
  },
9546
9727
  "node_modules/promise-retry": {
9547
9728
  "version": "2.0.1",
9548
- "license": "MIT",
9729
+ "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
9730
+ "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
9549
9731
  "dependencies": {
9550
9732
  "err-code": "^2.0.2",
9551
9733
  "retry": "^0.12.0"
@@ -9727,11 +9909,13 @@
9727
9909
  },
9728
9910
  "node_modules/read-cmd-shim": {
9729
9911
  "version": "2.0.0",
9730
- "license": "ISC"
9912
+ "resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-2.0.0.tgz",
9913
+ "integrity": "sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw=="
9731
9914
  },
9732
9915
  "node_modules/read-package-json-fast": {
9733
9916
  "version": "2.0.3",
9734
- "license": "ISC",
9917
+ "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz",
9918
+ "integrity": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==",
9735
9919
  "dependencies": {
9736
9920
  "json-parse-even-better-errors": "^2.3.0",
9737
9921
  "npm-normalize-package-bin": "^1.0.1"
@@ -9742,7 +9926,8 @@
9742
9926
  },
9743
9927
  "node_modules/readable-stream": {
9744
9928
  "version": "2.3.8",
9745
- "license": "MIT",
9929
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
9930
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
9746
9931
  "dependencies": {
9747
9932
  "core-util-is": "~1.0.0",
9748
9933
  "inherits": "~2.0.3",
@@ -9755,7 +9940,8 @@
9755
9940
  },
9756
9941
  "node_modules/readable-stream/node_modules/isarray": {
9757
9942
  "version": "1.0.0",
9758
- "license": "MIT"
9943
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
9944
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
9759
9945
  },
9760
9946
  "node_modules/readable-web-to-node-stream": {
9761
9947
  "version": "3.0.2",
@@ -9785,8 +9971,9 @@
9785
9971
  },
9786
9972
  "node_modules/readdir-scoped-modules": {
9787
9973
  "version": "1.1.0",
9974
+ "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz",
9975
+ "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==",
9788
9976
  "deprecated": "This functionality has been moved to @npmcli/fs",
9789
- "license": "ISC",
9790
9977
  "dependencies": {
9791
9978
  "debuglog": "^1.0.1",
9792
9979
  "dezalgo": "^1.0.0",
@@ -9796,7 +9983,8 @@
9796
9983
  },
9797
9984
  "node_modules/readdirp": {
9798
9985
  "version": "3.6.0",
9799
- "license": "MIT",
9986
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
9987
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
9800
9988
  "dependencies": {
9801
9989
  "picomatch": "^2.2.1"
9802
9990
  },
@@ -10356,8 +10544,9 @@
10356
10544
  },
10357
10545
  "node_modules/request": {
10358
10546
  "version": "2.88.2",
10547
+ "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
10548
+ "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
10359
10549
  "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
10360
- "license": "Apache-2.0",
10361
10550
  "dependencies": {
10362
10551
  "aws-sign2": "~0.7.0",
10363
10552
  "aws4": "^1.8.0",
@@ -10386,15 +10575,17 @@
10386
10575
  },
10387
10576
  "node_modules/request/node_modules/qs": {
10388
10577
  "version": "6.5.3",
10389
- "license": "BSD-3-Clause",
10578
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
10579
+ "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
10390
10580
  "engines": {
10391
10581
  "node": ">=0.6"
10392
10582
  }
10393
10583
  },
10394
10584
  "node_modules/request/node_modules/uuid": {
10395
10585
  "version": "3.4.0",
10586
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
10587
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
10396
10588
  "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
10397
- "license": "MIT",
10398
10589
  "bin": {
10399
10590
  "uuid": "bin/uuid"
10400
10591
  }
@@ -10431,14 +10622,16 @@
10431
10622
  },
10432
10623
  "node_modules/resolve-from": {
10433
10624
  "version": "5.0.0",
10434
- "license": "MIT",
10625
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
10626
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
10435
10627
  "engines": {
10436
10628
  "node": ">=8"
10437
10629
  }
10438
10630
  },
10439
10631
  "node_modules/resolve-pkg": {
10440
10632
  "version": "2.0.0",
10441
- "license": "MIT",
10633
+ "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.0.tgz",
10634
+ "integrity": "sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==",
10442
10635
  "dependencies": {
10443
10636
  "resolve-from": "^5.0.0"
10444
10637
  },
@@ -10472,7 +10665,8 @@
10472
10665
  },
10473
10666
  "node_modules/retry": {
10474
10667
  "version": "0.12.0",
10475
- "license": "MIT",
10668
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
10669
+ "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
10476
10670
  "engines": {
10477
10671
  "node": ">= 4"
10478
10672
  }
@@ -10678,7 +10872,8 @@
10678
10872
  },
10679
10873
  "node_modules/set-blocking": {
10680
10874
  "version": "2.0.0",
10681
- "license": "ISC"
10875
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
10876
+ "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
10682
10877
  },
10683
10878
  "node_modules/set-function-length": {
10684
10879
  "version": "1.1.1",
@@ -10750,7 +10945,8 @@
10750
10945
  },
10751
10946
  "node_modules/simple-git": {
10752
10947
  "version": "3.21.0",
10753
- "license": "MIT",
10948
+ "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.21.0.tgz",
10949
+ "integrity": "sha512-oTzw9248AF5bDTMk9MrxsRzEzivMlY+DWH0yWS4VYpMhNLhDWnN06pCtaUyPnqv/FpsdeNmRqmZugMABHRPdDA==",
10754
10950
  "dependencies": {
10755
10951
  "@kwsites/file-exists": "^1.1.1",
10756
10952
  "@kwsites/promise-deferred": "^1.1.1",
@@ -10819,7 +11015,8 @@
10819
11015
  },
10820
11016
  "node_modules/smart-buffer": {
10821
11017
  "version": "4.2.0",
10822
- "license": "MIT",
11018
+ "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
11019
+ "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
10823
11020
  "engines": {
10824
11021
  "node": ">= 6.0.0",
10825
11022
  "npm": ">= 3.0.0"
@@ -10880,7 +11077,8 @@
10880
11077
  },
10881
11078
  "node_modules/socks": {
10882
11079
  "version": "2.7.1",
10883
- "license": "MIT",
11080
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
11081
+ "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
10884
11082
  "dependencies": {
10885
11083
  "ip": "^2.0.0",
10886
11084
  "smart-buffer": "^4.2.0"
@@ -10892,7 +11090,8 @@
10892
11090
  },
10893
11091
  "node_modules/socks-proxy-agent": {
10894
11092
  "version": "6.2.1",
10895
- "license": "MIT",
11093
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
11094
+ "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
10896
11095
  "dependencies": {
10897
11096
  "agent-base": "^6.0.2",
10898
11097
  "debug": "^4.3.3",
@@ -10950,7 +11149,8 @@
10950
11149
  },
10951
11150
  "node_modules/sshpk": {
10952
11151
  "version": "1.18.0",
10953
- "license": "MIT",
11152
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
11153
+ "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
10954
11154
  "dependencies": {
10955
11155
  "asn1": "~0.2.3",
10956
11156
  "assert-plus": "^1.0.0",
@@ -10973,7 +11173,8 @@
10973
11173
  },
10974
11174
  "node_modules/ssri": {
10975
11175
  "version": "8.0.1",
10976
- "license": "ISC",
11176
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
11177
+ "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
10977
11178
  "dependencies": {
10978
11179
  "minipass": "^3.1.1"
10979
11180
  },
@@ -10994,7 +11195,8 @@
10994
11195
  },
10995
11196
  "node_modules/string-width": {
10996
11197
  "version": "1.0.2",
10997
- "license": "MIT",
11198
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
11199
+ "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
10998
11200
  "dependencies": {
10999
11201
  "code-point-at": "^1.0.0",
11000
11202
  "is-fullwidth-code-point": "^1.0.0",
@@ -11045,7 +11247,8 @@
11045
11247
  },
11046
11248
  "node_modules/strip-ansi": {
11047
11249
  "version": "3.0.1",
11048
- "license": "MIT",
11250
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
11251
+ "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
11049
11252
  "dependencies": {
11050
11253
  "ansi-regex": "^2.0.0"
11051
11254
  },
@@ -11081,7 +11284,8 @@
11081
11284
  },
11082
11285
  "node_modules/strip-outer": {
11083
11286
  "version": "1.0.1",
11084
- "license": "MIT",
11287
+ "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
11288
+ "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
11085
11289
  "dependencies": {
11086
11290
  "escape-string-regexp": "^1.0.2"
11087
11291
  },
@@ -11166,7 +11370,8 @@
11166
11370
  },
11167
11371
  "node_modules/tar": {
11168
11372
  "version": "6.2.0",
11169
- "license": "ISC",
11373
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz",
11374
+ "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==",
11170
11375
  "dependencies": {
11171
11376
  "chownr": "^2.0.0",
11172
11377
  "fs-minipass": "^2.0.0",
@@ -11221,14 +11426,16 @@
11221
11426
  },
11222
11427
  "node_modules/tar/node_modules/minipass": {
11223
11428
  "version": "5.0.0",
11224
- "license": "ISC",
11429
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
11430
+ "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
11225
11431
  "engines": {
11226
11432
  "node": ">=8"
11227
11433
  }
11228
11434
  },
11229
11435
  "node_modules/tar/node_modules/yallist": {
11230
11436
  "version": "4.0.0",
11231
- "license": "ISC"
11437
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
11438
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
11232
11439
  },
11233
11440
  "node_modules/term-img": {
11234
11441
  "version": "6.0.0",
@@ -11346,7 +11553,8 @@
11346
11553
  },
11347
11554
  "node_modules/tough-cookie": {
11348
11555
  "version": "2.5.0",
11349
- "license": "BSD-3-Clause",
11556
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
11557
+ "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
11350
11558
  "dependencies": {
11351
11559
  "psl": "^1.1.28",
11352
11560
  "punycode": "^2.1.1"
@@ -11361,11 +11569,13 @@
11361
11569
  },
11362
11570
  "node_modules/treeverse": {
11363
11571
  "version": "1.0.4",
11364
- "license": "ISC"
11572
+ "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-1.0.4.tgz",
11573
+ "integrity": "sha512-whw60l7r+8ZU8Tu/Uc2yxtc4ZTZbR/PF3u1IPNKGQ6p8EICLb3Z2lAgoqw9bqYd8IkgnsaOcLzYHFckjqNsf0g=="
11365
11574
  },
11366
11575
  "node_modules/trim-repeated": {
11367
11576
  "version": "1.0.0",
11368
- "license": "MIT",
11577
+ "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
11578
+ "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==",
11369
11579
  "dependencies": {
11370
11580
  "escape-string-regexp": "^1.0.2"
11371
11581
  },
@@ -11385,7 +11595,8 @@
11385
11595
  },
11386
11596
  "node_modules/ts-node": {
11387
11597
  "version": "10.9.1",
11388
- "license": "MIT",
11598
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
11599
+ "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==",
11389
11600
  "dependencies": {
11390
11601
  "@cspotcode/source-map-support": "^0.8.0",
11391
11602
  "@tsconfig/node10": "^1.0.7",
@@ -11450,7 +11661,8 @@
11450
11661
  },
11451
11662
  "node_modules/tunnel-agent": {
11452
11663
  "version": "0.6.0",
11453
- "license": "Apache-2.0",
11664
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
11665
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
11454
11666
  "dependencies": {
11455
11667
  "safe-buffer": "^5.0.1"
11456
11668
  },
@@ -11460,7 +11672,8 @@
11460
11672
  },
11461
11673
  "node_modules/tweetnacl": {
11462
11674
  "version": "0.14.5",
11463
- "license": "Unlicense"
11675
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
11676
+ "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="
11464
11677
  },
11465
11678
  "node_modules/type-check": {
11466
11679
  "version": "0.4.0",
@@ -11547,7 +11760,8 @@
11547
11760
  },
11548
11761
  "node_modules/typedarray-to-buffer": {
11549
11762
  "version": "3.1.5",
11550
- "license": "MIT",
11763
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
11764
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
11551
11765
  "dependencies": {
11552
11766
  "is-typedarray": "^1.0.0"
11553
11767
  }
@@ -11622,14 +11836,16 @@
11622
11836
  },
11623
11837
  "node_modules/unique-filename": {
11624
11838
  "version": "1.1.1",
11625
- "license": "ISC",
11839
+ "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
11840
+ "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
11626
11841
  "dependencies": {
11627
11842
  "unique-slug": "^2.0.0"
11628
11843
  }
11629
11844
  },
11630
11845
  "node_modules/unique-slug": {
11631
11846
  "version": "2.0.2",
11632
- "license": "ISC",
11847
+ "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
11848
+ "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
11633
11849
  "dependencies": {
11634
11850
  "imurmurhash": "^0.1.4"
11635
11851
  }
@@ -11748,11 +11964,13 @@
11748
11964
  },
11749
11965
  "node_modules/v8-compile-cache-lib": {
11750
11966
  "version": "3.0.1",
11751
- "license": "MIT"
11967
+ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
11968
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg=="
11752
11969
  },
11753
11970
  "node_modules/validate-npm-package-name": {
11754
11971
  "version": "3.0.0",
11755
- "license": "ISC",
11972
+ "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
11973
+ "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==",
11756
11974
  "dependencies": {
11757
11975
  "builtins": "^1.0.3"
11758
11976
  }
@@ -11766,10 +11984,11 @@
11766
11984
  },
11767
11985
  "node_modules/verror": {
11768
11986
  "version": "1.10.0",
11987
+ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
11988
+ "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
11769
11989
  "engines": [
11770
11990
  "node >=0.6.0"
11771
11991
  ],
11772
- "license": "MIT",
11773
11992
  "dependencies": {
11774
11993
  "assert-plus": "^1.0.0",
11775
11994
  "core-util-is": "1.0.2",
@@ -11778,7 +11997,8 @@
11778
11997
  },
11779
11998
  "node_modules/verror/node_modules/core-util-is": {
11780
11999
  "version": "1.0.2",
11781
- "license": "MIT"
12000
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
12001
+ "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="
11782
12002
  },
11783
12003
  "node_modules/w3c-hr-time": {
11784
12004
  "version": "1.0.2",
@@ -11800,14 +12020,16 @@
11800
12020
  },
11801
12021
  "node_modules/walk": {
11802
12022
  "version": "2.3.15",
11803
- "license": "(MIT OR Apache-2.0)",
12023
+ "resolved": "https://registry.npmjs.org/walk/-/walk-2.3.15.tgz",
12024
+ "integrity": "sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==",
11804
12025
  "dependencies": {
11805
12026
  "foreachasync": "^3.0.0"
11806
12027
  }
11807
12028
  },
11808
12029
  "node_modules/walk-up-path": {
11809
12030
  "version": "1.0.0",
11810
- "license": "ISC"
12031
+ "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-1.0.0.tgz",
12032
+ "integrity": "sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg=="
11811
12033
  },
11812
12034
  "node_modules/walkdir": {
11813
12035
  "version": "0.4.1",
@@ -11957,7 +12179,8 @@
11957
12179
  },
11958
12180
  "node_modules/wide-align": {
11959
12181
  "version": "1.1.5",
11960
- "license": "ISC",
12182
+ "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
12183
+ "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
11961
12184
  "dependencies": {
11962
12185
  "string-width": "^1.0.2 || 2 || 3 || 4"
11963
12186
  }
@@ -12054,7 +12277,8 @@
12054
12277
  },
12055
12278
  "node_modules/write-file-atomic": {
12056
12279
  "version": "3.0.3",
12057
- "license": "ISC",
12280
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
12281
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
12058
12282
  "dependencies": {
12059
12283
  "imurmurhash": "^0.1.4",
12060
12284
  "is-typedarray": "^1.0.0",
@@ -12149,7 +12373,8 @@
12149
12373
  },
12150
12374
  "node_modules/yn": {
12151
12375
  "version": "3.1.1",
12152
- "license": "MIT",
12376
+ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
12377
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
12153
12378
  "engines": {
12154
12379
  "node": ">=6"
12155
12380
  }