create-sandi-ts-app 0.1.6 → 0.1.7

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.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "bin": "./dist/cli/index.js",
6
6
  "files": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandi-ts-app",
3
- "version": "0.1.0",
3
+ "version": "0.1.7",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -10,6 +10,7 @@
10
10
  "dev-start": "nodemon dist/index.js"
11
11
  },
12
12
  "dependencies": {
13
+ "dotenv": "^16.4.1",
13
14
  "nodemon": "^3.0.3",
14
15
  "npm-run-all": "^4.1.5",
15
16
  "rimraf": "^5.0.5"
@@ -17,7 +18,7 @@
17
18
  "devDependencies": {
18
19
  "@types/node": "^20.11.6",
19
20
  "eslint": "^8.56.0",
20
- "eslint-config-sandi-ts": "^0.1.10",
21
+ "eslint-config-sandi-ts": "^0.1.11",
21
22
  "typescript": "^5.3.3"
22
23
  }
23
24
  }
@@ -5,6 +5,9 @@ settings:
5
5
  excludeLinksFromLockfile: false
6
6
 
7
7
  dependencies:
8
+ dotenv:
9
+ specifier: ^16.4.1
10
+ version: 16.4.1
8
11
  nodemon:
9
12
  specifier: ^3.0.3
10
13
  version: 3.0.3
@@ -23,8 +26,8 @@ devDependencies:
23
26
  specifier: ^8.56.0
24
27
  version: 8.56.0
25
28
  eslint-config-sandi-ts:
26
- specifier: ^0.1.5
27
- version: 0.1.5(eslint@8.56.0)
29
+ specifier: ^0.1.11
30
+ version: 0.1.11(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.3.3)
28
31
  typescript:
29
32
  specifier: ^5.3.3
30
33
  version: 5.3.3
@@ -397,6 +400,10 @@ packages:
397
400
  dev: false
398
401
  optional: true
399
402
 
403
+ /@types/json-schema@7.0.15:
404
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
405
+ dev: true
406
+
400
407
  /@types/json5@0.0.29:
401
408
  resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
402
409
  dev: true
@@ -407,6 +414,142 @@ packages:
407
414
  undici-types: 5.26.5
408
415
  dev: true
409
416
 
417
+ /@types/semver@7.5.6:
418
+ resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
419
+ dev: true
420
+
421
+ /@typescript-eslint/eslint-plugin@6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.3.3):
422
+ resolution: {integrity: sha512-roQScUGFruWod9CEyoV5KlCYrubC/fvG8/1zXuT0WTcxX87GnMMmnksMwSg99lo1xiKrBzw2icsJPMAw1OtKxg==}
423
+ engines: {node: ^16.0.0 || >=18.0.0}
424
+ peerDependencies:
425
+ '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
426
+ eslint: ^7.0.0 || ^8.0.0
427
+ typescript: '*'
428
+ peerDependenciesMeta:
429
+ typescript:
430
+ optional: true
431
+ dependencies:
432
+ '@eslint-community/regexpp': 4.10.0
433
+ '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.3.3)
434
+ '@typescript-eslint/scope-manager': 6.19.1
435
+ '@typescript-eslint/type-utils': 6.19.1(eslint@8.56.0)(typescript@5.3.3)
436
+ '@typescript-eslint/utils': 6.19.1(eslint@8.56.0)(typescript@5.3.3)
437
+ '@typescript-eslint/visitor-keys': 6.19.1
438
+ debug: 4.3.4(supports-color@5.5.0)
439
+ eslint: 8.56.0
440
+ graphemer: 1.4.0
441
+ ignore: 5.3.0
442
+ natural-compare: 1.4.0
443
+ semver: 7.5.4
444
+ ts-api-utils: 1.0.3(typescript@5.3.3)
445
+ typescript: 5.3.3
446
+ transitivePeerDependencies:
447
+ - supports-color
448
+ dev: true
449
+
450
+ /@typescript-eslint/parser@6.19.1(eslint@8.56.0)(typescript@5.3.3):
451
+ resolution: {integrity: sha512-WEfX22ziAh6pRE9jnbkkLGp/4RhTpffr2ZK5bJ18M8mIfA8A+k97U9ZyaXCEJRlmMHh7R9MJZWXp/r73DzINVQ==}
452
+ engines: {node: ^16.0.0 || >=18.0.0}
453
+ peerDependencies:
454
+ eslint: ^7.0.0 || ^8.0.0
455
+ typescript: '*'
456
+ peerDependenciesMeta:
457
+ typescript:
458
+ optional: true
459
+ dependencies:
460
+ '@typescript-eslint/scope-manager': 6.19.1
461
+ '@typescript-eslint/types': 6.19.1
462
+ '@typescript-eslint/typescript-estree': 6.19.1(typescript@5.3.3)
463
+ '@typescript-eslint/visitor-keys': 6.19.1
464
+ debug: 4.3.4(supports-color@5.5.0)
465
+ eslint: 8.56.0
466
+ typescript: 5.3.3
467
+ transitivePeerDependencies:
468
+ - supports-color
469
+ dev: true
470
+
471
+ /@typescript-eslint/scope-manager@6.19.1:
472
+ resolution: {integrity: sha512-4CdXYjKf6/6aKNMSly/BP4iCSOpvMmqtDzRtqFyyAae3z5kkqEjKndR5vDHL8rSuMIIWP8u4Mw4VxLyxZW6D5w==}
473
+ engines: {node: ^16.0.0 || >=18.0.0}
474
+ dependencies:
475
+ '@typescript-eslint/types': 6.19.1
476
+ '@typescript-eslint/visitor-keys': 6.19.1
477
+ dev: true
478
+
479
+ /@typescript-eslint/type-utils@6.19.1(eslint@8.56.0)(typescript@5.3.3):
480
+ resolution: {integrity: sha512-0vdyld3ecfxJuddDjACUvlAeYNrHP/pDeQk2pWBR2ESeEzQhg52DF53AbI9QCBkYE23lgkhLCZNkHn2hEXXYIg==}
481
+ engines: {node: ^16.0.0 || >=18.0.0}
482
+ peerDependencies:
483
+ eslint: ^7.0.0 || ^8.0.0
484
+ typescript: '*'
485
+ peerDependenciesMeta:
486
+ typescript:
487
+ optional: true
488
+ dependencies:
489
+ '@typescript-eslint/typescript-estree': 6.19.1(typescript@5.3.3)
490
+ '@typescript-eslint/utils': 6.19.1(eslint@8.56.0)(typescript@5.3.3)
491
+ debug: 4.3.4(supports-color@5.5.0)
492
+ eslint: 8.56.0
493
+ ts-api-utils: 1.0.3(typescript@5.3.3)
494
+ typescript: 5.3.3
495
+ transitivePeerDependencies:
496
+ - supports-color
497
+ dev: true
498
+
499
+ /@typescript-eslint/types@6.19.1:
500
+ resolution: {integrity: sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==}
501
+ engines: {node: ^16.0.0 || >=18.0.0}
502
+ dev: true
503
+
504
+ /@typescript-eslint/typescript-estree@6.19.1(typescript@5.3.3):
505
+ resolution: {integrity: sha512-aFdAxuhzBFRWhy+H20nYu19+Km+gFfwNO4TEqyszkMcgBDYQjmPJ61erHxuT2ESJXhlhrO7I5EFIlZ+qGR8oVA==}
506
+ engines: {node: ^16.0.0 || >=18.0.0}
507
+ peerDependencies:
508
+ typescript: '*'
509
+ peerDependenciesMeta:
510
+ typescript:
511
+ optional: true
512
+ dependencies:
513
+ '@typescript-eslint/types': 6.19.1
514
+ '@typescript-eslint/visitor-keys': 6.19.1
515
+ debug: 4.3.4(supports-color@5.5.0)
516
+ globby: 11.1.0
517
+ is-glob: 4.0.3
518
+ minimatch: 9.0.3
519
+ semver: 7.5.4
520
+ ts-api-utils: 1.0.3(typescript@5.3.3)
521
+ typescript: 5.3.3
522
+ transitivePeerDependencies:
523
+ - supports-color
524
+ dev: true
525
+
526
+ /@typescript-eslint/utils@6.19.1(eslint@8.56.0)(typescript@5.3.3):
527
+ resolution: {integrity: sha512-JvjfEZuP5WoMqwh9SPAPDSHSg9FBHHGhjPugSRxu5jMfjvBpq5/sGTD+9M9aQ5sh6iJ8AY/Kk/oUYVEMAPwi7w==}
528
+ engines: {node: ^16.0.0 || >=18.0.0}
529
+ peerDependencies:
530
+ eslint: ^7.0.0 || ^8.0.0
531
+ dependencies:
532
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0)
533
+ '@types/json-schema': 7.0.15
534
+ '@types/semver': 7.5.6
535
+ '@typescript-eslint/scope-manager': 6.19.1
536
+ '@typescript-eslint/types': 6.19.1
537
+ '@typescript-eslint/typescript-estree': 6.19.1(typescript@5.3.3)
538
+ eslint: 8.56.0
539
+ semver: 7.5.4
540
+ transitivePeerDependencies:
541
+ - supports-color
542
+ - typescript
543
+ dev: true
544
+
545
+ /@typescript-eslint/visitor-keys@6.19.1:
546
+ resolution: {integrity: sha512-gkdtIO+xSO/SmI0W68DBg4u1KElmIUo3vXzgHyGPs6cxgB0sa3TlptRAAE0hUY1hM6FcDKEv7aIwiTGm76cXfQ==}
547
+ engines: {node: ^16.0.0 || >=18.0.0}
548
+ dependencies:
549
+ '@typescript-eslint/types': 6.19.1
550
+ eslint-visitor-keys: 3.4.3
551
+ dev: true
552
+
410
553
  /@ungap/structured-clone@1.2.0:
411
554
  resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
412
555
  dev: true
@@ -493,6 +636,11 @@ packages:
493
636
  is-string: 1.0.7
494
637
  dev: true
495
638
 
639
+ /array-union@2.1.0:
640
+ resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
641
+ engines: {node: '>=8'}
642
+ dev: true
643
+
496
644
  /array.prototype.findlastindex@1.2.3:
497
645
  resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==}
498
646
  engines: {node: '>= 0.4'}
@@ -540,12 +688,12 @@ packages:
540
688
  resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
541
689
  engines: {node: '>= 0.4'}
542
690
 
543
- /babel-plugin-module-resolver@4.1.0:
544
- resolution: {integrity: sha512-MlX10UDheRr3lb3P0WcaIdtCSRlxdQsB1sBqL7W0raF070bGl1HQQq5K3T2vf2XAYie+ww+5AKC/WrkjRO2knA==}
545
- engines: {node: '>= 8.0.0'}
691
+ /babel-plugin-module-resolver@5.0.0:
692
+ resolution: {integrity: sha512-g0u+/ChLSJ5+PzYwLwP8Rp8Rcfowz58TJNCe+L/ui4rpzE/mg//JVX0EWBUYoxaextqnwuGHzfGp2hh0PPV25Q==}
693
+ engines: {node: '>= 16'}
546
694
  dependencies:
547
- find-babel-config: 1.2.0
548
- glob: 7.2.3
695
+ find-babel-config: 2.0.0
696
+ glob: 8.1.0
549
697
  pkg-up: 3.1.0
550
698
  reselect: 4.1.8
551
699
  resolve: 1.22.8
@@ -569,14 +717,12 @@ packages:
569
717
  resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
570
718
  dependencies:
571
719
  balanced-match: 1.0.2
572
- dev: false
573
720
 
574
721
  /braces@3.0.2:
575
722
  resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
576
723
  engines: {node: '>=8'}
577
724
  dependencies:
578
725
  fill-range: 7.0.1
579
- dev: false
580
726
 
581
727
  /browserslist@4.22.2:
582
728
  resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==}
@@ -722,6 +868,13 @@ packages:
722
868
  has-property-descriptors: 1.0.1
723
869
  object-keys: 1.1.1
724
870
 
871
+ /dir-glob@3.0.1:
872
+ resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
873
+ engines: {node: '>=8'}
874
+ dependencies:
875
+ path-type: 4.0.0
876
+ dev: true
877
+
725
878
  /doctrine@2.1.0:
726
879
  resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
727
880
  engines: {node: '>=0.10.0'}
@@ -736,6 +889,11 @@ packages:
736
889
  esutils: 2.0.3
737
890
  dev: true
738
891
 
892
+ /dotenv@16.4.1:
893
+ resolution: {integrity: sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==}
894
+ engines: {node: '>=12'}
895
+ dev: false
896
+
739
897
  /eastasianwidth@0.2.0:
740
898
  resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
741
899
  dev: false
@@ -838,27 +996,29 @@ packages:
838
996
  engines: {node: '>=10'}
839
997
  dev: true
840
998
 
841
- /eslint-config-sandi-ts@0.1.5(eslint@8.56.0):
842
- resolution: {integrity: sha512-PBeyNSuSQ8ZTzStB37xkE80x45DnjeJDEHt4czwqilCSZEU1tPsjUywH5xx1AtwPRL0Drifnhdtpfo8WrHIvgA==}
999
+ /eslint-config-sandi-ts@0.1.11(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.3.3):
1000
+ resolution: {integrity: sha512-NTE6g4YneLxtz9OnN+uABytsFmTPXIXevoply7n1+GqfohlAiBpeJZlq5cBxuwH53+FRnEP0PtjqD3AEcykiMQ==}
843
1001
  peerDependencies:
844
- eslint: ^7.32.0
1002
+ eslint: ^8.56.0
845
1003
  dependencies:
846
1004
  '@babel/core': 7.23.7
847
1005
  '@babel/eslint-parser': 7.23.3(@babel/core@7.23.7)(eslint@8.56.0)
848
1006
  '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.23.7)
849
- babel-plugin-module-resolver: 4.1.0
1007
+ '@typescript-eslint/eslint-plugin': 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.3.3)
1008
+ babel-plugin-module-resolver: 5.0.0
850
1009
  eslint: 8.56.0
851
- eslint-import-resolver-babel-module: 5.3.2(@babel/core@7.23.7)(babel-plugin-module-resolver@4.1.0)
852
- eslint-plugin-import: 2.29.1(eslint@8.56.0)
1010
+ eslint-import-resolver-babel-module: 5.3.2(@babel/core@7.23.7)(babel-plugin-module-resolver@5.0.0)
1011
+ eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)
853
1012
  eslint-plugin-no-type-assertion: 1.3.0(eslint@8.56.0)
854
1013
  transitivePeerDependencies:
855
1014
  - '@typescript-eslint/parser'
856
1015
  - eslint-import-resolver-typescript
857
1016
  - eslint-import-resolver-webpack
858
1017
  - supports-color
1018
+ - typescript
859
1019
  dev: true
860
1020
 
861
- /eslint-import-resolver-babel-module@5.3.2(@babel/core@7.23.7)(babel-plugin-module-resolver@4.1.0):
1021
+ /eslint-import-resolver-babel-module@5.3.2(@babel/core@7.23.7)(babel-plugin-module-resolver@5.0.0):
862
1022
  resolution: {integrity: sha512-K7D8n0O6p/JJncPote8yiuB7chJfu26Yn/Q3gzT53cNzJNS0NUCkI0iuimj4/vWVRHVQvPnYWeq07V8RvKjz/A==}
863
1023
  engines: {node: '>=10.0.0'}
864
1024
  peerDependencies:
@@ -866,7 +1026,7 @@ packages:
866
1026
  babel-plugin-module-resolver: ^3.0.0 || ^4.0.0 || ^5.0.0
867
1027
  dependencies:
868
1028
  '@babel/core': 7.23.7
869
- babel-plugin-module-resolver: 4.1.0
1029
+ babel-plugin-module-resolver: 5.0.0
870
1030
  pkg-up: 3.1.0
871
1031
  resolve: 1.22.8
872
1032
  dev: true
@@ -881,7 +1041,7 @@ packages:
881
1041
  - supports-color
882
1042
  dev: true
883
1043
 
884
- /eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.56.0):
1044
+ /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.19.1)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0):
885
1045
  resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
886
1046
  engines: {node: '>=4'}
887
1047
  peerDependencies:
@@ -902,6 +1062,7 @@ packages:
902
1062
  eslint-import-resolver-webpack:
903
1063
  optional: true
904
1064
  dependencies:
1065
+ '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.3.3)
905
1066
  debug: 3.2.7
906
1067
  eslint: 8.56.0
907
1068
  eslint-import-resolver-node: 0.3.9
@@ -909,7 +1070,7 @@ packages:
909
1070
  - supports-color
910
1071
  dev: true
911
1072
 
912
- /eslint-plugin-import@2.29.1(eslint@8.56.0):
1073
+ /eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0):
913
1074
  resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
914
1075
  engines: {node: '>=4'}
915
1076
  peerDependencies:
@@ -919,6 +1080,7 @@ packages:
919
1080
  '@typescript-eslint/parser':
920
1081
  optional: true
921
1082
  dependencies:
1083
+ '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.3.3)
922
1084
  array-includes: 3.1.7
923
1085
  array.prototype.findlastindex: 1.2.3
924
1086
  array.prototype.flat: 1.3.2
@@ -927,7 +1089,7 @@ packages:
927
1089
  doctrine: 2.1.0
928
1090
  eslint: 8.56.0
929
1091
  eslint-import-resolver-node: 0.3.9
930
- eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.56.0)
1092
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.19.1)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0)
931
1093
  hasown: 2.0.0
932
1094
  is-core-module: 2.13.1
933
1095
  is-glob: 4.0.3
@@ -1067,6 +1229,17 @@ packages:
1067
1229
  resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1068
1230
  dev: true
1069
1231
 
1232
+ /fast-glob@3.3.2:
1233
+ resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
1234
+ engines: {node: '>=8.6.0'}
1235
+ dependencies:
1236
+ '@nodelib/fs.stat': 2.0.5
1237
+ '@nodelib/fs.walk': 1.2.8
1238
+ glob-parent: 5.1.2
1239
+ merge2: 1.4.1
1240
+ micromatch: 4.0.5
1241
+ dev: true
1242
+
1070
1243
  /fast-json-stable-stringify@2.1.0:
1071
1244
  resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1072
1245
  dev: true
@@ -1093,14 +1266,13 @@ packages:
1093
1266
  engines: {node: '>=8'}
1094
1267
  dependencies:
1095
1268
  to-regex-range: 5.0.1
1096
- dev: false
1097
1269
 
1098
- /find-babel-config@1.2.0:
1099
- resolution: {integrity: sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==}
1100
- engines: {node: '>=4.0.0'}
1270
+ /find-babel-config@2.0.0:
1271
+ resolution: {integrity: sha512-dOKT7jvF3hGzlW60Gc3ONox/0rRZ/tz7WCil0bqA1In/3I8f1BctpXahRnEKDySZqci7u+dqq93sZST9fOJpFw==}
1272
+ engines: {node: '>=16.0.0'}
1101
1273
  dependencies:
1102
- json5: 0.5.1
1103
- path-exists: 3.0.0
1274
+ json5: 2.2.3
1275
+ path-exists: 4.0.0
1104
1276
  dev: true
1105
1277
 
1106
1278
  /find-up@3.0.0:
@@ -1196,7 +1368,6 @@ packages:
1196
1368
  engines: {node: '>= 6'}
1197
1369
  dependencies:
1198
1370
  is-glob: 4.0.3
1199
- dev: false
1200
1371
 
1201
1372
  /glob-parent@6.0.2:
1202
1373
  resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
@@ -1228,6 +1399,17 @@ packages:
1228
1399
  path-is-absolute: 1.0.1
1229
1400
  dev: true
1230
1401
 
1402
+ /glob@8.1.0:
1403
+ resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
1404
+ engines: {node: '>=12'}
1405
+ dependencies:
1406
+ fs.realpath: 1.0.0
1407
+ inflight: 1.0.6
1408
+ inherits: 2.0.4
1409
+ minimatch: 5.1.6
1410
+ once: 1.4.0
1411
+ dev: true
1412
+
1231
1413
  /globals@11.12.0:
1232
1414
  resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
1233
1415
  engines: {node: '>=4'}
@@ -1246,6 +1428,18 @@ packages:
1246
1428
  dependencies:
1247
1429
  define-properties: 1.2.1
1248
1430
 
1431
+ /globby@11.1.0:
1432
+ resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
1433
+ engines: {node: '>=10'}
1434
+ dependencies:
1435
+ array-union: 2.1.0
1436
+ dir-glob: 3.0.1
1437
+ fast-glob: 3.3.2
1438
+ ignore: 5.3.0
1439
+ merge2: 1.4.1
1440
+ slash: 3.0.0
1441
+ dev: true
1442
+
1249
1443
  /gopd@1.0.1:
1250
1444
  resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
1251
1445
  dependencies:
@@ -1414,7 +1608,6 @@ packages:
1414
1608
  /is-number@7.0.0:
1415
1609
  resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1416
1610
  engines: {node: '>=0.12.0'}
1417
- dev: false
1418
1611
 
1419
1612
  /is-path-inside@3.0.3:
1420
1613
  resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
@@ -1504,11 +1697,6 @@ packages:
1504
1697
  resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1505
1698
  dev: true
1506
1699
 
1507
- /json5@0.5.1:
1508
- resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==}
1509
- hasBin: true
1510
- dev: true
1511
-
1512
1700
  /json5@1.0.2:
1513
1701
  resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
1514
1702
  hasBin: true
@@ -1581,24 +1769,42 @@ packages:
1581
1769
  engines: {node: '>=10'}
1582
1770
  dependencies:
1583
1771
  yallist: 4.0.0
1584
- dev: false
1585
1772
 
1586
1773
  /memorystream@0.3.1:
1587
1774
  resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
1588
1775
  engines: {node: '>= 0.10.0'}
1589
1776
  dev: false
1590
1777
 
1778
+ /merge2@1.4.1:
1779
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1780
+ engines: {node: '>= 8'}
1781
+ dev: true
1782
+
1783
+ /micromatch@4.0.5:
1784
+ resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
1785
+ engines: {node: '>=8.6'}
1786
+ dependencies:
1787
+ braces: 3.0.2
1788
+ picomatch: 2.3.1
1789
+ dev: true
1790
+
1591
1791
  /minimatch@3.1.2:
1592
1792
  resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1593
1793
  dependencies:
1594
1794
  brace-expansion: 1.1.11
1595
1795
 
1796
+ /minimatch@5.1.6:
1797
+ resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
1798
+ engines: {node: '>=10'}
1799
+ dependencies:
1800
+ brace-expansion: 2.0.1
1801
+ dev: true
1802
+
1596
1803
  /minimatch@9.0.3:
1597
1804
  resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
1598
1805
  engines: {node: '>=16 || 14 >=14.17'}
1599
1806
  dependencies:
1600
1807
  brace-expansion: 2.0.1
1601
- dev: false
1602
1808
 
1603
1809
  /minimist@1.2.8:
1604
1810
  resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
@@ -1833,6 +2039,11 @@ packages:
1833
2039
  pify: 3.0.0
1834
2040
  dev: false
1835
2041
 
2042
+ /path-type@4.0.0:
2043
+ resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
2044
+ engines: {node: '>=8'}
2045
+ dev: true
2046
+
1836
2047
  /picocolors@1.0.0:
1837
2048
  resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
1838
2049
  dev: true
@@ -1840,7 +2051,6 @@ packages:
1840
2051
  /picomatch@2.3.1:
1841
2052
  resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1842
2053
  engines: {node: '>=8.6'}
1843
- dev: false
1844
2054
 
1845
2055
  /pidtree@0.3.1:
1846
2056
  resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==}
@@ -1978,7 +2188,6 @@ packages:
1978
2188
  hasBin: true
1979
2189
  dependencies:
1980
2190
  lru-cache: 6.0.0
1981
- dev: false
1982
2191
 
1983
2192
  /set-function-length@1.2.0:
1984
2193
  resolution: {integrity: sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==}
@@ -2043,6 +2252,11 @@ packages:
2043
2252
  semver: 7.5.4
2044
2253
  dev: false
2045
2254
 
2255
+ /slash@3.0.0:
2256
+ resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
2257
+ engines: {node: '>=8'}
2258
+ dev: true
2259
+
2046
2260
  /spdx-correct@3.2.0:
2047
2261
  resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
2048
2262
  dependencies:
@@ -2167,7 +2381,6 @@ packages:
2167
2381
  engines: {node: '>=8.0'}
2168
2382
  dependencies:
2169
2383
  is-number: 7.0.0
2170
- dev: false
2171
2384
 
2172
2385
  /touch@3.1.0:
2173
2386
  resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==}
@@ -2176,6 +2389,15 @@ packages:
2176
2389
  nopt: 1.0.10
2177
2390
  dev: false
2178
2391
 
2392
+ /ts-api-utils@1.0.3(typescript@5.3.3):
2393
+ resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==}
2394
+ engines: {node: '>=16.13.0'}
2395
+ peerDependencies:
2396
+ typescript: '>=4.2.0'
2397
+ dependencies:
2398
+ typescript: 5.3.3
2399
+ dev: true
2400
+
2179
2401
  /tsconfig-paths@3.15.0:
2180
2402
  resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==}
2181
2403
  dependencies:
@@ -2338,7 +2560,6 @@ packages:
2338
2560
 
2339
2561
  /yallist@4.0.0:
2340
2562
  resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
2341
- dev: false
2342
2563
 
2343
2564
  /yocto-queue@0.1.0:
2344
2565
  resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
@@ -1 +1,4 @@
1
+ import dotenv from 'dotenv'
2
+ dotenv.config()
3
+
1
4
  console.log('Hello World')