foxts 4.0.0-beta.1 → 4.0.0-beta.2
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 +173 -173
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foxts",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.2",
|
|
4
4
|
"description": "Opinionated collection of common TypeScript utils by @SukkaW",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/SukkaW/foxts"
|
|
@@ -11,262 +11,262 @@
|
|
|
11
11
|
"exports": {
|
|
12
12
|
"./package.json": "./package.json",
|
|
13
13
|
"./add-array-elements-to-set": {
|
|
14
|
-
"types": "./dist/add-array-elements-to-set.d.ts",
|
|
15
|
-
"import": "./dist/add-array-elements-to-set.mjs",
|
|
16
|
-
"require": "./dist/add-array-elements-to-set.js",
|
|
17
|
-
"default": "./dist/add-array-elements-to-set.js"
|
|
14
|
+
"types": "./dist/add-array-elements-to-set/index.d.ts",
|
|
15
|
+
"import": "./dist/add-array-elements-to-set/index.mjs",
|
|
16
|
+
"require": "./dist/add-array-elements-to-set/index.js",
|
|
17
|
+
"default": "./dist/add-array-elements-to-set/index.js"
|
|
18
18
|
},
|
|
19
19
|
"./ahocorasick": {
|
|
20
|
-
"types": "./dist/ahocorasick.d.ts",
|
|
21
|
-
"import": "./dist/ahocorasick.mjs",
|
|
22
|
-
"require": "./dist/ahocorasick.js",
|
|
23
|
-
"default": "./dist/ahocorasick.js"
|
|
20
|
+
"types": "./dist/ahocorasick/index.d.ts",
|
|
21
|
+
"import": "./dist/ahocorasick/index.mjs",
|
|
22
|
+
"require": "./dist/ahocorasick/index.js",
|
|
23
|
+
"default": "./dist/ahocorasick/index.js"
|
|
24
24
|
},
|
|
25
25
|
"./append-array-in-place": {
|
|
26
|
-
"types": "./dist/append-array-in-place.d.ts",
|
|
27
|
-
"import": "./dist/append-array-in-place.mjs",
|
|
28
|
-
"require": "./dist/append-array-in-place.js",
|
|
29
|
-
"default": "./dist/append-array-in-place.js"
|
|
26
|
+
"types": "./dist/append-array-in-place/index.d.ts",
|
|
27
|
+
"import": "./dist/append-array-in-place/index.mjs",
|
|
28
|
+
"require": "./dist/append-array-in-place/index.js",
|
|
29
|
+
"default": "./dist/append-array-in-place/index.js"
|
|
30
30
|
},
|
|
31
31
|
"./append-set-elements-to-array": {
|
|
32
|
-
"types": "./dist/append-set-elements-to-array.d.ts",
|
|
33
|
-
"import": "./dist/append-set-elements-to-array.mjs",
|
|
34
|
-
"require": "./dist/append-set-elements-to-array.js",
|
|
35
|
-
"default": "./dist/append-set-elements-to-array.js"
|
|
32
|
+
"types": "./dist/append-set-elements-to-array/index.d.ts",
|
|
33
|
+
"import": "./dist/append-set-elements-to-array/index.mjs",
|
|
34
|
+
"require": "./dist/append-set-elements-to-array/index.js",
|
|
35
|
+
"default": "./dist/append-set-elements-to-array/index.js"
|
|
36
36
|
},
|
|
37
37
|
"./async-write-to-stream": {
|
|
38
|
-
"types": "./dist/async-write-to-stream.d.ts",
|
|
39
|
-
"import": "./dist/async-write-to-stream.mjs",
|
|
40
|
-
"require": "./dist/async-write-to-stream.js",
|
|
41
|
-
"default": "./dist/async-write-to-stream.js"
|
|
38
|
+
"types": "./dist/async-write-to-stream/index.d.ts",
|
|
39
|
+
"import": "./dist/async-write-to-stream/index.mjs",
|
|
40
|
+
"require": "./dist/async-write-to-stream/index.js",
|
|
41
|
+
"default": "./dist/async-write-to-stream/index.js"
|
|
42
42
|
},
|
|
43
43
|
"./available-parallelism": {
|
|
44
|
-
"types": "./dist/available-parallelism.d.ts",
|
|
45
|
-
"import": "./dist/available-parallelism.mjs",
|
|
46
|
-
"require": "./dist/available-parallelism.js",
|
|
47
|
-
"default": "./dist/available-parallelism.js"
|
|
44
|
+
"types": "./dist/available-parallelism/index.d.ts",
|
|
45
|
+
"import": "./dist/available-parallelism/index.mjs",
|
|
46
|
+
"require": "./dist/available-parallelism/index.js",
|
|
47
|
+
"default": "./dist/available-parallelism/index.js"
|
|
48
48
|
},
|
|
49
49
|
"./bitwise": {
|
|
50
|
-
"types": "./dist/bitwise.d.ts",
|
|
51
|
-
"import": "./dist/bitwise.mjs",
|
|
52
|
-
"require": "./dist/bitwise.js",
|
|
53
|
-
"default": "./dist/bitwise.js"
|
|
50
|
+
"types": "./dist/bitwise/index.d.ts",
|
|
51
|
+
"import": "./dist/bitwise/index.mjs",
|
|
52
|
+
"require": "./dist/bitwise/index.js",
|
|
53
|
+
"default": "./dist/bitwise/index.js"
|
|
54
54
|
},
|
|
55
55
|
"./chunk": {
|
|
56
|
-
"types": "./dist/chunk.d.ts",
|
|
57
|
-
"import": "./dist/chunk.mjs",
|
|
58
|
-
"require": "./dist/chunk.js",
|
|
59
|
-
"default": "./dist/chunk.js"
|
|
56
|
+
"types": "./dist/chunk/index.d.ts",
|
|
57
|
+
"import": "./dist/chunk/index.mjs",
|
|
58
|
+
"require": "./dist/chunk/index.js",
|
|
59
|
+
"default": "./dist/chunk/index.js"
|
|
60
60
|
},
|
|
61
61
|
"./compare-source": {
|
|
62
|
-
"types": "./dist/compare-source.d.ts",
|
|
63
|
-
"import": "./dist/compare-source.mjs",
|
|
64
|
-
"require": "./dist/compare-source.js",
|
|
65
|
-
"default": "./dist/compare-source.js"
|
|
62
|
+
"types": "./dist/compare-source/index.d.ts",
|
|
63
|
+
"import": "./dist/compare-source/index.mjs",
|
|
64
|
+
"require": "./dist/compare-source/index.js",
|
|
65
|
+
"default": "./dist/compare-source/index.js"
|
|
66
66
|
},
|
|
67
67
|
"./create-fixed-array": {
|
|
68
|
-
"types": "./dist/create-fixed-array.d.ts",
|
|
69
|
-
"import": "./dist/create-fixed-array.mjs",
|
|
70
|
-
"require": "./dist/create-fixed-array.js",
|
|
71
|
-
"default": "./dist/create-fixed-array.js"
|
|
68
|
+
"types": "./dist/create-fixed-array/index.d.ts",
|
|
69
|
+
"import": "./dist/create-fixed-array/index.mjs",
|
|
70
|
+
"require": "./dist/create-fixed-array/index.js",
|
|
71
|
+
"default": "./dist/create-fixed-array/index.js"
|
|
72
72
|
},
|
|
73
73
|
"./define-lazy-property": {
|
|
74
|
-
"types": "./dist/define-lazy-property.d.ts",
|
|
75
|
-
"import": "./dist/define-lazy-property.mjs",
|
|
76
|
-
"require": "./dist/define-lazy-property.js",
|
|
77
|
-
"default": "./dist/define-lazy-property.js"
|
|
74
|
+
"types": "./dist/define-lazy-property/index.d.ts",
|
|
75
|
+
"import": "./dist/define-lazy-property/index.mjs",
|
|
76
|
+
"require": "./dist/define-lazy-property/index.js",
|
|
77
|
+
"default": "./dist/define-lazy-property/index.js"
|
|
78
78
|
},
|
|
79
79
|
"./detect-eol": {
|
|
80
|
-
"types": "./dist/detect-eol.d.ts",
|
|
81
|
-
"import": "./dist/detect-eol.mjs",
|
|
82
|
-
"require": "./dist/detect-eol.js",
|
|
83
|
-
"default": "./dist/detect-eol.js"
|
|
80
|
+
"types": "./dist/detect-eol/index.d.ts",
|
|
81
|
+
"import": "./dist/detect-eol/index.mjs",
|
|
82
|
+
"require": "./dist/detect-eol/index.js",
|
|
83
|
+
"default": "./dist/detect-eol/index.js"
|
|
84
84
|
},
|
|
85
85
|
"./empty-node": {
|
|
86
|
-
"types": "./dist/empty-node.d.ts",
|
|
87
|
-
"import": "./dist/empty-node.mjs",
|
|
88
|
-
"require": "./dist/empty-node.js",
|
|
89
|
-
"default": "./dist/empty-node.js"
|
|
86
|
+
"types": "./dist/empty-node/index.d.ts",
|
|
87
|
+
"import": "./dist/empty-node/index.mjs",
|
|
88
|
+
"require": "./dist/empty-node/index.js",
|
|
89
|
+
"default": "./dist/empty-node/index.js"
|
|
90
90
|
},
|
|
91
91
|
"./escape-html": {
|
|
92
|
-
"types": "./dist/escape-html.d.ts",
|
|
93
|
-
"import": "./dist/escape-html.mjs",
|
|
94
|
-
"require": "./dist/escape-html.js",
|
|
95
|
-
"default": "./dist/escape-html.js"
|
|
92
|
+
"types": "./dist/escape-html/index.d.ts",
|
|
93
|
+
"import": "./dist/escape-html/index.mjs",
|
|
94
|
+
"require": "./dist/escape-html/index.js",
|
|
95
|
+
"default": "./dist/escape-html/index.js"
|
|
96
96
|
},
|
|
97
97
|
"./escape-string-regexp": {
|
|
98
|
-
"types": "./dist/escape-string-regexp.d.ts",
|
|
99
|
-
"import": "./dist/escape-string-regexp.mjs",
|
|
100
|
-
"require": "./dist/escape-string-regexp.js",
|
|
101
|
-
"default": "./dist/escape-string-regexp.js"
|
|
98
|
+
"types": "./dist/escape-string-regexp/index.d.ts",
|
|
99
|
+
"import": "./dist/escape-string-regexp/index.mjs",
|
|
100
|
+
"require": "./dist/escape-string-regexp/index.js",
|
|
101
|
+
"default": "./dist/escape-string-regexp/index.js"
|
|
102
102
|
},
|
|
103
103
|
"./extract-error-message": {
|
|
104
|
-
"types": "./dist/extract-error-message.d.ts",
|
|
105
|
-
"import": "./dist/extract-error-message.mjs",
|
|
106
|
-
"require": "./dist/extract-error-message.js",
|
|
107
|
-
"default": "./dist/extract-error-message.js"
|
|
104
|
+
"types": "./dist/extract-error-message/index.d.ts",
|
|
105
|
+
"import": "./dist/extract-error-message/index.mjs",
|
|
106
|
+
"require": "./dist/extract-error-message/index.js",
|
|
107
|
+
"default": "./dist/extract-error-message/index.js"
|
|
108
108
|
},
|
|
109
109
|
"./fast-ip-version": {
|
|
110
|
-
"types": "./dist/fast-ip-version.d.ts",
|
|
111
|
-
"import": "./dist/fast-ip-version.mjs",
|
|
112
|
-
"require": "./dist/fast-ip-version.js",
|
|
113
|
-
"default": "./dist/fast-ip-version.js"
|
|
110
|
+
"types": "./dist/fast-ip-version/index.d.ts",
|
|
111
|
+
"import": "./dist/fast-ip-version/index.mjs",
|
|
112
|
+
"require": "./dist/fast-ip-version/index.js",
|
|
113
|
+
"default": "./dist/fast-ip-version/index.js"
|
|
114
114
|
},
|
|
115
115
|
"./fast-string-array-join": {
|
|
116
|
-
"types": "./dist/fast-string-array-join.d.ts",
|
|
117
|
-
"import": "./dist/fast-string-array-join.mjs",
|
|
118
|
-
"require": "./dist/fast-string-array-join.js",
|
|
119
|
-
"default": "./dist/fast-string-array-join.js"
|
|
116
|
+
"types": "./dist/fast-string-array-join/index.d.ts",
|
|
117
|
+
"import": "./dist/fast-string-array-join/index.mjs",
|
|
118
|
+
"require": "./dist/fast-string-array-join/index.js",
|
|
119
|
+
"default": "./dist/fast-string-array-join/index.js"
|
|
120
120
|
},
|
|
121
121
|
"./fast-string-compare": {
|
|
122
|
-
"types": "./dist/fast-string-compare.d.ts",
|
|
123
|
-
"import": "./dist/fast-string-compare.mjs",
|
|
124
|
-
"require": "./dist/fast-string-compare.js",
|
|
125
|
-
"default": "./dist/fast-string-compare.js"
|
|
122
|
+
"types": "./dist/fast-string-compare/index.d.ts",
|
|
123
|
+
"import": "./dist/fast-string-compare/index.mjs",
|
|
124
|
+
"require": "./dist/fast-string-compare/index.js",
|
|
125
|
+
"default": "./dist/fast-string-compare/index.js"
|
|
126
126
|
},
|
|
127
127
|
"./fifo": {
|
|
128
|
-
"types": "./dist/fifo.d.ts",
|
|
129
|
-
"import": "./dist/fifo.mjs",
|
|
130
|
-
"require": "./dist/fifo.js",
|
|
131
|
-
"default": "./dist/fifo.js"
|
|
128
|
+
"types": "./dist/fifo/index.d.ts",
|
|
129
|
+
"import": "./dist/fifo/index.mjs",
|
|
130
|
+
"require": "./dist/fifo/index.js",
|
|
131
|
+
"default": "./dist/fifo/index.js"
|
|
132
132
|
},
|
|
133
133
|
"./fnv1a": {
|
|
134
|
-
"types": "./dist/fnv1a.d.ts",
|
|
135
|
-
"import": "./dist/fnv1a.mjs",
|
|
136
|
-
"require": "./dist/fnv1a.js",
|
|
137
|
-
"default": "./dist/fnv1a.js"
|
|
134
|
+
"types": "./dist/fnv1a/index.d.ts",
|
|
135
|
+
"import": "./dist/fnv1a/index.mjs",
|
|
136
|
+
"require": "./dist/fnv1a/index.js",
|
|
137
|
+
"default": "./dist/fnv1a/index.js"
|
|
138
138
|
},
|
|
139
139
|
"./fnv1a52": {
|
|
140
|
-
"types": "./dist/fnv1a52.d.ts",
|
|
141
|
-
"import": "./dist/fnv1a52.mjs",
|
|
142
|
-
"require": "./dist/fnv1a52.js",
|
|
143
|
-
"default": "./dist/fnv1a52.js"
|
|
140
|
+
"types": "./dist/fnv1a52/index.d.ts",
|
|
141
|
+
"import": "./dist/fnv1a52/index.mjs",
|
|
142
|
+
"require": "./dist/fnv1a52/index.js",
|
|
143
|
+
"default": "./dist/fnv1a52/index.js"
|
|
144
144
|
},
|
|
145
145
|
"./guard": {
|
|
146
|
-
"types": "./dist/guard.d.ts",
|
|
147
|
-
"import": "./dist/guard.mjs",
|
|
148
|
-
"require": "./dist/guard.js",
|
|
149
|
-
"default": "./dist/guard.js"
|
|
146
|
+
"types": "./dist/guard/index.d.ts",
|
|
147
|
+
"import": "./dist/guard/index.mjs",
|
|
148
|
+
"require": "./dist/guard/index.js",
|
|
149
|
+
"default": "./dist/guard/index.js"
|
|
150
150
|
},
|
|
151
151
|
"./headers-to-object": {
|
|
152
|
-
"types": "./dist/headers-to-object.d.ts",
|
|
153
|
-
"import": "./dist/headers-to-object.mjs",
|
|
154
|
-
"require": "./dist/headers-to-object.js",
|
|
155
|
-
"default": "./dist/headers-to-object.js"
|
|
152
|
+
"types": "./dist/headers-to-object/index.d.ts",
|
|
153
|
+
"import": "./dist/headers-to-object/index.mjs",
|
|
154
|
+
"require": "./dist/headers-to-object/index.js",
|
|
155
|
+
"default": "./dist/headers-to-object/index.js"
|
|
156
156
|
},
|
|
157
157
|
"./identity": {
|
|
158
|
-
"types": "./dist/identity.d.ts",
|
|
159
|
-
"import": "./dist/identity.mjs",
|
|
160
|
-
"require": "./dist/identity.js",
|
|
161
|
-
"default": "./dist/identity.js"
|
|
158
|
+
"types": "./dist/identity/index.d.ts",
|
|
159
|
+
"import": "./dist/identity/index.mjs",
|
|
160
|
+
"require": "./dist/identity/index.js",
|
|
161
|
+
"default": "./dist/identity/index.js"
|
|
162
162
|
},
|
|
163
163
|
"./is-function": {
|
|
164
|
-
"types": "./dist/is-function.d.ts",
|
|
165
|
-
"import": "./dist/is-function.mjs",
|
|
166
|
-
"require": "./dist/is-function.js",
|
|
167
|
-
"default": "./dist/is-function.js"
|
|
164
|
+
"types": "./dist/is-function/index.d.ts",
|
|
165
|
+
"import": "./dist/is-function/index.mjs",
|
|
166
|
+
"require": "./dist/is-function/index.js",
|
|
167
|
+
"default": "./dist/is-function/index.js"
|
|
168
168
|
},
|
|
169
169
|
"./is-probably-ip": {
|
|
170
|
-
"types": "./dist/is-probably-ip.d.ts",
|
|
171
|
-
"import": "./dist/is-probably-ip.mjs",
|
|
172
|
-
"require": "./dist/is-probably-ip.js",
|
|
173
|
-
"default": "./dist/is-probably-ip.js"
|
|
170
|
+
"types": "./dist/is-probably-ip/index.d.ts",
|
|
171
|
+
"import": "./dist/is-probably-ip/index.mjs",
|
|
172
|
+
"require": "./dist/is-probably-ip/index.js",
|
|
173
|
+
"default": "./dist/is-probably-ip/index.js"
|
|
174
174
|
},
|
|
175
175
|
"./lazy-promise": {
|
|
176
|
-
"types": "./dist/lazy-promise.d.ts",
|
|
177
|
-
"import": "./dist/lazy-promise.mjs",
|
|
178
|
-
"require": "./dist/lazy-promise.js",
|
|
179
|
-
"default": "./dist/lazy-promise.js"
|
|
176
|
+
"types": "./dist/lazy-promise/index.d.ts",
|
|
177
|
+
"import": "./dist/lazy-promise/index.mjs",
|
|
178
|
+
"require": "./dist/lazy-promise/index.js",
|
|
179
|
+
"default": "./dist/lazy-promise/index.js"
|
|
180
180
|
},
|
|
181
181
|
"./lazy-value": {
|
|
182
|
-
"types": "./dist/lazy-value.d.ts",
|
|
183
|
-
"import": "./dist/lazy-value.mjs",
|
|
184
|
-
"require": "./dist/lazy-value.js",
|
|
185
|
-
"default": "./dist/lazy-value.js"
|
|
182
|
+
"types": "./dist/lazy-value/index.d.ts",
|
|
183
|
+
"import": "./dist/lazy-value/index.mjs",
|
|
184
|
+
"require": "./dist/lazy-value/index.js",
|
|
185
|
+
"default": "./dist/lazy-value/index.js"
|
|
186
186
|
},
|
|
187
187
|
"./merge-headers": {
|
|
188
|
-
"types": "./dist/merge-headers.d.ts",
|
|
189
|
-
"import": "./dist/merge-headers.mjs",
|
|
190
|
-
"require": "./dist/merge-headers.js",
|
|
191
|
-
"default": "./dist/merge-headers.js"
|
|
188
|
+
"types": "./dist/merge-headers/index.d.ts",
|
|
189
|
+
"import": "./dist/merge-headers/index.mjs",
|
|
190
|
+
"require": "./dist/merge-headers/index.js",
|
|
191
|
+
"default": "./dist/merge-headers/index.js"
|
|
192
192
|
},
|
|
193
193
|
"./noop": {
|
|
194
|
-
"types": "./dist/noop.d.ts",
|
|
195
|
-
"import": "./dist/noop.mjs",
|
|
196
|
-
"require": "./dist/noop.js",
|
|
197
|
-
"default": "./dist/noop.js"
|
|
194
|
+
"types": "./dist/noop/index.d.ts",
|
|
195
|
+
"import": "./dist/noop/index.mjs",
|
|
196
|
+
"require": "./dist/noop/index.js",
|
|
197
|
+
"default": "./dist/noop/index.js"
|
|
198
198
|
},
|
|
199
199
|
"./once": {
|
|
200
|
-
"types": "./dist/once.d.ts",
|
|
201
|
-
"import": "./dist/once.mjs",
|
|
202
|
-
"require": "./dist/once.js",
|
|
203
|
-
"default": "./dist/once.js"
|
|
200
|
+
"types": "./dist/once/index.d.ts",
|
|
201
|
+
"import": "./dist/once/index.mjs",
|
|
202
|
+
"require": "./dist/once/index.js",
|
|
203
|
+
"default": "./dist/once/index.js"
|
|
204
204
|
},
|
|
205
205
|
"./pick-random": {
|
|
206
|
-
"types": "./dist/pick-random.d.ts",
|
|
207
|
-
"import": "./dist/pick-random.mjs",
|
|
208
|
-
"require": "./dist/pick-random.js",
|
|
209
|
-
"default": "./dist/pick-random.js"
|
|
206
|
+
"types": "./dist/pick-random/index.d.ts",
|
|
207
|
+
"import": "./dist/pick-random/index.mjs",
|
|
208
|
+
"require": "./dist/pick-random/index.js",
|
|
209
|
+
"default": "./dist/pick-random/index.js"
|
|
210
210
|
},
|
|
211
211
|
"./random-int": {
|
|
212
|
-
"types": "./dist/random-int.d.ts",
|
|
213
|
-
"import": "./dist/random-int.mjs",
|
|
214
|
-
"require": "./dist/random-int.js",
|
|
215
|
-
"default": "./dist/random-int.js"
|
|
212
|
+
"types": "./dist/random-int/index.d.ts",
|
|
213
|
+
"import": "./dist/random-int/index.mjs",
|
|
214
|
+
"require": "./dist/random-int/index.js",
|
|
215
|
+
"default": "./dist/random-int/index.js"
|
|
216
216
|
},
|
|
217
217
|
"./repool": {
|
|
218
|
-
"types": "./dist/repool.d.ts",
|
|
219
|
-
"import": "./dist/repool.mjs",
|
|
220
|
-
"require": "./dist/repool.js",
|
|
221
|
-
"default": "./dist/repool.js"
|
|
218
|
+
"types": "./dist/repool/index.d.ts",
|
|
219
|
+
"import": "./dist/repool/index.mjs",
|
|
220
|
+
"require": "./dist/repool/index.js",
|
|
221
|
+
"default": "./dist/repool/index.js"
|
|
222
222
|
},
|
|
223
223
|
"./retrie": {
|
|
224
|
-
"types": "./dist/retrie.d.ts",
|
|
225
|
-
"import": "./dist/retrie.mjs",
|
|
226
|
-
"require": "./dist/retrie.js",
|
|
227
|
-
"default": "./dist/retrie.js"
|
|
224
|
+
"types": "./dist/retrie/index.d.ts",
|
|
225
|
+
"import": "./dist/retrie/index.mjs",
|
|
226
|
+
"require": "./dist/retrie/index.js",
|
|
227
|
+
"default": "./dist/retrie/index.js"
|
|
228
228
|
},
|
|
229
229
|
"./shuffle-array": {
|
|
230
|
-
"types": "./dist/shuffle-array.d.ts",
|
|
231
|
-
"import": "./dist/shuffle-array.mjs",
|
|
232
|
-
"require": "./dist/shuffle-array.js",
|
|
233
|
-
"default": "./dist/shuffle-array.js"
|
|
230
|
+
"types": "./dist/shuffle-array/index.d.ts",
|
|
231
|
+
"import": "./dist/shuffle-array/index.mjs",
|
|
232
|
+
"require": "./dist/shuffle-array/index.js",
|
|
233
|
+
"default": "./dist/shuffle-array/index.js"
|
|
234
234
|
},
|
|
235
235
|
"./simple-string-hash": {
|
|
236
|
-
"types": "./dist/simple-string-hash.d.ts",
|
|
237
|
-
"import": "./dist/simple-string-hash.mjs",
|
|
238
|
-
"require": "./dist/simple-string-hash.js",
|
|
239
|
-
"default": "./dist/simple-string-hash.js"
|
|
236
|
+
"types": "./dist/simple-string-hash/index.d.ts",
|
|
237
|
+
"import": "./dist/simple-string-hash/index.mjs",
|
|
238
|
+
"require": "./dist/simple-string-hash/index.js",
|
|
239
|
+
"default": "./dist/simple-string-hash/index.js"
|
|
240
240
|
},
|
|
241
241
|
"./string-join": {
|
|
242
|
-
"types": "./dist/string-join.d.ts",
|
|
243
|
-
"import": "./dist/string-join.mjs",
|
|
244
|
-
"require": "./dist/string-join.js",
|
|
245
|
-
"default": "./dist/string-join.js"
|
|
242
|
+
"types": "./dist/string-join/index.d.ts",
|
|
243
|
+
"import": "./dist/string-join/index.mjs",
|
|
244
|
+
"require": "./dist/string-join/index.js",
|
|
245
|
+
"default": "./dist/string-join/index.js"
|
|
246
246
|
},
|
|
247
247
|
"./tagged": {
|
|
248
|
-
"types": "./dist/tagged.d.ts",
|
|
249
|
-
"import": "./dist/tagged.mjs",
|
|
250
|
-
"require": "./dist/tagged.js",
|
|
251
|
-
"default": "./dist/tagged.js"
|
|
248
|
+
"types": "./dist/tagged/index.d.ts",
|
|
249
|
+
"import": "./dist/tagged/index.mjs",
|
|
250
|
+
"require": "./dist/tagged/index.js",
|
|
251
|
+
"default": "./dist/tagged/index.js"
|
|
252
252
|
},
|
|
253
253
|
"./text-line-stream": {
|
|
254
|
-
"types": "./dist/text-line-stream.d.ts",
|
|
255
|
-
"import": "./dist/text-line-stream.mjs",
|
|
256
|
-
"require": "./dist/text-line-stream.js",
|
|
257
|
-
"default": "./dist/text-line-stream.js"
|
|
254
|
+
"types": "./dist/text-line-stream/index.d.ts",
|
|
255
|
+
"import": "./dist/text-line-stream/index.mjs",
|
|
256
|
+
"require": "./dist/text-line-stream/index.js",
|
|
257
|
+
"default": "./dist/text-line-stream/index.js"
|
|
258
258
|
},
|
|
259
259
|
"./uint8array-utils": {
|
|
260
|
-
"types": "./dist/uint8array-utils.d.ts",
|
|
261
|
-
"import": "./dist/uint8array-utils.mjs",
|
|
262
|
-
"require": "./dist/uint8array-utils.js",
|
|
263
|
-
"default": "./dist/uint8array-utils.js"
|
|
260
|
+
"types": "./dist/uint8array-utils/index.d.ts",
|
|
261
|
+
"import": "./dist/uint8array-utils/index.mjs",
|
|
262
|
+
"require": "./dist/uint8array-utils/index.js",
|
|
263
|
+
"default": "./dist/uint8array-utils/index.js"
|
|
264
264
|
},
|
|
265
265
|
"./wait": {
|
|
266
|
-
"types": "./dist/wait.d.ts",
|
|
267
|
-
"import": "./dist/wait.mjs",
|
|
268
|
-
"require": "./dist/wait.js",
|
|
269
|
-
"default": "./dist/wait.js"
|
|
266
|
+
"types": "./dist/wait/index.d.ts",
|
|
267
|
+
"import": "./dist/wait/index.mjs",
|
|
268
|
+
"require": "./dist/wait/index.js",
|
|
269
|
+
"default": "./dist/wait/index.js"
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
"sideEffects": false,
|