@forsakringskassan/docs-generator 1.28.0 → 1.29.1

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.
@@ -410,21 +410,21 @@ p:not(.code-preview p) {
410
410
  max-width: 680px;
411
411
  }
412
412
 
413
- main h1:not(.code-preview--default h1) {
413
+ main h1:not(.code-preview h1) {
414
414
  font-size: 2.5rem;
415
415
  color: #1b1e23;
416
416
  }
417
417
 
418
- main h2:not(.code-preview--default h2) {
418
+ main h2:not(.code-preview h2) {
419
419
  font-size: 1.5rem;
420
420
  margin-top: 3rem;
421
421
  }
422
422
 
423
- main h3:not(.code-preview--default h3) {
423
+ main h3:not(.code-preview h3) {
424
424
  font-size: 1.2rem;
425
425
  }
426
426
 
427
- main h4:not(.code-preview--default h4) {
427
+ main h4:not(.code-preview h4) {
428
428
  font-size: 1rem;
429
429
  }
430
430
 
@@ -478,6 +478,23 @@ h1 code {
478
478
  font-weight: 400;
479
479
  }
480
480
 
481
+ #content a:not(.code-preview a) {
482
+ color: var(--docs-text-color-default);
483
+ }
484
+
485
+ #content a:not(.code-preview a, h2 a, h3 a, h4 a, h5 a) {
486
+ text-decoration: underline;
487
+ text-decoration-thickness: 1px;
488
+ color: var(--f-text-color-link);
489
+ text-decoration-color: var(--docs-text-color-link);
490
+ text-underline-offset: 0.15rem;
491
+ }
492
+
493
+ #content a:hover:not(.code-preview a, h2 a, h3 a, h4 a, h5 a) {
494
+ color: var(--f-text-color-default);
495
+ text-decoration-color: var(--docs-text-link-hover);
496
+ }
497
+
481
498
  .layout-wrapper {
482
499
  font-family: var(--docs-font-family);
483
500
  background: #fff;
@@ -410,21 +410,21 @@ p:not(.code-preview p) {
410
410
  max-width: 680px;
411
411
  }
412
412
 
413
- main h1:not(.code-preview--default h1) {
413
+ main h1:not(.code-preview h1) {
414
414
  font-size: 2.5rem;
415
415
  color: #1b1e23;
416
416
  }
417
417
 
418
- main h2:not(.code-preview--default h2) {
418
+ main h2:not(.code-preview h2) {
419
419
  font-size: 1.5rem;
420
420
  margin-top: 3rem;
421
421
  }
422
422
 
423
- main h3:not(.code-preview--default h3) {
423
+ main h3:not(.code-preview h3) {
424
424
  font-size: 1.2rem;
425
425
  }
426
426
 
427
- main h4:not(.code-preview--default h4) {
427
+ main h4:not(.code-preview h4) {
428
428
  font-size: 1rem;
429
429
  }
430
430
 
@@ -478,6 +478,23 @@ h1 code {
478
478
  font-weight: 400;
479
479
  }
480
480
 
481
+ #content a:not(.code-preview a) {
482
+ color: var(--docs-text-color-default);
483
+ }
484
+
485
+ #content a:not(.code-preview a, h2 a, h3 a, h4 a, h5 a) {
486
+ text-decoration: underline;
487
+ text-decoration-thickness: 1px;
488
+ color: var(--f-text-color-link);
489
+ text-decoration-color: var(--docs-text-color-link);
490
+ text-underline-offset: 0.15rem;
491
+ }
492
+
493
+ #content a:hover:not(.code-preview a, h2 a, h3 a, h4 a, h5 a) {
494
+ color: var(--f-text-color-default);
495
+ text-decoration-color: var(--docs-text-link-hover);
496
+ }
497
+
481
498
  .layout-wrapper {
482
499
  font-family: var(--docs-font-family);
483
500
  background: #fff;
@@ -841,6 +858,8 @@ kbd {
841
858
  --docs-font-weight: normal;
842
859
  --docs-text-color-default: #1b1e23;
843
860
  --docs-text-color-discrete: #5f6165;
861
+ --docs-text-color-link: #4a52b6;
862
+ --docs-text-color-link-hover: #1b1e23;
844
863
  --docs-heading-font-family: var(--docs-font-family);
845
864
  --docs-heading-font-weight: var(--docs-font-weight);
846
865
  --docs-heading-line-height: 1.4;
@@ -3,6 +3,8 @@
3
3
  --docs-font-weight: normal;
4
4
  --docs-text-color-default: #1b1e23;
5
5
  --docs-text-color-discrete: #5f6165;
6
+ --docs-text-color-link: #4a52b6;
7
+ --docs-text-color-link-hover: #1b1e23;
6
8
  --docs-heading-font-family: var(--docs-font-family);
7
9
  --docs-heading-font-weight: var(--docs-font-weight);
8
10
  --docs-heading-line-height: 1.4;
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.43.1"
8
+ "packageVersion": "7.43.4"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,31 +1,31 @@
1
1
  'use strict';
2
2
 
3
- var require$$1 = require('path');
4
- var require$$2 = require('url');
3
+ var path$j = require('node:path');
4
+ var node_url = require('node:url');
5
5
  var require$$0$3 = require('fs');
6
- var promises = require('fs/promises');
6
+ var fs$o = require('node:fs');
7
+ var fs$n = require('node:fs/promises');
7
8
  var require$$0$1 = require('events');
8
9
  var require$$0$2 = require('stream');
9
10
  var string_decoder$1 = require('string_decoder');
10
11
  var require$$0$4 = require('constants');
11
- var require$$2$1 = require('util');
12
+ var require$$2 = require('util');
12
13
  var require$$5 = require('assert');
14
+ var require$$1 = require('path');
13
15
  var require$$0$5 = require('readline');
14
16
  var require$$0$6 = require('child_process');
15
17
  var node_buffer = require('node:buffer');
16
- var path$j = require('node:path');
17
18
  var childProcess = require('node:child_process');
18
19
  var process$2 = require('node:process');
19
- var node_url = require('node:url');
20
20
  var os = require('node:os');
21
- var fs$n = require('node:fs');
22
- var promises$1 = require('node:timers/promises');
21
+ var promises = require('node:timers/promises');
23
22
  var node_util = require('node:util');
24
23
  var require$$0$7 = require('@vue/compiler-sfc');
25
24
  var require$$1$1 = require('typescript');
26
- var require$$2$2 = require('os');
25
+ var require$$2$1 = require('os');
27
26
  var require$$1$4 = require('http');
28
27
  var require$$2$4 = require('https');
28
+ var require$$2$2 = require('url');
29
29
  var require$$0$8 = require('buffer');
30
30
  var require$$1$2 = require('crypto');
31
31
  var require$$1$3 = require('net');
@@ -50,7 +50,7 @@ function _interopNamespaceDefault(e) {
50
50
  return Object.freeze(n);
51
51
  }
52
52
 
53
- var require$$0__namespace = /*#__PURE__*/_interopNamespaceDefault(require$$0$3);
53
+ var fs__namespace = /*#__PURE__*/_interopNamespaceDefault(fs$o);
54
54
 
55
55
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
56
56
 
@@ -16859,15 +16859,15 @@ const defaultFS = {
16859
16859
  readlinkSync: require$$0$3.readlinkSync,
16860
16860
  realpathSync,
16861
16861
  promises: {
16862
- lstat: promises.lstat,
16863
- readdir: promises.readdir,
16864
- readlink: promises.readlink,
16865
- realpath: promises.realpath,
16862
+ lstat: fs$n.lstat,
16863
+ readdir: fs$n.readdir,
16864
+ readlink: fs$n.readlink,
16865
+ realpath: fs$n.realpath,
16866
16866
  },
16867
16867
  };
16868
16868
  // if they just gave us require('fs') then use our default
16869
- const fsFromOption = (fsOption) => !fsOption || fsOption === defaultFS || fsOption === require$$0__namespace
16870
- ? defaultFS
16869
+ const fsFromOption = (fsOption) => !fsOption || fsOption === defaultFS || fsOption === fs__namespace ?
16870
+ defaultFS
16871
16871
  : {
16872
16872
  ...defaultFS,
16873
16873
  ...fsOption,
@@ -16908,20 +16908,13 @@ const ENOREADLINK = 0b0001_0000_0000;
16908
16908
  const ENOREALPATH = 0b0010_0000_0000;
16909
16909
  const ENOCHILD = ENOTDIR | ENOENT | ENOREALPATH;
16910
16910
  const TYPEMASK = 0b0011_1111_1111;
16911
- const entToType = (s) => s.isFile()
16912
- ? IFREG
16913
- : s.isDirectory()
16914
- ? IFDIR
16915
- : s.isSymbolicLink()
16916
- ? IFLNK
16917
- : s.isCharacterDevice()
16918
- ? IFCHR
16919
- : s.isBlockDevice()
16920
- ? IFBLK
16921
- : s.isSocket()
16922
- ? IFSOCK
16923
- : s.isFIFO()
16924
- ? IFIFO
16911
+ const entToType = (s) => s.isFile() ? IFREG
16912
+ : s.isDirectory() ? IFDIR
16913
+ : s.isSymbolicLink() ? IFLNK
16914
+ : s.isCharacterDevice() ? IFCHR
16915
+ : s.isBlockDevice() ? IFBLK
16916
+ : s.isSocket() ? IFSOCK
16917
+ : s.isFIFO() ? IFIFO
16925
16918
  : UNKNOWN;
16926
16919
  // normalize unicode path names
16927
16920
  const normalizeCache = new Map();
@@ -17023,6 +17016,11 @@ class PathBase {
17023
17016
  * @internal
17024
17017
  */
17025
17018
  nocase;
17019
+ /**
17020
+ * boolean indicating that this path is the current working directory
17021
+ * of the PathScurry collection that contains it.
17022
+ */
17023
+ isCWD = false;
17026
17024
  // potential default fs override
17027
17025
  #fs;
17028
17026
  // Stats fields
@@ -17110,14 +17108,20 @@ class PathBase {
17110
17108
  #realpath;
17111
17109
  /**
17112
17110
  * This property is for compatibility with the Dirent class as of
17113
- * Node v20, where Dirent['path'] refers to the path of the directory
17114
- * that was passed to readdir. So, somewhat counterintuitively, this
17115
- * property refers to the *parent* path, not the path object itself.
17116
- * For root entries, it's the path to the entry itself.
17111
+ * Node v20, where Dirent['parentPath'] refers to the path of the
17112
+ * directory that was passed to readdir. For root entries, it's the path
17113
+ * to the entry itself.
17117
17114
  */
17118
- get path() {
17115
+ get parentPath() {
17119
17116
  return (this.parent || this).fullpath();
17120
17117
  }
17118
+ /**
17119
+ * Deprecated alias for Dirent['parentPath'] Somewhat counterintuitively,
17120
+ * this property refers to the *parent* path, not the path object itself.
17121
+ */
17122
+ get path() {
17123
+ return this.parentPath;
17124
+ }
17121
17125
  /**
17122
17126
  * Do not create new Path objects directly. They should always be accessed
17123
17127
  * via the PathScurry class or other methods on the Path class.
@@ -17171,8 +17175,8 @@ class PathBase {
17171
17175
  const rootPath = this.getRootString(path);
17172
17176
  const dir = path.substring(rootPath.length);
17173
17177
  const dirParts = dir.split(this.splitSep);
17174
- const result = rootPath
17175
- ? this.getRoot(rootPath).#resolveParts(dirParts)
17178
+ const result = rootPath ?
17179
+ this.getRoot(rootPath).#resolveParts(dirParts)
17176
17180
  : this.#resolveParts(dirParts);
17177
17181
  return result;
17178
17182
  }
@@ -17223,9 +17227,7 @@ class PathBase {
17223
17227
  }
17224
17228
  // find the child
17225
17229
  const children = this.children();
17226
- const name = this.nocase
17227
- ? normalizeNocase(pathPart)
17228
- : normalize(pathPart);
17230
+ const name = this.nocase ? normalizeNocase(pathPart) : normalize(pathPart);
17229
17231
  for (const p of children) {
17230
17232
  if (p.#matchName === name) {
17231
17233
  return p;
@@ -17235,9 +17237,7 @@ class PathBase {
17235
17237
  // actually exist. If we know the parent isn't a dir, then
17236
17238
  // in fact it CAN'T exist.
17237
17239
  const s = this.parent ? this.sep : '';
17238
- const fullpath = this.#fullpath
17239
- ? this.#fullpath + s + pathPart
17240
- : undefined;
17240
+ const fullpath = this.#fullpath ? this.#fullpath + s + pathPart : undefined;
17241
17241
  const pchild = this.newChild(pathPart, UNKNOWN, {
17242
17242
  ...opts,
17243
17243
  parent: this,
@@ -17256,6 +17256,8 @@ class PathBase {
17256
17256
  * the cwd, then this ends up being equivalent to the fullpath()
17257
17257
  */
17258
17258
  relative() {
17259
+ if (this.isCWD)
17260
+ return '';
17259
17261
  if (this.#relative !== undefined) {
17260
17262
  return this.#relative;
17261
17263
  }
@@ -17276,6 +17278,8 @@ class PathBase {
17276
17278
  relativePosix() {
17277
17279
  if (this.sep === '/')
17278
17280
  return this.relative();
17281
+ if (this.isCWD)
17282
+ return '';
17279
17283
  if (this.#relativePosix !== undefined)
17280
17284
  return this.#relativePosix;
17281
17285
  const name = this.name;
@@ -17341,23 +17345,15 @@ class PathBase {
17341
17345
  return this[`is${type}`]();
17342
17346
  }
17343
17347
  getType() {
17344
- return this.isUnknown()
17345
- ? 'Unknown'
17346
- : this.isDirectory()
17347
- ? 'Directory'
17348
- : this.isFile()
17349
- ? 'File'
17350
- : this.isSymbolicLink()
17351
- ? 'SymbolicLink'
17352
- : this.isFIFO()
17353
- ? 'FIFO'
17354
- : this.isCharacterDevice()
17355
- ? 'CharacterDevice'
17356
- : this.isBlockDevice()
17357
- ? 'BlockDevice'
17358
- : /* c8 ignore start */ this.isSocket()
17359
- ? 'Socket'
17360
- : 'Unknown';
17348
+ return (this.isUnknown() ? 'Unknown'
17349
+ : this.isDirectory() ? 'Directory'
17350
+ : this.isFile() ? 'File'
17351
+ : this.isSymbolicLink() ? 'SymbolicLink'
17352
+ : this.isFIFO() ? 'FIFO'
17353
+ : this.isCharacterDevice() ? 'CharacterDevice'
17354
+ : this.isBlockDevice() ? 'BlockDevice'
17355
+ : /* c8 ignore start */ this.isSocket() ? 'Socket'
17356
+ : 'Unknown');
17361
17357
  /* c8 ignore stop */
17362
17358
  }
17363
17359
  /**
@@ -17491,8 +17487,8 @@ class PathBase {
17491
17487
  * directly.
17492
17488
  */
17493
17489
  isNamed(n) {
17494
- return !this.nocase
17495
- ? this.#matchName === normalize(n)
17490
+ return !this.nocase ?
17491
+ this.#matchName === normalize(n)
17496
17492
  : this.#matchName === normalizeNocase(n);
17497
17493
  }
17498
17494
  /**
@@ -17548,7 +17544,7 @@ class PathBase {
17548
17544
  /* c8 ignore stop */
17549
17545
  try {
17550
17546
  const read = this.#fs.readlinkSync(this.fullpath());
17551
- const linkTarget = (this.parent.realpathSync())?.resolve(read);
17547
+ const linkTarget = this.parent.realpathSync()?.resolve(read);
17552
17548
  if (linkTarget) {
17553
17549
  return (this.#linkTarget = linkTarget);
17554
17550
  }
@@ -17669,9 +17665,7 @@ class PathBase {
17669
17665
  #readdirMaybePromoteChild(e, c) {
17670
17666
  for (let p = c.provisional; p < c.length; p++) {
17671
17667
  const pchild = c[p];
17672
- const name = this.nocase
17673
- ? normalizeNocase(e.name)
17674
- : normalize(e.name);
17668
+ const name = this.nocase ? normalizeNocase(e.name) : normalize(e.name);
17675
17669
  if (name !== pchild.#matchName) {
17676
17670
  continue;
17677
17671
  }
@@ -17970,6 +17964,8 @@ class PathBase {
17970
17964
  [setAsCwd](oldCwd) {
17971
17965
  if (oldCwd === this)
17972
17966
  return;
17967
+ oldCwd.isCWD = false;
17968
+ this.isCWD = true;
17973
17969
  const changed = new Set([]);
17974
17970
  let rp = [];
17975
17971
  let p = this;
@@ -18023,7 +18019,7 @@ class PathWin32 extends PathBase {
18023
18019
  * @internal
18024
18020
  */
18025
18021
  getRootString(path) {
18026
- return require$$1.win32.parse(path).root;
18022
+ return path$j.win32.parse(path).root;
18027
18023
  }
18028
18024
  /**
18029
18025
  * @internal
@@ -18143,7 +18139,7 @@ class PathScurryBase {
18143
18139
  constructor(cwd = process.cwd(), pathImpl, sep, { nocase, childrenCacheSize = 16 * 1024, fs = defaultFS, } = {}) {
18144
18140
  this.#fs = fsFromOption(fs);
18145
18141
  if (cwd instanceof URL || cwd.startsWith('file://')) {
18146
- cwd = require$$2.fileURLToPath(cwd);
18142
+ cwd = node_url.fileURLToPath(cwd);
18147
18143
  }
18148
18144
  // resolve and split root, and then add to the store.
18149
18145
  // this is the only time we call path.resolve()
@@ -18731,7 +18727,7 @@ class PathScurryWin32 extends PathScurryBase {
18731
18727
  sep = '\\';
18732
18728
  constructor(cwd = process.cwd(), opts = {}) {
18733
18729
  const { nocase = true } = opts;
18734
- super(cwd, require$$1.win32, '\\', { ...opts, nocase });
18730
+ super(cwd, path$j.win32, '\\', { ...opts, nocase });
18735
18731
  this.nocase = nocase;
18736
18732
  for (let p = this.cwd; p; p = p.parent) {
18737
18733
  p.nocase = this.nocase;
@@ -18744,7 +18740,7 @@ class PathScurryWin32 extends PathScurryBase {
18744
18740
  // if the path starts with a single separator, it's not a UNC, and we'll
18745
18741
  // just get separator as the root, and driveFromUNC will return \
18746
18742
  // In that case, mount \ on the root from the cwd.
18747
- return require$$1.win32.parse(dir).root.toUpperCase();
18743
+ return path$j.win32.parse(dir).root.toUpperCase();
18748
18744
  }
18749
18745
  /**
18750
18746
  * @internal
@@ -18773,7 +18769,7 @@ class PathScurryPosix extends PathScurryBase {
18773
18769
  sep = '/';
18774
18770
  constructor(cwd = process.cwd(), opts = {}) {
18775
18771
  const { nocase = false } = opts;
18776
- super(cwd, require$$1.posix, '/', { ...opts, nocase });
18772
+ super(cwd, path$j.posix, '/', { ...opts, nocase });
18777
18773
  this.nocase = nocase;
18778
18774
  }
18779
18775
  /**
@@ -18821,10 +18817,8 @@ process.platform === 'win32' ? PathWin32 : PathPosix;
18821
18817
  * {@link PathScurryWin32} on Windows systems, {@link PathScurryDarwin} on
18822
18818
  * Darwin (macOS) systems, {@link PathScurryPosix} on all others.
18823
18819
  */
18824
- const PathScurry = process.platform === 'win32'
18825
- ? PathScurryWin32
18826
- : process.platform === 'darwin'
18827
- ? PathScurryDarwin
18820
+ const PathScurry = process.platform === 'win32' ? PathScurryWin32
18821
+ : process.platform === 'darwin' ? PathScurryDarwin
18828
18822
  : PathScurryPosix;
18829
18823
 
18830
18824
  // this is just a very light wrapper around 2 arrays with an offset index
@@ -19883,7 +19877,7 @@ class Glob {
19883
19877
  this.cwd = '';
19884
19878
  }
19885
19879
  else if (opts.cwd instanceof URL || opts.cwd.startsWith('file://')) {
19886
- opts.cwd = require$$2.fileURLToPath(opts.cwd);
19880
+ opts.cwd = node_url.fileURLToPath(opts.cwd);
19887
19881
  }
19888
19882
  this.cwd = opts.cwd || '';
19889
19883
  this.root = opts.root;
@@ -20646,7 +20640,7 @@ var polyfills = polyfills$1;
20646
20640
  var legacy$1 = legacyStreams;
20647
20641
  var clone = clone_1;
20648
20642
 
20649
- var util$b = require$$2$1;
20643
+ var util$b = require$$2;
20650
20644
 
20651
20645
  /* istanbul ignore next - node 0.x polyfill */
20652
20646
  var gracefulQueue;
@@ -25610,7 +25604,7 @@ const isExecaChildProcess = target => target instanceof childProcess.ChildProces
25610
25604
 
25611
25605
  const pipeToTarget = (spawned, streamName, target) => {
25612
25606
  if (typeof target === 'string') {
25613
- spawned[streamName].pipe(fs$n.createWriteStream(target));
25607
+ spawned[streamName].pipe(fs$o.createWriteStream(target));
25614
25608
  return spawned;
25615
25609
  }
25616
25610
 
@@ -25948,7 +25942,7 @@ const getInput = ({input, inputFile}) => {
25948
25942
  }
25949
25943
 
25950
25944
  validateInputOptions(input);
25951
- return fs$n.createReadStream(inputFile);
25945
+ return fs$o.createReadStream(inputFile);
25952
25946
  };
25953
25947
 
25954
25948
  // `input` and `inputFile` option in async mode
@@ -25993,7 +25987,7 @@ const getBufferedData = async (stream, streamPromise) => {
25993
25987
  }
25994
25988
 
25995
25989
  // Wait for the `all` stream to receive the last chunk before destroying the stream
25996
- await promises$1.setTimeout(0);
25990
+ await promises.setTimeout(0);
25997
25991
 
25998
25992
  stream.destroy();
25999
25993
 
@@ -43638,7 +43632,7 @@ var picomatch$2 = picomatch_1;
43638
43632
  const fs$3 = require$$0$3;
43639
43633
  const { Readable } = require$$0$2;
43640
43634
  const sysPath$3 = require$$1;
43641
- const { promisify: promisify$3 } = require$$2$1;
43635
+ const { promisify: promisify$3 } = require$$2;
43642
43636
  const picomatch$1 = picomatch$2;
43643
43637
 
43644
43638
  const readdir$1 = promisify$3(fs$3.readdir);
@@ -44240,7 +44234,7 @@ var isGlob$2 = function isGlob(str, options) {
44240
44234
 
44241
44235
  var isGlob$1 = isGlob$2;
44242
44236
  var pathPosixDirname = require$$1.posix.dirname;
44243
- var isWin32 = require$$2$2.platform() === 'win32';
44237
+ var isWin32 = require$$2$1.platform() === 'win32';
44244
44238
 
44245
44239
  var slash = '/';
44246
44240
  var backslash = /\\/g;
@@ -44736,7 +44730,7 @@ var toRegexRange_1 = toRegexRange$1;
44736
44730
  * Licensed under the MIT License.
44737
44731
  */
44738
44732
 
44739
- const util$a = require$$2$1;
44733
+ const util$a = require$$2;
44740
44734
  const toRegexRange = toRegexRange_1;
44741
44735
 
44742
44736
  const isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
@@ -45975,7 +45969,7 @@ var constants = {};
45975
45969
 
45976
45970
  const {sep} = require$$1;
45977
45971
  const {platform} = process;
45978
- const os = require$$2$2;
45972
+ const os = require$$2$1;
45979
45973
 
45980
45974
  exports.EV_ALL = 'all';
45981
45975
  exports.EV_READY = 'ready';
@@ -46041,7 +46035,7 @@ var constants = {};
46041
46035
 
46042
46036
  const fs$2 = require$$0$3;
46043
46037
  const sysPath$2 = require$$1;
46044
- const { promisify: promisify$2 } = require$$2$1;
46038
+ const { promisify: promisify$2 } = require$$2;
46045
46039
  const isBinaryPath = isBinaryPath$1;
46046
46040
  const {
46047
46041
  isWindows: isWindows$1,
@@ -46692,7 +46686,7 @@ var fseventsHandler = {exports: {}};
46692
46686
 
46693
46687
  const fs$1 = require$$0$3;
46694
46688
  const sysPath$1 = require$$1;
46695
- const { promisify: promisify$1 } = require$$2$1;
46689
+ const { promisify: promisify$1 } = require$$2;
46696
46690
 
46697
46691
  let fsevents;
46698
46692
  try {
@@ -47220,7 +47214,7 @@ var fseventsHandlerExports = fseventsHandler.exports;
47220
47214
  const { EventEmitter } = require$$0$1;
47221
47215
  const fs = require$$0$3;
47222
47216
  const sysPath = require$$1;
47223
- const { promisify } = require$$2$1;
47217
+ const { promisify } = require$$2;
47224
47218
  const readdirp = readdirp_1;
47225
47219
  const anymatch = anymatchExports.default;
47226
47220
  const globParent = globParent$1;
@@ -48314,7 +48308,7 @@ driver having these two methods.
48314
48308
 
48315
48309
 
48316
48310
  var Stream$2 = require$$0$2.Stream,
48317
- util$9 = require$$2$1;
48311
+ util$9 = require$$2;
48318
48312
 
48319
48313
 
48320
48314
  var IO = function(driver) {
@@ -48519,7 +48513,7 @@ var stream_reader = StreamReader;
48519
48513
 
48520
48514
  var Buffer$9 = safeBufferExports.Buffer,
48521
48515
  Emitter = require$$0$1.EventEmitter,
48522
- util$8 = require$$2$1,
48516
+ util$8 = require$$2,
48523
48517
  streams = streams$1,
48524
48518
  Headers$1 = headers,
48525
48519
  Reader = stream_reader;
@@ -49894,7 +49888,7 @@ var message = Message$1;
49894
49888
 
49895
49889
  var Buffer$6 = safeBufferExports.Buffer,
49896
49890
  crypto$2 = require$$1$2,
49897
- util$7 = require$$2$1,
49891
+ util$7 = require$$2,
49898
49892
  Extensions = websocket_extensions,
49899
49893
  Base$6 = base,
49900
49894
  Frame = frame,
@@ -50376,8 +50370,8 @@ var hybi = Hybi$2;
50376
50370
 
50377
50371
  var Buffer$5 = safeBufferExports.Buffer,
50378
50372
  Stream$1 = require$$0$2.Stream,
50379
- url$1 = require$$2,
50380
- util$6 = require$$2$1,
50373
+ url$1 = require$$2$2,
50374
+ util$6 = require$$2,
50381
50375
  Base$5 = base,
50382
50376
  Headers = headers,
50383
50377
  HttpParser$2 = http_parser;
@@ -50474,8 +50468,8 @@ var proxy = Proxy$2;
50474
50468
 
50475
50469
  var Buffer$4 = safeBufferExports.Buffer,
50476
50470
  crypto$1 = require$$1$2,
50477
- url = require$$2,
50478
- util$5 = require$$2$1,
50471
+ url = require$$2$2,
50472
+ util$5 = require$$2,
50479
50473
  HttpParser$1 = http_parser,
50480
50474
  Base$4 = base,
50481
50475
  Hybi$1 = hybi,
@@ -50615,7 +50609,7 @@ var client$1 = Client$1;
50615
50609
 
50616
50610
  var Buffer$3 = safeBufferExports.Buffer,
50617
50611
  Base$3 = base,
50618
- util$4 = require$$2$1;
50612
+ util$4 = require$$2;
50619
50613
 
50620
50614
  var Draft75$2 = function(request, url, options) {
50621
50615
  Base$3.apply(this, arguments);
@@ -50739,7 +50733,7 @@ var Buffer$2 = safeBufferExports.Buffer,
50739
50733
  Base$2 = base,
50740
50734
  Draft75$1 = draft75,
50741
50735
  crypto = require$$1$2,
50742
- util$3 = require$$2$1;
50736
+ util$3 = require$$2;
50743
50737
 
50744
50738
 
50745
50739
  var numberFromKey = function(key) {
@@ -50851,7 +50845,7 @@ for (var key$2 in instance$2)
50851
50845
 
50852
50846
  var draft76 = Draft76$1;
50853
50847
 
50854
- var util$2 = require$$2$1,
50848
+ var util$2 = require$$2,
50855
50849
  HttpParser = http_parser,
50856
50850
  Base$1 = base,
50857
50851
  Draft75 = draft75,
@@ -51055,7 +51049,7 @@ var EventTarget$1 = {
51055
51049
  var event_target = EventTarget$1;
51056
51050
 
51057
51051
  var Stream = require$$0$2.Stream,
51058
- util$1 = require$$2$1,
51052
+ util$1 = require$$2,
51059
51053
  driver$1 = driver$2,
51060
51054
  EventTarget = event_target,
51061
51055
  Event = event;
@@ -51259,10 +51253,10 @@ function requireClient () {
51259
51253
  if (hasRequiredClient) return client;
51260
51254
  hasRequiredClient = 1;
51261
51255
 
51262
- var util = require$$2$1,
51256
+ var util = require$$2,
51263
51257
  net = require$$1$3,
51264
51258
  tls = require$$2$3,
51265
- url = require$$2,
51259
+ url = require$$2$2,
51266
51260
  driver = driver$2,
51267
51261
  API = api;
51268
51262
 
@@ -51357,7 +51351,7 @@ function requireEventsource () {
51357
51351
  hasRequiredEventsource = 1;
51358
51352
 
51359
51353
  var Stream = require$$0$2.Stream,
51360
- util = require$$2$1,
51354
+ util = require$$2,
51361
51355
  driver = driver$2,
51362
51356
  Headers = headers,
51363
51357
  API = api,
@@ -51490,7 +51484,7 @@ function requireEventsource () {
51490
51484
  return eventsource;
51491
51485
  }
51492
51486
 
51493
- var util = require$$2$1,
51487
+ var util = require$$2,
51494
51488
  driver = driver$2,
51495
51489
  API = api;
51496
51490
 
@@ -52249,7 +52243,7 @@ var hasRequiredSupportsColor;
52249
52243
  function requireSupportsColor () {
52250
52244
  if (hasRequiredSupportsColor) return supportsColor_1;
52251
52245
  hasRequiredSupportsColor = 1;
52252
- const os = require$$2$2;
52246
+ const os = require$$2$1;
52253
52247
  const hasFlag = requireHasFlag();
52254
52248
 
52255
52249
  const env = process.env;
@@ -52393,7 +52387,7 @@ function requireNode () {
52393
52387
  hasRequiredNode = 1;
52394
52388
  (function (module, exports) {
52395
52389
  var tty = require$$0$9;
52396
- var util = require$$2$1;
52390
+ var util = require$$2;
52397
52391
 
52398
52392
  /**
52399
52393
  * This is the Node.js implementation of `debug()`.
@@ -54171,7 +54165,7 @@ var callBound$1 = function callBoundIntrinsic(name, allowMissing) {
54171
54165
  return intrinsic;
54172
54166
  };
54173
54167
 
54174
- var util_inspect = require$$2$1.inspect;
54168
+ var util_inspect = require$$2.inspect;
54175
54169
 
54176
54170
  var hasMap = typeof Map === 'function' && Map.prototype;
54177
54171
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
@@ -55707,7 +55701,7 @@ var lib = {
55707
55701
 
55708
55702
  var _events2 = _interopRequireDefault(_events);
55709
55703
 
55710
- var _url = require$$2;
55704
+ var _url = require$$2$2;
55711
55705
 
55712
55706
  var _client = clientExports;
55713
55707