@wtasnorg/node-lib 0.0.8 → 0.0.9
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/changelog.txt +12 -0
- package/docs/README.md +10 -0
- package/docs/docs.json +570 -137
- package/docs/functions/createFindDirectories.md +1 -1
- package/docs/functions/decode.md +49 -0
- package/docs/functions/encode.md +45 -0
- package/docs/functions/hello.md +1 -1
- package/docs/functions/parseUserAgent.md +1 -1
- package/docs/functions/pojo.md +1 -1
- package/docs/interfaces/FileSystemDependencies.md +3 -3
- package/docs/interfaces/FindDirectoriesOptions.md +5 -5
- package/docs/interfaces/UserAgentInfo.md +6 -6
- package/docs/type-aliases/Base64CharsetType.md +13 -0
- package/docs/variables/Base64Charset.md +17 -0
- package/gen-docs/001_base64_refine.txt +50 -0
- package/gen-sec/001_base64_security.txt +75 -0
- package/package.json +1 -1
- package/readme.txt +1 -0
- package/src/base64.d.ts +58 -0
- package/src/base64.js +138 -0
- package/src/base64.test.d.ts +2 -0
- package/src/base64.test.js +106 -0
- package/src/base64.test.ts +125 -0
- package/src/base64.ts +163 -0
- package/src/index.d.ts +4 -2
- package/src/index.js +2 -1
- package/src/index.ts +7 -1
package/docs/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"flags": {},
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 39,
|
|
11
11
|
"name": "FileSystemDependencies",
|
|
12
12
|
"variant": "declaration",
|
|
13
13
|
"kind": 256,
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 40,
|
|
18
18
|
"name": "readdir",
|
|
19
19
|
"variant": "declaration",
|
|
20
20
|
"kind": 1024,
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"fileName": "find.ts",
|
|
25
25
|
"line": 4,
|
|
26
26
|
"character": 4,
|
|
27
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
27
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"type": {
|
|
31
31
|
"type": "reflection",
|
|
32
32
|
"declaration": {
|
|
33
|
-
"id":
|
|
33
|
+
"id": 41,
|
|
34
34
|
"name": "__type",
|
|
35
35
|
"variant": "declaration",
|
|
36
36
|
"kind": 65536,
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"fileName": "find.ts",
|
|
41
41
|
"line": 4,
|
|
42
42
|
"character": 13,
|
|
43
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
43
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"signatures": [
|
|
47
47
|
{
|
|
48
|
-
"id":
|
|
48
|
+
"id": 42,
|
|
49
49
|
"name": "__type",
|
|
50
50
|
"variant": "signature",
|
|
51
51
|
"kind": 4096,
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"fileName": "find.ts",
|
|
56
56
|
"line": 4,
|
|
57
57
|
"character": 13,
|
|
58
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
58
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
59
59
|
}
|
|
60
60
|
],
|
|
61
61
|
"parameters": [
|
|
62
62
|
{
|
|
63
|
-
"id":
|
|
63
|
+
"id": 43,
|
|
64
64
|
"name": "_path",
|
|
65
65
|
"variant": "param",
|
|
66
66
|
"kind": 32768,
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"id":
|
|
74
|
+
"id": 44,
|
|
75
75
|
"name": "_opts",
|
|
76
76
|
"variant": "param",
|
|
77
77
|
"kind": 32768,
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"type": {
|
|
80
80
|
"type": "reflection",
|
|
81
81
|
"declaration": {
|
|
82
|
-
"id":
|
|
82
|
+
"id": 45,
|
|
83
83
|
"name": "__type",
|
|
84
84
|
"variant": "declaration",
|
|
85
85
|
"kind": 65536,
|
|
86
86
|
"flags": {},
|
|
87
87
|
"children": [
|
|
88
88
|
{
|
|
89
|
-
"id":
|
|
89
|
+
"id": 46,
|
|
90
90
|
"name": "withFileTypes",
|
|
91
91
|
"variant": "declaration",
|
|
92
92
|
"kind": 1024,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"fileName": "find.ts",
|
|
97
97
|
"line": 4,
|
|
98
98
|
"character": 38,
|
|
99
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
99
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
102
102
|
"type": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
{
|
|
110
110
|
"title": "Properties",
|
|
111
111
|
"children": [
|
|
112
|
-
|
|
112
|
+
46
|
|
113
113
|
]
|
|
114
114
|
}
|
|
115
115
|
],
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"fileName": "find.ts",
|
|
119
119
|
"line": 4,
|
|
120
120
|
"character": 36,
|
|
121
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
121
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
122
122
|
}
|
|
123
123
|
]
|
|
124
124
|
}
|
|
@@ -138,14 +138,14 @@
|
|
|
138
138
|
"elementType": {
|
|
139
139
|
"type": "reflection",
|
|
140
140
|
"declaration": {
|
|
141
|
-
"id":
|
|
141
|
+
"id": 47,
|
|
142
142
|
"name": "__type",
|
|
143
143
|
"variant": "declaration",
|
|
144
144
|
"kind": 65536,
|
|
145
145
|
"flags": {},
|
|
146
146
|
"children": [
|
|
147
147
|
{
|
|
148
|
-
"id":
|
|
148
|
+
"id": 48,
|
|
149
149
|
"name": "name",
|
|
150
150
|
"variant": "declaration",
|
|
151
151
|
"kind": 1024,
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"fileName": "find.ts",
|
|
156
156
|
"line": 4,
|
|
157
157
|
"character": 74,
|
|
158
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
158
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
159
159
|
}
|
|
160
160
|
],
|
|
161
161
|
"type": {
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
|
-
"id":
|
|
167
|
+
"id": 49,
|
|
168
168
|
"name": "isDirectory",
|
|
169
169
|
"variant": "declaration",
|
|
170
170
|
"kind": 2048,
|
|
@@ -174,12 +174,12 @@
|
|
|
174
174
|
"fileName": "find.ts",
|
|
175
175
|
"line": 4,
|
|
176
176
|
"character": 88,
|
|
177
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
177
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
178
178
|
}
|
|
179
179
|
],
|
|
180
180
|
"signatures": [
|
|
181
181
|
{
|
|
182
|
-
"id":
|
|
182
|
+
"id": 50,
|
|
183
183
|
"name": "isDirectory",
|
|
184
184
|
"variant": "signature",
|
|
185
185
|
"kind": 4096,
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"fileName": "find.ts",
|
|
190
190
|
"line": 4,
|
|
191
191
|
"character": 88,
|
|
192
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
192
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
193
193
|
}
|
|
194
194
|
],
|
|
195
195
|
"type": {
|
|
@@ -204,13 +204,13 @@
|
|
|
204
204
|
{
|
|
205
205
|
"title": "Properties",
|
|
206
206
|
"children": [
|
|
207
|
-
|
|
207
|
+
48
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"title": "Methods",
|
|
212
212
|
"children": [
|
|
213
|
-
|
|
213
|
+
49
|
|
214
214
|
]
|
|
215
215
|
}
|
|
216
216
|
],
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"fileName": "find.ts",
|
|
220
220
|
"line": 4,
|
|
221
221
|
"character": 72,
|
|
222
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
222
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L4"
|
|
223
223
|
}
|
|
224
224
|
]
|
|
225
225
|
}
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"id":
|
|
238
|
+
"id": 51,
|
|
239
239
|
"name": "stat",
|
|
240
240
|
"variant": "declaration",
|
|
241
241
|
"kind": 1024,
|
|
@@ -245,13 +245,13 @@
|
|
|
245
245
|
"fileName": "find.ts",
|
|
246
246
|
"line": 5,
|
|
247
247
|
"character": 4,
|
|
248
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
248
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L5"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
251
251
|
"type": {
|
|
252
252
|
"type": "reflection",
|
|
253
253
|
"declaration": {
|
|
254
|
-
"id":
|
|
254
|
+
"id": 52,
|
|
255
255
|
"name": "__type",
|
|
256
256
|
"variant": "declaration",
|
|
257
257
|
"kind": 65536,
|
|
@@ -261,12 +261,12 @@
|
|
|
261
261
|
"fileName": "find.ts",
|
|
262
262
|
"line": 5,
|
|
263
263
|
"character": 10,
|
|
264
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
264
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L5"
|
|
265
265
|
}
|
|
266
266
|
],
|
|
267
267
|
"signatures": [
|
|
268
268
|
{
|
|
269
|
-
"id":
|
|
269
|
+
"id": 53,
|
|
270
270
|
"name": "__type",
|
|
271
271
|
"variant": "signature",
|
|
272
272
|
"kind": 4096,
|
|
@@ -276,12 +276,12 @@
|
|
|
276
276
|
"fileName": "find.ts",
|
|
277
277
|
"line": 5,
|
|
278
278
|
"character": 10,
|
|
279
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
279
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L5"
|
|
280
280
|
}
|
|
281
281
|
],
|
|
282
282
|
"parameters": [
|
|
283
283
|
{
|
|
284
|
-
"id":
|
|
284
|
+
"id": 54,
|
|
285
285
|
"name": "_path",
|
|
286
286
|
"variant": "param",
|
|
287
287
|
"kind": 32768,
|
|
@@ -303,14 +303,14 @@
|
|
|
303
303
|
{
|
|
304
304
|
"type": "reflection",
|
|
305
305
|
"declaration": {
|
|
306
|
-
"id":
|
|
306
|
+
"id": 55,
|
|
307
307
|
"name": "__type",
|
|
308
308
|
"variant": "declaration",
|
|
309
309
|
"kind": 65536,
|
|
310
310
|
"flags": {},
|
|
311
311
|
"children": [
|
|
312
312
|
{
|
|
313
|
-
"id":
|
|
313
|
+
"id": 56,
|
|
314
314
|
"name": "isDirectory",
|
|
315
315
|
"variant": "declaration",
|
|
316
316
|
"kind": 2048,
|
|
@@ -320,12 +320,12 @@
|
|
|
320
320
|
"fileName": "find.ts",
|
|
321
321
|
"line": 5,
|
|
322
322
|
"character": 39,
|
|
323
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
323
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L5"
|
|
324
324
|
}
|
|
325
325
|
],
|
|
326
326
|
"signatures": [
|
|
327
327
|
{
|
|
328
|
-
"id":
|
|
328
|
+
"id": 57,
|
|
329
329
|
"name": "isDirectory",
|
|
330
330
|
"variant": "signature",
|
|
331
331
|
"kind": 4096,
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"fileName": "find.ts",
|
|
336
336
|
"line": 5,
|
|
337
337
|
"character": 39,
|
|
338
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
338
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L5"
|
|
339
339
|
}
|
|
340
340
|
],
|
|
341
341
|
"type": {
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
{
|
|
351
351
|
"title": "Methods",
|
|
352
352
|
"children": [
|
|
353
|
-
|
|
353
|
+
56
|
|
354
354
|
]
|
|
355
355
|
}
|
|
356
356
|
],
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"fileName": "find.ts",
|
|
360
360
|
"line": 5,
|
|
361
361
|
"character": 37,
|
|
362
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
362
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L5"
|
|
363
363
|
}
|
|
364
364
|
]
|
|
365
365
|
}
|
|
@@ -378,8 +378,8 @@
|
|
|
378
378
|
{
|
|
379
379
|
"title": "Properties",
|
|
380
380
|
"children": [
|
|
381
|
-
|
|
382
|
-
|
|
381
|
+
40,
|
|
382
|
+
51
|
|
383
383
|
]
|
|
384
384
|
}
|
|
385
385
|
],
|
|
@@ -388,19 +388,19 @@
|
|
|
388
388
|
"fileName": "find.ts",
|
|
389
389
|
"line": 3,
|
|
390
390
|
"character": 10,
|
|
391
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
391
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L3"
|
|
392
392
|
}
|
|
393
393
|
]
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
"id":
|
|
396
|
+
"id": 26,
|
|
397
397
|
"name": "FindDirectoriesOptions",
|
|
398
398
|
"variant": "declaration",
|
|
399
399
|
"kind": 256,
|
|
400
400
|
"flags": {},
|
|
401
401
|
"children": [
|
|
402
402
|
{
|
|
403
|
-
"id":
|
|
403
|
+
"id": 29,
|
|
404
404
|
"name": "allowlist",
|
|
405
405
|
"variant": "declaration",
|
|
406
406
|
"kind": 1024,
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
"fileName": "find.ts",
|
|
413
413
|
"line": 11,
|
|
414
414
|
"character": 4,
|
|
415
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
415
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L11"
|
|
416
416
|
}
|
|
417
417
|
],
|
|
418
418
|
"type": {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
{
|
|
429
429
|
"type": "reflection",
|
|
430
430
|
"declaration": {
|
|
431
|
-
"id":
|
|
431
|
+
"id": 30,
|
|
432
432
|
"name": "__type",
|
|
433
433
|
"variant": "declaration",
|
|
434
434
|
"kind": 65536,
|
|
@@ -438,12 +438,12 @@
|
|
|
438
438
|
"fileName": "find.ts",
|
|
439
439
|
"line": 11,
|
|
440
440
|
"character": 28,
|
|
441
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
441
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L11"
|
|
442
442
|
}
|
|
443
443
|
],
|
|
444
444
|
"signatures": [
|
|
445
445
|
{
|
|
446
|
-
"id":
|
|
446
|
+
"id": 31,
|
|
447
447
|
"name": "__type",
|
|
448
448
|
"variant": "signature",
|
|
449
449
|
"kind": 4096,
|
|
@@ -453,12 +453,12 @@
|
|
|
453
453
|
"fileName": "find.ts",
|
|
454
454
|
"line": 11,
|
|
455
455
|
"character": 28,
|
|
456
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
456
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L11"
|
|
457
457
|
}
|
|
458
458
|
],
|
|
459
459
|
"parameters": [
|
|
460
460
|
{
|
|
461
|
-
"id":
|
|
461
|
+
"id": 32,
|
|
462
462
|
"name": "_absPath",
|
|
463
463
|
"variant": "param",
|
|
464
464
|
"kind": 32768,
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
|
-
"id":
|
|
472
|
+
"id": 33,
|
|
473
473
|
"name": "_name",
|
|
474
474
|
"variant": "param",
|
|
475
475
|
"kind": 32768,
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
|
-
"id":
|
|
495
|
+
"id": 34,
|
|
496
496
|
"name": "blocklist",
|
|
497
497
|
"variant": "declaration",
|
|
498
498
|
"kind": 1024,
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"fileName": "find.ts",
|
|
505
505
|
"line": 12,
|
|
506
506
|
"character": 4,
|
|
507
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
507
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L12"
|
|
508
508
|
}
|
|
509
509
|
],
|
|
510
510
|
"type": {
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
{
|
|
521
521
|
"type": "reflection",
|
|
522
522
|
"declaration": {
|
|
523
|
-
"id":
|
|
523
|
+
"id": 35,
|
|
524
524
|
"name": "__type",
|
|
525
525
|
"variant": "declaration",
|
|
526
526
|
"kind": 65536,
|
|
@@ -530,12 +530,12 @@
|
|
|
530
530
|
"fileName": "find.ts",
|
|
531
531
|
"line": 12,
|
|
532
532
|
"character": 28,
|
|
533
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
533
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L12"
|
|
534
534
|
}
|
|
535
535
|
],
|
|
536
536
|
"signatures": [
|
|
537
537
|
{
|
|
538
|
-
"id":
|
|
538
|
+
"id": 36,
|
|
539
539
|
"name": "__type",
|
|
540
540
|
"variant": "signature",
|
|
541
541
|
"kind": 4096,
|
|
@@ -545,12 +545,12 @@
|
|
|
545
545
|
"fileName": "find.ts",
|
|
546
546
|
"line": 12,
|
|
547
547
|
"character": 28,
|
|
548
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
548
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L12"
|
|
549
549
|
}
|
|
550
550
|
],
|
|
551
551
|
"parameters": [
|
|
552
552
|
{
|
|
553
|
-
"id":
|
|
553
|
+
"id": 37,
|
|
554
554
|
"name": "_absPath",
|
|
555
555
|
"variant": "param",
|
|
556
556
|
"kind": 32768,
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
}
|
|
562
562
|
},
|
|
563
563
|
{
|
|
564
|
-
"id":
|
|
564
|
+
"id": 38,
|
|
565
565
|
"name": "_name",
|
|
566
566
|
"variant": "param",
|
|
567
567
|
"kind": 32768,
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
}
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
|
-
"id":
|
|
587
|
+
"id": 28,
|
|
588
588
|
"name": "followSymlinks",
|
|
589
589
|
"variant": "declaration",
|
|
590
590
|
"kind": 1024,
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"fileName": "find.ts",
|
|
597
597
|
"line": 10,
|
|
598
598
|
"character": 4,
|
|
599
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
599
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L10"
|
|
600
600
|
}
|
|
601
601
|
],
|
|
602
602
|
"type": {
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
|
-
"id":
|
|
608
|
+
"id": 27,
|
|
609
609
|
"name": "maxDepth",
|
|
610
610
|
"variant": "declaration",
|
|
611
611
|
"kind": 1024,
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"fileName": "find.ts",
|
|
618
618
|
"line": 9,
|
|
619
619
|
"character": 4,
|
|
620
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
620
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L9"
|
|
621
621
|
}
|
|
622
622
|
],
|
|
623
623
|
"type": {
|
|
@@ -630,10 +630,10 @@
|
|
|
630
630
|
{
|
|
631
631
|
"title": "Properties",
|
|
632
632
|
"children": [
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
633
|
+
29,
|
|
634
|
+
34,
|
|
635
|
+
28,
|
|
636
|
+
27
|
|
637
637
|
]
|
|
638
638
|
}
|
|
639
639
|
],
|
|
@@ -642,12 +642,12 @@
|
|
|
642
642
|
"fileName": "find.ts",
|
|
643
643
|
"line": 8,
|
|
644
644
|
"character": 10,
|
|
645
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
645
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L8"
|
|
646
646
|
}
|
|
647
647
|
]
|
|
648
648
|
},
|
|
649
649
|
{
|
|
650
|
-
"id":
|
|
650
|
+
"id": 58,
|
|
651
651
|
"name": "UserAgentInfo",
|
|
652
652
|
"variant": "declaration",
|
|
653
653
|
"kind": 256,
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
},
|
|
663
663
|
"children": [
|
|
664
664
|
{
|
|
665
|
-
"id":
|
|
665
|
+
"id": 59,
|
|
666
666
|
"name": "browser",
|
|
667
667
|
"variant": "declaration",
|
|
668
668
|
"kind": 1024,
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
"fileName": "user-agent.ts",
|
|
681
681
|
"line": 8,
|
|
682
682
|
"character": 4,
|
|
683
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
683
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/user-agent.ts#L8"
|
|
684
684
|
}
|
|
685
685
|
],
|
|
686
686
|
"type": {
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
}
|
|
690
690
|
},
|
|
691
691
|
{
|
|
692
|
-
"id":
|
|
692
|
+
"id": 62,
|
|
693
693
|
"name": "device",
|
|
694
694
|
"variant": "declaration",
|
|
695
695
|
"kind": 1024,
|
|
@@ -707,7 +707,7 @@
|
|
|
707
707
|
"fileName": "user-agent.ts",
|
|
708
708
|
"line": 20,
|
|
709
709
|
"character": 4,
|
|
710
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
710
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/user-agent.ts#L20"
|
|
711
711
|
}
|
|
712
712
|
],
|
|
713
713
|
"type": {
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
718
|
{
|
|
719
|
-
"id":
|
|
719
|
+
"id": 63,
|
|
720
720
|
"name": "engine",
|
|
721
721
|
"variant": "declaration",
|
|
722
722
|
"kind": 1024,
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
"fileName": "user-agent.ts",
|
|
735
735
|
"line": 24,
|
|
736
736
|
"character": 4,
|
|
737
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
737
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/user-agent.ts#L24"
|
|
738
738
|
}
|
|
739
739
|
],
|
|
740
740
|
"type": {
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
}
|
|
744
744
|
},
|
|
745
745
|
{
|
|
746
|
-
"id":
|
|
746
|
+
"id": 61,
|
|
747
747
|
"name": "os",
|
|
748
748
|
"variant": "declaration",
|
|
749
749
|
"kind": 1024,
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
"fileName": "user-agent.ts",
|
|
762
762
|
"line": 16,
|
|
763
763
|
"character": 4,
|
|
764
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
764
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/user-agent.ts#L16"
|
|
765
765
|
}
|
|
766
766
|
],
|
|
767
767
|
"type": {
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
}
|
|
771
771
|
},
|
|
772
772
|
{
|
|
773
|
-
"id":
|
|
773
|
+
"id": 60,
|
|
774
774
|
"name": "version",
|
|
775
775
|
"variant": "declaration",
|
|
776
776
|
"kind": 1024,
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
"fileName": "user-agent.ts",
|
|
789
789
|
"line": 12,
|
|
790
790
|
"character": 4,
|
|
791
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
791
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/user-agent.ts#L12"
|
|
792
792
|
}
|
|
793
793
|
],
|
|
794
794
|
"type": {
|
|
@@ -801,11 +801,11 @@
|
|
|
801
801
|
{
|
|
802
802
|
"title": "Properties",
|
|
803
803
|
"children": [
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
804
|
+
59,
|
|
805
|
+
62,
|
|
806
|
+
63,
|
|
807
|
+
61,
|
|
808
|
+
60
|
|
809
809
|
]
|
|
810
810
|
}
|
|
811
811
|
],
|
|
@@ -814,10 +814,130 @@
|
|
|
814
814
|
"fileName": "user-agent.ts",
|
|
815
815
|
"line": 4,
|
|
816
816
|
"character": 17,
|
|
817
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
817
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/user-agent.ts#L4"
|
|
818
818
|
}
|
|
819
819
|
]
|
|
820
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"id": 64,
|
|
823
|
+
"name": "Base64CharsetType",
|
|
824
|
+
"variant": "declaration",
|
|
825
|
+
"kind": 2097152,
|
|
826
|
+
"flags": {},
|
|
827
|
+
"comment": {
|
|
828
|
+
"summary": [
|
|
829
|
+
{
|
|
830
|
+
"kind": "text",
|
|
831
|
+
"text": "Base64 charset type."
|
|
832
|
+
}
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
"sources": [
|
|
836
|
+
{
|
|
837
|
+
"fileName": "base64.ts",
|
|
838
|
+
"line": 18,
|
|
839
|
+
"character": 5
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"type": {
|
|
843
|
+
"type": "indexedAccess",
|
|
844
|
+
"indexType": {
|
|
845
|
+
"type": "intrinsic",
|
|
846
|
+
"name": "number"
|
|
847
|
+
},
|
|
848
|
+
"objectType": {
|
|
849
|
+
"type": "query",
|
|
850
|
+
"queryType": {
|
|
851
|
+
"type": "reference",
|
|
852
|
+
"target": 25,
|
|
853
|
+
"name": "Base64Charset",
|
|
854
|
+
"package": "@wtasnorg/node-lib"
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"id": 25,
|
|
861
|
+
"name": "Base64Charset",
|
|
862
|
+
"variant": "declaration",
|
|
863
|
+
"kind": 32,
|
|
864
|
+
"flags": {
|
|
865
|
+
"isConst": true
|
|
866
|
+
},
|
|
867
|
+
"comment": {
|
|
868
|
+
"summary": [
|
|
869
|
+
{
|
|
870
|
+
"kind": "text",
|
|
871
|
+
"text": "Available Base64 charset variants.\n- "
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"kind": "code",
|
|
875
|
+
"text": "`standard`"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"kind": "text",
|
|
879
|
+
"text": ": RFC 4648 standard alphabet (A-Z, a-z, 0-9, +, /)\n- "
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"kind": "code",
|
|
883
|
+
"text": "`urlsafe`"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "text",
|
|
887
|
+
"text": ": URL and filename safe (A-Z, a-z, 0-9, -, _)\n- "
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"kind": "code",
|
|
891
|
+
"text": "`imap`"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"kind": "text",
|
|
895
|
+
"text": ": Modified Base64 for IMAP mailbox names (A-Z, a-z, 0-9, +, ,)\n- "
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"kind": "code",
|
|
899
|
+
"text": "`radix64`"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"kind": "text",
|
|
903
|
+
"text": ": Base64 variant used in OpenPGP (A-Z, a-z, 0-9, +, /)"
|
|
904
|
+
}
|
|
905
|
+
]
|
|
906
|
+
},
|
|
907
|
+
"sources": [
|
|
908
|
+
{
|
|
909
|
+
"fileName": "base64.ts",
|
|
910
|
+
"line": 13,
|
|
911
|
+
"character": 6
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"type": {
|
|
915
|
+
"type": "typeOperator",
|
|
916
|
+
"operator": "readonly",
|
|
917
|
+
"target": {
|
|
918
|
+
"type": "tuple",
|
|
919
|
+
"elements": [
|
|
920
|
+
{
|
|
921
|
+
"type": "literal",
|
|
922
|
+
"value": "standard"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"type": "literal",
|
|
926
|
+
"value": "urlsafe"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"type": "literal",
|
|
930
|
+
"value": "imap"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"type": "literal",
|
|
934
|
+
"value": "radix64"
|
|
935
|
+
}
|
|
936
|
+
]
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
"defaultValue": "..."
|
|
940
|
+
},
|
|
821
941
|
{
|
|
822
942
|
"id": 7,
|
|
823
943
|
"name": "createFindDirectories",
|
|
@@ -829,7 +949,7 @@
|
|
|
829
949
|
"fileName": "find.ts",
|
|
830
950
|
"line": 19,
|
|
831
951
|
"character": 9,
|
|
832
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
952
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L19"
|
|
833
953
|
}
|
|
834
954
|
],
|
|
835
955
|
"signatures": [
|
|
@@ -852,7 +972,7 @@
|
|
|
852
972
|
"fileName": "find.ts",
|
|
853
973
|
"line": 19,
|
|
854
974
|
"character": 9,
|
|
855
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
975
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L19"
|
|
856
976
|
}
|
|
857
977
|
],
|
|
858
978
|
"parameters": [
|
|
@@ -864,7 +984,7 @@
|
|
|
864
984
|
"flags": {},
|
|
865
985
|
"type": {
|
|
866
986
|
"type": "reference",
|
|
867
|
-
"target":
|
|
987
|
+
"target": 39,
|
|
868
988
|
"name": "FileSystemDependencies",
|
|
869
989
|
"package": "@wtasnorg/node-lib"
|
|
870
990
|
}
|
|
@@ -883,7 +1003,7 @@
|
|
|
883
1003
|
"fileName": "find.ts",
|
|
884
1004
|
"line": 23,
|
|
885
1005
|
"character": 26,
|
|
886
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1006
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L23"
|
|
887
1007
|
}
|
|
888
1008
|
],
|
|
889
1009
|
"signatures": [
|
|
@@ -898,7 +1018,7 @@
|
|
|
898
1018
|
"fileName": "find.ts",
|
|
899
1019
|
"line": 23,
|
|
900
1020
|
"character": 26,
|
|
901
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1021
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/find.ts#L23"
|
|
902
1022
|
}
|
|
903
1023
|
],
|
|
904
1024
|
"parameters": [
|
|
@@ -921,7 +1041,7 @@
|
|
|
921
1041
|
"flags": {},
|
|
922
1042
|
"type": {
|
|
923
1043
|
"type": "reference",
|
|
924
|
-
"target":
|
|
1044
|
+
"target": 26,
|
|
925
1045
|
"name": "FindDirectoriesOptions",
|
|
926
1046
|
"package": "@wtasnorg/node-lib"
|
|
927
1047
|
},
|
|
@@ -954,6 +1074,255 @@
|
|
|
954
1074
|
}
|
|
955
1075
|
]
|
|
956
1076
|
},
|
|
1077
|
+
{
|
|
1078
|
+
"id": 21,
|
|
1079
|
+
"name": "decode",
|
|
1080
|
+
"variant": "declaration",
|
|
1081
|
+
"kind": 64,
|
|
1082
|
+
"flags": {},
|
|
1083
|
+
"sources": [
|
|
1084
|
+
{
|
|
1085
|
+
"fileName": "base64.ts",
|
|
1086
|
+
"line": 119,
|
|
1087
|
+
"character": 9
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
1090
|
+
"signatures": [
|
|
1091
|
+
{
|
|
1092
|
+
"id": 22,
|
|
1093
|
+
"name": "decode",
|
|
1094
|
+
"variant": "signature",
|
|
1095
|
+
"kind": 4096,
|
|
1096
|
+
"flags": {},
|
|
1097
|
+
"comment": {
|
|
1098
|
+
"summary": [
|
|
1099
|
+
{
|
|
1100
|
+
"kind": "text",
|
|
1101
|
+
"text": "Decode a Base64 string."
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"blockTags": [
|
|
1105
|
+
{
|
|
1106
|
+
"tag": "@example",
|
|
1107
|
+
"content": [
|
|
1108
|
+
{
|
|
1109
|
+
"kind": "code",
|
|
1110
|
+
"text": "```typescript\nimport { decode } from \"./base64.js\";\n\ndecode(\"SGVsbG8sIFdvcmxkIQ==\");\n// => \"Hello, World!\"\n\ndecode(\"SGVsbG8sIFdvcmxkIQ==\", \"standard\");\n// => \"Hello, World!\"\n```"
|
|
1111
|
+
}
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"tag": "@returns",
|
|
1116
|
+
"content": [
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "text",
|
|
1119
|
+
"text": "The decoded string."
|
|
1120
|
+
}
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"tag": "@throws",
|
|
1125
|
+
"content": [
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "text",
|
|
1128
|
+
"text": "Error if the input contains invalid characters."
|
|
1129
|
+
}
|
|
1130
|
+
]
|
|
1131
|
+
}
|
|
1132
|
+
]
|
|
1133
|
+
},
|
|
1134
|
+
"sources": [
|
|
1135
|
+
{
|
|
1136
|
+
"fileName": "base64.ts",
|
|
1137
|
+
"line": 119,
|
|
1138
|
+
"character": 9
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"parameters": [
|
|
1142
|
+
{
|
|
1143
|
+
"id": 23,
|
|
1144
|
+
"name": "input",
|
|
1145
|
+
"variant": "param",
|
|
1146
|
+
"kind": 32768,
|
|
1147
|
+
"flags": {},
|
|
1148
|
+
"comment": {
|
|
1149
|
+
"summary": [
|
|
1150
|
+
{
|
|
1151
|
+
"kind": "text",
|
|
1152
|
+
"text": "The Base64 encoded string."
|
|
1153
|
+
}
|
|
1154
|
+
]
|
|
1155
|
+
},
|
|
1156
|
+
"type": {
|
|
1157
|
+
"type": "intrinsic",
|
|
1158
|
+
"name": "string"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"id": 24,
|
|
1163
|
+
"name": "charset",
|
|
1164
|
+
"variant": "param",
|
|
1165
|
+
"kind": 32768,
|
|
1166
|
+
"flags": {},
|
|
1167
|
+
"comment": {
|
|
1168
|
+
"summary": [
|
|
1169
|
+
{
|
|
1170
|
+
"kind": "text",
|
|
1171
|
+
"text": "The charset variant to use (default: \"standard\")."
|
|
1172
|
+
}
|
|
1173
|
+
]
|
|
1174
|
+
},
|
|
1175
|
+
"type": {
|
|
1176
|
+
"type": "union",
|
|
1177
|
+
"types": [
|
|
1178
|
+
{
|
|
1179
|
+
"type": "literal",
|
|
1180
|
+
"value": "standard"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "literal",
|
|
1184
|
+
"value": "urlsafe"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"type": "literal",
|
|
1188
|
+
"value": "imap"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"type": "literal",
|
|
1192
|
+
"value": "radix64"
|
|
1193
|
+
}
|
|
1194
|
+
]
|
|
1195
|
+
},
|
|
1196
|
+
"defaultValue": "\"standard\""
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"type": {
|
|
1200
|
+
"type": "intrinsic",
|
|
1201
|
+
"name": "string"
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
]
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"id": 17,
|
|
1208
|
+
"name": "encode",
|
|
1209
|
+
"variant": "declaration",
|
|
1210
|
+
"kind": 64,
|
|
1211
|
+
"flags": {},
|
|
1212
|
+
"sources": [
|
|
1213
|
+
{
|
|
1214
|
+
"fileName": "base64.ts",
|
|
1215
|
+
"line": 79,
|
|
1216
|
+
"character": 9
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
1219
|
+
"signatures": [
|
|
1220
|
+
{
|
|
1221
|
+
"id": 18,
|
|
1222
|
+
"name": "encode",
|
|
1223
|
+
"variant": "signature",
|
|
1224
|
+
"kind": 4096,
|
|
1225
|
+
"flags": {},
|
|
1226
|
+
"comment": {
|
|
1227
|
+
"summary": [
|
|
1228
|
+
{
|
|
1229
|
+
"kind": "text",
|
|
1230
|
+
"text": "Encode a string to Base64."
|
|
1231
|
+
}
|
|
1232
|
+
],
|
|
1233
|
+
"blockTags": [
|
|
1234
|
+
{
|
|
1235
|
+
"tag": "@example",
|
|
1236
|
+
"content": [
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "code",
|
|
1239
|
+
"text": "```typescript\nimport { encode } from \"./base64.js\";\n\nencode(\"Hello, World!\");\n// => \"SGVsbG8sIFdvcmxkIQ==\"\n\nencode(\"Hello, World!\", \"urlsafe\");\n// => \"SGVsbG8sIFdvcmxkIQ==\"\n```"
|
|
1240
|
+
}
|
|
1241
|
+
]
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"tag": "@returns",
|
|
1245
|
+
"content": [
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "text",
|
|
1248
|
+
"text": "The Base64 encoded string."
|
|
1249
|
+
}
|
|
1250
|
+
]
|
|
1251
|
+
}
|
|
1252
|
+
]
|
|
1253
|
+
},
|
|
1254
|
+
"sources": [
|
|
1255
|
+
{
|
|
1256
|
+
"fileName": "base64.ts",
|
|
1257
|
+
"line": 79,
|
|
1258
|
+
"character": 9
|
|
1259
|
+
}
|
|
1260
|
+
],
|
|
1261
|
+
"parameters": [
|
|
1262
|
+
{
|
|
1263
|
+
"id": 19,
|
|
1264
|
+
"name": "input",
|
|
1265
|
+
"variant": "param",
|
|
1266
|
+
"kind": 32768,
|
|
1267
|
+
"flags": {},
|
|
1268
|
+
"comment": {
|
|
1269
|
+
"summary": [
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "text",
|
|
1272
|
+
"text": "The string to encode."
|
|
1273
|
+
}
|
|
1274
|
+
]
|
|
1275
|
+
},
|
|
1276
|
+
"type": {
|
|
1277
|
+
"type": "intrinsic",
|
|
1278
|
+
"name": "string"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"id": 20,
|
|
1283
|
+
"name": "charset",
|
|
1284
|
+
"variant": "param",
|
|
1285
|
+
"kind": 32768,
|
|
1286
|
+
"flags": {},
|
|
1287
|
+
"comment": {
|
|
1288
|
+
"summary": [
|
|
1289
|
+
{
|
|
1290
|
+
"kind": "text",
|
|
1291
|
+
"text": "The charset variant to use (default: \"standard\")."
|
|
1292
|
+
}
|
|
1293
|
+
]
|
|
1294
|
+
},
|
|
1295
|
+
"type": {
|
|
1296
|
+
"type": "union",
|
|
1297
|
+
"types": [
|
|
1298
|
+
{
|
|
1299
|
+
"type": "literal",
|
|
1300
|
+
"value": "standard"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"type": "literal",
|
|
1304
|
+
"value": "urlsafe"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"type": "literal",
|
|
1308
|
+
"value": "imap"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"type": "literal",
|
|
1312
|
+
"value": "radix64"
|
|
1313
|
+
}
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1316
|
+
"defaultValue": "\"standard\""
|
|
1317
|
+
}
|
|
1318
|
+
],
|
|
1319
|
+
"type": {
|
|
1320
|
+
"type": "intrinsic",
|
|
1321
|
+
"name": "string"
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
]
|
|
1325
|
+
},
|
|
957
1326
|
{
|
|
958
1327
|
"id": 1,
|
|
959
1328
|
"name": "hello",
|
|
@@ -965,7 +1334,7 @@
|
|
|
965
1334
|
"fileName": "hello.ts",
|
|
966
1335
|
"line": 6,
|
|
967
1336
|
"character": 15,
|
|
968
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1337
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/hello.ts#L6"
|
|
969
1338
|
}
|
|
970
1339
|
],
|
|
971
1340
|
"signatures": [
|
|
@@ -999,7 +1368,7 @@
|
|
|
999
1368
|
"fileName": "hello.ts",
|
|
1000
1369
|
"line": 6,
|
|
1001
1370
|
"character": 15,
|
|
1002
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1371
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/hello.ts#L6"
|
|
1003
1372
|
}
|
|
1004
1373
|
],
|
|
1005
1374
|
"type": {
|
|
@@ -1032,7 +1401,7 @@
|
|
|
1032
1401
|
"fileName": "user-agent.ts",
|
|
1033
1402
|
"line": 48,
|
|
1034
1403
|
"character": 16,
|
|
1035
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1404
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/user-agent.ts#L48"
|
|
1036
1405
|
}
|
|
1037
1406
|
],
|
|
1038
1407
|
"signatures": [
|
|
@@ -1088,7 +1457,7 @@
|
|
|
1088
1457
|
"fileName": "user-agent.ts",
|
|
1089
1458
|
"line": 48,
|
|
1090
1459
|
"character": 16,
|
|
1091
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1460
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/user-agent.ts#L48"
|
|
1092
1461
|
}
|
|
1093
1462
|
],
|
|
1094
1463
|
"parameters": [
|
|
@@ -1114,7 +1483,7 @@
|
|
|
1114
1483
|
],
|
|
1115
1484
|
"type": {
|
|
1116
1485
|
"type": "reference",
|
|
1117
|
-
"target":
|
|
1486
|
+
"target": 58,
|
|
1118
1487
|
"name": "UserAgentInfo",
|
|
1119
1488
|
"package": "@wtasnorg/node-lib"
|
|
1120
1489
|
}
|
|
@@ -1132,7 +1501,7 @@
|
|
|
1132
1501
|
"fileName": "pojo.ts",
|
|
1133
1502
|
"line": 10,
|
|
1134
1503
|
"character": 9,
|
|
1135
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1504
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/pojo.ts#L10"
|
|
1136
1505
|
}
|
|
1137
1506
|
],
|
|
1138
1507
|
"signatures": [
|
|
@@ -1166,7 +1535,7 @@
|
|
|
1166
1535
|
"fileName": "pojo.ts",
|
|
1167
1536
|
"line": 10,
|
|
1168
1537
|
"character": 9,
|
|
1169
|
-
"url": "https://github.com/wtasg/node-lib/blob/
|
|
1538
|
+
"url": "https://github.com/wtasg/node-lib/blob/b5efd5c345e8fa1bdc2a6d3ea4dd4b2eb5b9cc62/src/pojo.ts#L10"
|
|
1170
1539
|
}
|
|
1171
1540
|
],
|
|
1172
1541
|
"typeParameters": [
|
|
@@ -1234,15 +1603,29 @@
|
|
|
1234
1603
|
{
|
|
1235
1604
|
"title": "Interfaces",
|
|
1236
1605
|
"children": [
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1606
|
+
39,
|
|
1607
|
+
26,
|
|
1608
|
+
58
|
|
1609
|
+
]
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"title": "Type Aliases",
|
|
1613
|
+
"children": [
|
|
1614
|
+
64
|
|
1615
|
+
]
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"title": "Variables",
|
|
1619
|
+
"children": [
|
|
1620
|
+
25
|
|
1240
1621
|
]
|
|
1241
1622
|
},
|
|
1242
1623
|
{
|
|
1243
1624
|
"title": "Functions",
|
|
1244
1625
|
"children": [
|
|
1245
1626
|
7,
|
|
1627
|
+
21,
|
|
1628
|
+
17,
|
|
1246
1629
|
1,
|
|
1247
1630
|
14,
|
|
1248
1631
|
3
|
|
@@ -1337,194 +1720,244 @@
|
|
|
1337
1720
|
"qualifiedName": "ua"
|
|
1338
1721
|
},
|
|
1339
1722
|
"17": {
|
|
1723
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1724
|
+
"packagePath": "src/base64.ts",
|
|
1725
|
+
"qualifiedName": "encode"
|
|
1726
|
+
},
|
|
1727
|
+
"18": {
|
|
1728
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1729
|
+
"packagePath": "src/base64.ts",
|
|
1730
|
+
"qualifiedName": "encode"
|
|
1731
|
+
},
|
|
1732
|
+
"19": {
|
|
1733
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1734
|
+
"packagePath": "src/base64.ts",
|
|
1735
|
+
"qualifiedName": "input"
|
|
1736
|
+
},
|
|
1737
|
+
"20": {
|
|
1738
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1739
|
+
"packagePath": "src/base64.ts",
|
|
1740
|
+
"qualifiedName": "charset"
|
|
1741
|
+
},
|
|
1742
|
+
"21": {
|
|
1743
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1744
|
+
"packagePath": "src/base64.ts",
|
|
1745
|
+
"qualifiedName": "decode"
|
|
1746
|
+
},
|
|
1747
|
+
"22": {
|
|
1748
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1749
|
+
"packagePath": "src/base64.ts",
|
|
1750
|
+
"qualifiedName": "decode"
|
|
1751
|
+
},
|
|
1752
|
+
"23": {
|
|
1753
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1754
|
+
"packagePath": "src/base64.ts",
|
|
1755
|
+
"qualifiedName": "input"
|
|
1756
|
+
},
|
|
1757
|
+
"24": {
|
|
1758
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1759
|
+
"packagePath": "src/base64.ts",
|
|
1760
|
+
"qualifiedName": "charset"
|
|
1761
|
+
},
|
|
1762
|
+
"25": {
|
|
1763
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1764
|
+
"packagePath": "src/base64.ts",
|
|
1765
|
+
"qualifiedName": "Base64Charset"
|
|
1766
|
+
},
|
|
1767
|
+
"26": {
|
|
1340
1768
|
"packageName": "@wtasnorg/node-lib",
|
|
1341
1769
|
"packagePath": "src/find.ts",
|
|
1342
1770
|
"qualifiedName": "FindDirectoriesOptions"
|
|
1343
1771
|
},
|
|
1344
|
-
"
|
|
1772
|
+
"27": {
|
|
1345
1773
|
"packageName": "@wtasnorg/node-lib",
|
|
1346
1774
|
"packagePath": "src/find.ts",
|
|
1347
1775
|
"qualifiedName": "FindDirectoriesOptions.maxDepth"
|
|
1348
1776
|
},
|
|
1349
|
-
"
|
|
1777
|
+
"28": {
|
|
1350
1778
|
"packageName": "@wtasnorg/node-lib",
|
|
1351
1779
|
"packagePath": "src/find.ts",
|
|
1352
1780
|
"qualifiedName": "FindDirectoriesOptions.followSymlinks"
|
|
1353
1781
|
},
|
|
1354
|
-
"
|
|
1782
|
+
"29": {
|
|
1355
1783
|
"packageName": "@wtasnorg/node-lib",
|
|
1356
1784
|
"packagePath": "src/find.ts",
|
|
1357
1785
|
"qualifiedName": "FindDirectoriesOptions.allowlist"
|
|
1358
1786
|
},
|
|
1359
|
-
"
|
|
1787
|
+
"30": {
|
|
1360
1788
|
"packageName": "@wtasnorg/node-lib",
|
|
1361
1789
|
"packagePath": "src/find.ts",
|
|
1362
1790
|
"qualifiedName": "__type"
|
|
1363
1791
|
},
|
|
1364
|
-
"
|
|
1792
|
+
"31": {
|
|
1365
1793
|
"packageName": "@wtasnorg/node-lib",
|
|
1366
1794
|
"packagePath": "src/find.ts",
|
|
1367
1795
|
"qualifiedName": "__type"
|
|
1368
1796
|
},
|
|
1369
|
-
"
|
|
1797
|
+
"32": {
|
|
1370
1798
|
"packageName": "@wtasnorg/node-lib",
|
|
1371
1799
|
"packagePath": "src/find.ts",
|
|
1372
1800
|
"qualifiedName": "_absPath"
|
|
1373
1801
|
},
|
|
1374
|
-
"
|
|
1802
|
+
"33": {
|
|
1375
1803
|
"packageName": "@wtasnorg/node-lib",
|
|
1376
1804
|
"packagePath": "src/find.ts",
|
|
1377
1805
|
"qualifiedName": "_name"
|
|
1378
1806
|
},
|
|
1379
|
-
"
|
|
1807
|
+
"34": {
|
|
1380
1808
|
"packageName": "@wtasnorg/node-lib",
|
|
1381
1809
|
"packagePath": "src/find.ts",
|
|
1382
1810
|
"qualifiedName": "FindDirectoriesOptions.blocklist"
|
|
1383
1811
|
},
|
|
1384
|
-
"
|
|
1812
|
+
"35": {
|
|
1385
1813
|
"packageName": "@wtasnorg/node-lib",
|
|
1386
1814
|
"packagePath": "src/find.ts",
|
|
1387
1815
|
"qualifiedName": "__type"
|
|
1388
1816
|
},
|
|
1389
|
-
"
|
|
1817
|
+
"36": {
|
|
1390
1818
|
"packageName": "@wtasnorg/node-lib",
|
|
1391
1819
|
"packagePath": "src/find.ts",
|
|
1392
1820
|
"qualifiedName": "__type"
|
|
1393
1821
|
},
|
|
1394
|
-
"
|
|
1822
|
+
"37": {
|
|
1395
1823
|
"packageName": "@wtasnorg/node-lib",
|
|
1396
1824
|
"packagePath": "src/find.ts",
|
|
1397
1825
|
"qualifiedName": "_absPath"
|
|
1398
1826
|
},
|
|
1399
|
-
"
|
|
1827
|
+
"38": {
|
|
1400
1828
|
"packageName": "@wtasnorg/node-lib",
|
|
1401
1829
|
"packagePath": "src/find.ts",
|
|
1402
1830
|
"qualifiedName": "_name"
|
|
1403
1831
|
},
|
|
1404
|
-
"
|
|
1832
|
+
"39": {
|
|
1405
1833
|
"packageName": "@wtasnorg/node-lib",
|
|
1406
1834
|
"packagePath": "src/find.ts",
|
|
1407
1835
|
"qualifiedName": "FileSystemDependencies"
|
|
1408
1836
|
},
|
|
1409
|
-
"
|
|
1837
|
+
"40": {
|
|
1410
1838
|
"packageName": "@wtasnorg/node-lib",
|
|
1411
1839
|
"packagePath": "src/find.ts",
|
|
1412
1840
|
"qualifiedName": "FileSystemDependencies.readdir"
|
|
1413
1841
|
},
|
|
1414
|
-
"
|
|
1842
|
+
"41": {
|
|
1415
1843
|
"packageName": "@wtasnorg/node-lib",
|
|
1416
1844
|
"packagePath": "src/find.ts",
|
|
1417
1845
|
"qualifiedName": "__type"
|
|
1418
1846
|
},
|
|
1419
|
-
"
|
|
1847
|
+
"42": {
|
|
1420
1848
|
"packageName": "@wtasnorg/node-lib",
|
|
1421
1849
|
"packagePath": "src/find.ts",
|
|
1422
1850
|
"qualifiedName": "__type"
|
|
1423
1851
|
},
|
|
1424
|
-
"
|
|
1852
|
+
"43": {
|
|
1425
1853
|
"packageName": "@wtasnorg/node-lib",
|
|
1426
1854
|
"packagePath": "src/find.ts",
|
|
1427
1855
|
"qualifiedName": "_path"
|
|
1428
1856
|
},
|
|
1429
|
-
"
|
|
1857
|
+
"44": {
|
|
1430
1858
|
"packageName": "@wtasnorg/node-lib",
|
|
1431
1859
|
"packagePath": "src/find.ts",
|
|
1432
1860
|
"qualifiedName": "_opts"
|
|
1433
1861
|
},
|
|
1434
|
-
"
|
|
1862
|
+
"45": {
|
|
1435
1863
|
"packageName": "@wtasnorg/node-lib",
|
|
1436
1864
|
"packagePath": "src/find.ts",
|
|
1437
1865
|
"qualifiedName": "__type"
|
|
1438
1866
|
},
|
|
1439
|
-
"
|
|
1867
|
+
"46": {
|
|
1440
1868
|
"packageName": "@wtasnorg/node-lib",
|
|
1441
1869
|
"packagePath": "src/find.ts",
|
|
1442
1870
|
"qualifiedName": "__type.withFileTypes"
|
|
1443
1871
|
},
|
|
1444
|
-
"
|
|
1872
|
+
"47": {
|
|
1445
1873
|
"packageName": "@wtasnorg/node-lib",
|
|
1446
1874
|
"packagePath": "src/find.ts",
|
|
1447
1875
|
"qualifiedName": "__type"
|
|
1448
1876
|
},
|
|
1449
|
-
"
|
|
1877
|
+
"48": {
|
|
1450
1878
|
"packageName": "@wtasnorg/node-lib",
|
|
1451
1879
|
"packagePath": "src/find.ts",
|
|
1452
1880
|
"qualifiedName": "__type.name"
|
|
1453
1881
|
},
|
|
1454
|
-
"
|
|
1882
|
+
"49": {
|
|
1455
1883
|
"packageName": "@wtasnorg/node-lib",
|
|
1456
1884
|
"packagePath": "src/find.ts",
|
|
1457
1885
|
"qualifiedName": "__type.isDirectory"
|
|
1458
1886
|
},
|
|
1459
|
-
"
|
|
1887
|
+
"50": {
|
|
1460
1888
|
"packageName": "@wtasnorg/node-lib",
|
|
1461
1889
|
"packagePath": "src/find.ts",
|
|
1462
1890
|
"qualifiedName": "__type.isDirectory"
|
|
1463
1891
|
},
|
|
1464
|
-
"
|
|
1892
|
+
"51": {
|
|
1465
1893
|
"packageName": "@wtasnorg/node-lib",
|
|
1466
1894
|
"packagePath": "src/find.ts",
|
|
1467
1895
|
"qualifiedName": "FileSystemDependencies.stat"
|
|
1468
1896
|
},
|
|
1469
|
-
"
|
|
1897
|
+
"52": {
|
|
1470
1898
|
"packageName": "@wtasnorg/node-lib",
|
|
1471
1899
|
"packagePath": "src/find.ts",
|
|
1472
1900
|
"qualifiedName": "__type"
|
|
1473
1901
|
},
|
|
1474
|
-
"
|
|
1902
|
+
"53": {
|
|
1475
1903
|
"packageName": "@wtasnorg/node-lib",
|
|
1476
1904
|
"packagePath": "src/find.ts",
|
|
1477
1905
|
"qualifiedName": "__type"
|
|
1478
1906
|
},
|
|
1479
|
-
"
|
|
1907
|
+
"54": {
|
|
1480
1908
|
"packageName": "@wtasnorg/node-lib",
|
|
1481
1909
|
"packagePath": "src/find.ts",
|
|
1482
1910
|
"qualifiedName": "_path"
|
|
1483
1911
|
},
|
|
1484
|
-
"
|
|
1912
|
+
"55": {
|
|
1485
1913
|
"packageName": "@wtasnorg/node-lib",
|
|
1486
1914
|
"packagePath": "src/find.ts",
|
|
1487
1915
|
"qualifiedName": "__type"
|
|
1488
1916
|
},
|
|
1489
|
-
"
|
|
1917
|
+
"56": {
|
|
1490
1918
|
"packageName": "@wtasnorg/node-lib",
|
|
1491
1919
|
"packagePath": "src/find.ts",
|
|
1492
1920
|
"qualifiedName": "__type.isDirectory"
|
|
1493
1921
|
},
|
|
1494
|
-
"
|
|
1922
|
+
"57": {
|
|
1495
1923
|
"packageName": "@wtasnorg/node-lib",
|
|
1496
1924
|
"packagePath": "src/find.ts",
|
|
1497
1925
|
"qualifiedName": "__type.isDirectory"
|
|
1498
1926
|
},
|
|
1499
|
-
"
|
|
1927
|
+
"58": {
|
|
1500
1928
|
"packageName": "@wtasnorg/node-lib",
|
|
1501
1929
|
"packagePath": "src/user-agent.ts",
|
|
1502
1930
|
"qualifiedName": "UserAgentInfo"
|
|
1503
1931
|
},
|
|
1504
|
-
"
|
|
1932
|
+
"59": {
|
|
1505
1933
|
"packageName": "@wtasnorg/node-lib",
|
|
1506
1934
|
"packagePath": "src/user-agent.ts",
|
|
1507
1935
|
"qualifiedName": "UserAgentInfo.browser"
|
|
1508
1936
|
},
|
|
1509
|
-
"
|
|
1937
|
+
"60": {
|
|
1510
1938
|
"packageName": "@wtasnorg/node-lib",
|
|
1511
1939
|
"packagePath": "src/user-agent.ts",
|
|
1512
1940
|
"qualifiedName": "UserAgentInfo.version"
|
|
1513
1941
|
},
|
|
1514
|
-
"
|
|
1942
|
+
"61": {
|
|
1515
1943
|
"packageName": "@wtasnorg/node-lib",
|
|
1516
1944
|
"packagePath": "src/user-agent.ts",
|
|
1517
1945
|
"qualifiedName": "UserAgentInfo.os"
|
|
1518
1946
|
},
|
|
1519
|
-
"
|
|
1947
|
+
"62": {
|
|
1520
1948
|
"packageName": "@wtasnorg/node-lib",
|
|
1521
1949
|
"packagePath": "src/user-agent.ts",
|
|
1522
1950
|
"qualifiedName": "UserAgentInfo.device"
|
|
1523
1951
|
},
|
|
1524
|
-
"
|
|
1952
|
+
"63": {
|
|
1525
1953
|
"packageName": "@wtasnorg/node-lib",
|
|
1526
1954
|
"packagePath": "src/user-agent.ts",
|
|
1527
1955
|
"qualifiedName": "UserAgentInfo.engine"
|
|
1956
|
+
},
|
|
1957
|
+
"64": {
|
|
1958
|
+
"packageName": "@wtasnorg/node-lib",
|
|
1959
|
+
"packagePath": "src/base64.ts",
|
|
1960
|
+
"qualifiedName": "Base64CharsetType"
|
|
1528
1961
|
}
|
|
1529
1962
|
},
|
|
1530
1963
|
"files": {
|