@wtasnorg/node-lib 0.0.6 → 0.0.8

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.
Files changed (57) hide show
  1. package/changelog.txt +14 -0
  2. package/dev_checklist.txt +56 -0
  3. package/docs/README.md +8 -34
  4. package/docs/docs.json +1538 -0
  5. package/docs/functions/createFindDirectories.md +2 -2
  6. package/docs/functions/hello.md +2 -2
  7. package/docs/functions/parseUserAgent.md +42 -0
  8. package/docs/functions/pojo.md +4 -4
  9. package/docs/interfaces/FileSystemDependencies.md +9 -9
  10. package/docs/interfaces/FindDirectoriesOptions.md +8 -8
  11. package/docs/interfaces/UserAgentInfo.md +61 -0
  12. package/eslint.config.js +52 -0
  13. package/gen-docs/001_commands.txt +44 -0
  14. package/gen-docs/001_coverage.txt +43 -0
  15. package/gen-docs/001_env.txt +33 -0
  16. package/gen-docs/001_lint.txt +40 -0
  17. package/gen-docs/001_state.txt +58 -0
  18. package/gen-docs/002_api.txt +34 -0
  19. package/gen-docs/002_deps.txt +46 -0
  20. package/gen-docs/002_errors.txt +34 -0
  21. package/gen-docs/002_naming.txt +36 -0
  22. package/gen-docs/002_notes.txt +20 -0
  23. package/gen-docs/002_purity.txt +36 -0
  24. package/gen-docs/002_scope.txt +28 -0
  25. package/gen-docs/002_srp.txt +34 -0
  26. package/gen-sec/001_commands.txt +65 -0
  27. package/gen-sec/001_env.txt +28 -0
  28. package/gen-sec/001_findings.txt +63 -0
  29. package/gen-sec/001_inventory.txt +41 -0
  30. package/gen-sec/001_owasp.txt +78 -0
  31. package/gen-sec/001_scope.txt +44 -0
  32. package/package.json +10 -3
  33. package/{README.md → readme.txt} +3 -1
  34. package/src/find.d.ts +4 -4
  35. package/src/find.js +13 -7
  36. package/src/find.test.js +2 -6
  37. package/src/find.test.ts +3 -11
  38. package/src/find.ts +13 -13
  39. package/src/index.d.ts +4 -2
  40. package/src/index.js +2 -1
  41. package/src/index.ts +6 -2
  42. package/src/pojo.d.ts +2 -2
  43. package/src/pojo.js +2 -2
  44. package/src/pojo.test.js +1 -3
  45. package/src/pojo.test.ts +2 -1
  46. package/src/pojo.ts +3 -3
  47. package/src/user-agent.d.ts +48 -0
  48. package/src/user-agent.js +189 -0
  49. package/src/user-agent.test.d.ts +2 -0
  50. package/src/user-agent.test.js +54 -0
  51. package/src/user-agent.test.ts +60 -0
  52. package/src/user-agent.ts +199 -0
  53. package/test_report +26 -0
  54. package/typedoc.json +6 -2
  55. package/DEV_CHECKLIST.md +0 -15
  56. package/docs/_media/LICENSE +0 -21
  57. package/docs/globals.md +0 -16
package/docs/docs.json ADDED
@@ -0,0 +1,1538 @@
1
+ {
2
+ "schemaVersion": "2.0",
3
+ "id": 0,
4
+ "name": "@wtasnorg/node-lib",
5
+ "variant": "project",
6
+ "kind": 1,
7
+ "flags": {},
8
+ "children": [
9
+ {
10
+ "id": 30,
11
+ "name": "FileSystemDependencies",
12
+ "variant": "declaration",
13
+ "kind": 256,
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 31,
18
+ "name": "readdir",
19
+ "variant": "declaration",
20
+ "kind": 1024,
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "find.ts",
25
+ "line": 4,
26
+ "character": 4,
27
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
28
+ }
29
+ ],
30
+ "type": {
31
+ "type": "reflection",
32
+ "declaration": {
33
+ "id": 32,
34
+ "name": "__type",
35
+ "variant": "declaration",
36
+ "kind": 65536,
37
+ "flags": {},
38
+ "sources": [
39
+ {
40
+ "fileName": "find.ts",
41
+ "line": 4,
42
+ "character": 13,
43
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
44
+ }
45
+ ],
46
+ "signatures": [
47
+ {
48
+ "id": 33,
49
+ "name": "__type",
50
+ "variant": "signature",
51
+ "kind": 4096,
52
+ "flags": {},
53
+ "sources": [
54
+ {
55
+ "fileName": "find.ts",
56
+ "line": 4,
57
+ "character": 13,
58
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
59
+ }
60
+ ],
61
+ "parameters": [
62
+ {
63
+ "id": 34,
64
+ "name": "_path",
65
+ "variant": "param",
66
+ "kind": 32768,
67
+ "flags": {},
68
+ "type": {
69
+ "type": "intrinsic",
70
+ "name": "string"
71
+ }
72
+ },
73
+ {
74
+ "id": 35,
75
+ "name": "_opts",
76
+ "variant": "param",
77
+ "kind": 32768,
78
+ "flags": {},
79
+ "type": {
80
+ "type": "reflection",
81
+ "declaration": {
82
+ "id": 36,
83
+ "name": "__type",
84
+ "variant": "declaration",
85
+ "kind": 65536,
86
+ "flags": {},
87
+ "children": [
88
+ {
89
+ "id": 37,
90
+ "name": "withFileTypes",
91
+ "variant": "declaration",
92
+ "kind": 1024,
93
+ "flags": {},
94
+ "sources": [
95
+ {
96
+ "fileName": "find.ts",
97
+ "line": 4,
98
+ "character": 38,
99
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
100
+ }
101
+ ],
102
+ "type": {
103
+ "type": "literal",
104
+ "value": true
105
+ }
106
+ }
107
+ ],
108
+ "groups": [
109
+ {
110
+ "title": "Properties",
111
+ "children": [
112
+ 37
113
+ ]
114
+ }
115
+ ],
116
+ "sources": [
117
+ {
118
+ "fileName": "find.ts",
119
+ "line": 4,
120
+ "character": 36,
121
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
122
+ }
123
+ ]
124
+ }
125
+ }
126
+ }
127
+ ],
128
+ "type": {
129
+ "type": "reference",
130
+ "target": {
131
+ "packageName": "typescript",
132
+ "packagePath": "lib/lib.es5.d.ts",
133
+ "qualifiedName": "Promise"
134
+ },
135
+ "typeArguments": [
136
+ {
137
+ "type": "array",
138
+ "elementType": {
139
+ "type": "reflection",
140
+ "declaration": {
141
+ "id": 38,
142
+ "name": "__type",
143
+ "variant": "declaration",
144
+ "kind": 65536,
145
+ "flags": {},
146
+ "children": [
147
+ {
148
+ "id": 39,
149
+ "name": "name",
150
+ "variant": "declaration",
151
+ "kind": 1024,
152
+ "flags": {},
153
+ "sources": [
154
+ {
155
+ "fileName": "find.ts",
156
+ "line": 4,
157
+ "character": 74,
158
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
159
+ }
160
+ ],
161
+ "type": {
162
+ "type": "intrinsic",
163
+ "name": "string"
164
+ }
165
+ },
166
+ {
167
+ "id": 40,
168
+ "name": "isDirectory",
169
+ "variant": "declaration",
170
+ "kind": 2048,
171
+ "flags": {},
172
+ "sources": [
173
+ {
174
+ "fileName": "find.ts",
175
+ "line": 4,
176
+ "character": 88,
177
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
178
+ }
179
+ ],
180
+ "signatures": [
181
+ {
182
+ "id": 41,
183
+ "name": "isDirectory",
184
+ "variant": "signature",
185
+ "kind": 4096,
186
+ "flags": {},
187
+ "sources": [
188
+ {
189
+ "fileName": "find.ts",
190
+ "line": 4,
191
+ "character": 88,
192
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
193
+ }
194
+ ],
195
+ "type": {
196
+ "type": "intrinsic",
197
+ "name": "boolean"
198
+ }
199
+ }
200
+ ]
201
+ }
202
+ ],
203
+ "groups": [
204
+ {
205
+ "title": "Properties",
206
+ "children": [
207
+ 39
208
+ ]
209
+ },
210
+ {
211
+ "title": "Methods",
212
+ "children": [
213
+ 40
214
+ ]
215
+ }
216
+ ],
217
+ "sources": [
218
+ {
219
+ "fileName": "find.ts",
220
+ "line": 4,
221
+ "character": 72,
222
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L4"
223
+ }
224
+ ]
225
+ }
226
+ }
227
+ }
228
+ ],
229
+ "name": "Promise",
230
+ "package": "typescript"
231
+ }
232
+ }
233
+ ]
234
+ }
235
+ }
236
+ },
237
+ {
238
+ "id": 42,
239
+ "name": "stat",
240
+ "variant": "declaration",
241
+ "kind": 1024,
242
+ "flags": {},
243
+ "sources": [
244
+ {
245
+ "fileName": "find.ts",
246
+ "line": 5,
247
+ "character": 4,
248
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L5"
249
+ }
250
+ ],
251
+ "type": {
252
+ "type": "reflection",
253
+ "declaration": {
254
+ "id": 43,
255
+ "name": "__type",
256
+ "variant": "declaration",
257
+ "kind": 65536,
258
+ "flags": {},
259
+ "sources": [
260
+ {
261
+ "fileName": "find.ts",
262
+ "line": 5,
263
+ "character": 10,
264
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L5"
265
+ }
266
+ ],
267
+ "signatures": [
268
+ {
269
+ "id": 44,
270
+ "name": "__type",
271
+ "variant": "signature",
272
+ "kind": 4096,
273
+ "flags": {},
274
+ "sources": [
275
+ {
276
+ "fileName": "find.ts",
277
+ "line": 5,
278
+ "character": 10,
279
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L5"
280
+ }
281
+ ],
282
+ "parameters": [
283
+ {
284
+ "id": 45,
285
+ "name": "_path",
286
+ "variant": "param",
287
+ "kind": 32768,
288
+ "flags": {},
289
+ "type": {
290
+ "type": "intrinsic",
291
+ "name": "string"
292
+ }
293
+ }
294
+ ],
295
+ "type": {
296
+ "type": "reference",
297
+ "target": {
298
+ "packageName": "typescript",
299
+ "packagePath": "lib/lib.es5.d.ts",
300
+ "qualifiedName": "Promise"
301
+ },
302
+ "typeArguments": [
303
+ {
304
+ "type": "reflection",
305
+ "declaration": {
306
+ "id": 46,
307
+ "name": "__type",
308
+ "variant": "declaration",
309
+ "kind": 65536,
310
+ "flags": {},
311
+ "children": [
312
+ {
313
+ "id": 47,
314
+ "name": "isDirectory",
315
+ "variant": "declaration",
316
+ "kind": 2048,
317
+ "flags": {},
318
+ "sources": [
319
+ {
320
+ "fileName": "find.ts",
321
+ "line": 5,
322
+ "character": 39,
323
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L5"
324
+ }
325
+ ],
326
+ "signatures": [
327
+ {
328
+ "id": 48,
329
+ "name": "isDirectory",
330
+ "variant": "signature",
331
+ "kind": 4096,
332
+ "flags": {},
333
+ "sources": [
334
+ {
335
+ "fileName": "find.ts",
336
+ "line": 5,
337
+ "character": 39,
338
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L5"
339
+ }
340
+ ],
341
+ "type": {
342
+ "type": "intrinsic",
343
+ "name": "boolean"
344
+ }
345
+ }
346
+ ]
347
+ }
348
+ ],
349
+ "groups": [
350
+ {
351
+ "title": "Methods",
352
+ "children": [
353
+ 47
354
+ ]
355
+ }
356
+ ],
357
+ "sources": [
358
+ {
359
+ "fileName": "find.ts",
360
+ "line": 5,
361
+ "character": 37,
362
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L5"
363
+ }
364
+ ]
365
+ }
366
+ }
367
+ ],
368
+ "name": "Promise",
369
+ "package": "typescript"
370
+ }
371
+ }
372
+ ]
373
+ }
374
+ }
375
+ }
376
+ ],
377
+ "groups": [
378
+ {
379
+ "title": "Properties",
380
+ "children": [
381
+ 31,
382
+ 42
383
+ ]
384
+ }
385
+ ],
386
+ "sources": [
387
+ {
388
+ "fileName": "find.ts",
389
+ "line": 3,
390
+ "character": 10,
391
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L3"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "id": 17,
397
+ "name": "FindDirectoriesOptions",
398
+ "variant": "declaration",
399
+ "kind": 256,
400
+ "flags": {},
401
+ "children": [
402
+ {
403
+ "id": 20,
404
+ "name": "allowlist",
405
+ "variant": "declaration",
406
+ "kind": 1024,
407
+ "flags": {
408
+ "isOptional": true
409
+ },
410
+ "sources": [
411
+ {
412
+ "fileName": "find.ts",
413
+ "line": 11,
414
+ "character": 4,
415
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L11"
416
+ }
417
+ ],
418
+ "type": {
419
+ "type": "union",
420
+ "types": [
421
+ {
422
+ "type": "array",
423
+ "elementType": {
424
+ "type": "intrinsic",
425
+ "name": "string"
426
+ }
427
+ },
428
+ {
429
+ "type": "reflection",
430
+ "declaration": {
431
+ "id": 21,
432
+ "name": "__type",
433
+ "variant": "declaration",
434
+ "kind": 65536,
435
+ "flags": {},
436
+ "sources": [
437
+ {
438
+ "fileName": "find.ts",
439
+ "line": 11,
440
+ "character": 28,
441
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L11"
442
+ }
443
+ ],
444
+ "signatures": [
445
+ {
446
+ "id": 22,
447
+ "name": "__type",
448
+ "variant": "signature",
449
+ "kind": 4096,
450
+ "flags": {},
451
+ "sources": [
452
+ {
453
+ "fileName": "find.ts",
454
+ "line": 11,
455
+ "character": 28,
456
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L11"
457
+ }
458
+ ],
459
+ "parameters": [
460
+ {
461
+ "id": 23,
462
+ "name": "_absPath",
463
+ "variant": "param",
464
+ "kind": 32768,
465
+ "flags": {},
466
+ "type": {
467
+ "type": "intrinsic",
468
+ "name": "string"
469
+ }
470
+ },
471
+ {
472
+ "id": 24,
473
+ "name": "_name",
474
+ "variant": "param",
475
+ "kind": 32768,
476
+ "flags": {},
477
+ "type": {
478
+ "type": "intrinsic",
479
+ "name": "string"
480
+ }
481
+ }
482
+ ],
483
+ "type": {
484
+ "type": "intrinsic",
485
+ "name": "boolean"
486
+ }
487
+ }
488
+ ]
489
+ }
490
+ }
491
+ ]
492
+ }
493
+ },
494
+ {
495
+ "id": 25,
496
+ "name": "blocklist",
497
+ "variant": "declaration",
498
+ "kind": 1024,
499
+ "flags": {
500
+ "isOptional": true
501
+ },
502
+ "sources": [
503
+ {
504
+ "fileName": "find.ts",
505
+ "line": 12,
506
+ "character": 4,
507
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L12"
508
+ }
509
+ ],
510
+ "type": {
511
+ "type": "union",
512
+ "types": [
513
+ {
514
+ "type": "array",
515
+ "elementType": {
516
+ "type": "intrinsic",
517
+ "name": "string"
518
+ }
519
+ },
520
+ {
521
+ "type": "reflection",
522
+ "declaration": {
523
+ "id": 26,
524
+ "name": "__type",
525
+ "variant": "declaration",
526
+ "kind": 65536,
527
+ "flags": {},
528
+ "sources": [
529
+ {
530
+ "fileName": "find.ts",
531
+ "line": 12,
532
+ "character": 28,
533
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L12"
534
+ }
535
+ ],
536
+ "signatures": [
537
+ {
538
+ "id": 27,
539
+ "name": "__type",
540
+ "variant": "signature",
541
+ "kind": 4096,
542
+ "flags": {},
543
+ "sources": [
544
+ {
545
+ "fileName": "find.ts",
546
+ "line": 12,
547
+ "character": 28,
548
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L12"
549
+ }
550
+ ],
551
+ "parameters": [
552
+ {
553
+ "id": 28,
554
+ "name": "_absPath",
555
+ "variant": "param",
556
+ "kind": 32768,
557
+ "flags": {},
558
+ "type": {
559
+ "type": "intrinsic",
560
+ "name": "string"
561
+ }
562
+ },
563
+ {
564
+ "id": 29,
565
+ "name": "_name",
566
+ "variant": "param",
567
+ "kind": 32768,
568
+ "flags": {},
569
+ "type": {
570
+ "type": "intrinsic",
571
+ "name": "string"
572
+ }
573
+ }
574
+ ],
575
+ "type": {
576
+ "type": "intrinsic",
577
+ "name": "boolean"
578
+ }
579
+ }
580
+ ]
581
+ }
582
+ }
583
+ ]
584
+ }
585
+ },
586
+ {
587
+ "id": 19,
588
+ "name": "followSymlinks",
589
+ "variant": "declaration",
590
+ "kind": 1024,
591
+ "flags": {
592
+ "isOptional": true
593
+ },
594
+ "sources": [
595
+ {
596
+ "fileName": "find.ts",
597
+ "line": 10,
598
+ "character": 4,
599
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L10"
600
+ }
601
+ ],
602
+ "type": {
603
+ "type": "intrinsic",
604
+ "name": "boolean"
605
+ }
606
+ },
607
+ {
608
+ "id": 18,
609
+ "name": "maxDepth",
610
+ "variant": "declaration",
611
+ "kind": 1024,
612
+ "flags": {
613
+ "isOptional": true
614
+ },
615
+ "sources": [
616
+ {
617
+ "fileName": "find.ts",
618
+ "line": 9,
619
+ "character": 4,
620
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L9"
621
+ }
622
+ ],
623
+ "type": {
624
+ "type": "intrinsic",
625
+ "name": "number"
626
+ }
627
+ }
628
+ ],
629
+ "groups": [
630
+ {
631
+ "title": "Properties",
632
+ "children": [
633
+ 20,
634
+ 25,
635
+ 19,
636
+ 18
637
+ ]
638
+ }
639
+ ],
640
+ "sources": [
641
+ {
642
+ "fileName": "find.ts",
643
+ "line": 8,
644
+ "character": 10,
645
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L8"
646
+ }
647
+ ]
648
+ },
649
+ {
650
+ "id": 49,
651
+ "name": "UserAgentInfo",
652
+ "variant": "declaration",
653
+ "kind": 256,
654
+ "flags": {},
655
+ "comment": {
656
+ "summary": [
657
+ {
658
+ "kind": "text",
659
+ "text": "Information extracted from a user-agent string."
660
+ }
661
+ ]
662
+ },
663
+ "children": [
664
+ {
665
+ "id": 50,
666
+ "name": "browser",
667
+ "variant": "declaration",
668
+ "kind": 1024,
669
+ "flags": {},
670
+ "comment": {
671
+ "summary": [
672
+ {
673
+ "kind": "text",
674
+ "text": "Browser name (e.g., Chrome, Firefox, Safari, Edge, Opera, Other)."
675
+ }
676
+ ]
677
+ },
678
+ "sources": [
679
+ {
680
+ "fileName": "user-agent.ts",
681
+ "line": 8,
682
+ "character": 4,
683
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/user-agent.ts#L8"
684
+ }
685
+ ],
686
+ "type": {
687
+ "type": "intrinsic",
688
+ "name": "string"
689
+ }
690
+ },
691
+ {
692
+ "id": 53,
693
+ "name": "device",
694
+ "variant": "declaration",
695
+ "kind": 1024,
696
+ "flags": {},
697
+ "comment": {
698
+ "summary": [
699
+ {
700
+ "kind": "text",
701
+ "text": "Device type (e.g., Mobile, Tablet, Desktop, Other)."
702
+ }
703
+ ]
704
+ },
705
+ "sources": [
706
+ {
707
+ "fileName": "user-agent.ts",
708
+ "line": 20,
709
+ "character": 4,
710
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/user-agent.ts#L20"
711
+ }
712
+ ],
713
+ "type": {
714
+ "type": "intrinsic",
715
+ "name": "string"
716
+ }
717
+ },
718
+ {
719
+ "id": 54,
720
+ "name": "engine",
721
+ "variant": "declaration",
722
+ "kind": 1024,
723
+ "flags": {},
724
+ "comment": {
725
+ "summary": [
726
+ {
727
+ "kind": "text",
728
+ "text": "Rendering engine (e.g., Blink, WebKit, Gecko, Presto, Other)."
729
+ }
730
+ ]
731
+ },
732
+ "sources": [
733
+ {
734
+ "fileName": "user-agent.ts",
735
+ "line": 24,
736
+ "character": 4,
737
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/user-agent.ts#L24"
738
+ }
739
+ ],
740
+ "type": {
741
+ "type": "intrinsic",
742
+ "name": "string"
743
+ }
744
+ },
745
+ {
746
+ "id": 52,
747
+ "name": "os",
748
+ "variant": "declaration",
749
+ "kind": 1024,
750
+ "flags": {},
751
+ "comment": {
752
+ "summary": [
753
+ {
754
+ "kind": "text",
755
+ "text": "Operating system (e.g., Windows, macOS, Linux, iOS, Android, Other)."
756
+ }
757
+ ]
758
+ },
759
+ "sources": [
760
+ {
761
+ "fileName": "user-agent.ts",
762
+ "line": 16,
763
+ "character": 4,
764
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/user-agent.ts#L16"
765
+ }
766
+ ],
767
+ "type": {
768
+ "type": "intrinsic",
769
+ "name": "string"
770
+ }
771
+ },
772
+ {
773
+ "id": 51,
774
+ "name": "version",
775
+ "variant": "declaration",
776
+ "kind": 1024,
777
+ "flags": {},
778
+ "comment": {
779
+ "summary": [
780
+ {
781
+ "kind": "text",
782
+ "text": "Browser version (e.g., 120.0.0.0)."
783
+ }
784
+ ]
785
+ },
786
+ "sources": [
787
+ {
788
+ "fileName": "user-agent.ts",
789
+ "line": 12,
790
+ "character": 4,
791
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/user-agent.ts#L12"
792
+ }
793
+ ],
794
+ "type": {
795
+ "type": "intrinsic",
796
+ "name": "string"
797
+ }
798
+ }
799
+ ],
800
+ "groups": [
801
+ {
802
+ "title": "Properties",
803
+ "children": [
804
+ 50,
805
+ 53,
806
+ 54,
807
+ 52,
808
+ 51
809
+ ]
810
+ }
811
+ ],
812
+ "sources": [
813
+ {
814
+ "fileName": "user-agent.ts",
815
+ "line": 4,
816
+ "character": 17,
817
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/user-agent.ts#L4"
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "id": 7,
823
+ "name": "createFindDirectories",
824
+ "variant": "declaration",
825
+ "kind": 64,
826
+ "flags": {},
827
+ "sources": [
828
+ {
829
+ "fileName": "find.ts",
830
+ "line": 19,
831
+ "character": 9,
832
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L19"
833
+ }
834
+ ],
835
+ "signatures": [
836
+ {
837
+ "id": 8,
838
+ "name": "createFindDirectories",
839
+ "variant": "signature",
840
+ "kind": 4096,
841
+ "flags": {},
842
+ "comment": {
843
+ "summary": [
844
+ {
845
+ "kind": "text",
846
+ "text": "Factory that produces an async findDirectories function with\ninjected filesystem dependencies for full testability."
847
+ }
848
+ ]
849
+ },
850
+ "sources": [
851
+ {
852
+ "fileName": "find.ts",
853
+ "line": 19,
854
+ "character": 9,
855
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L19"
856
+ }
857
+ ],
858
+ "parameters": [
859
+ {
860
+ "id": 9,
861
+ "name": "deps",
862
+ "variant": "param",
863
+ "kind": 32768,
864
+ "flags": {},
865
+ "type": {
866
+ "type": "reference",
867
+ "target": 30,
868
+ "name": "FileSystemDependencies",
869
+ "package": "@wtasnorg/node-lib"
870
+ }
871
+ }
872
+ ],
873
+ "type": {
874
+ "type": "reflection",
875
+ "declaration": {
876
+ "id": 10,
877
+ "name": "__type",
878
+ "variant": "declaration",
879
+ "kind": 65536,
880
+ "flags": {},
881
+ "sources": [
882
+ {
883
+ "fileName": "find.ts",
884
+ "line": 23,
885
+ "character": 26,
886
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L23"
887
+ }
888
+ ],
889
+ "signatures": [
890
+ {
891
+ "id": 11,
892
+ "name": "__type",
893
+ "variant": "signature",
894
+ "kind": 4096,
895
+ "flags": {},
896
+ "sources": [
897
+ {
898
+ "fileName": "find.ts",
899
+ "line": 23,
900
+ "character": 26,
901
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/find.ts#L23"
902
+ }
903
+ ],
904
+ "parameters": [
905
+ {
906
+ "id": 12,
907
+ "name": "root",
908
+ "variant": "param",
909
+ "kind": 32768,
910
+ "flags": {},
911
+ "type": {
912
+ "type": "intrinsic",
913
+ "name": "string"
914
+ }
915
+ },
916
+ {
917
+ "id": 13,
918
+ "name": "options",
919
+ "variant": "param",
920
+ "kind": 32768,
921
+ "flags": {},
922
+ "type": {
923
+ "type": "reference",
924
+ "target": 17,
925
+ "name": "FindDirectoriesOptions",
926
+ "package": "@wtasnorg/node-lib"
927
+ },
928
+ "defaultValue": "{}"
929
+ }
930
+ ],
931
+ "type": {
932
+ "type": "reference",
933
+ "target": {
934
+ "packageName": "typescript",
935
+ "packagePath": "lib/lib.es5.d.ts",
936
+ "qualifiedName": "Promise"
937
+ },
938
+ "typeArguments": [
939
+ {
940
+ "type": "array",
941
+ "elementType": {
942
+ "type": "intrinsic",
943
+ "name": "string"
944
+ }
945
+ }
946
+ ],
947
+ "name": "Promise",
948
+ "package": "typescript"
949
+ }
950
+ }
951
+ ]
952
+ }
953
+ }
954
+ }
955
+ ]
956
+ },
957
+ {
958
+ "id": 1,
959
+ "name": "hello",
960
+ "variant": "declaration",
961
+ "kind": 64,
962
+ "flags": {},
963
+ "sources": [
964
+ {
965
+ "fileName": "hello.ts",
966
+ "line": 6,
967
+ "character": 15,
968
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/hello.ts#L6"
969
+ }
970
+ ],
971
+ "signatures": [
972
+ {
973
+ "id": 2,
974
+ "name": "hello",
975
+ "variant": "signature",
976
+ "kind": 4096,
977
+ "flags": {},
978
+ "comment": {
979
+ "summary": [
980
+ {
981
+ "kind": "text",
982
+ "text": "A sample function that should work to test if lib is installed correctly."
983
+ }
984
+ ],
985
+ "blockTags": [
986
+ {
987
+ "tag": "@returns",
988
+ "content": [
989
+ {
990
+ "kind": "text",
991
+ "text": "hello message"
992
+ }
993
+ ]
994
+ }
995
+ ]
996
+ },
997
+ "sources": [
998
+ {
999
+ "fileName": "hello.ts",
1000
+ "line": 6,
1001
+ "character": 15,
1002
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/hello.ts#L6"
1003
+ }
1004
+ ],
1005
+ "type": {
1006
+ "type": "reference",
1007
+ "target": {
1008
+ "packageName": "typescript",
1009
+ "packagePath": "lib/lib.es5.d.ts",
1010
+ "qualifiedName": "Promise"
1011
+ },
1012
+ "typeArguments": [
1013
+ {
1014
+ "type": "intrinsic",
1015
+ "name": "string"
1016
+ }
1017
+ ],
1018
+ "name": "Promise",
1019
+ "package": "typescript"
1020
+ }
1021
+ }
1022
+ ]
1023
+ },
1024
+ {
1025
+ "id": 14,
1026
+ "name": "parseUserAgent",
1027
+ "variant": "declaration",
1028
+ "kind": 64,
1029
+ "flags": {},
1030
+ "sources": [
1031
+ {
1032
+ "fileName": "user-agent.ts",
1033
+ "line": 48,
1034
+ "character": 16,
1035
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/user-agent.ts#L48"
1036
+ }
1037
+ ],
1038
+ "signatures": [
1039
+ {
1040
+ "id": 15,
1041
+ "name": "parseUserAgent",
1042
+ "variant": "signature",
1043
+ "kind": 4096,
1044
+ "flags": {},
1045
+ "comment": {
1046
+ "summary": [
1047
+ {
1048
+ "kind": "text",
1049
+ "text": "Parses a user-agent string into a UserAgentInfo object."
1050
+ }
1051
+ ],
1052
+ "blockTags": [
1053
+ {
1054
+ "tag": "@returns",
1055
+ "content": [
1056
+ {
1057
+ "kind": "text",
1058
+ "text": "An object containing the extracted information."
1059
+ }
1060
+ ]
1061
+ },
1062
+ {
1063
+ "tag": "@example",
1064
+ "content": [
1065
+ {
1066
+ "kind": "code",
1067
+ "text": "```typescript\n// Success Example (Chrome on Windows)\nconst ua = \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";\nconst info = parseUserAgent(ua);\n// { browser: \"Chrome\", version: \"120.0.0.0\", os: \"Windows\", device: \"Desktop\", engine: \"Blink\" }\n```"
1068
+ }
1069
+ ]
1070
+ },
1071
+ {
1072
+ "tag": "@example",
1073
+ "content": [
1074
+ {
1075
+ "kind": "text",
1076
+ "text": "\n\n"
1077
+ },
1078
+ {
1079
+ "kind": "code",
1080
+ "text": "```typescript\n// Error/Fallback Example (Empty string)\nconst info = parseUserAgent(\"\");\n// { browser: \"Other\", version: \"0\", os: \"Other\", device: \"Desktop\", engine: \"Other\" }\n```"
1081
+ }
1082
+ ]
1083
+ }
1084
+ ]
1085
+ },
1086
+ "sources": [
1087
+ {
1088
+ "fileName": "user-agent.ts",
1089
+ "line": 48,
1090
+ "character": 16,
1091
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/user-agent.ts#L48"
1092
+ }
1093
+ ],
1094
+ "parameters": [
1095
+ {
1096
+ "id": 16,
1097
+ "name": "ua",
1098
+ "variant": "param",
1099
+ "kind": 32768,
1100
+ "flags": {},
1101
+ "comment": {
1102
+ "summary": [
1103
+ {
1104
+ "kind": "text",
1105
+ "text": "The user-agent string to parse."
1106
+ }
1107
+ ]
1108
+ },
1109
+ "type": {
1110
+ "type": "intrinsic",
1111
+ "name": "string"
1112
+ }
1113
+ }
1114
+ ],
1115
+ "type": {
1116
+ "type": "reference",
1117
+ "target": 49,
1118
+ "name": "UserAgentInfo",
1119
+ "package": "@wtasnorg/node-lib"
1120
+ }
1121
+ }
1122
+ ]
1123
+ },
1124
+ {
1125
+ "id": 3,
1126
+ "name": "pojo",
1127
+ "variant": "declaration",
1128
+ "kind": 64,
1129
+ "flags": {},
1130
+ "sources": [
1131
+ {
1132
+ "fileName": "pojo.ts",
1133
+ "line": 10,
1134
+ "character": 9,
1135
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/pojo.ts#L10"
1136
+ }
1137
+ ],
1138
+ "signatures": [
1139
+ {
1140
+ "id": 4,
1141
+ "name": "pojo",
1142
+ "variant": "signature",
1143
+ "kind": 4096,
1144
+ "flags": {},
1145
+ "comment": {
1146
+ "summary": [
1147
+ {
1148
+ "kind": "text",
1149
+ "text": "Convert a class instance into a plain JavaScript object.\nCopies only the instance's own enumerable data properties\nand excludes methods or prototype values."
1150
+ }
1151
+ ],
1152
+ "blockTags": [
1153
+ {
1154
+ "tag": "@returns",
1155
+ "content": [
1156
+ {
1157
+ "kind": "text",
1158
+ "text": "A plain JavaScript object containing only data fields."
1159
+ }
1160
+ ]
1161
+ }
1162
+ ]
1163
+ },
1164
+ "sources": [
1165
+ {
1166
+ "fileName": "pojo.ts",
1167
+ "line": 10,
1168
+ "character": 9,
1169
+ "url": "https://github.com/wtasg/node-lib/blob/ac07f7b7be8233cfd945908394ac10daf671e6a9/src/pojo.ts#L10"
1170
+ }
1171
+ ],
1172
+ "typeParameters": [
1173
+ {
1174
+ "id": 5,
1175
+ "name": "T",
1176
+ "variant": "typeParam",
1177
+ "kind": 131072,
1178
+ "flags": {},
1179
+ "type": {
1180
+ "type": "intrinsic",
1181
+ "name": "object"
1182
+ }
1183
+ }
1184
+ ],
1185
+ "parameters": [
1186
+ {
1187
+ "id": 6,
1188
+ "name": "instance",
1189
+ "variant": "param",
1190
+ "kind": 32768,
1191
+ "flags": {},
1192
+ "comment": {
1193
+ "summary": [
1194
+ {
1195
+ "kind": "text",
1196
+ "text": "A class instance to convert."
1197
+ }
1198
+ ]
1199
+ },
1200
+ "type": {
1201
+ "type": "reference",
1202
+ "target": 5,
1203
+ "name": "T",
1204
+ "package": "@wtasnorg/node-lib",
1205
+ "refersToTypeParameter": true
1206
+ }
1207
+ }
1208
+ ],
1209
+ "type": {
1210
+ "type": "reference",
1211
+ "target": {
1212
+ "packageName": "typescript",
1213
+ "packagePath": "lib/lib.es5.d.ts",
1214
+ "qualifiedName": "Record"
1215
+ },
1216
+ "typeArguments": [
1217
+ {
1218
+ "type": "intrinsic",
1219
+ "name": "string"
1220
+ },
1221
+ {
1222
+ "type": "intrinsic",
1223
+ "name": "unknown"
1224
+ }
1225
+ ],
1226
+ "name": "Record",
1227
+ "package": "typescript"
1228
+ }
1229
+ }
1230
+ ]
1231
+ }
1232
+ ],
1233
+ "groups": [
1234
+ {
1235
+ "title": "Interfaces",
1236
+ "children": [
1237
+ 30,
1238
+ 17,
1239
+ 49
1240
+ ]
1241
+ },
1242
+ {
1243
+ "title": "Functions",
1244
+ "children": [
1245
+ 7,
1246
+ 1,
1247
+ 14,
1248
+ 3
1249
+ ]
1250
+ }
1251
+ ],
1252
+ "packageName": "@wtasnorg/node-lib",
1253
+ "symbolIdMap": {
1254
+ "0": {
1255
+ "packageName": "@wtasnorg/node-lib",
1256
+ "packagePath": "src/index.ts",
1257
+ "qualifiedName": ""
1258
+ },
1259
+ "1": {
1260
+ "packageName": "@wtasnorg/node-lib",
1261
+ "packagePath": "src/hello.ts",
1262
+ "qualifiedName": "hello"
1263
+ },
1264
+ "2": {
1265
+ "packageName": "@wtasnorg/node-lib",
1266
+ "packagePath": "src/hello.ts",
1267
+ "qualifiedName": "hello"
1268
+ },
1269
+ "3": {
1270
+ "packageName": "@wtasnorg/node-lib",
1271
+ "packagePath": "src/pojo.ts",
1272
+ "qualifiedName": "pojo"
1273
+ },
1274
+ "4": {
1275
+ "packageName": "@wtasnorg/node-lib",
1276
+ "packagePath": "src/pojo.ts",
1277
+ "qualifiedName": "pojo"
1278
+ },
1279
+ "5": {
1280
+ "packageName": "@wtasnorg/node-lib",
1281
+ "packagePath": "src/pojo.ts",
1282
+ "qualifiedName": "T"
1283
+ },
1284
+ "6": {
1285
+ "packageName": "@wtasnorg/node-lib",
1286
+ "packagePath": "src/pojo.ts",
1287
+ "qualifiedName": "instance"
1288
+ },
1289
+ "7": {
1290
+ "packageName": "@wtasnorg/node-lib",
1291
+ "packagePath": "src/find.ts",
1292
+ "qualifiedName": "createFindDirectories"
1293
+ },
1294
+ "8": {
1295
+ "packageName": "@wtasnorg/node-lib",
1296
+ "packagePath": "src/find.ts",
1297
+ "qualifiedName": "createFindDirectories"
1298
+ },
1299
+ "9": {
1300
+ "packageName": "@wtasnorg/node-lib",
1301
+ "packagePath": "src/find.ts",
1302
+ "qualifiedName": "deps"
1303
+ },
1304
+ "10": {
1305
+ "packageName": "@wtasnorg/node-lib",
1306
+ "packagePath": "src/find.ts",
1307
+ "qualifiedName": "findDirectories"
1308
+ },
1309
+ "11": {
1310
+ "packageName": "@wtasnorg/node-lib",
1311
+ "packagePath": "src/find.ts",
1312
+ "qualifiedName": "findDirectories"
1313
+ },
1314
+ "12": {
1315
+ "packageName": "@wtasnorg/node-lib",
1316
+ "packagePath": "src/find.ts",
1317
+ "qualifiedName": "root"
1318
+ },
1319
+ "13": {
1320
+ "packageName": "@wtasnorg/node-lib",
1321
+ "packagePath": "src/find.ts",
1322
+ "qualifiedName": "options"
1323
+ },
1324
+ "14": {
1325
+ "packageName": "@wtasnorg/node-lib",
1326
+ "packagePath": "src/user-agent.ts",
1327
+ "qualifiedName": "parseUserAgent"
1328
+ },
1329
+ "15": {
1330
+ "packageName": "@wtasnorg/node-lib",
1331
+ "packagePath": "src/user-agent.ts",
1332
+ "qualifiedName": "parseUserAgent"
1333
+ },
1334
+ "16": {
1335
+ "packageName": "@wtasnorg/node-lib",
1336
+ "packagePath": "src/user-agent.ts",
1337
+ "qualifiedName": "ua"
1338
+ },
1339
+ "17": {
1340
+ "packageName": "@wtasnorg/node-lib",
1341
+ "packagePath": "src/find.ts",
1342
+ "qualifiedName": "FindDirectoriesOptions"
1343
+ },
1344
+ "18": {
1345
+ "packageName": "@wtasnorg/node-lib",
1346
+ "packagePath": "src/find.ts",
1347
+ "qualifiedName": "FindDirectoriesOptions.maxDepth"
1348
+ },
1349
+ "19": {
1350
+ "packageName": "@wtasnorg/node-lib",
1351
+ "packagePath": "src/find.ts",
1352
+ "qualifiedName": "FindDirectoriesOptions.followSymlinks"
1353
+ },
1354
+ "20": {
1355
+ "packageName": "@wtasnorg/node-lib",
1356
+ "packagePath": "src/find.ts",
1357
+ "qualifiedName": "FindDirectoriesOptions.allowlist"
1358
+ },
1359
+ "21": {
1360
+ "packageName": "@wtasnorg/node-lib",
1361
+ "packagePath": "src/find.ts",
1362
+ "qualifiedName": "__type"
1363
+ },
1364
+ "22": {
1365
+ "packageName": "@wtasnorg/node-lib",
1366
+ "packagePath": "src/find.ts",
1367
+ "qualifiedName": "__type"
1368
+ },
1369
+ "23": {
1370
+ "packageName": "@wtasnorg/node-lib",
1371
+ "packagePath": "src/find.ts",
1372
+ "qualifiedName": "_absPath"
1373
+ },
1374
+ "24": {
1375
+ "packageName": "@wtasnorg/node-lib",
1376
+ "packagePath": "src/find.ts",
1377
+ "qualifiedName": "_name"
1378
+ },
1379
+ "25": {
1380
+ "packageName": "@wtasnorg/node-lib",
1381
+ "packagePath": "src/find.ts",
1382
+ "qualifiedName": "FindDirectoriesOptions.blocklist"
1383
+ },
1384
+ "26": {
1385
+ "packageName": "@wtasnorg/node-lib",
1386
+ "packagePath": "src/find.ts",
1387
+ "qualifiedName": "__type"
1388
+ },
1389
+ "27": {
1390
+ "packageName": "@wtasnorg/node-lib",
1391
+ "packagePath": "src/find.ts",
1392
+ "qualifiedName": "__type"
1393
+ },
1394
+ "28": {
1395
+ "packageName": "@wtasnorg/node-lib",
1396
+ "packagePath": "src/find.ts",
1397
+ "qualifiedName": "_absPath"
1398
+ },
1399
+ "29": {
1400
+ "packageName": "@wtasnorg/node-lib",
1401
+ "packagePath": "src/find.ts",
1402
+ "qualifiedName": "_name"
1403
+ },
1404
+ "30": {
1405
+ "packageName": "@wtasnorg/node-lib",
1406
+ "packagePath": "src/find.ts",
1407
+ "qualifiedName": "FileSystemDependencies"
1408
+ },
1409
+ "31": {
1410
+ "packageName": "@wtasnorg/node-lib",
1411
+ "packagePath": "src/find.ts",
1412
+ "qualifiedName": "FileSystemDependencies.readdir"
1413
+ },
1414
+ "32": {
1415
+ "packageName": "@wtasnorg/node-lib",
1416
+ "packagePath": "src/find.ts",
1417
+ "qualifiedName": "__type"
1418
+ },
1419
+ "33": {
1420
+ "packageName": "@wtasnorg/node-lib",
1421
+ "packagePath": "src/find.ts",
1422
+ "qualifiedName": "__type"
1423
+ },
1424
+ "34": {
1425
+ "packageName": "@wtasnorg/node-lib",
1426
+ "packagePath": "src/find.ts",
1427
+ "qualifiedName": "_path"
1428
+ },
1429
+ "35": {
1430
+ "packageName": "@wtasnorg/node-lib",
1431
+ "packagePath": "src/find.ts",
1432
+ "qualifiedName": "_opts"
1433
+ },
1434
+ "36": {
1435
+ "packageName": "@wtasnorg/node-lib",
1436
+ "packagePath": "src/find.ts",
1437
+ "qualifiedName": "__type"
1438
+ },
1439
+ "37": {
1440
+ "packageName": "@wtasnorg/node-lib",
1441
+ "packagePath": "src/find.ts",
1442
+ "qualifiedName": "__type.withFileTypes"
1443
+ },
1444
+ "38": {
1445
+ "packageName": "@wtasnorg/node-lib",
1446
+ "packagePath": "src/find.ts",
1447
+ "qualifiedName": "__type"
1448
+ },
1449
+ "39": {
1450
+ "packageName": "@wtasnorg/node-lib",
1451
+ "packagePath": "src/find.ts",
1452
+ "qualifiedName": "__type.name"
1453
+ },
1454
+ "40": {
1455
+ "packageName": "@wtasnorg/node-lib",
1456
+ "packagePath": "src/find.ts",
1457
+ "qualifiedName": "__type.isDirectory"
1458
+ },
1459
+ "41": {
1460
+ "packageName": "@wtasnorg/node-lib",
1461
+ "packagePath": "src/find.ts",
1462
+ "qualifiedName": "__type.isDirectory"
1463
+ },
1464
+ "42": {
1465
+ "packageName": "@wtasnorg/node-lib",
1466
+ "packagePath": "src/find.ts",
1467
+ "qualifiedName": "FileSystemDependencies.stat"
1468
+ },
1469
+ "43": {
1470
+ "packageName": "@wtasnorg/node-lib",
1471
+ "packagePath": "src/find.ts",
1472
+ "qualifiedName": "__type"
1473
+ },
1474
+ "44": {
1475
+ "packageName": "@wtasnorg/node-lib",
1476
+ "packagePath": "src/find.ts",
1477
+ "qualifiedName": "__type"
1478
+ },
1479
+ "45": {
1480
+ "packageName": "@wtasnorg/node-lib",
1481
+ "packagePath": "src/find.ts",
1482
+ "qualifiedName": "_path"
1483
+ },
1484
+ "46": {
1485
+ "packageName": "@wtasnorg/node-lib",
1486
+ "packagePath": "src/find.ts",
1487
+ "qualifiedName": "__type"
1488
+ },
1489
+ "47": {
1490
+ "packageName": "@wtasnorg/node-lib",
1491
+ "packagePath": "src/find.ts",
1492
+ "qualifiedName": "__type.isDirectory"
1493
+ },
1494
+ "48": {
1495
+ "packageName": "@wtasnorg/node-lib",
1496
+ "packagePath": "src/find.ts",
1497
+ "qualifiedName": "__type.isDirectory"
1498
+ },
1499
+ "49": {
1500
+ "packageName": "@wtasnorg/node-lib",
1501
+ "packagePath": "src/user-agent.ts",
1502
+ "qualifiedName": "UserAgentInfo"
1503
+ },
1504
+ "50": {
1505
+ "packageName": "@wtasnorg/node-lib",
1506
+ "packagePath": "src/user-agent.ts",
1507
+ "qualifiedName": "UserAgentInfo.browser"
1508
+ },
1509
+ "51": {
1510
+ "packageName": "@wtasnorg/node-lib",
1511
+ "packagePath": "src/user-agent.ts",
1512
+ "qualifiedName": "UserAgentInfo.version"
1513
+ },
1514
+ "52": {
1515
+ "packageName": "@wtasnorg/node-lib",
1516
+ "packagePath": "src/user-agent.ts",
1517
+ "qualifiedName": "UserAgentInfo.os"
1518
+ },
1519
+ "53": {
1520
+ "packageName": "@wtasnorg/node-lib",
1521
+ "packagePath": "src/user-agent.ts",
1522
+ "qualifiedName": "UserAgentInfo.device"
1523
+ },
1524
+ "54": {
1525
+ "packageName": "@wtasnorg/node-lib",
1526
+ "packagePath": "src/user-agent.ts",
1527
+ "qualifiedName": "UserAgentInfo.engine"
1528
+ }
1529
+ },
1530
+ "files": {
1531
+ "entries": {
1532
+ "1": "src/index.ts"
1533
+ },
1534
+ "reflections": {
1535
+ "1": 0
1536
+ }
1537
+ }
1538
+ }