create-sandi-ts-app 0.1.3 → 0.1.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sandi-ts-app",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "bin": "./dist/cli/index.js",
6
6
  "files": [
@@ -5,9 +5,12 @@
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
7
7
  "scripts": {
8
- "build": "tsc --watch"
8
+ "dev": "rimraf dist && tsc && run-p build-watch dev-start",
9
+ "build-watch": "tsc --watch",
10
+ "dev-start": "nodemon dist/index.js"
9
11
  },
10
12
  "dependencies": {
13
+ "nodemon": "^3.0.3",
11
14
  "npm-run-all": "^4.1.5",
12
15
  "rimraf": "^5.0.5"
13
16
  },
@@ -5,6 +5,9 @@ settings:
5
5
  excludeLinksFromLockfile: false
6
6
 
7
7
  dependencies:
8
+ nodemon:
9
+ specifier: ^3.0.3
10
+ version: 3.0.3
8
11
  npm-run-all:
9
12
  specifier: ^4.1.5
10
13
  version: 4.1.5
@@ -21,16 +24,7 @@ devDependencies:
21
24
  version: 8.56.0
22
25
  eslint-config-sandi-ts:
23
26
  specifier: ^0.1.5
24
- version: 0.1.5(@typescript-eslint/parser@5.62.0)(eslint@8.56.0)
25
- eslint-config-tungsten:
26
- specifier: ^0.1.9
27
- version: 0.1.9(@babel/core@7.23.7)(@babel/eslint-parser@7.23.3)(babel-plugin-module-resolver@4.1.0)(eslint-config-tungsten-js@0.1.2)(eslint-import-resolver-babel-module@5.3.2)(eslint-plugin-import@2.29.1)
28
- eslint-import-resolver-babel-module:
29
- specifier: ^5.3.2
30
- version: 5.3.2(@babel/core@7.23.7)(babel-plugin-module-resolver@4.1.0)
31
- eslint-plugin-import:
32
- specifier: ^2.29.1
33
- version: 2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.56.0)
27
+ version: 0.1.5(eslint@8.56.0)
34
28
  typescript:
35
29
  specifier: ^5.3.3
36
30
  version: 5.3.3
@@ -78,7 +72,7 @@ packages:
78
72
  '@babel/traverse': 7.23.7
79
73
  '@babel/types': 7.23.6
80
74
  convert-source-map: 2.0.0
81
- debug: 4.3.4
75
+ debug: 4.3.4(supports-color@5.5.0)
82
76
  gensync: 1.0.0-beta.2
83
77
  json5: 2.2.3
84
78
  semver: 6.3.1
@@ -110,13 +104,6 @@ packages:
110
104
  jsesc: 2.5.2
111
105
  dev: true
112
106
 
113
- /@babel/helper-annotate-as-pure@7.22.5:
114
- resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
115
- engines: {node: '>=6.9.0'}
116
- dependencies:
117
- '@babel/types': 7.23.6
118
- dev: true
119
-
120
107
  /@babel/helper-compilation-targets@7.23.6:
121
108
  resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
122
109
  engines: {node: '>=6.9.0'}
@@ -241,91 +228,6 @@ packages:
241
228
  '@babel/helper-plugin-utils': 7.22.5
242
229
  dev: true
243
230
 
244
- /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.7):
245
- resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==}
246
- engines: {node: '>=6.9.0'}
247
- peerDependencies:
248
- '@babel/core': ^7.0.0-0
249
- dependencies:
250
- '@babel/core': 7.23.7
251
- '@babel/helper-plugin-utils': 7.22.5
252
- dev: true
253
-
254
- /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.7):
255
- resolution: {integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==}
256
- engines: {node: '>=6.9.0'}
257
- peerDependencies:
258
- '@babel/core': ^7.0.0-0
259
- dependencies:
260
- '@babel/core': 7.23.7
261
- '@babel/helper-plugin-utils': 7.22.5
262
- dev: true
263
-
264
- /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.7):
265
- resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==}
266
- engines: {node: '>=6.9.0'}
267
- peerDependencies:
268
- '@babel/core': ^7.0.0-0
269
- dependencies:
270
- '@babel/core': 7.23.7
271
- '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
272
- dev: true
273
-
274
- /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.23.7):
275
- resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==}
276
- engines: {node: '>=6.9.0'}
277
- peerDependencies:
278
- '@babel/core': ^7.0.0-0
279
- dependencies:
280
- '@babel/core': 7.23.7
281
- '@babel/helper-annotate-as-pure': 7.22.5
282
- '@babel/helper-module-imports': 7.22.15
283
- '@babel/helper-plugin-utils': 7.22.5
284
- '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7)
285
- '@babel/types': 7.23.6
286
- dev: true
287
-
288
- /@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.23.7):
289
- resolution: {integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==}
290
- engines: {node: '>=6.9.0'}
291
- peerDependencies:
292
- '@babel/core': ^7.0.0-0
293
- dependencies:
294
- '@babel/core': 7.23.7
295
- '@babel/helper-annotate-as-pure': 7.22.5
296
- '@babel/helper-plugin-utils': 7.22.5
297
- dev: true
298
-
299
- /@babel/preset-react@7.16.0(@babel/core@7.23.7):
300
- resolution: {integrity: sha512-d31IFW2bLRB28uL1WoElyro8RH5l6531XfxMtCeCmp6RVAF1uTfxxUA0LH1tXl+psZdwfmIbwoG4U5VwgbhtLw==}
301
- engines: {node: '>=6.9.0'}
302
- peerDependencies:
303
- '@babel/core': ^7.0.0-0
304
- dependencies:
305
- '@babel/core': 7.23.7
306
- '@babel/helper-plugin-utils': 7.22.5
307
- '@babel/helper-validator-option': 7.23.5
308
- '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.7)
309
- '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
310
- '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.7)
311
- '@babel/plugin-transform-react-pure-annotations': 7.23.3(@babel/core@7.23.7)
312
- dev: true
313
-
314
- /@babel/preset-react@7.23.3(@babel/core@7.23.7):
315
- resolution: {integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==}
316
- engines: {node: '>=6.9.0'}
317
- peerDependencies:
318
- '@babel/core': ^7.0.0-0
319
- dependencies:
320
- '@babel/core': 7.23.7
321
- '@babel/helper-plugin-utils': 7.22.5
322
- '@babel/helper-validator-option': 7.23.5
323
- '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.7)
324
- '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7)
325
- '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.7)
326
- '@babel/plugin-transform-react-pure-annotations': 7.23.3(@babel/core@7.23.7)
327
- dev: true
328
-
329
231
  /@babel/template@7.22.15:
330
232
  resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
331
233
  engines: {node: '>=6.9.0'}
@@ -347,7 +249,7 @@ packages:
347
249
  '@babel/helper-split-export-declaration': 7.22.6
348
250
  '@babel/parser': 7.23.6
349
251
  '@babel/types': 7.23.6
350
- debug: 4.3.4
252
+ debug: 4.3.4(supports-color@5.5.0)
351
253
  globals: 11.12.0
352
254
  transitivePeerDependencies:
353
255
  - supports-color
@@ -382,7 +284,7 @@ packages:
382
284
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
383
285
  dependencies:
384
286
  ajv: 6.12.6
385
- debug: 4.3.4
287
+ debug: 4.3.4(supports-color@5.5.0)
386
288
  espree: 9.6.1
387
289
  globals: 13.24.0
388
290
  ignore: 5.3.0
@@ -404,7 +306,7 @@ packages:
404
306
  engines: {node: '>=10.10.0'}
405
307
  dependencies:
406
308
  '@humanwhocodes/object-schema': 2.0.2
407
- debug: 4.3.4
309
+ debug: 4.3.4(supports-color@5.5.0)
408
310
  minimatch: 3.1.2
409
311
  transitivePeerDependencies:
410
312
  - supports-color
@@ -495,10 +397,6 @@ packages:
495
397
  dev: false
496
398
  optional: true
497
399
 
498
- /@types/json-schema@7.0.15:
499
- resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
500
- dev: true
501
-
502
400
  /@types/json5@0.0.29:
503
401
  resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
504
402
  dev: true
@@ -509,165 +407,14 @@ packages:
509
407
  undici-types: 5.26.5
510
408
  dev: true
511
409
 
512
- /@types/semver@7.5.6:
513
- resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
514
- dev: true
515
-
516
- /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.56.0)(typescript@4.9.5):
517
- resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==}
518
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
519
- peerDependencies:
520
- '@typescript-eslint/parser': ^5.0.0
521
- eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
522
- typescript: '*'
523
- peerDependenciesMeta:
524
- typescript:
525
- optional: true
526
- dependencies:
527
- '@eslint-community/regexpp': 4.10.0
528
- '@typescript-eslint/parser': 5.62.0(eslint@8.56.0)(typescript@5.3.3)
529
- '@typescript-eslint/scope-manager': 5.62.0
530
- '@typescript-eslint/type-utils': 5.62.0(eslint@8.56.0)(typescript@4.9.5)
531
- '@typescript-eslint/utils': 5.62.0(eslint@8.56.0)(typescript@4.9.5)
532
- debug: 4.3.4
533
- eslint: 8.56.0
534
- graphemer: 1.4.0
535
- ignore: 5.3.0
536
- natural-compare-lite: 1.4.0
537
- semver: 7.5.4
538
- tsutils: 3.21.0(typescript@4.9.5)
539
- typescript: 4.9.5
540
- transitivePeerDependencies:
541
- - supports-color
542
- dev: true
543
-
544
- /@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.3.3):
545
- resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==}
546
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
547
- peerDependencies:
548
- eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
549
- typescript: '*'
550
- peerDependenciesMeta:
551
- typescript:
552
- optional: true
553
- dependencies:
554
- '@typescript-eslint/scope-manager': 5.62.0
555
- '@typescript-eslint/types': 5.62.0
556
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.3.3)
557
- debug: 4.3.4
558
- eslint: 8.56.0
559
- typescript: 5.3.3
560
- transitivePeerDependencies:
561
- - supports-color
562
- dev: true
563
-
564
- /@typescript-eslint/scope-manager@5.62.0:
565
- resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==}
566
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
567
- dependencies:
568
- '@typescript-eslint/types': 5.62.0
569
- '@typescript-eslint/visitor-keys': 5.62.0
570
- dev: true
571
-
572
- /@typescript-eslint/type-utils@5.62.0(eslint@8.56.0)(typescript@4.9.5):
573
- resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==}
574
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
575
- peerDependencies:
576
- eslint: '*'
577
- typescript: '*'
578
- peerDependenciesMeta:
579
- typescript:
580
- optional: true
581
- dependencies:
582
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
583
- '@typescript-eslint/utils': 5.62.0(eslint@8.56.0)(typescript@4.9.5)
584
- debug: 4.3.4
585
- eslint: 8.56.0
586
- tsutils: 3.21.0(typescript@4.9.5)
587
- typescript: 4.9.5
588
- transitivePeerDependencies:
589
- - supports-color
590
- dev: true
591
-
592
- /@typescript-eslint/types@5.62.0:
593
- resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==}
594
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
595
- dev: true
596
-
597
- /@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5):
598
- resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
599
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
600
- peerDependencies:
601
- typescript: '*'
602
- peerDependenciesMeta:
603
- typescript:
604
- optional: true
605
- dependencies:
606
- '@typescript-eslint/types': 5.62.0
607
- '@typescript-eslint/visitor-keys': 5.62.0
608
- debug: 4.3.4
609
- globby: 11.1.0
610
- is-glob: 4.0.3
611
- semver: 7.5.4
612
- tsutils: 3.21.0(typescript@4.9.5)
613
- typescript: 4.9.5
614
- transitivePeerDependencies:
615
- - supports-color
616
- dev: true
617
-
618
- /@typescript-eslint/typescript-estree@5.62.0(typescript@5.3.3):
619
- resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
620
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
621
- peerDependencies:
622
- typescript: '*'
623
- peerDependenciesMeta:
624
- typescript:
625
- optional: true
626
- dependencies:
627
- '@typescript-eslint/types': 5.62.0
628
- '@typescript-eslint/visitor-keys': 5.62.0
629
- debug: 4.3.4
630
- globby: 11.1.0
631
- is-glob: 4.0.3
632
- semver: 7.5.4
633
- tsutils: 3.21.0(typescript@5.3.3)
634
- typescript: 5.3.3
635
- transitivePeerDependencies:
636
- - supports-color
637
- dev: true
638
-
639
- /@typescript-eslint/utils@5.62.0(eslint@8.56.0)(typescript@4.9.5):
640
- resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
641
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
642
- peerDependencies:
643
- eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
644
- dependencies:
645
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0)
646
- '@types/json-schema': 7.0.15
647
- '@types/semver': 7.5.6
648
- '@typescript-eslint/scope-manager': 5.62.0
649
- '@typescript-eslint/types': 5.62.0
650
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
651
- eslint: 8.56.0
652
- eslint-scope: 5.1.1
653
- semver: 7.5.4
654
- transitivePeerDependencies:
655
- - supports-color
656
- - typescript
657
- dev: true
658
-
659
- /@typescript-eslint/visitor-keys@5.62.0:
660
- resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==}
661
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
662
- dependencies:
663
- '@typescript-eslint/types': 5.62.0
664
- eslint-visitor-keys: 3.4.3
665
- dev: true
666
-
667
410
  /@ungap/structured-clone@1.2.0:
668
411
  resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
669
412
  dev: true
670
413
 
414
+ /abbrev@1.1.1:
415
+ resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
416
+ dev: false
417
+
671
418
  /acorn-jsx@5.3.2(acorn@8.11.3):
672
419
  resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
673
420
  peerDependencies:
@@ -717,6 +464,14 @@ packages:
717
464
  engines: {node: '>=12'}
718
465
  dev: false
719
466
 
467
+ /anymatch@3.1.3:
468
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
469
+ engines: {node: '>= 8'}
470
+ dependencies:
471
+ normalize-path: 3.0.0
472
+ picomatch: 2.3.1
473
+ dev: false
474
+
720
475
  /argparse@2.0.1:
721
476
  resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
722
477
  dev: true
@@ -738,11 +493,6 @@ packages:
738
493
  is-string: 1.0.7
739
494
  dev: true
740
495
 
741
- /array-union@2.1.0:
742
- resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
743
- engines: {node: '>=8'}
744
- dev: true
745
-
746
496
  /array.prototype.findlastindex@1.2.3:
747
497
  resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==}
748
498
  engines: {node: '>= 0.4'}
@@ -774,16 +524,6 @@ packages:
774
524
  es-shim-unscopables: 1.0.2
775
525
  dev: true
776
526
 
777
- /array.prototype.tosorted@1.1.2:
778
- resolution: {integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==}
779
- dependencies:
780
- call-bind: 1.0.5
781
- define-properties: 1.2.1
782
- es-abstract: 1.22.3
783
- es-shim-unscopables: 1.0.2
784
- get-intrinsic: 1.2.2
785
- dev: true
786
-
787
527
  /arraybuffer.prototype.slice@1.0.2:
788
528
  resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==}
789
529
  engines: {node: '>= 0.4'}
@@ -796,12 +536,6 @@ packages:
796
536
  is-array-buffer: 3.0.2
797
537
  is-shared-array-buffer: 1.0.2
798
538
 
799
- /asynciterator.prototype@1.0.0:
800
- resolution: {integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==}
801
- dependencies:
802
- has-symbols: 1.0.3
803
- dev: true
804
-
805
539
  /available-typed-arrays@1.0.5:
806
540
  resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
807
541
  engines: {node: '>= 0.4'}
@@ -820,6 +554,11 @@ packages:
820
554
  /balanced-match@1.0.2:
821
555
  resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
822
556
 
557
+ /binary-extensions@2.2.0:
558
+ resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
559
+ engines: {node: '>=8'}
560
+ dev: false
561
+
823
562
  /brace-expansion@1.1.11:
824
563
  resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
825
564
  dependencies:
@@ -837,7 +576,7 @@ packages:
837
576
  engines: {node: '>=8'}
838
577
  dependencies:
839
578
  fill-range: 7.0.1
840
- dev: true
579
+ dev: false
841
580
 
842
581
  /browserslist@4.22.2:
843
582
  resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==}
@@ -882,6 +621,21 @@ packages:
882
621
  supports-color: 7.2.0
883
622
  dev: true
884
623
 
624
+ /chokidar@3.5.3:
625
+ resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
626
+ engines: {node: '>= 8.10.0'}
627
+ dependencies:
628
+ anymatch: 3.1.3
629
+ braces: 3.0.2
630
+ glob-parent: 5.1.2
631
+ is-binary-path: 2.1.0
632
+ is-glob: 4.0.3
633
+ normalize-path: 3.0.0
634
+ readdirp: 3.6.0
635
+ optionalDependencies:
636
+ fsevents: 2.3.3
637
+ dev: false
638
+
885
639
  /color-convert@1.9.3:
886
640
  resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
887
641
  dependencies:
@@ -936,7 +690,7 @@ packages:
936
690
  ms: 2.1.3
937
691
  dev: true
938
692
 
939
- /debug@4.3.4:
693
+ /debug@4.3.4(supports-color@5.5.0):
940
694
  resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
941
695
  engines: {node: '>=6.0'}
942
696
  peerDependencies:
@@ -946,7 +700,7 @@ packages:
946
700
  optional: true
947
701
  dependencies:
948
702
  ms: 2.1.2
949
- dev: true
703
+ supports-color: 5.5.0
950
704
 
951
705
  /deep-is@0.1.4:
952
706
  resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
@@ -968,13 +722,6 @@ packages:
968
722
  has-property-descriptors: 1.0.1
969
723
  object-keys: 1.1.1
970
724
 
971
- /dir-glob@3.0.1:
972
- resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
973
- engines: {node: '>=8'}
974
- dependencies:
975
- path-type: 4.0.0
976
- dev: true
977
-
978
725
  /doctrine@2.1.0:
979
726
  resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
980
727
  engines: {node: '>=0.10.0'}
@@ -1055,25 +802,6 @@ packages:
1055
802
  unbox-primitive: 1.0.2
1056
803
  which-typed-array: 1.1.13
1057
804
 
1058
- /es-iterator-helpers@1.0.15:
1059
- resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==}
1060
- dependencies:
1061
- asynciterator.prototype: 1.0.0
1062
- call-bind: 1.0.5
1063
- define-properties: 1.2.1
1064
- es-abstract: 1.22.3
1065
- es-set-tostringtag: 2.0.2
1066
- function-bind: 1.1.2
1067
- get-intrinsic: 1.2.2
1068
- globalthis: 1.0.3
1069
- has-property-descriptors: 1.0.1
1070
- has-proto: 1.0.1
1071
- has-symbols: 1.0.3
1072
- internal-slot: 1.0.6
1073
- iterator.prototype: 1.1.2
1074
- safe-array-concat: 1.1.0
1075
- dev: true
1076
-
1077
805
  /es-set-tostringtag@2.0.2:
1078
806
  resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==}
1079
807
  engines: {node: '>= 0.4'}
@@ -1110,7 +838,7 @@ packages:
1110
838
  engines: {node: '>=10'}
1111
839
  dev: true
1112
840
 
1113
- /eslint-config-sandi-ts@0.1.5(@typescript-eslint/parser@5.62.0)(eslint@8.56.0):
841
+ /eslint-config-sandi-ts@0.1.5(eslint@8.56.0):
1114
842
  resolution: {integrity: sha512-PBeyNSuSQ8ZTzStB37xkE80x45DnjeJDEHt4czwqilCSZEU1tPsjUywH5xx1AtwPRL0Drifnhdtpfo8WrHIvgA==}
1115
843
  peerDependencies:
1116
844
  eslint: ^7.32.0
@@ -1121,7 +849,7 @@ packages:
1121
849
  babel-plugin-module-resolver: 4.1.0
1122
850
  eslint: 8.56.0
1123
851
  eslint-import-resolver-babel-module: 5.3.2(@babel/core@7.23.7)(babel-plugin-module-resolver@4.1.0)
1124
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.56.0)
852
+ eslint-plugin-import: 2.29.1(eslint@8.56.0)
1125
853
  eslint-plugin-no-type-assertion: 1.3.0(eslint@8.56.0)
1126
854
  transitivePeerDependencies:
1127
855
  - '@typescript-eslint/parser'
@@ -1130,50 +858,6 @@ packages:
1130
858
  - supports-color
1131
859
  dev: true
1132
860
 
1133
- /eslint-config-tungsten-js@0.1.2(@babel/core@7.23.7)(@babel/preset-react@7.23.3)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.56.0):
1134
- resolution: {integrity: sha512-Pnpi2CRtdr31BkYbcNiTp8tllmbGFrVQJEkrJ05qDX9IdYpnFfxiPv2Qo9ucerqFfZPsUSqHInkWVRZgclSPtw==}
1135
- peerDependencies:
1136
- '@babel/core': ^7.16.0
1137
- '@babel/preset-react': ^7.16.0
1138
- eslint: ^8.0.0
1139
- eslint-plugin-react: ^7.26.1
1140
- eslint-plugin-react-hooks: ^4.2.0
1141
- dependencies:
1142
- '@babel/core': 7.23.7
1143
- '@babel/preset-react': 7.23.3(@babel/core@7.23.7)
1144
- eslint: 8.56.0
1145
- eslint-plugin-react: 7.33.2(eslint@8.56.0)
1146
- eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0)
1147
- dev: true
1148
-
1149
- /eslint-config-tungsten@0.1.9(@babel/core@7.23.7)(@babel/eslint-parser@7.23.3)(babel-plugin-module-resolver@4.1.0)(eslint-config-tungsten-js@0.1.2)(eslint-import-resolver-babel-module@5.3.2)(eslint-plugin-import@2.29.1):
1150
- resolution: {integrity: sha512-laFyZemvGDbJNtAGpiFFnnKpS72JZZfS73LToP3Zf2Quv2k/gx0IKboV2VslX9wzTD7USTKq94JBEUp8uYCcLA==}
1151
- peerDependencies:
1152
- '@babel/core': ^7.18.5
1153
- '@babel/eslint-parser': ^7.23.3
1154
- babel-plugin-module-resolver: ^4.1.0
1155
- eslint-config-tungsten-js: ^0.1.2
1156
- eslint-import-resolver-babel-module: ^5.3.1
1157
- eslint-plugin-import: ^2.26.0
1158
- dependencies:
1159
- '@babel/core': 7.23.7
1160
- '@babel/eslint-parser': 7.23.3(@babel/core@7.23.7)(eslint@8.56.0)
1161
- '@babel/preset-react': 7.16.0(@babel/core@7.23.7)
1162
- '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.56.0)(typescript@4.9.5)
1163
- '@typescript-eslint/parser': 5.62.0(eslint@8.56.0)(typescript@5.3.3)
1164
- babel-plugin-module-resolver: 4.1.0
1165
- eslint: 8.56.0
1166
- eslint-config-tungsten-js: 0.1.2(@babel/core@7.23.7)(@babel/preset-react@7.23.3)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.56.0)
1167
- eslint-import-resolver-babel-module: 5.3.2(@babel/core@7.23.7)(babel-plugin-module-resolver@4.1.0)
1168
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.56.0)
1169
- eslint-plugin-no-type-assertion: 1.3.0(eslint@8.56.0)
1170
- eslint-plugin-react: 7.33.2(eslint@8.56.0)
1171
- eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0)
1172
- typescript: 4.9.5
1173
- transitivePeerDependencies:
1174
- - supports-color
1175
- dev: true
1176
-
1177
861
  /eslint-import-resolver-babel-module@5.3.2(@babel/core@7.23.7)(babel-plugin-module-resolver@4.1.0):
1178
862
  resolution: {integrity: sha512-K7D8n0O6p/JJncPote8yiuB7chJfu26Yn/Q3gzT53cNzJNS0NUCkI0iuimj4/vWVRHVQvPnYWeq07V8RvKjz/A==}
1179
863
  engines: {node: '>=10.0.0'}
@@ -1197,7 +881,7 @@ packages:
1197
881
  - supports-color
1198
882
  dev: true
1199
883
 
1200
- /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0):
884
+ /eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.56.0):
1201
885
  resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
1202
886
  engines: {node: '>=4'}
1203
887
  peerDependencies:
@@ -1218,7 +902,6 @@ packages:
1218
902
  eslint-import-resolver-webpack:
1219
903
  optional: true
1220
904
  dependencies:
1221
- '@typescript-eslint/parser': 5.62.0(eslint@8.56.0)(typescript@5.3.3)
1222
905
  debug: 3.2.7
1223
906
  eslint: 8.56.0
1224
907
  eslint-import-resolver-node: 0.3.9
@@ -1226,7 +909,7 @@ packages:
1226
909
  - supports-color
1227
910
  dev: true
1228
911
 
1229
- /eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.56.0):
912
+ /eslint-plugin-import@2.29.1(eslint@8.56.0):
1230
913
  resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
1231
914
  engines: {node: '>=4'}
1232
915
  peerDependencies:
@@ -1236,7 +919,6 @@ packages:
1236
919
  '@typescript-eslint/parser':
1237
920
  optional: true
1238
921
  dependencies:
1239
- '@typescript-eslint/parser': 5.62.0(eslint@8.56.0)(typescript@5.3.3)
1240
922
  array-includes: 3.1.7
1241
923
  array.prototype.findlastindex: 1.2.3
1242
924
  array.prototype.flat: 1.3.2
@@ -1245,7 +927,7 @@ packages:
1245
927
  doctrine: 2.1.0
1246
928
  eslint: 8.56.0
1247
929
  eslint-import-resolver-node: 0.3.9
1248
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0)
930
+ eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.56.0)
1249
931
  hasown: 2.0.0
1250
932
  is-core-module: 2.13.1
1251
933
  is-glob: 4.0.3
@@ -1270,40 +952,6 @@ packages:
1270
952
  eslint: 8.56.0
1271
953
  dev: true
1272
954
 
1273
- /eslint-plugin-react-hooks@4.6.0(eslint@8.56.0):
1274
- resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
1275
- engines: {node: '>=10'}
1276
- peerDependencies:
1277
- eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
1278
- dependencies:
1279
- eslint: 8.56.0
1280
- dev: true
1281
-
1282
- /eslint-plugin-react@7.33.2(eslint@8.56.0):
1283
- resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==}
1284
- engines: {node: '>=4'}
1285
- peerDependencies:
1286
- eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
1287
- dependencies:
1288
- array-includes: 3.1.7
1289
- array.prototype.flatmap: 1.3.2
1290
- array.prototype.tosorted: 1.1.2
1291
- doctrine: 2.1.0
1292
- es-iterator-helpers: 1.0.15
1293
- eslint: 8.56.0
1294
- estraverse: 5.3.0
1295
- jsx-ast-utils: 3.3.5
1296
- minimatch: 3.1.2
1297
- object.entries: 1.1.7
1298
- object.fromentries: 2.0.7
1299
- object.hasown: 1.1.3
1300
- object.values: 1.1.7
1301
- prop-types: 15.8.1
1302
- resolve: 2.0.0-next.5
1303
- semver: 6.3.1
1304
- string.prototype.matchall: 4.0.10
1305
- dev: true
1306
-
1307
955
  /eslint-scope@5.1.1:
1308
956
  resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
1309
957
  engines: {node: '>=8.0.0'}
@@ -1346,7 +994,7 @@ packages:
1346
994
  ajv: 6.12.6
1347
995
  chalk: 4.1.2
1348
996
  cross-spawn: 7.0.3
1349
- debug: 4.3.4
997
+ debug: 4.3.4(supports-color@5.5.0)
1350
998
  doctrine: 3.0.0
1351
999
  escape-string-regexp: 4.0.0
1352
1000
  eslint-scope: 7.2.2
@@ -1419,17 +1067,6 @@ packages:
1419
1067
  resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1420
1068
  dev: true
1421
1069
 
1422
- /fast-glob@3.3.2:
1423
- resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
1424
- engines: {node: '>=8.6.0'}
1425
- dependencies:
1426
- '@nodelib/fs.stat': 2.0.5
1427
- '@nodelib/fs.walk': 1.2.8
1428
- glob-parent: 5.1.2
1429
- merge2: 1.4.1
1430
- micromatch: 4.0.5
1431
- dev: true
1432
-
1433
1070
  /fast-json-stable-stringify@2.1.0:
1434
1071
  resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1435
1072
  dev: true
@@ -1456,7 +1093,7 @@ packages:
1456
1093
  engines: {node: '>=8'}
1457
1094
  dependencies:
1458
1095
  to-regex-range: 5.0.1
1459
- dev: true
1096
+ dev: false
1460
1097
 
1461
1098
  /find-babel-config@1.2.0:
1462
1099
  resolution: {integrity: sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==}
@@ -1511,6 +1148,14 @@ packages:
1511
1148
  resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
1512
1149
  dev: true
1513
1150
 
1151
+ /fsevents@2.3.3:
1152
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1153
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1154
+ os: [darwin]
1155
+ requiresBuild: true
1156
+ dev: false
1157
+ optional: true
1158
+
1514
1159
  /function-bind@1.1.2:
1515
1160
  resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1516
1161
 
@@ -1551,7 +1196,7 @@ packages:
1551
1196
  engines: {node: '>= 6'}
1552
1197
  dependencies:
1553
1198
  is-glob: 4.0.3
1554
- dev: true
1199
+ dev: false
1555
1200
 
1556
1201
  /glob-parent@6.0.2:
1557
1202
  resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
@@ -1601,18 +1246,6 @@ packages:
1601
1246
  dependencies:
1602
1247
  define-properties: 1.2.1
1603
1248
 
1604
- /globby@11.1.0:
1605
- resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
1606
- engines: {node: '>=10'}
1607
- dependencies:
1608
- array-union: 2.1.0
1609
- dir-glob: 3.0.1
1610
- fast-glob: 3.3.2
1611
- ignore: 5.3.0
1612
- merge2: 1.4.1
1613
- slash: 3.0.0
1614
- dev: true
1615
-
1616
1249
  /gopd@1.0.1:
1617
1250
  resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
1618
1251
  dependencies:
@@ -1667,6 +1300,10 @@ packages:
1667
1300
  resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
1668
1301
  dev: false
1669
1302
 
1303
+ /ignore-by-default@1.0.1:
1304
+ resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==}
1305
+ dev: false
1306
+
1670
1307
  /ignore@5.3.0:
1671
1308
  resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==}
1672
1309
  engines: {node: '>= 4'}
@@ -1715,18 +1352,18 @@ packages:
1715
1352
  resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
1716
1353
  dev: false
1717
1354
 
1718
- /is-async-function@2.0.0:
1719
- resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==}
1720
- engines: {node: '>= 0.4'}
1721
- dependencies:
1722
- has-tostringtag: 1.0.0
1723
- dev: true
1724
-
1725
1355
  /is-bigint@1.0.4:
1726
1356
  resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==}
1727
1357
  dependencies:
1728
1358
  has-bigints: 1.0.2
1729
1359
 
1360
+ /is-binary-path@2.1.0:
1361
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
1362
+ engines: {node: '>=8'}
1363
+ dependencies:
1364
+ binary-extensions: 2.2.0
1365
+ dev: false
1366
+
1730
1367
  /is-boolean-object@1.1.2:
1731
1368
  resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
1732
1369
  engines: {node: '>= 0.4'}
@@ -1752,36 +1389,17 @@ packages:
1752
1389
  /is-extglob@2.1.1:
1753
1390
  resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1754
1391
  engines: {node: '>=0.10.0'}
1755
- dev: true
1756
-
1757
- /is-finalizationregistry@1.0.2:
1758
- resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==}
1759
- dependencies:
1760
- call-bind: 1.0.5
1761
- dev: true
1762
1392
 
1763
1393
  /is-fullwidth-code-point@3.0.0:
1764
1394
  resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
1765
1395
  engines: {node: '>=8'}
1766
1396
  dev: false
1767
1397
 
1768
- /is-generator-function@1.0.10:
1769
- resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==}
1770
- engines: {node: '>= 0.4'}
1771
- dependencies:
1772
- has-tostringtag: 1.0.0
1773
- dev: true
1774
-
1775
1398
  /is-glob@4.0.3:
1776
1399
  resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1777
1400
  engines: {node: '>=0.10.0'}
1778
1401
  dependencies:
1779
1402
  is-extglob: 2.1.1
1780
- dev: true
1781
-
1782
- /is-map@2.0.2:
1783
- resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==}
1784
- dev: true
1785
1403
 
1786
1404
  /is-negative-zero@2.0.2:
1787
1405
  resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==}
@@ -1796,7 +1414,7 @@ packages:
1796
1414
  /is-number@7.0.0:
1797
1415
  resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1798
1416
  engines: {node: '>=0.12.0'}
1799
- dev: true
1417
+ dev: false
1800
1418
 
1801
1419
  /is-path-inside@3.0.3:
1802
1420
  resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
@@ -1810,10 +1428,6 @@ packages:
1810
1428
  call-bind: 1.0.5
1811
1429
  has-tostringtag: 1.0.0
1812
1430
 
1813
- /is-set@2.0.2:
1814
- resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==}
1815
- dev: true
1816
-
1817
1431
  /is-shared-array-buffer@1.0.2:
1818
1432
  resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
1819
1433
  dependencies:
@@ -1837,38 +1451,17 @@ packages:
1837
1451
  dependencies:
1838
1452
  which-typed-array: 1.1.13
1839
1453
 
1840
- /is-weakmap@2.0.1:
1841
- resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==}
1842
- dev: true
1843
-
1844
1454
  /is-weakref@1.0.2:
1845
1455
  resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}
1846
1456
  dependencies:
1847
1457
  call-bind: 1.0.5
1848
1458
 
1849
- /is-weakset@2.0.2:
1850
- resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==}
1851
- dependencies:
1852
- call-bind: 1.0.5
1853
- get-intrinsic: 1.2.2
1854
- dev: true
1855
-
1856
1459
  /isarray@2.0.5:
1857
1460
  resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
1858
1461
 
1859
1462
  /isexe@2.0.0:
1860
1463
  resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1861
1464
 
1862
- /iterator.prototype@1.1.2:
1863
- resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==}
1864
- dependencies:
1865
- define-properties: 1.2.1
1866
- get-intrinsic: 1.2.2
1867
- has-symbols: 1.0.3
1868
- reflect.getprototypeof: 1.0.4
1869
- set-function-name: 2.0.1
1870
- dev: true
1871
-
1872
1465
  /jackspeak@2.3.6:
1873
1466
  resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==}
1874
1467
  engines: {node: '>=14'}
@@ -1929,16 +1522,6 @@ packages:
1929
1522
  hasBin: true
1930
1523
  dev: true
1931
1524
 
1932
- /jsx-ast-utils@3.3.5:
1933
- resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
1934
- engines: {node: '>=4.0'}
1935
- dependencies:
1936
- array-includes: 3.1.7
1937
- array.prototype.flat: 1.3.2
1938
- object.assign: 4.1.5
1939
- object.values: 1.1.7
1940
- dev: true
1941
-
1942
1525
  /keyv@4.5.4:
1943
1526
  resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1944
1527
  dependencies:
@@ -1982,13 +1565,6 @@ packages:
1982
1565
  resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1983
1566
  dev: true
1984
1567
 
1985
- /loose-envify@1.4.0:
1986
- resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
1987
- hasBin: true
1988
- dependencies:
1989
- js-tokens: 4.0.0
1990
- dev: true
1991
-
1992
1568
  /lru-cache@10.1.0:
1993
1569
  resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==}
1994
1570
  engines: {node: 14 || >=16.14}
@@ -2005,26 +1581,13 @@ packages:
2005
1581
  engines: {node: '>=10'}
2006
1582
  dependencies:
2007
1583
  yallist: 4.0.0
2008
- dev: true
1584
+ dev: false
2009
1585
 
2010
1586
  /memorystream@0.3.1:
2011
1587
  resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
2012
1588
  engines: {node: '>= 0.10.0'}
2013
1589
  dev: false
2014
1590
 
2015
- /merge2@1.4.1:
2016
- resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
2017
- engines: {node: '>= 8'}
2018
- dev: true
2019
-
2020
- /micromatch@4.0.5:
2021
- resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
2022
- engines: {node: '>=8.6'}
2023
- dependencies:
2024
- braces: 3.0.2
2025
- picomatch: 2.3.1
2026
- dev: true
2027
-
2028
1591
  /minimatch@3.1.2:
2029
1592
  resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
2030
1593
  dependencies:
@@ -2048,16 +1611,11 @@ packages:
2048
1611
 
2049
1612
  /ms@2.1.2:
2050
1613
  resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
2051
- dev: true
2052
1614
 
2053
1615
  /ms@2.1.3:
2054
1616
  resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
2055
1617
  dev: true
2056
1618
 
2057
- /natural-compare-lite@1.4.0:
2058
- resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
2059
- dev: true
2060
-
2061
1619
  /natural-compare@1.4.0:
2062
1620
  resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
2063
1621
  dev: true
@@ -2070,6 +1628,30 @@ packages:
2070
1628
  resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
2071
1629
  dev: true
2072
1630
 
1631
+ /nodemon@3.0.3:
1632
+ resolution: {integrity: sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==}
1633
+ engines: {node: '>=10'}
1634
+ hasBin: true
1635
+ dependencies:
1636
+ chokidar: 3.5.3
1637
+ debug: 4.3.4(supports-color@5.5.0)
1638
+ ignore-by-default: 1.0.1
1639
+ minimatch: 3.1.2
1640
+ pstree.remy: 1.1.8
1641
+ semver: 7.5.4
1642
+ simple-update-notifier: 2.0.0
1643
+ supports-color: 5.5.0
1644
+ touch: 3.1.0
1645
+ undefsafe: 2.0.5
1646
+ dev: false
1647
+
1648
+ /nopt@1.0.10:
1649
+ resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==}
1650
+ hasBin: true
1651
+ dependencies:
1652
+ abbrev: 1.1.1
1653
+ dev: false
1654
+
2073
1655
  /normalize-package-data@2.5.0:
2074
1656
  resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
2075
1657
  dependencies:
@@ -2079,6 +1661,11 @@ packages:
2079
1661
  validate-npm-package-license: 3.0.4
2080
1662
  dev: false
2081
1663
 
1664
+ /normalize-path@3.0.0:
1665
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
1666
+ engines: {node: '>=0.10.0'}
1667
+ dev: false
1668
+
2082
1669
  /npm-run-all@4.1.5:
2083
1670
  resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==}
2084
1671
  engines: {node: '>= 4'}
@@ -2095,11 +1682,6 @@ packages:
2095
1682
  string.prototype.padend: 3.1.5
2096
1683
  dev: false
2097
1684
 
2098
- /object-assign@4.1.1:
2099
- resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
2100
- engines: {node: '>=0.10.0'}
2101
- dev: true
2102
-
2103
1685
  /object-inspect@1.13.1:
2104
1686
  resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
2105
1687
 
@@ -2116,15 +1698,6 @@ packages:
2116
1698
  has-symbols: 1.0.3
2117
1699
  object-keys: 1.1.1
2118
1700
 
2119
- /object.entries@1.1.7:
2120
- resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==}
2121
- engines: {node: '>= 0.4'}
2122
- dependencies:
2123
- call-bind: 1.0.5
2124
- define-properties: 1.2.1
2125
- es-abstract: 1.22.3
2126
- dev: true
2127
-
2128
1701
  /object.fromentries@2.0.7:
2129
1702
  resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==}
2130
1703
  engines: {node: '>= 0.4'}
@@ -2143,13 +1716,6 @@ packages:
2143
1716
  get-intrinsic: 1.2.2
2144
1717
  dev: true
2145
1718
 
2146
- /object.hasown@1.1.3:
2147
- resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==}
2148
- dependencies:
2149
- define-properties: 1.2.1
2150
- es-abstract: 1.22.3
2151
- dev: true
2152
-
2153
1719
  /object.values@1.1.7:
2154
1720
  resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==}
2155
1721
  engines: {node: '>= 0.4'}
@@ -2267,11 +1833,6 @@ packages:
2267
1833
  pify: 3.0.0
2268
1834
  dev: false
2269
1835
 
2270
- /path-type@4.0.0:
2271
- resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
2272
- engines: {node: '>=8'}
2273
- dev: true
2274
-
2275
1836
  /picocolors@1.0.0:
2276
1837
  resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
2277
1838
  dev: true
@@ -2279,7 +1840,7 @@ packages:
2279
1840
  /picomatch@2.3.1:
2280
1841
  resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
2281
1842
  engines: {node: '>=8.6'}
2282
- dev: true
1843
+ dev: false
2283
1844
 
2284
1845
  /pidtree@0.3.1:
2285
1846
  resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==}
@@ -2304,13 +1865,9 @@ packages:
2304
1865
  engines: {node: '>= 0.8.0'}
2305
1866
  dev: true
2306
1867
 
2307
- /prop-types@15.8.1:
2308
- resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
2309
- dependencies:
2310
- loose-envify: 1.4.0
2311
- object-assign: 4.1.1
2312
- react-is: 16.13.1
2313
- dev: true
1868
+ /pstree.remy@1.1.8:
1869
+ resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==}
1870
+ dev: false
2314
1871
 
2315
1872
  /punycode@2.3.1:
2316
1873
  resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
@@ -2321,10 +1878,6 @@ packages:
2321
1878
  resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
2322
1879
  dev: true
2323
1880
 
2324
- /react-is@16.13.1:
2325
- resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
2326
- dev: true
2327
-
2328
1881
  /read-pkg@3.0.0:
2329
1882
  resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==}
2330
1883
  engines: {node: '>=4'}
@@ -2334,17 +1887,12 @@ packages:
2334
1887
  path-type: 3.0.0
2335
1888
  dev: false
2336
1889
 
2337
- /reflect.getprototypeof@1.0.4:
2338
- resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==}
2339
- engines: {node: '>= 0.4'}
1890
+ /readdirp@3.6.0:
1891
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
1892
+ engines: {node: '>=8.10.0'}
2340
1893
  dependencies:
2341
- call-bind: 1.0.5
2342
- define-properties: 1.2.1
2343
- es-abstract: 1.22.3
2344
- get-intrinsic: 1.2.2
2345
- globalthis: 1.0.3
2346
- which-builtin-type: 1.1.3
2347
- dev: true
1894
+ picomatch: 2.3.1
1895
+ dev: false
2348
1896
 
2349
1897
  /regexp.prototype.flags@1.5.1:
2350
1898
  resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==}
@@ -2371,15 +1919,6 @@ packages:
2371
1919
  path-parse: 1.0.7
2372
1920
  supports-preserve-symlinks-flag: 1.0.0
2373
1921
 
2374
- /resolve@2.0.0-next.5:
2375
- resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==}
2376
- hasBin: true
2377
- dependencies:
2378
- is-core-module: 2.13.1
2379
- path-parse: 1.0.7
2380
- supports-preserve-symlinks-flag: 1.0.0
2381
- dev: true
2382
-
2383
1922
  /reusify@1.0.4:
2384
1923
  resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
2385
1924
  engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
@@ -2439,7 +1978,7 @@ packages:
2439
1978
  hasBin: true
2440
1979
  dependencies:
2441
1980
  lru-cache: 6.0.0
2442
- dev: true
1981
+ dev: false
2443
1982
 
2444
1983
  /set-function-length@1.2.0:
2445
1984
  resolution: {integrity: sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==}
@@ -2497,10 +2036,12 @@ packages:
2497
2036
  engines: {node: '>=14'}
2498
2037
  dev: false
2499
2038
 
2500
- /slash@3.0.0:
2501
- resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
2502
- engines: {node: '>=8'}
2503
- dev: true
2039
+ /simple-update-notifier@2.0.0:
2040
+ resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==}
2041
+ engines: {node: '>=10'}
2042
+ dependencies:
2043
+ semver: 7.5.4
2044
+ dev: false
2504
2045
 
2505
2046
  /spdx-correct@3.2.0:
2506
2047
  resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
@@ -2542,20 +2083,6 @@ packages:
2542
2083
  strip-ansi: 7.1.0
2543
2084
  dev: false
2544
2085
 
2545
- /string.prototype.matchall@4.0.10:
2546
- resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==}
2547
- dependencies:
2548
- call-bind: 1.0.5
2549
- define-properties: 1.2.1
2550
- es-abstract: 1.22.3
2551
- get-intrinsic: 1.2.2
2552
- has-symbols: 1.0.3
2553
- internal-slot: 1.0.6
2554
- regexp.prototype.flags: 1.5.1
2555
- set-function-name: 2.0.1
2556
- side-channel: 1.0.4
2557
- dev: true
2558
-
2559
2086
  /string.prototype.padend@3.1.5:
2560
2087
  resolution: {integrity: sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==}
2561
2088
  engines: {node: '>= 0.4'}
@@ -2640,7 +2167,14 @@ packages:
2640
2167
  engines: {node: '>=8.0'}
2641
2168
  dependencies:
2642
2169
  is-number: 7.0.0
2643
- dev: true
2170
+ dev: false
2171
+
2172
+ /touch@3.1.0:
2173
+ resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==}
2174
+ hasBin: true
2175
+ dependencies:
2176
+ nopt: 1.0.10
2177
+ dev: false
2644
2178
 
2645
2179
  /tsconfig-paths@3.15.0:
2646
2180
  resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==}
@@ -2651,30 +2185,6 @@ packages:
2651
2185
  strip-bom: 3.0.0
2652
2186
  dev: true
2653
2187
 
2654
- /tslib@1.14.1:
2655
- resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
2656
- dev: true
2657
-
2658
- /tsutils@3.21.0(typescript@4.9.5):
2659
- resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
2660
- engines: {node: '>= 6'}
2661
- peerDependencies:
2662
- typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
2663
- dependencies:
2664
- tslib: 1.14.1
2665
- typescript: 4.9.5
2666
- dev: true
2667
-
2668
- /tsutils@3.21.0(typescript@5.3.3):
2669
- resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
2670
- engines: {node: '>= 6'}
2671
- peerDependencies:
2672
- typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
2673
- dependencies:
2674
- tslib: 1.14.1
2675
- typescript: 5.3.3
2676
- dev: true
2677
-
2678
2188
  /type-check@0.4.0:
2679
2189
  resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
2680
2190
  engines: {node: '>= 0.8.0'}
@@ -2721,12 +2231,6 @@ packages:
2721
2231
  for-each: 0.3.3
2722
2232
  is-typed-array: 1.1.12
2723
2233
 
2724
- /typescript@4.9.5:
2725
- resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
2726
- engines: {node: '>=4.2.0'}
2727
- hasBin: true
2728
- dev: true
2729
-
2730
2234
  /typescript@5.3.3:
2731
2235
  resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
2732
2236
  engines: {node: '>=14.17'}
@@ -2741,6 +2245,10 @@ packages:
2741
2245
  has-symbols: 1.0.3
2742
2246
  which-boxed-primitive: 1.0.2
2743
2247
 
2248
+ /undefsafe@2.0.5:
2249
+ resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==}
2250
+ dev: false
2251
+
2744
2252
  /undici-types@5.26.5:
2745
2253
  resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
2746
2254
  dev: true
@@ -2778,33 +2286,6 @@ packages:
2778
2286
  is-string: 1.0.7
2779
2287
  is-symbol: 1.0.4
2780
2288
 
2781
- /which-builtin-type@1.1.3:
2782
- resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==}
2783
- engines: {node: '>= 0.4'}
2784
- dependencies:
2785
- function.prototype.name: 1.1.6
2786
- has-tostringtag: 1.0.0
2787
- is-async-function: 2.0.0
2788
- is-date-object: 1.0.5
2789
- is-finalizationregistry: 1.0.2
2790
- is-generator-function: 1.0.10
2791
- is-regex: 1.1.4
2792
- is-weakref: 1.0.2
2793
- isarray: 2.0.5
2794
- which-boxed-primitive: 1.0.2
2795
- which-collection: 1.0.1
2796
- which-typed-array: 1.1.13
2797
- dev: true
2798
-
2799
- /which-collection@1.0.1:
2800
- resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==}
2801
- dependencies:
2802
- is-map: 2.0.2
2803
- is-set: 2.0.2
2804
- is-weakmap: 2.0.1
2805
- is-weakset: 2.0.2
2806
- dev: true
2807
-
2808
2289
  /which-typed-array@1.1.13:
2809
2290
  resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==}
2810
2291
  engines: {node: '>= 0.4'}
@@ -2857,7 +2338,7 @@ packages:
2857
2338
 
2858
2339
  /yallist@4.0.0:
2859
2340
  resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
2860
- dev: true
2341
+ dev: false
2861
2342
 
2862
2343
  /yocto-queue@0.1.0:
2863
2344
  resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
@@ -0,0 +1 @@
1
+ console.log('Hello World')