@abtnode/core 1.17.3-beta-20251123-232619-53258789 → 1.17.3-beta-20251126-121502-d0926972

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.
@@ -778,6 +778,9 @@ module.exports = Object.freeze({
778
778
  SDK_ALLOWED_METHODS: {
779
779
  configBlocklet: true,
780
780
  configNavigations: true,
781
+ addRoutingRule: true,
782
+ updateRoutingRule: true,
783
+ deleteRoutingRule: true,
781
784
  },
782
785
  // 这些接口可以跳过 ACCESS VERIFY
783
786
  SKIP_ACCESS_VERIFY_METHODS: {
@@ -5496,11 +5499,457 @@ SafeBuffer.allocUnsafeSlow = function (size) {
5496
5499
 
5497
5500
  /***/ }),
5498
5501
 
5499
- /***/ 6872:
5502
+ /***/ 4953:
5503
+ /***/ ((module) => {
5504
+
5505
+ "use strict";
5506
+
5507
+
5508
+ module.exports = {
5509
+ "aliceblue": [240, 248, 255],
5510
+ "antiquewhite": [250, 235, 215],
5511
+ "aqua": [0, 255, 255],
5512
+ "aquamarine": [127, 255, 212],
5513
+ "azure": [240, 255, 255],
5514
+ "beige": [245, 245, 220],
5515
+ "bisque": [255, 228, 196],
5516
+ "black": [0, 0, 0],
5517
+ "blanchedalmond": [255, 235, 205],
5518
+ "blue": [0, 0, 255],
5519
+ "blueviolet": [138, 43, 226],
5520
+ "brown": [165, 42, 42],
5521
+ "burlywood": [222, 184, 135],
5522
+ "cadetblue": [95, 158, 160],
5523
+ "chartreuse": [127, 255, 0],
5524
+ "chocolate": [210, 105, 30],
5525
+ "coral": [255, 127, 80],
5526
+ "cornflowerblue": [100, 149, 237],
5527
+ "cornsilk": [255, 248, 220],
5528
+ "crimson": [220, 20, 60],
5529
+ "cyan": [0, 255, 255],
5530
+ "darkblue": [0, 0, 139],
5531
+ "darkcyan": [0, 139, 139],
5532
+ "darkgoldenrod": [184, 134, 11],
5533
+ "darkgray": [169, 169, 169],
5534
+ "darkgreen": [0, 100, 0],
5535
+ "darkgrey": [169, 169, 169],
5536
+ "darkkhaki": [189, 183, 107],
5537
+ "darkmagenta": [139, 0, 139],
5538
+ "darkolivegreen": [85, 107, 47],
5539
+ "darkorange": [255, 140, 0],
5540
+ "darkorchid": [153, 50, 204],
5541
+ "darkred": [139, 0, 0],
5542
+ "darksalmon": [233, 150, 122],
5543
+ "darkseagreen": [143, 188, 143],
5544
+ "darkslateblue": [72, 61, 139],
5545
+ "darkslategray": [47, 79, 79],
5546
+ "darkslategrey": [47, 79, 79],
5547
+ "darkturquoise": [0, 206, 209],
5548
+ "darkviolet": [148, 0, 211],
5549
+ "deeppink": [255, 20, 147],
5550
+ "deepskyblue": [0, 191, 255],
5551
+ "dimgray": [105, 105, 105],
5552
+ "dimgrey": [105, 105, 105],
5553
+ "dodgerblue": [30, 144, 255],
5554
+ "firebrick": [178, 34, 34],
5555
+ "floralwhite": [255, 250, 240],
5556
+ "forestgreen": [34, 139, 34],
5557
+ "fuchsia": [255, 0, 255],
5558
+ "gainsboro": [220, 220, 220],
5559
+ "ghostwhite": [248, 248, 255],
5560
+ "gold": [255, 215, 0],
5561
+ "goldenrod": [218, 165, 32],
5562
+ "gray": [128, 128, 128],
5563
+ "green": [0, 128, 0],
5564
+ "greenyellow": [173, 255, 47],
5565
+ "grey": [128, 128, 128],
5566
+ "honeydew": [240, 255, 240],
5567
+ "hotpink": [255, 105, 180],
5568
+ "indianred": [205, 92, 92],
5569
+ "indigo": [75, 0, 130],
5570
+ "ivory": [255, 255, 240],
5571
+ "khaki": [240, 230, 140],
5572
+ "lavender": [230, 230, 250],
5573
+ "lavenderblush": [255, 240, 245],
5574
+ "lawngreen": [124, 252, 0],
5575
+ "lemonchiffon": [255, 250, 205],
5576
+ "lightblue": [173, 216, 230],
5577
+ "lightcoral": [240, 128, 128],
5578
+ "lightcyan": [224, 255, 255],
5579
+ "lightgoldenrodyellow": [250, 250, 210],
5580
+ "lightgray": [211, 211, 211],
5581
+ "lightgreen": [144, 238, 144],
5582
+ "lightgrey": [211, 211, 211],
5583
+ "lightpink": [255, 182, 193],
5584
+ "lightsalmon": [255, 160, 122],
5585
+ "lightseagreen": [32, 178, 170],
5586
+ "lightskyblue": [135, 206, 250],
5587
+ "lightslategray": [119, 136, 153],
5588
+ "lightslategrey": [119, 136, 153],
5589
+ "lightsteelblue": [176, 196, 222],
5590
+ "lightyellow": [255, 255, 224],
5591
+ "lime": [0, 255, 0],
5592
+ "limegreen": [50, 205, 50],
5593
+ "linen": [250, 240, 230],
5594
+ "magenta": [255, 0, 255],
5595
+ "maroon": [128, 0, 0],
5596
+ "mediumaquamarine": [102, 205, 170],
5597
+ "mediumblue": [0, 0, 205],
5598
+ "mediumorchid": [186, 85, 211],
5599
+ "mediumpurple": [147, 112, 219],
5600
+ "mediumseagreen": [60, 179, 113],
5601
+ "mediumslateblue": [123, 104, 238],
5602
+ "mediumspringgreen": [0, 250, 154],
5603
+ "mediumturquoise": [72, 209, 204],
5604
+ "mediumvioletred": [199, 21, 133],
5605
+ "midnightblue": [25, 25, 112],
5606
+ "mintcream": [245, 255, 250],
5607
+ "mistyrose": [255, 228, 225],
5608
+ "moccasin": [255, 228, 181],
5609
+ "navajowhite": [255, 222, 173],
5610
+ "navy": [0, 0, 128],
5611
+ "oldlace": [253, 245, 230],
5612
+ "olive": [128, 128, 0],
5613
+ "olivedrab": [107, 142, 35],
5614
+ "orange": [255, 165, 0],
5615
+ "orangered": [255, 69, 0],
5616
+ "orchid": [218, 112, 214],
5617
+ "palegoldenrod": [238, 232, 170],
5618
+ "palegreen": [152, 251, 152],
5619
+ "paleturquoise": [175, 238, 238],
5620
+ "palevioletred": [219, 112, 147],
5621
+ "papayawhip": [255, 239, 213],
5622
+ "peachpuff": [255, 218, 185],
5623
+ "peru": [205, 133, 63],
5624
+ "pink": [255, 192, 203],
5625
+ "plum": [221, 160, 221],
5626
+ "powderblue": [176, 224, 230],
5627
+ "purple": [128, 0, 128],
5628
+ "rebeccapurple": [102, 51, 153],
5629
+ "red": [255, 0, 0],
5630
+ "rosybrown": [188, 143, 143],
5631
+ "royalblue": [65, 105, 225],
5632
+ "saddlebrown": [139, 69, 19],
5633
+ "salmon": [250, 128, 114],
5634
+ "sandybrown": [244, 164, 96],
5635
+ "seagreen": [46, 139, 87],
5636
+ "seashell": [255, 245, 238],
5637
+ "sienna": [160, 82, 45],
5638
+ "silver": [192, 192, 192],
5639
+ "skyblue": [135, 206, 235],
5640
+ "slateblue": [106, 90, 205],
5641
+ "slategray": [112, 128, 144],
5642
+ "slategrey": [112, 128, 144],
5643
+ "snow": [255, 250, 250],
5644
+ "springgreen": [0, 255, 127],
5645
+ "steelblue": [70, 130, 180],
5646
+ "tan": [210, 180, 140],
5647
+ "teal": [0, 128, 128],
5648
+ "thistle": [216, 191, 216],
5649
+ "tomato": [255, 99, 71],
5650
+ "turquoise": [64, 224, 208],
5651
+ "violet": [238, 130, 238],
5652
+ "wheat": [245, 222, 179],
5653
+ "white": [255, 255, 255],
5654
+ "whitesmoke": [245, 245, 245],
5655
+ "yellow": [255, 255, 0],
5656
+ "yellowgreen": [154, 205, 50]
5657
+ };
5658
+
5659
+
5660
+ /***/ }),
5661
+
5662
+ /***/ 9407:
5663
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5664
+
5665
+ /* MIT license */
5666
+ var colorNames = __nccwpck_require__(4953);
5667
+ var swizzle = __nccwpck_require__(4421);
5668
+ var hasOwnProperty = Object.hasOwnProperty;
5669
+
5670
+ var reverseNames = Object.create(null);
5671
+
5672
+ // create a list of reverse color names
5673
+ for (var name in colorNames) {
5674
+ if (hasOwnProperty.call(colorNames, name)) {
5675
+ reverseNames[colorNames[name]] = name;
5676
+ }
5677
+ }
5678
+
5679
+ var cs = module.exports = {
5680
+ to: {},
5681
+ get: {}
5682
+ };
5683
+
5684
+ cs.get = function (string) {
5685
+ var prefix = string.substring(0, 3).toLowerCase();
5686
+ var val;
5687
+ var model;
5688
+ switch (prefix) {
5689
+ case 'hsl':
5690
+ val = cs.get.hsl(string);
5691
+ model = 'hsl';
5692
+ break;
5693
+ case 'hwb':
5694
+ val = cs.get.hwb(string);
5695
+ model = 'hwb';
5696
+ break;
5697
+ default:
5698
+ val = cs.get.rgb(string);
5699
+ model = 'rgb';
5700
+ break;
5701
+ }
5702
+
5703
+ if (!val) {
5704
+ return null;
5705
+ }
5706
+
5707
+ return {model: model, value: val};
5708
+ };
5709
+
5710
+ cs.get.rgb = function (string) {
5711
+ if (!string) {
5712
+ return null;
5713
+ }
5714
+
5715
+ var abbr = /^#([a-f0-9]{3,4})$/i;
5716
+ var hex = /^#([a-f0-9]{6})([a-f0-9]{2})?$/i;
5717
+ var rgba = /^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/;
5718
+ var per = /^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/;
5719
+ var keyword = /^(\w+)$/;
5720
+
5721
+ var rgb = [0, 0, 0, 1];
5722
+ var match;
5723
+ var i;
5724
+ var hexAlpha;
5725
+
5726
+ if (match = string.match(hex)) {
5727
+ hexAlpha = match[2];
5728
+ match = match[1];
5729
+
5730
+ for (i = 0; i < 3; i++) {
5731
+ // https://jsperf.com/slice-vs-substr-vs-substring-methods-long-string/19
5732
+ var i2 = i * 2;
5733
+ rgb[i] = parseInt(match.slice(i2, i2 + 2), 16);
5734
+ }
5735
+
5736
+ if (hexAlpha) {
5737
+ rgb[3] = parseInt(hexAlpha, 16) / 255;
5738
+ }
5739
+ } else if (match = string.match(abbr)) {
5740
+ match = match[1];
5741
+ hexAlpha = match[3];
5742
+
5743
+ for (i = 0; i < 3; i++) {
5744
+ rgb[i] = parseInt(match[i] + match[i], 16);
5745
+ }
5746
+
5747
+ if (hexAlpha) {
5748
+ rgb[3] = parseInt(hexAlpha + hexAlpha, 16) / 255;
5749
+ }
5750
+ } else if (match = string.match(rgba)) {
5751
+ for (i = 0; i < 3; i++) {
5752
+ rgb[i] = parseInt(match[i + 1], 0);
5753
+ }
5754
+
5755
+ if (match[4]) {
5756
+ if (match[5]) {
5757
+ rgb[3] = parseFloat(match[4]) * 0.01;
5758
+ } else {
5759
+ rgb[3] = parseFloat(match[4]);
5760
+ }
5761
+ }
5762
+ } else if (match = string.match(per)) {
5763
+ for (i = 0; i < 3; i++) {
5764
+ rgb[i] = Math.round(parseFloat(match[i + 1]) * 2.55);
5765
+ }
5766
+
5767
+ if (match[4]) {
5768
+ if (match[5]) {
5769
+ rgb[3] = parseFloat(match[4]) * 0.01;
5770
+ } else {
5771
+ rgb[3] = parseFloat(match[4]);
5772
+ }
5773
+ }
5774
+ } else if (match = string.match(keyword)) {
5775
+ if (match[1] === 'transparent') {
5776
+ return [0, 0, 0, 0];
5777
+ }
5778
+
5779
+ if (!hasOwnProperty.call(colorNames, match[1])) {
5780
+ return null;
5781
+ }
5782
+
5783
+ rgb = colorNames[match[1]];
5784
+ rgb[3] = 1;
5785
+
5786
+ return rgb;
5787
+ } else {
5788
+ return null;
5789
+ }
5790
+
5791
+ for (i = 0; i < 3; i++) {
5792
+ rgb[i] = clamp(rgb[i], 0, 255);
5793
+ }
5794
+ rgb[3] = clamp(rgb[3], 0, 1);
5795
+
5796
+ return rgb;
5797
+ };
5798
+
5799
+ cs.get.hsl = function (string) {
5800
+ if (!string) {
5801
+ return null;
5802
+ }
5803
+
5804
+ var hsl = /^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/;
5805
+ var match = string.match(hsl);
5806
+
5807
+ if (match) {
5808
+ var alpha = parseFloat(match[4]);
5809
+ var h = ((parseFloat(match[1]) % 360) + 360) % 360;
5810
+ var s = clamp(parseFloat(match[2]), 0, 100);
5811
+ var l = clamp(parseFloat(match[3]), 0, 100);
5812
+ var a = clamp(isNaN(alpha) ? 1 : alpha, 0, 1);
5813
+
5814
+ return [h, s, l, a];
5815
+ }
5816
+
5817
+ return null;
5818
+ };
5819
+
5820
+ cs.get.hwb = function (string) {
5821
+ if (!string) {
5822
+ return null;
5823
+ }
5824
+
5825
+ var hwb = /^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/;
5826
+ var match = string.match(hwb);
5827
+
5828
+ if (match) {
5829
+ var alpha = parseFloat(match[4]);
5830
+ var h = ((parseFloat(match[1]) % 360) + 360) % 360;
5831
+ var w = clamp(parseFloat(match[2]), 0, 100);
5832
+ var b = clamp(parseFloat(match[3]), 0, 100);
5833
+ var a = clamp(isNaN(alpha) ? 1 : alpha, 0, 1);
5834
+ return [h, w, b, a];
5835
+ }
5836
+
5837
+ return null;
5838
+ };
5839
+
5840
+ cs.to.hex = function () {
5841
+ var rgba = swizzle(arguments);
5842
+
5843
+ return (
5844
+ '#' +
5845
+ hexDouble(rgba[0]) +
5846
+ hexDouble(rgba[1]) +
5847
+ hexDouble(rgba[2]) +
5848
+ (rgba[3] < 1
5849
+ ? (hexDouble(Math.round(rgba[3] * 255)))
5850
+ : '')
5851
+ );
5852
+ };
5853
+
5854
+ cs.to.rgb = function () {
5855
+ var rgba = swizzle(arguments);
5856
+
5857
+ return rgba.length < 4 || rgba[3] === 1
5858
+ ? 'rgb(' + Math.round(rgba[0]) + ', ' + Math.round(rgba[1]) + ', ' + Math.round(rgba[2]) + ')'
5859
+ : 'rgba(' + Math.round(rgba[0]) + ', ' + Math.round(rgba[1]) + ', ' + Math.round(rgba[2]) + ', ' + rgba[3] + ')';
5860
+ };
5861
+
5862
+ cs.to.rgb.percent = function () {
5863
+ var rgba = swizzle(arguments);
5864
+
5865
+ var r = Math.round(rgba[0] / 255 * 100);
5866
+ var g = Math.round(rgba[1] / 255 * 100);
5867
+ var b = Math.round(rgba[2] / 255 * 100);
5868
+
5869
+ return rgba.length < 4 || rgba[3] === 1
5870
+ ? 'rgb(' + r + '%, ' + g + '%, ' + b + '%)'
5871
+ : 'rgba(' + r + '%, ' + g + '%, ' + b + '%, ' + rgba[3] + ')';
5872
+ };
5873
+
5874
+ cs.to.hsl = function () {
5875
+ var hsla = swizzle(arguments);
5876
+ return hsla.length < 4 || hsla[3] === 1
5877
+ ? 'hsl(' + hsla[0] + ', ' + hsla[1] + '%, ' + hsla[2] + '%)'
5878
+ : 'hsla(' + hsla[0] + ', ' + hsla[1] + '%, ' + hsla[2] + '%, ' + hsla[3] + ')';
5879
+ };
5880
+
5881
+ // hwb is a bit different than rgb(a) & hsl(a) since there is no alpha specific syntax
5882
+ // (hwb have alpha optional & 1 is default value)
5883
+ cs.to.hwb = function () {
5884
+ var hwba = swizzle(arguments);
5885
+
5886
+ var a = '';
5887
+ if (hwba.length >= 4 && hwba[3] !== 1) {
5888
+ a = ', ' + hwba[3];
5889
+ }
5890
+
5891
+ return 'hwb(' + hwba[0] + ', ' + hwba[1] + '%, ' + hwba[2] + '%' + a + ')';
5892
+ };
5893
+
5894
+ cs.to.keyword = function (rgb) {
5895
+ return reverseNames[rgb.slice(0, 3)];
5896
+ };
5897
+
5898
+ // helpers
5899
+ function clamp(num, min, max) {
5900
+ return Math.min(Math.max(min, num), max);
5901
+ }
5902
+
5903
+ function hexDouble(num) {
5904
+ var str = Math.round(num).toString(16).toUpperCase();
5905
+ return (str.length < 2) ? '0' + str : str;
5906
+ }
5907
+
5908
+
5909
+ /***/ }),
5910
+
5911
+ /***/ 8107:
5912
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5913
+
5914
+ "use strict";
5915
+
5916
+
5917
+ var color = __nccwpck_require__(1696)
5918
+ , hex = __nccwpck_require__(5143);
5919
+
5920
+ /**
5921
+ * Generate a color for a given name. But be reasonably smart about it by
5922
+ * understanding name spaces and coloring each namespace a bit lighter so they
5923
+ * still have the same base color as the root.
5924
+ *
5925
+ * @param {string} namespace The namespace
5926
+ * @param {string} [delimiter] The delimiter
5927
+ * @returns {string} color
5928
+ */
5929
+ module.exports = function colorspace(namespace, delimiter) {
5930
+ var split = namespace.split(delimiter || ':');
5931
+ var base = hex(split[0]);
5932
+
5933
+ if (!split.length) return base;
5934
+
5935
+ for (var i = 0, l = split.length - 1; i < l; i++) {
5936
+ base = color(base)
5937
+ .mix(color(hex(split[i + 1])))
5938
+ .saturate(1)
5939
+ .hex();
5940
+ }
5941
+
5942
+ return base;
5943
+ };
5944
+
5945
+
5946
+ /***/ }),
5947
+
5948
+ /***/ 4618:
5500
5949
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5501
5950
 
5502
5951
  /* MIT license */
5503
- var cssKeywords = __nccwpck_require__(7888);
5952
+ var cssKeywords = __nccwpck_require__(8402);
5504
5953
 
5505
5954
  // NOTE: conversions should only return primitive values (i.e. arrays, or
5506
5955
  // values that give correct `typeof` results).
@@ -6371,11 +6820,11 @@ convert.rgb.gray = function (rgb) {
6371
6820
 
6372
6821
  /***/ }),
6373
6822
 
6374
- /***/ 4185:
6823
+ /***/ 192:
6375
6824
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6376
6825
 
6377
- var conversions = __nccwpck_require__(6872);
6378
- var route = __nccwpck_require__(4200);
6826
+ var conversions = __nccwpck_require__(4618);
6827
+ var route = __nccwpck_require__(209);
6379
6828
 
6380
6829
  var convert = {};
6381
6830
 
@@ -6456,170 +6905,10 @@ module.exports = convert;
6456
6905
 
6457
6906
  /***/ }),
6458
6907
 
6459
- /***/ 7888:
6460
- /***/ ((module) => {
6461
-
6462
- "use strict";
6463
-
6464
-
6465
- module.exports = {
6466
- "aliceblue": [240, 248, 255],
6467
- "antiquewhite": [250, 235, 215],
6468
- "aqua": [0, 255, 255],
6469
- "aquamarine": [127, 255, 212],
6470
- "azure": [240, 255, 255],
6471
- "beige": [245, 245, 220],
6472
- "bisque": [255, 228, 196],
6473
- "black": [0, 0, 0],
6474
- "blanchedalmond": [255, 235, 205],
6475
- "blue": [0, 0, 255],
6476
- "blueviolet": [138, 43, 226],
6477
- "brown": [165, 42, 42],
6478
- "burlywood": [222, 184, 135],
6479
- "cadetblue": [95, 158, 160],
6480
- "chartreuse": [127, 255, 0],
6481
- "chocolate": [210, 105, 30],
6482
- "coral": [255, 127, 80],
6483
- "cornflowerblue": [100, 149, 237],
6484
- "cornsilk": [255, 248, 220],
6485
- "crimson": [220, 20, 60],
6486
- "cyan": [0, 255, 255],
6487
- "darkblue": [0, 0, 139],
6488
- "darkcyan": [0, 139, 139],
6489
- "darkgoldenrod": [184, 134, 11],
6490
- "darkgray": [169, 169, 169],
6491
- "darkgreen": [0, 100, 0],
6492
- "darkgrey": [169, 169, 169],
6493
- "darkkhaki": [189, 183, 107],
6494
- "darkmagenta": [139, 0, 139],
6495
- "darkolivegreen": [85, 107, 47],
6496
- "darkorange": [255, 140, 0],
6497
- "darkorchid": [153, 50, 204],
6498
- "darkred": [139, 0, 0],
6499
- "darksalmon": [233, 150, 122],
6500
- "darkseagreen": [143, 188, 143],
6501
- "darkslateblue": [72, 61, 139],
6502
- "darkslategray": [47, 79, 79],
6503
- "darkslategrey": [47, 79, 79],
6504
- "darkturquoise": [0, 206, 209],
6505
- "darkviolet": [148, 0, 211],
6506
- "deeppink": [255, 20, 147],
6507
- "deepskyblue": [0, 191, 255],
6508
- "dimgray": [105, 105, 105],
6509
- "dimgrey": [105, 105, 105],
6510
- "dodgerblue": [30, 144, 255],
6511
- "firebrick": [178, 34, 34],
6512
- "floralwhite": [255, 250, 240],
6513
- "forestgreen": [34, 139, 34],
6514
- "fuchsia": [255, 0, 255],
6515
- "gainsboro": [220, 220, 220],
6516
- "ghostwhite": [248, 248, 255],
6517
- "gold": [255, 215, 0],
6518
- "goldenrod": [218, 165, 32],
6519
- "gray": [128, 128, 128],
6520
- "green": [0, 128, 0],
6521
- "greenyellow": [173, 255, 47],
6522
- "grey": [128, 128, 128],
6523
- "honeydew": [240, 255, 240],
6524
- "hotpink": [255, 105, 180],
6525
- "indianred": [205, 92, 92],
6526
- "indigo": [75, 0, 130],
6527
- "ivory": [255, 255, 240],
6528
- "khaki": [240, 230, 140],
6529
- "lavender": [230, 230, 250],
6530
- "lavenderblush": [255, 240, 245],
6531
- "lawngreen": [124, 252, 0],
6532
- "lemonchiffon": [255, 250, 205],
6533
- "lightblue": [173, 216, 230],
6534
- "lightcoral": [240, 128, 128],
6535
- "lightcyan": [224, 255, 255],
6536
- "lightgoldenrodyellow": [250, 250, 210],
6537
- "lightgray": [211, 211, 211],
6538
- "lightgreen": [144, 238, 144],
6539
- "lightgrey": [211, 211, 211],
6540
- "lightpink": [255, 182, 193],
6541
- "lightsalmon": [255, 160, 122],
6542
- "lightseagreen": [32, 178, 170],
6543
- "lightskyblue": [135, 206, 250],
6544
- "lightslategray": [119, 136, 153],
6545
- "lightslategrey": [119, 136, 153],
6546
- "lightsteelblue": [176, 196, 222],
6547
- "lightyellow": [255, 255, 224],
6548
- "lime": [0, 255, 0],
6549
- "limegreen": [50, 205, 50],
6550
- "linen": [250, 240, 230],
6551
- "magenta": [255, 0, 255],
6552
- "maroon": [128, 0, 0],
6553
- "mediumaquamarine": [102, 205, 170],
6554
- "mediumblue": [0, 0, 205],
6555
- "mediumorchid": [186, 85, 211],
6556
- "mediumpurple": [147, 112, 219],
6557
- "mediumseagreen": [60, 179, 113],
6558
- "mediumslateblue": [123, 104, 238],
6559
- "mediumspringgreen": [0, 250, 154],
6560
- "mediumturquoise": [72, 209, 204],
6561
- "mediumvioletred": [199, 21, 133],
6562
- "midnightblue": [25, 25, 112],
6563
- "mintcream": [245, 255, 250],
6564
- "mistyrose": [255, 228, 225],
6565
- "moccasin": [255, 228, 181],
6566
- "navajowhite": [255, 222, 173],
6567
- "navy": [0, 0, 128],
6568
- "oldlace": [253, 245, 230],
6569
- "olive": [128, 128, 0],
6570
- "olivedrab": [107, 142, 35],
6571
- "orange": [255, 165, 0],
6572
- "orangered": [255, 69, 0],
6573
- "orchid": [218, 112, 214],
6574
- "palegoldenrod": [238, 232, 170],
6575
- "palegreen": [152, 251, 152],
6576
- "paleturquoise": [175, 238, 238],
6577
- "palevioletred": [219, 112, 147],
6578
- "papayawhip": [255, 239, 213],
6579
- "peachpuff": [255, 218, 185],
6580
- "peru": [205, 133, 63],
6581
- "pink": [255, 192, 203],
6582
- "plum": [221, 160, 221],
6583
- "powderblue": [176, 224, 230],
6584
- "purple": [128, 0, 128],
6585
- "rebeccapurple": [102, 51, 153],
6586
- "red": [255, 0, 0],
6587
- "rosybrown": [188, 143, 143],
6588
- "royalblue": [65, 105, 225],
6589
- "saddlebrown": [139, 69, 19],
6590
- "salmon": [250, 128, 114],
6591
- "sandybrown": [244, 164, 96],
6592
- "seagreen": [46, 139, 87],
6593
- "seashell": [255, 245, 238],
6594
- "sienna": [160, 82, 45],
6595
- "silver": [192, 192, 192],
6596
- "skyblue": [135, 206, 235],
6597
- "slateblue": [106, 90, 205],
6598
- "slategray": [112, 128, 144],
6599
- "slategrey": [112, 128, 144],
6600
- "snow": [255, 250, 250],
6601
- "springgreen": [0, 255, 127],
6602
- "steelblue": [70, 130, 180],
6603
- "tan": [210, 180, 140],
6604
- "teal": [0, 128, 128],
6605
- "thistle": [216, 191, 216],
6606
- "tomato": [255, 99, 71],
6607
- "turquoise": [64, 224, 208],
6608
- "violet": [238, 130, 238],
6609
- "wheat": [245, 222, 179],
6610
- "white": [255, 255, 255],
6611
- "whitesmoke": [245, 245, 245],
6612
- "yellow": [255, 255, 0],
6613
- "yellowgreen": [154, 205, 50]
6614
- };
6615
-
6616
-
6617
- /***/ }),
6618
-
6619
- /***/ 4200:
6908
+ /***/ 209:
6620
6909
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6621
6910
 
6622
- var conversions = __nccwpck_require__(6872);
6911
+ var conversions = __nccwpck_require__(4618);
6623
6912
 
6624
6913
  /*
6625
6914
  this function routes a model to all other models.
@@ -6720,7 +7009,7 @@ module.exports = function (fromModel) {
6720
7009
 
6721
7010
  /***/ }),
6722
7011
 
6723
- /***/ 4953:
7012
+ /***/ 8402:
6724
7013
  /***/ ((module) => {
6725
7014
 
6726
7015
  "use strict";
@@ -6878,292 +7167,6 @@ module.exports = {
6878
7167
  };
6879
7168
 
6880
7169
 
6881
- /***/ }),
6882
-
6883
- /***/ 9407:
6884
- /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6885
-
6886
- /* MIT license */
6887
- var colorNames = __nccwpck_require__(4953);
6888
- var swizzle = __nccwpck_require__(4421);
6889
- var hasOwnProperty = Object.hasOwnProperty;
6890
-
6891
- var reverseNames = Object.create(null);
6892
-
6893
- // create a list of reverse color names
6894
- for (var name in colorNames) {
6895
- if (hasOwnProperty.call(colorNames, name)) {
6896
- reverseNames[colorNames[name]] = name;
6897
- }
6898
- }
6899
-
6900
- var cs = module.exports = {
6901
- to: {},
6902
- get: {}
6903
- };
6904
-
6905
- cs.get = function (string) {
6906
- var prefix = string.substring(0, 3).toLowerCase();
6907
- var val;
6908
- var model;
6909
- switch (prefix) {
6910
- case 'hsl':
6911
- val = cs.get.hsl(string);
6912
- model = 'hsl';
6913
- break;
6914
- case 'hwb':
6915
- val = cs.get.hwb(string);
6916
- model = 'hwb';
6917
- break;
6918
- default:
6919
- val = cs.get.rgb(string);
6920
- model = 'rgb';
6921
- break;
6922
- }
6923
-
6924
- if (!val) {
6925
- return null;
6926
- }
6927
-
6928
- return {model: model, value: val};
6929
- };
6930
-
6931
- cs.get.rgb = function (string) {
6932
- if (!string) {
6933
- return null;
6934
- }
6935
-
6936
- var abbr = /^#([a-f0-9]{3,4})$/i;
6937
- var hex = /^#([a-f0-9]{6})([a-f0-9]{2})?$/i;
6938
- var rgba = /^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/;
6939
- var per = /^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/;
6940
- var keyword = /^(\w+)$/;
6941
-
6942
- var rgb = [0, 0, 0, 1];
6943
- var match;
6944
- var i;
6945
- var hexAlpha;
6946
-
6947
- if (match = string.match(hex)) {
6948
- hexAlpha = match[2];
6949
- match = match[1];
6950
-
6951
- for (i = 0; i < 3; i++) {
6952
- // https://jsperf.com/slice-vs-substr-vs-substring-methods-long-string/19
6953
- var i2 = i * 2;
6954
- rgb[i] = parseInt(match.slice(i2, i2 + 2), 16);
6955
- }
6956
-
6957
- if (hexAlpha) {
6958
- rgb[3] = parseInt(hexAlpha, 16) / 255;
6959
- }
6960
- } else if (match = string.match(abbr)) {
6961
- match = match[1];
6962
- hexAlpha = match[3];
6963
-
6964
- for (i = 0; i < 3; i++) {
6965
- rgb[i] = parseInt(match[i] + match[i], 16);
6966
- }
6967
-
6968
- if (hexAlpha) {
6969
- rgb[3] = parseInt(hexAlpha + hexAlpha, 16) / 255;
6970
- }
6971
- } else if (match = string.match(rgba)) {
6972
- for (i = 0; i < 3; i++) {
6973
- rgb[i] = parseInt(match[i + 1], 0);
6974
- }
6975
-
6976
- if (match[4]) {
6977
- if (match[5]) {
6978
- rgb[3] = parseFloat(match[4]) * 0.01;
6979
- } else {
6980
- rgb[3] = parseFloat(match[4]);
6981
- }
6982
- }
6983
- } else if (match = string.match(per)) {
6984
- for (i = 0; i < 3; i++) {
6985
- rgb[i] = Math.round(parseFloat(match[i + 1]) * 2.55);
6986
- }
6987
-
6988
- if (match[4]) {
6989
- if (match[5]) {
6990
- rgb[3] = parseFloat(match[4]) * 0.01;
6991
- } else {
6992
- rgb[3] = parseFloat(match[4]);
6993
- }
6994
- }
6995
- } else if (match = string.match(keyword)) {
6996
- if (match[1] === 'transparent') {
6997
- return [0, 0, 0, 0];
6998
- }
6999
-
7000
- if (!hasOwnProperty.call(colorNames, match[1])) {
7001
- return null;
7002
- }
7003
-
7004
- rgb = colorNames[match[1]];
7005
- rgb[3] = 1;
7006
-
7007
- return rgb;
7008
- } else {
7009
- return null;
7010
- }
7011
-
7012
- for (i = 0; i < 3; i++) {
7013
- rgb[i] = clamp(rgb[i], 0, 255);
7014
- }
7015
- rgb[3] = clamp(rgb[3], 0, 1);
7016
-
7017
- return rgb;
7018
- };
7019
-
7020
- cs.get.hsl = function (string) {
7021
- if (!string) {
7022
- return null;
7023
- }
7024
-
7025
- var hsl = /^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/;
7026
- var match = string.match(hsl);
7027
-
7028
- if (match) {
7029
- var alpha = parseFloat(match[4]);
7030
- var h = ((parseFloat(match[1]) % 360) + 360) % 360;
7031
- var s = clamp(parseFloat(match[2]), 0, 100);
7032
- var l = clamp(parseFloat(match[3]), 0, 100);
7033
- var a = clamp(isNaN(alpha) ? 1 : alpha, 0, 1);
7034
-
7035
- return [h, s, l, a];
7036
- }
7037
-
7038
- return null;
7039
- };
7040
-
7041
- cs.get.hwb = function (string) {
7042
- if (!string) {
7043
- return null;
7044
- }
7045
-
7046
- var hwb = /^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/;
7047
- var match = string.match(hwb);
7048
-
7049
- if (match) {
7050
- var alpha = parseFloat(match[4]);
7051
- var h = ((parseFloat(match[1]) % 360) + 360) % 360;
7052
- var w = clamp(parseFloat(match[2]), 0, 100);
7053
- var b = clamp(parseFloat(match[3]), 0, 100);
7054
- var a = clamp(isNaN(alpha) ? 1 : alpha, 0, 1);
7055
- return [h, w, b, a];
7056
- }
7057
-
7058
- return null;
7059
- };
7060
-
7061
- cs.to.hex = function () {
7062
- var rgba = swizzle(arguments);
7063
-
7064
- return (
7065
- '#' +
7066
- hexDouble(rgba[0]) +
7067
- hexDouble(rgba[1]) +
7068
- hexDouble(rgba[2]) +
7069
- (rgba[3] < 1
7070
- ? (hexDouble(Math.round(rgba[3] * 255)))
7071
- : '')
7072
- );
7073
- };
7074
-
7075
- cs.to.rgb = function () {
7076
- var rgba = swizzle(arguments);
7077
-
7078
- return rgba.length < 4 || rgba[3] === 1
7079
- ? 'rgb(' + Math.round(rgba[0]) + ', ' + Math.round(rgba[1]) + ', ' + Math.round(rgba[2]) + ')'
7080
- : 'rgba(' + Math.round(rgba[0]) + ', ' + Math.round(rgba[1]) + ', ' + Math.round(rgba[2]) + ', ' + rgba[3] + ')';
7081
- };
7082
-
7083
- cs.to.rgb.percent = function () {
7084
- var rgba = swizzle(arguments);
7085
-
7086
- var r = Math.round(rgba[0] / 255 * 100);
7087
- var g = Math.round(rgba[1] / 255 * 100);
7088
- var b = Math.round(rgba[2] / 255 * 100);
7089
-
7090
- return rgba.length < 4 || rgba[3] === 1
7091
- ? 'rgb(' + r + '%, ' + g + '%, ' + b + '%)'
7092
- : 'rgba(' + r + '%, ' + g + '%, ' + b + '%, ' + rgba[3] + ')';
7093
- };
7094
-
7095
- cs.to.hsl = function () {
7096
- var hsla = swizzle(arguments);
7097
- return hsla.length < 4 || hsla[3] === 1
7098
- ? 'hsl(' + hsla[0] + ', ' + hsla[1] + '%, ' + hsla[2] + '%)'
7099
- : 'hsla(' + hsla[0] + ', ' + hsla[1] + '%, ' + hsla[2] + '%, ' + hsla[3] + ')';
7100
- };
7101
-
7102
- // hwb is a bit different than rgb(a) & hsl(a) since there is no alpha specific syntax
7103
- // (hwb have alpha optional & 1 is default value)
7104
- cs.to.hwb = function () {
7105
- var hwba = swizzle(arguments);
7106
-
7107
- var a = '';
7108
- if (hwba.length >= 4 && hwba[3] !== 1) {
7109
- a = ', ' + hwba[3];
7110
- }
7111
-
7112
- return 'hwb(' + hwba[0] + ', ' + hwba[1] + '%, ' + hwba[2] + '%' + a + ')';
7113
- };
7114
-
7115
- cs.to.keyword = function (rgb) {
7116
- return reverseNames[rgb.slice(0, 3)];
7117
- };
7118
-
7119
- // helpers
7120
- function clamp(num, min, max) {
7121
- return Math.min(Math.max(min, num), max);
7122
- }
7123
-
7124
- function hexDouble(num) {
7125
- var str = Math.round(num).toString(16).toUpperCase();
7126
- return (str.length < 2) ? '0' + str : str;
7127
- }
7128
-
7129
-
7130
- /***/ }),
7131
-
7132
- /***/ 8107:
7133
- /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
7134
-
7135
- "use strict";
7136
-
7137
-
7138
- var color = __nccwpck_require__(1696)
7139
- , hex = __nccwpck_require__(5143);
7140
-
7141
- /**
7142
- * Generate a color for a given name. But be reasonably smart about it by
7143
- * understanding name spaces and coloring each namespace a bit lighter so they
7144
- * still have the same base color as the root.
7145
- *
7146
- * @param {string} namespace The namespace
7147
- * @param {string} [delimiter] The delimiter
7148
- * @returns {string} color
7149
- */
7150
- module.exports = function colorspace(namespace, delimiter) {
7151
- var split = namespace.split(delimiter || ':');
7152
- var base = hex(split[0]);
7153
-
7154
- if (!split.length) return base;
7155
-
7156
- for (var i = 0, l = split.length - 1; i < l; i++) {
7157
- base = color(base)
7158
- .mix(color(hex(split[i + 1])))
7159
- .saturate(1)
7160
- .hex();
7161
- }
7162
-
7163
- return base;
7164
- };
7165
-
7166
-
7167
7170
  /***/ }),
7168
7171
 
7169
7172
  /***/ 1696:
@@ -7173,7 +7176,7 @@ module.exports = function colorspace(namespace, delimiter) {
7173
7176
 
7174
7177
 
7175
7178
  var colorString = __nccwpck_require__(9407);
7176
- var convert = __nccwpck_require__(4185);
7179
+ var convert = __nccwpck_require__(192);
7177
7180
 
7178
7181
  var _slice = [].slice;
7179
7182
 
@@ -39032,7 +39035,7 @@ module.exports = require("zlib");
39032
39035
  /***/ ((module) => {
39033
39036
 
39034
39037
  "use strict";
39035
- module.exports = /*#__PURE__*/JSON.parse('{"name":"@abtnode/core","publishConfig":{"access":"public"},"version":"1.17.2","description":"","main":"lib/index.js","files":["lib"],"scripts":{"lint":"eslint tests lib --ignore-pattern \'tests/assets/*\'","lint:fix":"eslint --fix tests lib"},"keywords":[],"author":"wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)","license":"Apache-2.0","dependencies":{"@abtnode/analytics":"1.17.2","@abtnode/auth":"1.17.2","@abtnode/certificate-manager":"1.17.2","@abtnode/constant":"1.17.2","@abtnode/cron":"1.17.2","@abtnode/db-cache":"1.17.2","@abtnode/docker-utils":"1.17.2","@abtnode/logger":"1.17.2","@abtnode/models":"1.17.2","@abtnode/queue":"1.17.2","@abtnode/rbac":"1.17.2","@abtnode/router-provider":"1.17.2","@abtnode/static-server":"1.17.2","@abtnode/timemachine":"1.17.2","@abtnode/util":"1.17.2","@aigne/aigne-hub":"^0.10.9","@arcblock/did":"^1.27.7","@arcblock/did-connect-js":"^1.27.7","@arcblock/did-ext":"^1.27.7","@arcblock/did-motif":"^1.1.14","@arcblock/did-util":"^1.27.7","@arcblock/event-hub":"^1.27.7","@arcblock/jwt":"^1.27.7","@arcblock/pm2-events":"^0.0.5","@arcblock/validator":"^1.27.7","@arcblock/vc":"^1.27.7","@blocklet/constant":"1.17.2","@blocklet/did-space-js":"^1.2.4","@blocklet/env":"1.17.2","@blocklet/error":"^0.3.3","@blocklet/meta":"1.17.2","@blocklet/resolver":"1.17.2","@blocklet/sdk":"1.17.2","@blocklet/server-js":"1.17.2","@blocklet/store":"1.17.2","@blocklet/theme":"^3.2.6","@fidm/x509":"^1.2.1","@ocap/mcrypto":"^1.27.7","@ocap/util":"^1.27.7","@ocap/wallet":"^1.27.7","@slack/webhook":"^7.0.6","archiver":"^7.0.1","axios":"^1.7.9","axon":"^2.0.3","chalk":"^4.1.2","cross-spawn":"^7.0.3","dayjs":"^1.11.13","deep-diff":"^1.0.2","detect-port":"^1.5.1","envfile":"^7.1.0","escape-string-regexp":"^4.0.0","fast-glob":"^3.3.2","filesize":"^10.1.1","flat":"^5.0.2","fs-extra":"^11.2.0","get-port":"^5.1.1","hasha":"^5.2.2","is-base64":"^1.1.0","is-cidr":"4","is-ip":"3","is-url":"^1.2.4","joi":"17.12.2","joi-extension-semver":"^5.0.0","js-yaml":"^4.1.0","kill-port":"^2.0.1","lodash":"^4.17.21","node-stream-zip":"^1.15.0","p-all":"^3.0.0","p-limit":"^3.1.0","p-map":"^4.0.0","p-retry":"^4.6.2","p-wait-for":"^3.2.0","private-ip":"^2.3.4","rate-limiter-flexible":"^5.0.5","read-last-lines":"^1.8.0","semver":"^7.6.3","sequelize":"^6.35.0","shelljs":"^0.8.5","slugify":"^1.6.6","ssri":"^8.0.1","stream-throttle":"^0.1.3","stream-to-promise":"^3.0.0","systeminformation":"^5.23.3","tail":"^2.2.4","tar":"^6.1.11","transliteration":"^2.3.5","ua-parser-js":"^1.0.2","ufo":"^1.5.3","uuid":"^11.1.0","valid-url":"^1.0.9","which":"^2.0.2","xbytes":"^1.8.0"},"devDependencies":{"axios-mock-adapter":"^2.1.0","expand-tilde":"^2.0.2","express":"^4.18.2","unzipper":"^0.10.11"},"gitHead":"e5764f753181ed6a7c615cd4fc6682aacf0cb7cd"}');
39038
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"@abtnode/core","publishConfig":{"access":"public"},"version":"1.17.2","description":"","main":"lib/index.js","files":["lib"],"scripts":{"lint":"eslint tests lib --ignore-pattern \'tests/assets/*\'","lint:fix":"eslint --fix tests lib"},"keywords":[],"author":"wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)","license":"Apache-2.0","dependencies":{"@abtnode/analytics":"1.17.2","@abtnode/auth":"1.17.2","@abtnode/certificate-manager":"1.17.2","@abtnode/constant":"1.17.2","@abtnode/cron":"1.17.2","@abtnode/db-cache":"1.17.2","@abtnode/docker-utils":"1.17.2","@abtnode/logger":"1.17.2","@abtnode/models":"1.17.2","@abtnode/queue":"1.17.2","@abtnode/rbac":"1.17.2","@abtnode/router-provider":"1.17.2","@abtnode/static-server":"1.17.2","@abtnode/timemachine":"1.17.2","@abtnode/util":"1.17.2","@aigne/aigne-hub":"^0.10.10","@arcblock/did":"^1.27.12","@arcblock/did-connect-js":"^1.27.12","@arcblock/did-ext":"^1.27.12","@arcblock/did-motif":"^1.1.14","@arcblock/did-util":"^1.27.12","@arcblock/event-hub":"^1.27.12","@arcblock/jwt":"^1.27.12","@arcblock/pm2-events":"^0.0.5","@arcblock/validator":"^1.27.12","@arcblock/vc":"^1.27.12","@blocklet/constant":"1.17.2","@blocklet/did-space-js":"^1.2.6","@blocklet/env":"1.17.2","@blocklet/error":"^0.3.3","@blocklet/meta":"1.17.2","@blocklet/resolver":"1.17.2","@blocklet/sdk":"1.17.2","@blocklet/server-js":"1.17.2","@blocklet/store":"1.17.2","@blocklet/theme":"^3.2.10","@fidm/x509":"^1.2.1","@ocap/mcrypto":"^1.27.12","@ocap/util":"^1.27.12","@ocap/wallet":"^1.27.12","@slack/webhook":"^7.0.6","archiver":"^7.0.1","axios":"^1.7.9","axon":"^2.0.3","chalk":"^4.1.2","cross-spawn":"^7.0.3","dayjs":"^1.11.13","deep-diff":"^1.0.2","detect-port":"^1.5.1","envfile":"^7.1.0","escape-string-regexp":"^4.0.0","fast-glob":"^3.3.2","filesize":"^10.1.1","flat":"^5.0.2","fs-extra":"^11.2.0","get-port":"^5.1.1","hasha":"^5.2.2","is-base64":"^1.1.0","is-cidr":"4","is-ip":"3","is-url":"^1.2.4","joi":"17.12.2","joi-extension-semver":"^5.0.0","js-yaml":"^4.1.0","kill-port":"^2.0.1","lodash":"^4.17.21","node-stream-zip":"^1.15.0","p-all":"^3.0.0","p-limit":"^3.1.0","p-map":"^4.0.0","p-retry":"^4.6.2","p-wait-for":"^3.2.0","private-ip":"^2.3.4","rate-limiter-flexible":"^5.0.5","read-last-lines":"^1.8.0","semver":"^7.6.3","sequelize":"^6.35.0","shelljs":"^0.8.5","slugify":"^1.6.6","ssri":"^8.0.1","stream-throttle":"^0.1.3","stream-to-promise":"^3.0.0","systeminformation":"^5.23.3","tail":"^2.2.4","tar":"^6.1.11","transliteration":"^2.3.5","ua-parser-js":"^1.0.2","ufo":"^1.5.3","uuid":"^11.1.0","valid-url":"^1.0.9","which":"^2.0.2","xbytes":"^1.8.0"},"devDependencies":{"axios-mock-adapter":"^2.1.0","expand-tilde":"^2.0.2","express":"^4.18.2","unzipper":"^0.10.11"},"gitHead":"e5764f753181ed6a7c615cd4fc6682aacf0cb7cd"}');
39036
39039
 
39037
39040
  /***/ }),
39038
39041