@design-edito/tools 0.3.10 → 0.3.11

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 (129) hide show
  1. package/agnostic/arrays/index.d.ts +1 -1
  2. package/agnostic/arrays/index.js +1 -1
  3. package/agnostic/colors/index.d.ts +2 -2
  4. package/agnostic/colors/index.js +2 -2
  5. package/agnostic/css/clss/index.d.ts +53 -1
  6. package/agnostic/css/clss/index.js +1 -1
  7. package/agnostic/css/index.d.ts +2 -2
  8. package/agnostic/css/index.js +2 -2
  9. package/agnostic/errors/index.d.ts +1 -1
  10. package/agnostic/errors/index.js +1 -1
  11. package/agnostic/html/hyper-json/smart-tags/coalesced/index.d.ts +20 -20
  12. package/agnostic/html/hyper-json/smart-tags/coalesced/index.js +20 -20
  13. package/agnostic/html/hyper-json/smart-tags/isolated/index.d.ts +4 -4
  14. package/agnostic/html/hyper-json/smart-tags/isolated/index.js +4 -4
  15. package/agnostic/index.d.ts +4 -4
  16. package/agnostic/index.js +4 -4
  17. package/agnostic/misc/assert/index.d.ts +3 -0
  18. package/agnostic/misc/crossenv/index.d.ts +1 -1
  19. package/agnostic/misc/crossenv/index.js +1 -1
  20. package/agnostic/misc/index.d.ts +5 -5
  21. package/agnostic/misc/index.js +5 -5
  22. package/agnostic/misc/logs/index.d.ts +1 -1
  23. package/agnostic/misc/logs/index.js +1 -1
  24. package/agnostic/misc/logs/logger/index.d.ts +10 -0
  25. package/agnostic/misc/logs/logger/index.js +40 -10
  26. package/agnostic/misc/logs/styles/index.d.ts +1 -0
  27. package/agnostic/misc/logs/styles/index.js +27 -9
  28. package/agnostic/numbers/index.d.ts +2 -2
  29. package/agnostic/numbers/index.js +2 -2
  30. package/agnostic/objects/index.d.ts +4 -4
  31. package/agnostic/objects/index.js +4 -4
  32. package/agnostic/sanitization/index.d.ts +1 -1
  33. package/agnostic/sanitization/index.js +1 -1
  34. package/agnostic/strings/index.d.ts +1 -1
  35. package/agnostic/strings/index.js +1 -1
  36. package/agnostic/time/index.d.ts +2 -2
  37. package/agnostic/time/index.js +2 -2
  38. package/agnostic/time/transitions/index.d.ts +3 -3
  39. package/agnostic/time/transitions/index.js +4 -4
  40. package/components/Disclaimer/index.d.ts +45 -0
  41. package/components/Disclaimer/index.js +70 -0
  42. package/components/Drawer/index.d.ts +45 -0
  43. package/components/Drawer/index.js +82 -0
  44. package/components/Drawer/styles.module.css +0 -0
  45. package/components/EventListener/index.d.ts +20 -3
  46. package/components/EventListener/index.js +15 -22
  47. package/components/Gallery/index.d.ts +67 -0
  48. package/components/Gallery/index.js +173 -0
  49. package/components/Gallery/styles.module.css +33 -0
  50. package/components/Gallery/utils.d.ts +1 -0
  51. package/components/Image/index.d.ts +60 -0
  52. package/components/Image/index.js +99 -0
  53. package/components/Image/styles.module.css +0 -0
  54. package/components/IntersectionObserver/index.d.ts +48 -11
  55. package/components/IntersectionObserver/index.js +13 -22
  56. package/components/Paginator/index.d.ts +72 -0
  57. package/components/Paginator/index.js +116 -0
  58. package/components/Paginator/styles.module.css +9 -0
  59. package/components/ResizeObserver/index.d.ts +27 -0
  60. package/components/ResizeObserver/index.js +81 -0
  61. package/components/Scrllgngn/index.d.ts +123 -0
  62. package/components/Scrllgngn/index.js +175 -0
  63. package/components/Scrllgngn/styles.module.css +74 -0
  64. package/components/Sequencer/index.controlled.d.ts +78 -0
  65. package/components/Sequencer/index.d.ts +85 -0
  66. package/components/Sequencer/index.js +109 -0
  67. package/components/Sequencer/styles.module.css +0 -0
  68. package/components/ShadowRoot/index.d.ts +35 -0
  69. package/components/ShadowRoot/index.js +56 -0
  70. package/components/ShadowRoot/styles.module.css +0 -0
  71. package/components/Subtitles/index.d.ts +58 -0
  72. package/components/Subtitles/index.js +111 -0
  73. package/components/Subtitles/styles.module.css +0 -0
  74. package/components/Subtitles/types.d.ts +10 -0
  75. package/components/Subtitles/types.js +0 -0
  76. package/components/Subtitles/utils.d.ts +28 -0
  77. package/components/Theatre/index.d.ts +64 -0
  78. package/components/Theatre/index.js +97 -0
  79. package/components/Theatre/styles.module.css +0 -0
  80. package/components/Video/index.d.ts +119 -0
  81. package/components/Video/index.js +358 -0
  82. package/components/Video/styles.module.css +0 -0
  83. package/components/Video/utils.d.ts +10 -0
  84. package/components/_WIP_AudioQuote/index.d.ts +1 -0
  85. package/components/_WIP_AudioQuote/index.js +0 -0
  86. package/components/_WIP_Icon/index.d.ts +1 -0
  87. package/components/_WIP_Icon/index.js +0 -0
  88. package/components/index.d.ts +15 -1
  89. package/components/index.js +15 -1
  90. package/components/public-classnames.d.ts +14 -3
  91. package/components/utils/index.d.ts +1 -0
  92. package/components/utils/index.js +12 -0
  93. package/components/utils/types.d.ts +3 -0
  94. package/components/utils/types.js +0 -0
  95. package/index.d.ts +1 -1
  96. package/index.js +1 -1
  97. package/node/@aws-s3/index.test.d.ts +1 -0
  98. package/node/@aws-s3/storage/directory/index.d.ts +1 -1
  99. package/node/@aws-s3/storage/directory/index.js +1 -1
  100. package/node/@aws-s3/storage/file/index.d.ts +3 -3
  101. package/node/@aws-s3/storage/file/index.js +3 -3
  102. package/node/@google-cloud/storage/directory/index.d.ts +2 -2
  103. package/node/@google-cloud/storage/directory/index.js +2 -2
  104. package/node/@google-cloud/storage/file/index.d.ts +4 -4
  105. package/node/@google-cloud/storage/file/index.js +4 -4
  106. package/node/cloud-storage/operations/index.d.ts +3 -3
  107. package/node/cloud-storage/operations/index.js +3 -3
  108. package/node/encryption/index.d.ts +1 -1
  109. package/node/encryption/index.js +1 -1
  110. package/node/files/index.d.ts +1 -1
  111. package/node/files/index.js +1 -1
  112. package/node/ftps/directory/index.d.ts +2 -2
  113. package/node/ftps/directory/index.js +2 -2
  114. package/node/ftps/file/index.d.ts +1 -1
  115. package/node/ftps/file/index.js +1 -1
  116. package/node/images/index.d.ts +3 -3
  117. package/node/images/index.js +3 -3
  118. package/node/images/transform/operations/index.d.ts +6 -6
  119. package/node/images/transform/operations/index.js +6 -6
  120. package/node/index.d.ts +4 -4
  121. package/node/index.js +4 -4
  122. package/node/process/spawner/index.d.ts +61 -2
  123. package/node/process/spawner/index.js +6 -6
  124. package/node/sftp/file/index.d.ts +3 -3
  125. package/node/sftp/file/index.js +3 -3
  126. package/package.json +1030 -13
  127. package/components/Input/index.d.ts +0 -7
  128. package/components/Input/index.js +0 -29
  129. /package/components/{Input → Disclaimer}/styles.module.css +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-edito/tools",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "",
5
5
  "author": "Maxime Fabas",
6
6
  "license": "ISC",
@@ -28,34 +28,61 @@
28
28
  "import": "./agnostic/arrays/dedupe/index.js",
29
29
  "types": "./agnostic/arrays/dedupe/index.d.ts"
30
30
  },
31
+ "./agnostic/arrays/dedupe/index.js": {
32
+ "import": "./agnostic/arrays/dedupe/index.js"
33
+ },
31
34
  "./agnostic/arrays/find-duplicates": {
32
35
  "import": "./agnostic/arrays/find-duplicates/index.js",
33
36
  "types": "./agnostic/arrays/find-duplicates/index.d.ts"
34
37
  },
38
+ "./agnostic/arrays/find-duplicates/index.js": {
39
+ "import": "./agnostic/arrays/find-duplicates/index.js"
40
+ },
41
+ "./agnostic/arrays/index.js": {
42
+ "import": "./agnostic/arrays/index.js"
43
+ },
35
44
  "./agnostic/arrays/is-array-of": {
36
45
  "import": "./agnostic/arrays/is-array-of/index.js",
37
46
  "types": "./agnostic/arrays/is-array-of/index.d.ts"
38
47
  },
48
+ "./agnostic/arrays/is-array-of/index.js": {
49
+ "import": "./agnostic/arrays/is-array-of/index.js"
50
+ },
39
51
  "./agnostic/arrays/make": {
40
52
  "import": "./agnostic/arrays/make/index.js",
41
53
  "types": "./agnostic/arrays/make/index.d.ts"
42
54
  },
55
+ "./agnostic/arrays/make/index.js": {
56
+ "import": "./agnostic/arrays/make/index.js"
57
+ },
43
58
  "./agnostic/arrays/random-pick": {
44
59
  "import": "./agnostic/arrays/random-pick/index.js",
45
60
  "types": "./agnostic/arrays/random-pick/index.d.ts"
46
61
  },
62
+ "./agnostic/arrays/random-pick/index.js": {
63
+ "import": "./agnostic/arrays/random-pick/index.js"
64
+ },
47
65
  "./agnostic/arrays/shuffle": {
48
66
  "import": "./agnostic/arrays/shuffle/index.js",
49
67
  "types": "./agnostic/arrays/shuffle/index.d.ts"
50
68
  },
69
+ "./agnostic/arrays/shuffle/index.js": {
70
+ "import": "./agnostic/arrays/shuffle/index.js"
71
+ },
51
72
  "./agnostic/booleans": {
52
73
  "import": "./agnostic/booleans/index.js",
53
74
  "types": "./agnostic/booleans/index.d.ts"
54
75
  },
76
+ "./agnostic/booleans/index.js": {
77
+ "import": "./agnostic/booleans/index.js"
78
+ },
55
79
  "./agnostic/booleans/is-falsy": {
56
80
  "import": "./agnostic/booleans/is-falsy/index.js",
57
81
  "types": "./agnostic/booleans/is-falsy/index.d.ts"
58
82
  },
83
+ "./agnostic/booleans/is-falsy/index.js": {
84
+ "import": "./agnostic/booleans/is-falsy/index.js"
85
+ },
59
86
  "./agnostic/colors": {
60
87
  "import": "./agnostic/colors/index.js",
61
88
  "types": "./agnostic/colors/index.d.ts"
@@ -64,50 +91,89 @@
64
91
  "import": "./agnostic/colors/channels/index.js",
65
92
  "types": "./agnostic/colors/channels/index.d.ts"
66
93
  },
94
+ "./agnostic/colors/channels/index.js": {
95
+ "import": "./agnostic/colors/channels/index.js"
96
+ },
67
97
  "./agnostic/colors/contrast": {
68
98
  "import": "./agnostic/colors/contrast/index.js",
69
99
  "types": "./agnostic/colors/contrast/index.d.ts"
70
100
  },
101
+ "./agnostic/colors/contrast/index.js": {
102
+ "import": "./agnostic/colors/contrast/index.js"
103
+ },
71
104
  "./agnostic/colors/convert": {
72
105
  "import": "./agnostic/colors/convert/index.js",
73
106
  "types": "./agnostic/colors/convert/index.d.ts"
74
107
  },
108
+ "./agnostic/colors/convert/index.js": {
109
+ "import": "./agnostic/colors/convert/index.js"
110
+ },
75
111
  "./agnostic/colors/distance": {
76
112
  "import": "./agnostic/colors/distance/index.js",
77
113
  "types": "./agnostic/colors/distance/index.d.ts"
78
114
  },
115
+ "./agnostic/colors/distance/index.js": {
116
+ "import": "./agnostic/colors/distance/index.js"
117
+ },
79
118
  "./agnostic/colors/grayscale": {
80
119
  "import": "./agnostic/colors/grayscale/index.js",
81
120
  "types": "./agnostic/colors/grayscale/index.d.ts"
82
121
  },
122
+ "./agnostic/colors/grayscale/index.js": {
123
+ "import": "./agnostic/colors/grayscale/index.js"
124
+ },
125
+ "./agnostic/colors/index.js": {
126
+ "import": "./agnostic/colors/index.js"
127
+ },
83
128
  "./agnostic/colors/invert": {
84
129
  "import": "./agnostic/colors/invert/index.js",
85
130
  "types": "./agnostic/colors/invert/index.d.ts"
86
131
  },
132
+ "./agnostic/colors/invert/index.js": {
133
+ "import": "./agnostic/colors/invert/index.js"
134
+ },
87
135
  "./agnostic/colors/lerp": {
88
136
  "import": "./agnostic/colors/lerp/index.js",
89
137
  "types": "./agnostic/colors/lerp/index.d.ts"
90
138
  },
139
+ "./agnostic/colors/lerp/index.js": {
140
+ "import": "./agnostic/colors/lerp/index.js"
141
+ },
91
142
  "./agnostic/colors/luminance": {
92
143
  "import": "./agnostic/colors/luminance/index.js",
93
144
  "types": "./agnostic/colors/luminance/index.d.ts"
94
145
  },
146
+ "./agnostic/colors/luminance/index.js": {
147
+ "import": "./agnostic/colors/luminance/index.js"
148
+ },
95
149
  "./agnostic/colors/palette": {
96
150
  "import": "./agnostic/colors/palette/index.js",
97
151
  "types": "./agnostic/colors/palette/index.d.ts"
98
152
  },
153
+ "./agnostic/colors/palette/index.js": {
154
+ "import": "./agnostic/colors/palette/index.js"
155
+ },
99
156
  "./agnostic/colors/rotate": {
100
157
  "import": "./agnostic/colors/rotate/index.js",
101
158
  "types": "./agnostic/colors/rotate/index.d.ts"
102
159
  },
160
+ "./agnostic/colors/rotate/index.js": {
161
+ "import": "./agnostic/colors/rotate/index.js"
162
+ },
103
163
  "./agnostic/colors/tidy": {
104
164
  "import": "./agnostic/colors/tidy/index.js",
105
165
  "types": "./agnostic/colors/tidy/index.d.ts"
106
166
  },
167
+ "./agnostic/colors/tidy/index.js": {
168
+ "import": "./agnostic/colors/tidy/index.js"
169
+ },
107
170
  "./agnostic/colors/typechecks": {
108
171
  "import": "./agnostic/colors/typechecks/index.js",
109
172
  "types": "./agnostic/colors/typechecks/index.d.ts"
110
173
  },
174
+ "./agnostic/colors/typechecks/index.js": {
175
+ "import": "./agnostic/colors/typechecks/index.js"
176
+ },
111
177
  "./agnostic/css": {
112
178
  "import": "./agnostic/css/index.js",
113
179
  "types": "./agnostic/css/index.d.ts"
@@ -116,38 +182,68 @@
116
182
  "import": "./agnostic/css/bem/index.js",
117
183
  "types": "./agnostic/css/bem/index.d.ts"
118
184
  },
185
+ "./agnostic/css/bem/index.js": {
186
+ "import": "./agnostic/css/bem/index.js"
187
+ },
119
188
  "./agnostic/css/clss": {
120
189
  "import": "./agnostic/css/clss/index.js",
121
190
  "types": "./agnostic/css/clss/index.d.ts"
122
191
  },
192
+ "./agnostic/css/clss/index.js": {
193
+ "import": "./agnostic/css/clss/index.js"
194
+ },
123
195
  "./agnostic/css/generate-nice-color": {
124
196
  "import": "./agnostic/css/generate-nice-color/index.js",
125
197
  "types": "./agnostic/css/generate-nice-color/index.d.ts"
126
198
  },
199
+ "./agnostic/css/generate-nice-color/index.js": {
200
+ "import": "./agnostic/css/generate-nice-color/index.js"
201
+ },
202
+ "./agnostic/css/index.js": {
203
+ "import": "./agnostic/css/index.js"
204
+ },
127
205
  "./agnostic/css/is-valid-css-class-name": {
128
206
  "import": "./agnostic/css/is-valid-css-class-name/index.js",
129
207
  "types": "./agnostic/css/is-valid-css-class-name/index.d.ts"
130
208
  },
209
+ "./agnostic/css/is-valid-css-class-name/index.js": {
210
+ "import": "./agnostic/css/is-valid-css-class-name/index.js"
211
+ },
131
212
  "./agnostic/css/scale": {
132
213
  "import": "./agnostic/css/scale/index.js",
133
214
  "types": "./agnostic/css/scale/index.d.ts"
134
215
  },
216
+ "./agnostic/css/scale/index.js": {
217
+ "import": "./agnostic/css/scale/index.js"
218
+ },
135
219
  "./agnostic/css/styles-set": {
136
220
  "import": "./agnostic/css/styles-set/index.js",
137
221
  "types": "./agnostic/css/styles-set/index.d.ts"
138
222
  },
223
+ "./agnostic/css/styles-set/index.js": {
224
+ "import": "./agnostic/css/styles-set/index.js"
225
+ },
139
226
  "./agnostic/errors": {
140
227
  "import": "./agnostic/errors/index.js",
141
228
  "types": "./agnostic/errors/index.d.ts"
142
229
  },
230
+ "./agnostic/errors/index.js": {
231
+ "import": "./agnostic/errors/index.js"
232
+ },
143
233
  "./agnostic/errors/register": {
144
234
  "import": "./agnostic/errors/register/index.js",
145
235
  "types": "./agnostic/errors/register/index.d.ts"
146
236
  },
237
+ "./agnostic/errors/register/index.js": {
238
+ "import": "./agnostic/errors/register/index.js"
239
+ },
147
240
  "./agnostic/errors/unknown-to-string": {
148
241
  "import": "./agnostic/errors/unknown-to-string/index.js",
149
242
  "types": "./agnostic/errors/unknown-to-string/index.d.ts"
150
243
  },
244
+ "./agnostic/errors/unknown-to-string/index.js": {
245
+ "import": "./agnostic/errors/unknown-to-string/index.js"
246
+ },
151
247
  "./agnostic/html": {
152
248
  "import": "./agnostic/html/index.js",
153
249
  "types": "./agnostic/html/index.d.ts"
@@ -156,10 +252,16 @@
156
252
  "import": "./agnostic/html/get-node-ancestors/index.js",
157
253
  "types": "./agnostic/html/get-node-ancestors/index.d.ts"
158
254
  },
255
+ "./agnostic/html/get-node-ancestors/index.js": {
256
+ "import": "./agnostic/html/get-node-ancestors/index.js"
257
+ },
159
258
  "./agnostic/html/get-position-inside-parent": {
160
259
  "import": "./agnostic/html/get-position-inside-parent/index.js",
161
260
  "types": "./agnostic/html/get-position-inside-parent/index.d.ts"
162
261
  },
262
+ "./agnostic/html/get-position-inside-parent/index.js": {
263
+ "import": "./agnostic/html/get-position-inside-parent/index.js"
264
+ },
163
265
  "./agnostic/html/hyper-json": {
164
266
  "import": "./agnostic/html/hyper-json/index.js",
165
267
  "types": "./agnostic/html/hyper-json/index.d.ts"
@@ -168,14 +270,26 @@
168
270
  "import": "./agnostic/html/hyper-json/cast/index.js",
169
271
  "types": "./agnostic/html/hyper-json/cast/index.d.ts"
170
272
  },
273
+ "./agnostic/html/hyper-json/cast/index.js": {
274
+ "import": "./agnostic/html/hyper-json/cast/index.js"
275
+ },
276
+ "./agnostic/html/hyper-json/index.js": {
277
+ "import": "./agnostic/html/hyper-json/index.js"
278
+ },
171
279
  "./agnostic/html/hyper-json/method": {
172
280
  "import": "./agnostic/html/hyper-json/method/index.js",
173
281
  "types": "./agnostic/html/hyper-json/method/index.d.ts"
174
282
  },
283
+ "./agnostic/html/hyper-json/method/index.js": {
284
+ "import": "./agnostic/html/hyper-json/method/index.js"
285
+ },
175
286
  "./agnostic/html/hyper-json/serialize": {
176
287
  "import": "./agnostic/html/hyper-json/serialize/index.js",
177
288
  "types": "./agnostic/html/hyper-json/serialize/index.d.ts"
178
289
  },
290
+ "./agnostic/html/hyper-json/serialize/index.js": {
291
+ "import": "./agnostic/html/hyper-json/serialize/index.js"
292
+ },
179
293
  "./agnostic/html/hyper-json/smart-tags": {
180
294
  "import": "./agnostic/html/hyper-json/smart-tags/index.js",
181
295
  "types": "./agnostic/html/hyper-json/smart-tags/index.d.ts"
@@ -188,210 +302,372 @@
188
302
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/add/index.js",
189
303
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/add/index.d.ts"
190
304
  },
305
+ "./agnostic/html/hyper-json/smart-tags/coalesced/add/index.js": {
306
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/add/index.js"
307
+ },
191
308
  "./agnostic/html/hyper-json/smart-tags/coalesced/addclass": {
192
309
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js",
193
310
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.d.ts"
194
311
  },
312
+ "./agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js": {
313
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js"
314
+ },
195
315
  "./agnostic/html/hyper-json/smart-tags/coalesced/and": {
196
316
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/and/index.js",
197
317
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/and/index.d.ts"
198
318
  },
319
+ "./agnostic/html/hyper-json/smart-tags/coalesced/and/index.js": {
320
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/and/index.js"
321
+ },
199
322
  "./agnostic/html/hyper-json/smart-tags/coalesced/append": {
200
323
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/append/index.js",
201
324
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/append/index.d.ts"
202
325
  },
326
+ "./agnostic/html/hyper-json/smart-tags/coalesced/append/index.js": {
327
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/append/index.js"
328
+ },
203
329
  "./agnostic/html/hyper-json/smart-tags/coalesced/at": {
204
330
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/at/index.js",
205
331
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/at/index.d.ts"
206
332
  },
333
+ "./agnostic/html/hyper-json/smart-tags/coalesced/at/index.js": {
334
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/at/index.js"
335
+ },
207
336
  "./agnostic/html/hyper-json/smart-tags/coalesced/call": {
208
337
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/call/index.js",
209
338
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/call/index.d.ts"
210
339
  },
340
+ "./agnostic/html/hyper-json/smart-tags/coalesced/call/index.js": {
341
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/call/index.js"
342
+ },
211
343
  "./agnostic/html/hyper-json/smart-tags/coalesced/clone": {
212
344
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js",
213
345
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/clone/index.d.ts"
214
346
  },
347
+ "./agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js": {
348
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js"
349
+ },
215
350
  "./agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties": {
216
351
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js",
217
352
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.d.ts"
218
353
  },
354
+ "./agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js": {
355
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js"
356
+ },
219
357
  "./agnostic/html/hyper-json/smart-tags/coalesced/equals": {
220
358
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js",
221
359
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/equals/index.d.ts"
222
360
  },
361
+ "./agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js": {
362
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js"
363
+ },
223
364
  "./agnostic/html/hyper-json/smart-tags/coalesced/getattribute": {
224
365
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js",
225
366
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.d.ts"
226
367
  },
368
+ "./agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js": {
369
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js"
370
+ },
227
371
  "./agnostic/html/hyper-json/smart-tags/coalesced/getproperties": {
228
372
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js",
229
373
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.d.ts"
230
374
  },
375
+ "./agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js": {
376
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js"
377
+ },
231
378
  "./agnostic/html/hyper-json/smart-tags/coalesced/getproperty": {
232
379
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js",
233
380
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.d.ts"
234
381
  },
382
+ "./agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js": {
383
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js"
384
+ },
235
385
  "./agnostic/html/hyper-json/smart-tags/coalesced/hjparse": {
236
386
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.js",
237
387
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.d.ts"
238
388
  },
389
+ "./agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.js": {
390
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.js"
391
+ },
239
392
  "./agnostic/html/hyper-json/smart-tags/coalesced/hjstringify": {
240
393
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.js",
241
394
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.d.ts"
242
395
  },
396
+ "./agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.js": {
397
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.js"
398
+ },
243
399
  "./agnostic/html/hyper-json/smart-tags/coalesced/if": {
244
400
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/if/index.js",
245
401
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/if/index.d.ts"
246
402
  },
403
+ "./agnostic/html/hyper-json/smart-tags/coalesced/if/index.js": {
404
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/if/index.js"
405
+ },
406
+ "./agnostic/html/hyper-json/smart-tags/coalesced/index.js": {
407
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/index.js"
408
+ },
247
409
  "./agnostic/html/hyper-json/smart-tags/coalesced/initialize": {
248
410
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js",
249
411
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.d.ts"
250
412
  },
413
+ "./agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js": {
414
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js"
415
+ },
251
416
  "./agnostic/html/hyper-json/smart-tags/coalesced/join": {
252
417
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/join/index.js",
253
418
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/join/index.d.ts"
254
419
  },
420
+ "./agnostic/html/hyper-json/smart-tags/coalesced/join/index.js": {
421
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/join/index.js"
422
+ },
255
423
  "./agnostic/html/hyper-json/smart-tags/coalesced/length": {
256
424
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/length/index.js",
257
425
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/length/index.d.ts"
258
426
  },
427
+ "./agnostic/html/hyper-json/smart-tags/coalesced/length/index.js": {
428
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/length/index.js"
429
+ },
259
430
  "./agnostic/html/hyper-json/smart-tags/coalesced/map": {
260
431
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/map/index.js",
261
432
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/map/index.d.ts"
262
433
  },
434
+ "./agnostic/html/hyper-json/smart-tags/coalesced/map/index.js": {
435
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/map/index.js"
436
+ },
263
437
  "./agnostic/html/hyper-json/smart-tags/coalesced/negate": {
264
438
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js",
265
439
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/negate/index.d.ts"
266
440
  },
441
+ "./agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js": {
442
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js"
443
+ },
267
444
  "./agnostic/html/hyper-json/smart-tags/coalesced/notrailing": {
268
445
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js",
269
446
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.d.ts"
270
447
  },
448
+ "./agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js": {
449
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js"
450
+ },
271
451
  "./agnostic/html/hyper-json/smart-tags/coalesced/or": {
272
452
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/or/index.js",
273
453
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/or/index.d.ts"
274
454
  },
455
+ "./agnostic/html/hyper-json/smart-tags/coalesced/or/index.js": {
456
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/or/index.js"
457
+ },
275
458
  "./agnostic/html/hyper-json/smart-tags/coalesced/pickrandom": {
276
459
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js",
277
460
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.d.ts"
278
461
  },
462
+ "./agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js": {
463
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js"
464
+ },
279
465
  "./agnostic/html/hyper-json/smart-tags/coalesced/populate": {
280
466
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js",
281
467
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/populate/index.d.ts"
282
468
  },
469
+ "./agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js": {
470
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js"
471
+ },
283
472
  "./agnostic/html/hyper-json/smart-tags/coalesced/print": {
284
473
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/print/index.js",
285
474
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/print/index.d.ts"
286
475
  },
476
+ "./agnostic/html/hyper-json/smart-tags/coalesced/print/index.js": {
477
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/print/index.js"
478
+ },
287
479
  "./agnostic/html/hyper-json/smart-tags/coalesced/push": {
288
480
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/push/index.js",
289
481
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/push/index.d.ts"
290
482
  },
483
+ "./agnostic/html/hyper-json/smart-tags/coalesced/push/index.js": {
484
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/push/index.js"
485
+ },
291
486
  "./agnostic/html/hyper-json/smart-tags/coalesced/pusheach": {
292
487
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js",
293
488
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.d.ts"
294
489
  },
490
+ "./agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js": {
491
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js"
492
+ },
295
493
  "./agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray": {
296
494
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js",
297
495
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.d.ts"
298
496
  },
497
+ "./agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js": {
498
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js"
499
+ },
299
500
  "./agnostic/html/hyper-json/smart-tags/coalesced/removeattribute": {
300
501
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js",
301
502
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.d.ts"
302
503
  },
504
+ "./agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js": {
505
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js"
506
+ },
303
507
  "./agnostic/html/hyper-json/smart-tags/coalesced/removeclass": {
304
508
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js",
305
509
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.d.ts"
306
510
  },
511
+ "./agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js": {
512
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js"
513
+ },
307
514
  "./agnostic/html/hyper-json/smart-tags/coalesced/renameproperty": {
308
515
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js",
309
516
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.d.ts"
310
517
  },
518
+ "./agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js": {
519
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js"
520
+ },
311
521
  "./agnostic/html/hyper-json/smart-tags/coalesced/replace": {
312
522
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js",
313
523
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/replace/index.d.ts"
314
524
  },
525
+ "./agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js": {
526
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js"
527
+ },
315
528
  "./agnostic/html/hyper-json/smart-tags/coalesced/select": {
316
529
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/select/index.js",
317
530
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/select/index.d.ts"
318
531
  },
532
+ "./agnostic/html/hyper-json/smart-tags/coalesced/select/index.js": {
533
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/select/index.js"
534
+ },
319
535
  "./agnostic/html/hyper-json/smart-tags/coalesced/set": {
320
536
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/set/index.js",
321
537
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/set/index.d.ts"
322
538
  },
539
+ "./agnostic/html/hyper-json/smart-tags/coalesced/set/index.js": {
540
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/set/index.js"
541
+ },
323
542
  "./agnostic/html/hyper-json/smart-tags/coalesced/setattribute": {
324
543
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js",
325
544
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.d.ts"
326
545
  },
546
+ "./agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js": {
547
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js"
548
+ },
327
549
  "./agnostic/html/hyper-json/smart-tags/coalesced/setproperty": {
328
550
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js",
329
551
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.d.ts"
330
552
  },
553
+ "./agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js": {
554
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js"
555
+ },
331
556
  "./agnostic/html/hyper-json/smart-tags/coalesced/sorton": {
332
557
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js",
333
558
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.d.ts"
334
559
  },
560
+ "./agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js": {
561
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js"
562
+ },
335
563
  "./agnostic/html/hyper-json/smart-tags/coalesced/split": {
336
564
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/split/index.js",
337
565
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/split/index.d.ts"
338
566
  },
567
+ "./agnostic/html/hyper-json/smart-tags/coalesced/split/index.js": {
568
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/split/index.js"
569
+ },
339
570
  "./agnostic/html/hyper-json/smart-tags/coalesced/spread": {
340
571
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js",
341
572
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/spread/index.d.ts"
342
573
  },
574
+ "./agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js": {
575
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js"
576
+ },
343
577
  "./agnostic/html/hyper-json/smart-tags/coalesced/toarray": {
344
578
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js",
345
579
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.d.ts"
346
580
  },
581
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js": {
582
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js"
583
+ },
347
584
  "./agnostic/html/hyper-json/smart-tags/coalesced/toboolean": {
348
585
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js",
349
586
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.d.ts"
350
587
  },
588
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js": {
589
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js"
590
+ },
351
591
  "./agnostic/html/hyper-json/smart-tags/coalesced/toelement": {
352
592
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js",
353
593
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.d.ts"
354
594
  },
595
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js": {
596
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js"
597
+ },
355
598
  "./agnostic/html/hyper-json/smart-tags/coalesced/toggleclass": {
356
599
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js",
357
600
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.d.ts"
358
601
  },
602
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js": {
603
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js"
604
+ },
359
605
  "./agnostic/html/hyper-json/smart-tags/coalesced/tonodelist": {
360
606
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js",
361
607
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.d.ts"
362
608
  },
609
+ "./agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js": {
610
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js"
611
+ },
363
612
  "./agnostic/html/hyper-json/smart-tags/coalesced/tonull": {
364
613
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js",
365
614
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.d.ts"
366
615
  },
616
+ "./agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js": {
617
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js"
618
+ },
367
619
  "./agnostic/html/hyper-json/smart-tags/coalesced/tonumber": {
368
620
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js",
369
621
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.d.ts"
370
622
  },
623
+ "./agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js": {
624
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js"
625
+ },
371
626
  "./agnostic/html/hyper-json/smart-tags/coalesced/torecord": {
372
627
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js",
373
628
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.d.ts"
374
629
  },
630
+ "./agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js": {
631
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js"
632
+ },
375
633
  "./agnostic/html/hyper-json/smart-tags/coalesced/toref": {
376
634
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js",
377
635
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/toref/index.d.ts"
378
636
  },
637
+ "./agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js": {
638
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js"
639
+ },
379
640
  "./agnostic/html/hyper-json/smart-tags/coalesced/tostring": {
380
641
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js",
381
642
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.d.ts"
382
643
  },
644
+ "./agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js": {
645
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js"
646
+ },
383
647
  "./agnostic/html/hyper-json/smart-tags/coalesced/totext": {
384
648
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js",
385
649
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/totext/index.d.ts"
386
650
  },
651
+ "./agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js": {
652
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js"
653
+ },
387
654
  "./agnostic/html/hyper-json/smart-tags/coalesced/transformselected": {
388
655
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js",
389
656
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.d.ts"
390
657
  },
658
+ "./agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js": {
659
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js"
660
+ },
391
661
  "./agnostic/html/hyper-json/smart-tags/coalesced/trim": {
392
662
  "import": "./agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js",
393
663
  "types": "./agnostic/html/hyper-json/smart-tags/coalesced/trim/index.d.ts"
394
664
  },
665
+ "./agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js": {
666
+ "import": "./agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js"
667
+ },
668
+ "./agnostic/html/hyper-json/smart-tags/index.js": {
669
+ "import": "./agnostic/html/hyper-json/smart-tags/index.js"
670
+ },
395
671
  "./agnostic/html/hyper-json/smart-tags/isolated": {
396
672
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/index.js",
397
673
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/index.d.ts"
@@ -400,94 +676,172 @@
400
676
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/any/index.js",
401
677
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/any/index.d.ts"
402
678
  },
679
+ "./agnostic/html/hyper-json/smart-tags/isolated/any/index.js": {
680
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/any/index.js"
681
+ },
403
682
  "./agnostic/html/hyper-json/smart-tags/isolated/array": {
404
683
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/array/index.js",
405
684
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/array/index.d.ts"
406
685
  },
686
+ "./agnostic/html/hyper-json/smart-tags/isolated/array/index.js": {
687
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/array/index.js"
688
+ },
407
689
  "./agnostic/html/hyper-json/smart-tags/isolated/boolean": {
408
690
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js",
409
691
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/boolean/index.d.ts"
410
692
  },
693
+ "./agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js": {
694
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js"
695
+ },
411
696
  "./agnostic/html/hyper-json/smart-tags/isolated/element": {
412
697
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/element/index.js",
413
698
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/element/index.d.ts"
414
699
  },
700
+ "./agnostic/html/hyper-json/smart-tags/isolated/element/index.js": {
701
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/element/index.js"
702
+ },
415
703
  "./agnostic/html/hyper-json/smart-tags/isolated/get": {
416
704
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/get/index.js",
417
705
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/get/index.d.ts"
418
706
  },
707
+ "./agnostic/html/hyper-json/smart-tags/isolated/get/index.js": {
708
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/get/index.js"
709
+ },
419
710
  "./agnostic/html/hyper-json/smart-tags/isolated/global": {
420
711
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/global/index.js",
421
712
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/global/index.d.ts"
422
713
  },
714
+ "./agnostic/html/hyper-json/smart-tags/isolated/global/index.js": {
715
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/global/index.js"
716
+ },
423
717
  "./agnostic/html/hyper-json/smart-tags/isolated/guess": {
424
718
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/guess/index.js",
425
719
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/guess/index.d.ts"
426
720
  },
721
+ "./agnostic/html/hyper-json/smart-tags/isolated/guess/index.js": {
722
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/guess/index.js"
723
+ },
724
+ "./agnostic/html/hyper-json/smart-tags/isolated/index.js": {
725
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/index.js"
726
+ },
427
727
  "./agnostic/html/hyper-json/smart-tags/isolated/nodelist": {
428
728
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js",
429
729
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.d.ts"
430
730
  },
731
+ "./agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js": {
732
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js"
733
+ },
431
734
  "./agnostic/html/hyper-json/smart-tags/isolated/null": {
432
735
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/null/index.js",
433
736
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/null/index.d.ts"
434
737
  },
738
+ "./agnostic/html/hyper-json/smart-tags/isolated/null/index.js": {
739
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/null/index.js"
740
+ },
435
741
  "./agnostic/html/hyper-json/smart-tags/isolated/number": {
436
742
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/number/index.js",
437
743
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/number/index.d.ts"
438
744
  },
745
+ "./agnostic/html/hyper-json/smart-tags/isolated/number/index.js": {
746
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/number/index.js"
747
+ },
439
748
  "./agnostic/html/hyper-json/smart-tags/isolated/record": {
440
749
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/record/index.js",
441
750
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/record/index.d.ts"
442
751
  },
752
+ "./agnostic/html/hyper-json/smart-tags/isolated/record/index.js": {
753
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/record/index.js"
754
+ },
443
755
  "./agnostic/html/hyper-json/smart-tags/isolated/ref": {
444
756
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/ref/index.js",
445
757
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/ref/index.d.ts"
446
758
  },
759
+ "./agnostic/html/hyper-json/smart-tags/isolated/ref/index.js": {
760
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/ref/index.js"
761
+ },
447
762
  "./agnostic/html/hyper-json/smart-tags/isolated/string": {
448
763
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/string/index.js",
449
764
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/string/index.d.ts"
450
765
  },
766
+ "./agnostic/html/hyper-json/smart-tags/isolated/string/index.js": {
767
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/string/index.js"
768
+ },
451
769
  "./agnostic/html/hyper-json/smart-tags/isolated/text": {
452
770
  "import": "./agnostic/html/hyper-json/smart-tags/isolated/text/index.js",
453
771
  "types": "./agnostic/html/hyper-json/smart-tags/isolated/text/index.d.ts"
454
772
  },
773
+ "./agnostic/html/hyper-json/smart-tags/isolated/text/index.js": {
774
+ "import": "./agnostic/html/hyper-json/smart-tags/isolated/text/index.js"
775
+ },
455
776
  "./agnostic/html/hyper-json/transformer": {
456
777
  "import": "./agnostic/html/hyper-json/transformer/index.js",
457
778
  "types": "./agnostic/html/hyper-json/transformer/index.d.ts"
458
779
  },
780
+ "./agnostic/html/hyper-json/transformer/index.js": {
781
+ "import": "./agnostic/html/hyper-json/transformer/index.js"
782
+ },
459
783
  "./agnostic/html/hyper-json/tree": {
460
784
  "import": "./agnostic/html/hyper-json/tree/index.js",
461
785
  "types": "./agnostic/html/hyper-json/tree/index.d.ts"
462
786
  },
787
+ "./agnostic/html/hyper-json/tree/index.js": {
788
+ "import": "./agnostic/html/hyper-json/tree/index.js"
789
+ },
463
790
  "./agnostic/html/hyper-json/types": {
464
791
  "import": "./agnostic/html/hyper-json/types/index.js",
465
792
  "types": "./agnostic/html/hyper-json/types/index.d.ts"
466
793
  },
794
+ "./agnostic/html/hyper-json/types/index.js": {
795
+ "import": "./agnostic/html/hyper-json/types/index.js"
796
+ },
467
797
  "./agnostic/html/hyper-json/utils": {
468
798
  "import": "./agnostic/html/hyper-json/utils/index.js",
469
799
  "types": "./agnostic/html/hyper-json/utils/index.d.ts"
470
800
  },
801
+ "./agnostic/html/hyper-json/utils/index.js": {
802
+ "import": "./agnostic/html/hyper-json/utils/index.js"
803
+ },
804
+ "./agnostic/html/index.js": {
805
+ "import": "./agnostic/html/index.js"
806
+ },
471
807
  "./agnostic/html/insert-node": {
472
808
  "import": "./agnostic/html/insert-node/index.js",
473
809
  "types": "./agnostic/html/insert-node/index.d.ts"
474
810
  },
811
+ "./agnostic/html/insert-node/index.js": {
812
+ "import": "./agnostic/html/insert-node/index.js"
813
+ },
475
814
  "./agnostic/html/placeholders": {
476
815
  "import": "./agnostic/html/placeholders/index.js",
477
816
  "types": "./agnostic/html/placeholders/index.d.ts"
478
817
  },
818
+ "./agnostic/html/placeholders/index.js": {
819
+ "import": "./agnostic/html/placeholders/index.js"
820
+ },
479
821
  "./agnostic/html/replace-in-element": {
480
822
  "import": "./agnostic/html/replace-in-element/index.js",
481
823
  "types": "./agnostic/html/replace-in-element/index.d.ts"
482
824
  },
825
+ "./agnostic/html/replace-in-element/index.js": {
826
+ "import": "./agnostic/html/replace-in-element/index.js"
827
+ },
483
828
  "./agnostic/html/selector-to-element": {
484
829
  "import": "./agnostic/html/selector-to-element/index.js",
485
830
  "types": "./agnostic/html/selector-to-element/index.d.ts"
486
831
  },
832
+ "./agnostic/html/selector-to-element/index.js": {
833
+ "import": "./agnostic/html/selector-to-element/index.js"
834
+ },
487
835
  "./agnostic/html/string-to-nodes": {
488
836
  "import": "./agnostic/html/string-to-nodes/index.js",
489
837
  "types": "./agnostic/html/string-to-nodes/index.d.ts"
490
838
  },
839
+ "./agnostic/html/string-to-nodes/index.js": {
840
+ "import": "./agnostic/html/string-to-nodes/index.js"
841
+ },
842
+ "./agnostic/index.js": {
843
+ "import": "./agnostic/index.js"
844
+ },
491
845
  "./agnostic/misc": {
492
846
  "import": "./agnostic/misc/index.js",
493
847
  "types": "./agnostic/misc/index.d.ts"
@@ -496,18 +850,30 @@
496
850
  "import": "./agnostic/misc/assert/index.js",
497
851
  "types": "./agnostic/misc/assert/index.d.ts"
498
852
  },
853
+ "./agnostic/misc/assert/index.js": {
854
+ "import": "./agnostic/misc/assert/index.js"
855
+ },
499
856
  "./agnostic/misc/cast": {
500
857
  "import": "./agnostic/misc/cast/index.js",
501
858
  "types": "./agnostic/misc/cast/index.d.ts"
502
859
  },
860
+ "./agnostic/misc/cast/index.js": {
861
+ "import": "./agnostic/misc/cast/index.js"
862
+ },
503
863
  "./agnostic/misc/connection": {
504
864
  "import": "./agnostic/misc/connection/index.js",
505
865
  "types": "./agnostic/misc/connection/index.d.ts"
506
866
  },
867
+ "./agnostic/misc/connection/index.js": {
868
+ "import": "./agnostic/misc/connection/index.js"
869
+ },
507
870
  "./agnostic/misc/crawler": {
508
871
  "import": "./agnostic/misc/crawler/index.js",
509
872
  "types": "./agnostic/misc/crawler/index.d.ts"
510
873
  },
874
+ "./agnostic/misc/crawler/index.js": {
875
+ "import": "./agnostic/misc/crawler/index.js"
876
+ },
511
877
  "./agnostic/misc/crossenv": {
512
878
  "import": "./agnostic/misc/crossenv/index.js",
513
879
  "types": "./agnostic/misc/crossenv/index.d.ts"
@@ -516,50 +882,92 @@
516
882
  "import": "./agnostic/misc/crossenv/detect-runtime/index.js",
517
883
  "types": "./agnostic/misc/crossenv/detect-runtime/index.d.ts"
518
884
  },
885
+ "./agnostic/misc/crossenv/detect-runtime/index.js": {
886
+ "import": "./agnostic/misc/crossenv/detect-runtime/index.js"
887
+ },
888
+ "./agnostic/misc/crossenv/index.js": {
889
+ "import": "./agnostic/misc/crossenv/index.js"
890
+ },
519
891
  "./agnostic/misc/crossenv/window": {
520
892
  "import": "./agnostic/misc/crossenv/window/index.js",
521
893
  "types": "./agnostic/misc/crossenv/window/index.d.ts"
522
894
  },
895
+ "./agnostic/misc/crossenv/window/index.js": {
896
+ "import": "./agnostic/misc/crossenv/window/index.js"
897
+ },
523
898
  "./agnostic/misc/data-size": {
524
899
  "import": "./agnostic/misc/data-size/index.js",
525
900
  "types": "./agnostic/misc/data-size/index.d.ts"
526
901
  },
902
+ "./agnostic/misc/data-size/index.js": {
903
+ "import": "./agnostic/misc/data-size/index.js"
904
+ },
905
+ "./agnostic/misc/index.js": {
906
+ "import": "./agnostic/misc/index.js"
907
+ },
527
908
  "./agnostic/misc/is-constructor-function": {
528
909
  "import": "./agnostic/misc/is-constructor-function/index.js",
529
910
  "types": "./agnostic/misc/is-constructor-function/index.d.ts"
530
911
  },
912
+ "./agnostic/misc/is-constructor-function/index.js": {
913
+ "import": "./agnostic/misc/is-constructor-function/index.js"
914
+ },
531
915
  "./agnostic/misc/is-nullish": {
532
916
  "import": "./agnostic/misc/is-nullish/index.js",
533
917
  "types": "./agnostic/misc/is-nullish/index.d.ts"
534
918
  },
919
+ "./agnostic/misc/is-nullish/index.js": {
920
+ "import": "./agnostic/misc/is-nullish/index.js"
921
+ },
535
922
  "./agnostic/misc/logs": {
536
923
  "import": "./agnostic/misc/logs/index.js",
537
924
  "types": "./agnostic/misc/logs/index.d.ts"
538
925
  },
926
+ "./agnostic/misc/logs/index.js": {
927
+ "import": "./agnostic/misc/logs/index.js"
928
+ },
539
929
  "./agnostic/misc/logs/logger": {
540
930
  "import": "./agnostic/misc/logs/logger/index.js",
541
931
  "types": "./agnostic/misc/logs/logger/index.d.ts"
542
932
  },
933
+ "./agnostic/misc/logs/logger/index.js": {
934
+ "import": "./agnostic/misc/logs/logger/index.js"
935
+ },
543
936
  "./agnostic/misc/logs/make-text-block": {
544
937
  "import": "./agnostic/misc/logs/make-text-block/index.js",
545
938
  "types": "./agnostic/misc/logs/make-text-block/index.d.ts"
546
939
  },
940
+ "./agnostic/misc/logs/make-text-block/index.js": {
941
+ "import": "./agnostic/misc/logs/make-text-block/index.js"
942
+ },
547
943
  "./agnostic/misc/logs/styles": {
548
944
  "import": "./agnostic/misc/logs/styles/index.js",
549
945
  "types": "./agnostic/misc/logs/styles/index.d.ts"
550
946
  },
947
+ "./agnostic/misc/logs/styles/index.js": {
948
+ "import": "./agnostic/misc/logs/styles/index.js"
949
+ },
551
950
  "./agnostic/misc/lorem-ipsum": {
552
951
  "import": "./agnostic/misc/lorem-ipsum/index.js",
553
952
  "types": "./agnostic/misc/lorem-ipsum/index.d.ts"
554
953
  },
954
+ "./agnostic/misc/lorem-ipsum/index.js": {
955
+ "import": "./agnostic/misc/lorem-ipsum/index.js"
956
+ },
555
957
  "./agnostic/misc/normalize-extension": {
556
958
  "import": "./agnostic/misc/normalize-extension/index.js",
557
959
  "types": "./agnostic/misc/normalize-extension/index.d.ts"
558
960
  },
961
+ "./agnostic/misc/normalize-extension/index.js": {
962
+ "import": "./agnostic/misc/normalize-extension/index.js"
963
+ },
559
964
  "./agnostic/misc/outcome": {
560
965
  "import": "./agnostic/misc/outcome/index.js",
561
966
  "types": "./agnostic/misc/outcome/index.d.ts"
562
967
  },
968
+ "./agnostic/misc/outcome/index.js": {
969
+ "import": "./agnostic/misc/outcome/index.js"
970
+ },
563
971
  "./agnostic/numbers": {
564
972
  "import": "./agnostic/numbers/index.js",
565
973
  "types": "./agnostic/numbers/index.d.ts"
@@ -568,26 +976,47 @@
568
976
  "import": "./agnostic/numbers/absolute-modulo/index.js",
569
977
  "types": "./agnostic/numbers/absolute-modulo/index.d.ts"
570
978
  },
979
+ "./agnostic/numbers/absolute-modulo/index.js": {
980
+ "import": "./agnostic/numbers/absolute-modulo/index.js"
981
+ },
571
982
  "./agnostic/numbers/approximate-rational": {
572
983
  "import": "./agnostic/numbers/approximate-rational/index.js",
573
984
  "types": "./agnostic/numbers/approximate-rational/index.d.ts"
574
985
  },
986
+ "./agnostic/numbers/approximate-rational/index.js": {
987
+ "import": "./agnostic/numbers/approximate-rational/index.js"
988
+ },
575
989
  "./agnostic/numbers/clamp": {
576
990
  "import": "./agnostic/numbers/clamp/index.js",
577
991
  "types": "./agnostic/numbers/clamp/index.d.ts"
578
992
  },
993
+ "./agnostic/numbers/clamp/index.js": {
994
+ "import": "./agnostic/numbers/clamp/index.js"
995
+ },
579
996
  "./agnostic/numbers/geometric-progressions": {
580
997
  "import": "./agnostic/numbers/geometric-progressions/index.js",
581
998
  "types": "./agnostic/numbers/geometric-progressions/index.d.ts"
582
999
  },
1000
+ "./agnostic/numbers/geometric-progressions/index.js": {
1001
+ "import": "./agnostic/numbers/geometric-progressions/index.js"
1002
+ },
1003
+ "./agnostic/numbers/index.js": {
1004
+ "import": "./agnostic/numbers/index.js"
1005
+ },
583
1006
  "./agnostic/numbers/interpolate": {
584
1007
  "import": "./agnostic/numbers/interpolate/index.js",
585
1008
  "types": "./agnostic/numbers/interpolate/index.d.ts"
586
1009
  },
1010
+ "./agnostic/numbers/interpolate/index.js": {
1011
+ "import": "./agnostic/numbers/interpolate/index.js"
1012
+ },
587
1013
  "./agnostic/numbers/round": {
588
1014
  "import": "./agnostic/numbers/round/index.js",
589
1015
  "types": "./agnostic/numbers/round/index.d.ts"
590
1016
  },
1017
+ "./agnostic/numbers/round/index.js": {
1018
+ "import": "./agnostic/numbers/round/index.js"
1019
+ },
591
1020
  "./agnostic/objects": {
592
1021
  "import": "./agnostic/objects/index.js",
593
1022
  "types": "./agnostic/objects/index.d.ts"
@@ -596,54 +1025,96 @@
596
1025
  "import": "./agnostic/objects/deep-get-property/index.js",
597
1026
  "types": "./agnostic/objects/deep-get-property/index.d.ts"
598
1027
  },
1028
+ "./agnostic/objects/deep-get-property/index.js": {
1029
+ "import": "./agnostic/objects/deep-get-property/index.js"
1030
+ },
599
1031
  "./agnostic/objects/enums": {
600
1032
  "import": "./agnostic/objects/enums/index.js",
601
1033
  "types": "./agnostic/objects/enums/index.d.ts"
602
1034
  },
1035
+ "./agnostic/objects/enums/index.js": {
1036
+ "import": "./agnostic/objects/enums/index.js"
1037
+ },
603
1038
  "./agnostic/objects/enums/is-in-enum": {
604
1039
  "import": "./agnostic/objects/enums/is-in-enum/index.js",
605
1040
  "types": "./agnostic/objects/enums/is-in-enum/index.d.ts"
606
1041
  },
1042
+ "./agnostic/objects/enums/is-in-enum/index.js": {
1043
+ "import": "./agnostic/objects/enums/is-in-enum/index.js"
1044
+ },
607
1045
  "./agnostic/objects/flatten-getters": {
608
1046
  "import": "./agnostic/objects/flatten-getters/index.js",
609
1047
  "types": "./agnostic/objects/flatten-getters/index.d.ts"
610
1048
  },
1049
+ "./agnostic/objects/flatten-getters/index.js": {
1050
+ "import": "./agnostic/objects/flatten-getters/index.js"
1051
+ },
1052
+ "./agnostic/objects/index.js": {
1053
+ "import": "./agnostic/objects/index.js"
1054
+ },
611
1055
  "./agnostic/objects/is-object": {
612
1056
  "import": "./agnostic/objects/is-object/index.js",
613
1057
  "types": "./agnostic/objects/is-object/index.d.ts"
614
1058
  },
1059
+ "./agnostic/objects/is-object/index.js": {
1060
+ "import": "./agnostic/objects/is-object/index.js"
1061
+ },
615
1062
  "./agnostic/objects/is-record": {
616
1063
  "import": "./agnostic/objects/is-record/index.js",
617
1064
  "types": "./agnostic/objects/is-record/index.d.ts"
618
1065
  },
1066
+ "./agnostic/objects/is-record/index.js": {
1067
+ "import": "./agnostic/objects/is-record/index.js"
1068
+ },
619
1069
  "./agnostic/objects/record-format": {
620
1070
  "import": "./agnostic/objects/record-format/index.js",
621
1071
  "types": "./agnostic/objects/record-format/index.d.ts"
622
1072
  },
1073
+ "./agnostic/objects/record-format/index.js": {
1074
+ "import": "./agnostic/objects/record-format/index.js"
1075
+ },
623
1076
  "./agnostic/objects/record-map": {
624
1077
  "import": "./agnostic/objects/record-map/index.js",
625
1078
  "types": "./agnostic/objects/record-map/index.d.ts"
626
1079
  },
1080
+ "./agnostic/objects/record-map/index.js": {
1081
+ "import": "./agnostic/objects/record-map/index.js"
1082
+ },
627
1083
  "./agnostic/objects/sort-keys": {
628
1084
  "import": "./agnostic/objects/sort-keys/index.js",
629
1085
  "types": "./agnostic/objects/sort-keys/index.d.ts"
630
1086
  },
1087
+ "./agnostic/objects/sort-keys/index.js": {
1088
+ "import": "./agnostic/objects/sort-keys/index.js"
1089
+ },
631
1090
  "./agnostic/objects/validation": {
632
1091
  "import": "./agnostic/objects/validation/index.js",
633
1092
  "types": "./agnostic/objects/validation/index.d.ts"
634
1093
  },
1094
+ "./agnostic/objects/validation/index.js": {
1095
+ "import": "./agnostic/objects/validation/index.js"
1096
+ },
635
1097
  "./agnostic/optim": {
636
1098
  "import": "./agnostic/optim/index.js",
637
1099
  "types": "./agnostic/optim/index.d.ts"
638
1100
  },
1101
+ "./agnostic/optim/index.js": {
1102
+ "import": "./agnostic/optim/index.js"
1103
+ },
639
1104
  "./agnostic/optim/memoize": {
640
1105
  "import": "./agnostic/optim/memoize/index.js",
641
1106
  "types": "./agnostic/optim/memoize/index.d.ts"
642
1107
  },
1108
+ "./agnostic/optim/memoize/index.js": {
1109
+ "import": "./agnostic/optim/memoize/index.js"
1110
+ },
643
1111
  "./agnostic/optim/throttle-debounce": {
644
1112
  "import": "./agnostic/optim/throttle-debounce/index.js",
645
1113
  "types": "./agnostic/optim/throttle-debounce/index.d.ts"
646
1114
  },
1115
+ "./agnostic/optim/throttle-debounce/index.js": {
1116
+ "import": "./agnostic/optim/throttle-debounce/index.js"
1117
+ },
647
1118
  "./agnostic/random": {
648
1119
  "import": "./agnostic/random/index.js",
649
1120
  "types": "./agnostic/random/index.d.ts"
@@ -652,18 +1123,33 @@
652
1123
  "import": "./agnostic/random/hex-char/index.js",
653
1124
  "types": "./agnostic/random/hex-char/index.d.ts"
654
1125
  },
1126
+ "./agnostic/random/hex-char/index.js": {
1127
+ "import": "./agnostic/random/hex-char/index.js"
1128
+ },
1129
+ "./agnostic/random/index.js": {
1130
+ "import": "./agnostic/random/index.js"
1131
+ },
655
1132
  "./agnostic/random/random": {
656
1133
  "import": "./agnostic/random/random/index.js",
657
1134
  "types": "./agnostic/random/random/index.d.ts"
658
1135
  },
1136
+ "./agnostic/random/random/index.js": {
1137
+ "import": "./agnostic/random/random/index.js"
1138
+ },
659
1139
  "./agnostic/random/uuid": {
660
1140
  "import": "./agnostic/random/uuid/index.js",
661
1141
  "types": "./agnostic/random/uuid/index.d.ts"
662
1142
  },
1143
+ "./agnostic/random/uuid/index.js": {
1144
+ "import": "./agnostic/random/uuid/index.js"
1145
+ },
663
1146
  "./agnostic/regexps": {
664
1147
  "import": "./agnostic/regexps/index.js",
665
1148
  "types": "./agnostic/regexps/index.d.ts"
666
1149
  },
1150
+ "./agnostic/regexps/index.js": {
1151
+ "import": "./agnostic/regexps/index.js"
1152
+ },
667
1153
  "./agnostic/sanitization": {
668
1154
  "import": "./agnostic/sanitization/index.js",
669
1155
  "types": "./agnostic/sanitization/index.d.ts"
@@ -672,18 +1158,33 @@
672
1158
  "import": "./agnostic/sanitization/file-name/index.js",
673
1159
  "types": "./agnostic/sanitization/file-name/index.d.ts"
674
1160
  },
1161
+ "./agnostic/sanitization/file-name/index.js": {
1162
+ "import": "./agnostic/sanitization/file-name/index.js"
1163
+ },
675
1164
  "./agnostic/sanitization/html": {
676
1165
  "import": "./agnostic/sanitization/html/index.js",
677
1166
  "types": "./agnostic/sanitization/html/index.d.ts"
678
1167
  },
1168
+ "./agnostic/sanitization/html/index.js": {
1169
+ "import": "./agnostic/sanitization/html/index.js"
1170
+ },
1171
+ "./agnostic/sanitization/index.js": {
1172
+ "import": "./agnostic/sanitization/index.js"
1173
+ },
679
1174
  "./agnostic/sanitization/path": {
680
1175
  "import": "./agnostic/sanitization/path/index.js",
681
1176
  "types": "./agnostic/sanitization/path/index.d.ts"
682
1177
  },
1178
+ "./agnostic/sanitization/path/index.js": {
1179
+ "import": "./agnostic/sanitization/path/index.js"
1180
+ },
683
1181
  "./agnostic/sanitization/user-input": {
684
1182
  "import": "./agnostic/sanitization/user-input/index.js",
685
1183
  "types": "./agnostic/sanitization/user-input/index.d.ts"
686
1184
  },
1185
+ "./agnostic/sanitization/user-input/index.js": {
1186
+ "import": "./agnostic/sanitization/user-input/index.js"
1187
+ },
687
1188
  "./agnostic/strings": {
688
1189
  "import": "./agnostic/strings/index.js",
689
1190
  "types": "./agnostic/strings/index.d.ts"
@@ -692,30 +1193,54 @@
692
1193
  "import": "./agnostic/strings/char-codes/index.js",
693
1194
  "types": "./agnostic/strings/char-codes/index.d.ts"
694
1195
  },
1196
+ "./agnostic/strings/char-codes/index.js": {
1197
+ "import": "./agnostic/strings/char-codes/index.js"
1198
+ },
1199
+ "./agnostic/strings/index.js": {
1200
+ "import": "./agnostic/strings/index.js"
1201
+ },
695
1202
  "./agnostic/strings/matches": {
696
1203
  "import": "./agnostic/strings/matches/index.js",
697
1204
  "types": "./agnostic/strings/matches/index.d.ts"
698
1205
  },
1206
+ "./agnostic/strings/matches/index.js": {
1207
+ "import": "./agnostic/strings/matches/index.js"
1208
+ },
699
1209
  "./agnostic/strings/normalize-indent": {
700
1210
  "import": "./agnostic/strings/normalize-indent/index.js",
701
1211
  "types": "./agnostic/strings/normalize-indent/index.d.ts"
702
1212
  },
1213
+ "./agnostic/strings/normalize-indent/index.js": {
1214
+ "import": "./agnostic/strings/normalize-indent/index.js"
1215
+ },
703
1216
  "./agnostic/strings/parse-table": {
704
1217
  "import": "./agnostic/strings/parse-table/index.js",
705
1218
  "types": "./agnostic/strings/parse-table/index.d.ts"
706
1219
  },
1220
+ "./agnostic/strings/parse-table/index.js": {
1221
+ "import": "./agnostic/strings/parse-table/index.js"
1222
+ },
707
1223
  "./agnostic/strings/replace-all": {
708
1224
  "import": "./agnostic/strings/replace-all/index.js",
709
1225
  "types": "./agnostic/strings/replace-all/index.d.ts"
710
1226
  },
1227
+ "./agnostic/strings/replace-all/index.js": {
1228
+ "import": "./agnostic/strings/replace-all/index.js"
1229
+ },
711
1230
  "./agnostic/strings/to-alphanum": {
712
1231
  "import": "./agnostic/strings/to-alphanum/index.js",
713
1232
  "types": "./agnostic/strings/to-alphanum/index.d.ts"
714
1233
  },
1234
+ "./agnostic/strings/to-alphanum/index.js": {
1235
+ "import": "./agnostic/strings/to-alphanum/index.js"
1236
+ },
715
1237
  "./agnostic/strings/trim": {
716
1238
  "import": "./agnostic/strings/trim/index.js",
717
1239
  "types": "./agnostic/strings/trim/index.d.ts"
718
1240
  },
1241
+ "./agnostic/strings/trim/index.js": {
1242
+ "import": "./agnostic/strings/trim/index.js"
1243
+ },
719
1244
  "./agnostic/time": {
720
1245
  "import": "./agnostic/time/index.js",
721
1246
  "types": "./agnostic/time/index.d.ts"
@@ -728,42 +1253,179 @@
728
1253
  "import": "./agnostic/time/dates/format-date/index.js",
729
1254
  "types": "./agnostic/time/dates/format-date/index.d.ts"
730
1255
  },
1256
+ "./agnostic/time/dates/format-date/index.js": {
1257
+ "import": "./agnostic/time/dates/format-date/index.js"
1258
+ },
1259
+ "./agnostic/time/dates/index.js": {
1260
+ "import": "./agnostic/time/dates/index.js"
1261
+ },
731
1262
  "./agnostic/time/duration": {
732
1263
  "import": "./agnostic/time/duration/index.js",
733
1264
  "types": "./agnostic/time/duration/index.d.ts"
734
1265
  },
1266
+ "./agnostic/time/duration/index.js": {
1267
+ "import": "./agnostic/time/duration/index.js"
1268
+ },
1269
+ "./agnostic/time/index.js": {
1270
+ "import": "./agnostic/time/index.js"
1271
+ },
735
1272
  "./agnostic/time/timeout": {
736
1273
  "import": "./agnostic/time/timeout/index.js",
737
1274
  "types": "./agnostic/time/timeout/index.d.ts"
738
1275
  },
1276
+ "./agnostic/time/timeout/index.js": {
1277
+ "import": "./agnostic/time/timeout/index.js"
1278
+ },
739
1279
  "./agnostic/time/transitions": {
740
1280
  "import": "./agnostic/time/transitions/index.js",
741
1281
  "types": "./agnostic/time/transitions/index.d.ts"
742
1282
  },
1283
+ "./agnostic/time/transitions/index.js": {
1284
+ "import": "./agnostic/time/transitions/index.js"
1285
+ },
743
1286
  "./agnostic/time/wait": {
744
1287
  "import": "./agnostic/time/wait/index.js",
745
1288
  "types": "./agnostic/time/wait/index.d.ts"
746
1289
  },
1290
+ "./agnostic/time/wait/index.js": {
1291
+ "import": "./agnostic/time/wait/index.js"
1292
+ },
747
1293
  "./agnostic/typescript": {
748
1294
  "import": "./agnostic/typescript/index.js",
749
1295
  "types": "./agnostic/typescript/index.d.ts"
750
1296
  },
1297
+ "./agnostic/typescript/index.js": {
1298
+ "import": "./agnostic/typescript/index.js"
1299
+ },
751
1300
  "./components": {
752
1301
  "import": "./components/index.js",
753
1302
  "types": "./components/index.d.ts"
754
1303
  },
1304
+ "./components/_WIP_AudioQuote": {
1305
+ "import": "./components/_WIP_AudioQuote/index.js",
1306
+ "types": "./components/_WIP_AudioQuote/index.d.ts"
1307
+ },
1308
+ "./components/_WIP_AudioQuote/index.js": {
1309
+ "import": "./components/_WIP_AudioQuote/index.js"
1310
+ },
1311
+ "./components/_WIP_Icon": {
1312
+ "import": "./components/_WIP_Icon/index.js",
1313
+ "types": "./components/_WIP_Icon/index.d.ts"
1314
+ },
1315
+ "./components/_WIP_Icon/index.js": {
1316
+ "import": "./components/_WIP_Icon/index.js"
1317
+ },
1318
+ "./components/Disclaimer": {
1319
+ "import": "./components/Disclaimer/index.js",
1320
+ "types": "./components/Disclaimer/index.d.ts"
1321
+ },
1322
+ "./components/Disclaimer/index.js": {
1323
+ "import": "./components/Disclaimer/index.js"
1324
+ },
1325
+ "./components/Drawer": {
1326
+ "import": "./components/Drawer/index.js",
1327
+ "types": "./components/Drawer/index.d.ts"
1328
+ },
1329
+ "./components/Drawer/index.js": {
1330
+ "import": "./components/Drawer/index.js"
1331
+ },
755
1332
  "./components/EventListener": {
756
1333
  "import": "./components/EventListener/index.js",
757
1334
  "types": "./components/EventListener/index.d.ts"
758
1335
  },
759
- "./components/Input": {
760
- "import": "./components/Input/index.js",
761
- "types": "./components/Input/index.d.ts"
1336
+ "./components/EventListener/index.js": {
1337
+ "import": "./components/EventListener/index.js"
1338
+ },
1339
+ "./components/Gallery": {
1340
+ "import": "./components/Gallery/index.js",
1341
+ "types": "./components/Gallery/index.d.ts"
1342
+ },
1343
+ "./components/Gallery/index.js": {
1344
+ "import": "./components/Gallery/index.js"
1345
+ },
1346
+ "./components/Image": {
1347
+ "import": "./components/Image/index.js",
1348
+ "types": "./components/Image/index.d.ts"
1349
+ },
1350
+ "./components/Image/index.js": {
1351
+ "import": "./components/Image/index.js"
1352
+ },
1353
+ "./components/index.js": {
1354
+ "import": "./components/index.js"
762
1355
  },
763
1356
  "./components/IntersectionObserver": {
764
1357
  "import": "./components/IntersectionObserver/index.js",
765
1358
  "types": "./components/IntersectionObserver/index.d.ts"
766
1359
  },
1360
+ "./components/IntersectionObserver/index.js": {
1361
+ "import": "./components/IntersectionObserver/index.js"
1362
+ },
1363
+ "./components/Paginator": {
1364
+ "import": "./components/Paginator/index.js",
1365
+ "types": "./components/Paginator/index.d.ts"
1366
+ },
1367
+ "./components/Paginator/index.js": {
1368
+ "import": "./components/Paginator/index.js"
1369
+ },
1370
+ "./components/ResizeObserver": {
1371
+ "import": "./components/ResizeObserver/index.js",
1372
+ "types": "./components/ResizeObserver/index.d.ts"
1373
+ },
1374
+ "./components/ResizeObserver/index.js": {
1375
+ "import": "./components/ResizeObserver/index.js"
1376
+ },
1377
+ "./components/Scrllgngn": {
1378
+ "import": "./components/Scrllgngn/index.js",
1379
+ "types": "./components/Scrllgngn/index.d.ts"
1380
+ },
1381
+ "./components/Scrllgngn/index.js": {
1382
+ "import": "./components/Scrllgngn/index.js"
1383
+ },
1384
+ "./components/Sequencer": {
1385
+ "import": "./components/Sequencer/index.js",
1386
+ "types": "./components/Sequencer/index.d.ts"
1387
+ },
1388
+ "./components/Sequencer/index.js": {
1389
+ "import": "./components/Sequencer/index.js"
1390
+ },
1391
+ "./components/ShadowRoot": {
1392
+ "import": "./components/ShadowRoot/index.js",
1393
+ "types": "./components/ShadowRoot/index.d.ts"
1394
+ },
1395
+ "./components/ShadowRoot/index.js": {
1396
+ "import": "./components/ShadowRoot/index.js"
1397
+ },
1398
+ "./components/Subtitles": {
1399
+ "import": "./components/Subtitles/index.js",
1400
+ "types": "./components/Subtitles/index.d.ts"
1401
+ },
1402
+ "./components/Subtitles/index.js": {
1403
+ "import": "./components/Subtitles/index.js"
1404
+ },
1405
+ "./components/Theatre": {
1406
+ "import": "./components/Theatre/index.js",
1407
+ "types": "./components/Theatre/index.d.ts"
1408
+ },
1409
+ "./components/Theatre/index.js": {
1410
+ "import": "./components/Theatre/index.js"
1411
+ },
1412
+ "./components/utils": {
1413
+ "import": "./components/utils/index.js",
1414
+ "types": "./components/utils/index.d.ts"
1415
+ },
1416
+ "./components/utils/index.js": {
1417
+ "import": "./components/utils/index.js"
1418
+ },
1419
+ "./components/Video": {
1420
+ "import": "./components/Video/index.js",
1421
+ "types": "./components/Video/index.d.ts"
1422
+ },
1423
+ "./components/Video/index.js": {
1424
+ "import": "./components/Video/index.js"
1425
+ },
1426
+ "./index.js": {
1427
+ "import": "./index.js"
1428
+ },
767
1429
  "./node": {
768
1430
  "import": "./node/index.js",
769
1431
  "types": "./node/index.d.ts"
@@ -772,6 +1434,9 @@
772
1434
  "import": "./node/@aws-s3/index.js",
773
1435
  "types": "./node/@aws-s3/index.d.ts"
774
1436
  },
1437
+ "./node/@aws-s3/index.js": {
1438
+ "import": "./node/@aws-s3/index.js"
1439
+ },
775
1440
  "./node/@aws-s3/storage": {
776
1441
  "import": "./node/@aws-s3/storage/index.js",
777
1442
  "types": "./node/@aws-s3/storage/index.d.ts"
@@ -784,18 +1449,33 @@
784
1449
  "import": "./node/@aws-s3/storage/directory/copy-dir/index.js",
785
1450
  "types": "./node/@aws-s3/storage/directory/copy-dir/index.d.ts"
786
1451
  },
1452
+ "./node/@aws-s3/storage/directory/copy-dir/index.js": {
1453
+ "import": "./node/@aws-s3/storage/directory/copy-dir/index.js"
1454
+ },
1455
+ "./node/@aws-s3/storage/directory/index.js": {
1456
+ "import": "./node/@aws-s3/storage/directory/index.js"
1457
+ },
787
1458
  "./node/@aws-s3/storage/directory/list": {
788
1459
  "import": "./node/@aws-s3/storage/directory/list/index.js",
789
1460
  "types": "./node/@aws-s3/storage/directory/list/index.d.ts"
790
1461
  },
1462
+ "./node/@aws-s3/storage/directory/list/index.js": {
1463
+ "import": "./node/@aws-s3/storage/directory/list/index.js"
1464
+ },
791
1465
  "./node/@aws-s3/storage/directory/move-dir": {
792
1466
  "import": "./node/@aws-s3/storage/directory/move-dir/index.js",
793
1467
  "types": "./node/@aws-s3/storage/directory/move-dir/index.d.ts"
794
1468
  },
1469
+ "./node/@aws-s3/storage/directory/move-dir/index.js": {
1470
+ "import": "./node/@aws-s3/storage/directory/move-dir/index.js"
1471
+ },
795
1472
  "./node/@aws-s3/storage/directory/remove-dir": {
796
1473
  "import": "./node/@aws-s3/storage/directory/remove-dir/index.js",
797
1474
  "types": "./node/@aws-s3/storage/directory/remove-dir/index.d.ts"
798
1475
  },
1476
+ "./node/@aws-s3/storage/directory/remove-dir/index.js": {
1477
+ "import": "./node/@aws-s3/storage/directory/remove-dir/index.js"
1478
+ },
799
1479
  "./node/@aws-s3/storage/file": {
800
1480
  "import": "./node/@aws-s3/storage/file/index.js",
801
1481
  "types": "./node/@aws-s3/storage/file/index.d.ts"
@@ -804,34 +1484,64 @@
804
1484
  "import": "./node/@aws-s3/storage/file/copy/index.js",
805
1485
  "types": "./node/@aws-s3/storage/file/copy/index.d.ts"
806
1486
  },
1487
+ "./node/@aws-s3/storage/file/copy/index.js": {
1488
+ "import": "./node/@aws-s3/storage/file/copy/index.js"
1489
+ },
807
1490
  "./node/@aws-s3/storage/file/download": {
808
1491
  "import": "./node/@aws-s3/storage/file/download/index.js",
809
1492
  "types": "./node/@aws-s3/storage/file/download/index.d.ts"
810
1493
  },
1494
+ "./node/@aws-s3/storage/file/download/index.js": {
1495
+ "import": "./node/@aws-s3/storage/file/download/index.js"
1496
+ },
811
1497
  "./node/@aws-s3/storage/file/exists": {
812
1498
  "import": "./node/@aws-s3/storage/file/exists/index.js",
813
1499
  "types": "./node/@aws-s3/storage/file/exists/index.d.ts"
814
1500
  },
1501
+ "./node/@aws-s3/storage/file/exists/index.js": {
1502
+ "import": "./node/@aws-s3/storage/file/exists/index.js"
1503
+ },
1504
+ "./node/@aws-s3/storage/file/index.js": {
1505
+ "import": "./node/@aws-s3/storage/file/index.js"
1506
+ },
815
1507
  "./node/@aws-s3/storage/file/move": {
816
1508
  "import": "./node/@aws-s3/storage/file/move/index.js",
817
1509
  "types": "./node/@aws-s3/storage/file/move/index.d.ts"
818
1510
  },
1511
+ "./node/@aws-s3/storage/file/move/index.js": {
1512
+ "import": "./node/@aws-s3/storage/file/move/index.js"
1513
+ },
819
1514
  "./node/@aws-s3/storage/file/remove": {
820
1515
  "import": "./node/@aws-s3/storage/file/remove/index.js",
821
1516
  "types": "./node/@aws-s3/storage/file/remove/index.d.ts"
822
1517
  },
1518
+ "./node/@aws-s3/storage/file/remove/index.js": {
1519
+ "import": "./node/@aws-s3/storage/file/remove/index.js"
1520
+ },
823
1521
  "./node/@aws-s3/storage/file/stat": {
824
1522
  "import": "./node/@aws-s3/storage/file/stat/index.js",
825
1523
  "types": "./node/@aws-s3/storage/file/stat/index.d.ts"
826
1524
  },
1525
+ "./node/@aws-s3/storage/file/stat/index.js": {
1526
+ "import": "./node/@aws-s3/storage/file/stat/index.js"
1527
+ },
827
1528
  "./node/@aws-s3/storage/file/upload": {
828
1529
  "import": "./node/@aws-s3/storage/file/upload/index.js",
829
1530
  "types": "./node/@aws-s3/storage/file/upload/index.d.ts"
830
1531
  },
1532
+ "./node/@aws-s3/storage/file/upload/index.js": {
1533
+ "import": "./node/@aws-s3/storage/file/upload/index.js"
1534
+ },
1535
+ "./node/@aws-s3/storage/index.js": {
1536
+ "import": "./node/@aws-s3/storage/index.js"
1537
+ },
831
1538
  "./node/@design-edito": {
832
1539
  "import": "./node/@design-edito/index.js",
833
1540
  "types": "./node/@design-edito/index.d.ts"
834
1541
  },
1542
+ "./node/@design-edito/index.js": {
1543
+ "import": "./node/@design-edito/index.js"
1544
+ },
835
1545
  "./node/@express": {
836
1546
  "import": "./node/@express/index.js",
837
1547
  "types": "./node/@express/index.d.ts"
@@ -840,10 +1550,19 @@
840
1550
  "import": "./node/@express/@multer/index.js",
841
1551
  "types": "./node/@express/@multer/index.d.ts"
842
1552
  },
1553
+ "./node/@express/@multer/index.js": {
1554
+ "import": "./node/@express/@multer/index.js"
1555
+ },
1556
+ "./node/@express/index.js": {
1557
+ "import": "./node/@express/index.js"
1558
+ },
843
1559
  "./node/@google-cloud": {
844
1560
  "import": "./node/@google-cloud/index.js",
845
1561
  "types": "./node/@google-cloud/index.d.ts"
846
1562
  },
1563
+ "./node/@google-cloud/index.js": {
1564
+ "import": "./node/@google-cloud/index.js"
1565
+ },
847
1566
  "./node/@google-cloud/storage": {
848
1567
  "import": "./node/@google-cloud/storage/index.js",
849
1568
  "types": "./node/@google-cloud/storage/index.d.ts"
@@ -856,6 +1575,12 @@
856
1575
  "import": "./node/@google-cloud/storage/bucket/get-metadata/index.js",
857
1576
  "types": "./node/@google-cloud/storage/bucket/get-metadata/index.d.ts"
858
1577
  },
1578
+ "./node/@google-cloud/storage/bucket/get-metadata/index.js": {
1579
+ "import": "./node/@google-cloud/storage/bucket/get-metadata/index.js"
1580
+ },
1581
+ "./node/@google-cloud/storage/bucket/index.js": {
1582
+ "import": "./node/@google-cloud/storage/bucket/index.js"
1583
+ },
859
1584
  "./node/@google-cloud/storage/directory": {
860
1585
  "import": "./node/@google-cloud/storage/directory/index.js",
861
1586
  "types": "./node/@google-cloud/storage/directory/index.d.ts"
@@ -864,18 +1589,33 @@
864
1589
  "import": "./node/@google-cloud/storage/directory/copy-dir/index.js",
865
1590
  "types": "./node/@google-cloud/storage/directory/copy-dir/index.d.ts"
866
1591
  },
1592
+ "./node/@google-cloud/storage/directory/copy-dir/index.js": {
1593
+ "import": "./node/@google-cloud/storage/directory/copy-dir/index.js"
1594
+ },
1595
+ "./node/@google-cloud/storage/directory/index.js": {
1596
+ "import": "./node/@google-cloud/storage/directory/index.js"
1597
+ },
867
1598
  "./node/@google-cloud/storage/directory/list": {
868
1599
  "import": "./node/@google-cloud/storage/directory/list/index.js",
869
1600
  "types": "./node/@google-cloud/storage/directory/list/index.d.ts"
870
1601
  },
1602
+ "./node/@google-cloud/storage/directory/list/index.js": {
1603
+ "import": "./node/@google-cloud/storage/directory/list/index.js"
1604
+ },
871
1605
  "./node/@google-cloud/storage/directory/move-dir": {
872
1606
  "import": "./node/@google-cloud/storage/directory/move-dir/index.js",
873
1607
  "types": "./node/@google-cloud/storage/directory/move-dir/index.d.ts"
874
1608
  },
1609
+ "./node/@google-cloud/storage/directory/move-dir/index.js": {
1610
+ "import": "./node/@google-cloud/storage/directory/move-dir/index.js"
1611
+ },
875
1612
  "./node/@google-cloud/storage/directory/remove-dir": {
876
1613
  "import": "./node/@google-cloud/storage/directory/remove-dir/index.js",
877
1614
  "types": "./node/@google-cloud/storage/directory/remove-dir/index.d.ts"
878
1615
  },
1616
+ "./node/@google-cloud/storage/directory/remove-dir/index.js": {
1617
+ "import": "./node/@google-cloud/storage/directory/remove-dir/index.js"
1618
+ },
879
1619
  "./node/@google-cloud/storage/file": {
880
1620
  "import": "./node/@google-cloud/storage/file/index.js",
881
1621
  "types": "./node/@google-cloud/storage/file/index.d.ts"
@@ -884,50 +1624,92 @@
884
1624
  "import": "./node/@google-cloud/storage/file/copy/index.js",
885
1625
  "types": "./node/@google-cloud/storage/file/copy/index.d.ts"
886
1626
  },
1627
+ "./node/@google-cloud/storage/file/copy/index.js": {
1628
+ "import": "./node/@google-cloud/storage/file/copy/index.js"
1629
+ },
887
1630
  "./node/@google-cloud/storage/file/download": {
888
1631
  "import": "./node/@google-cloud/storage/file/download/index.js",
889
1632
  "types": "./node/@google-cloud/storage/file/download/index.d.ts"
890
1633
  },
1634
+ "./node/@google-cloud/storage/file/download/index.js": {
1635
+ "import": "./node/@google-cloud/storage/file/download/index.js"
1636
+ },
891
1637
  "./node/@google-cloud/storage/file/exists": {
892
1638
  "import": "./node/@google-cloud/storage/file/exists/index.js",
893
1639
  "types": "./node/@google-cloud/storage/file/exists/index.d.ts"
894
1640
  },
1641
+ "./node/@google-cloud/storage/file/exists/index.js": {
1642
+ "import": "./node/@google-cloud/storage/file/exists/index.js"
1643
+ },
895
1644
  "./node/@google-cloud/storage/file/generate-signed-url": {
896
1645
  "import": "./node/@google-cloud/storage/file/generate-signed-url/index.js",
897
1646
  "types": "./node/@google-cloud/storage/file/generate-signed-url/index.d.ts"
898
1647
  },
1648
+ "./node/@google-cloud/storage/file/generate-signed-url/index.js": {
1649
+ "import": "./node/@google-cloud/storage/file/generate-signed-url/index.js"
1650
+ },
899
1651
  "./node/@google-cloud/storage/file/get-metadata": {
900
1652
  "import": "./node/@google-cloud/storage/file/get-metadata/index.js",
901
1653
  "types": "./node/@google-cloud/storage/file/get-metadata/index.d.ts"
902
1654
  },
1655
+ "./node/@google-cloud/storage/file/get-metadata/index.js": {
1656
+ "import": "./node/@google-cloud/storage/file/get-metadata/index.js"
1657
+ },
903
1658
  "./node/@google-cloud/storage/file/get-permissions": {
904
1659
  "import": "./node/@google-cloud/storage/file/get-permissions/index.js",
905
1660
  "types": "./node/@google-cloud/storage/file/get-permissions/index.d.ts"
906
1661
  },
1662
+ "./node/@google-cloud/storage/file/get-permissions/index.js": {
1663
+ "import": "./node/@google-cloud/storage/file/get-permissions/index.js"
1664
+ },
1665
+ "./node/@google-cloud/storage/file/index.js": {
1666
+ "import": "./node/@google-cloud/storage/file/index.js"
1667
+ },
907
1668
  "./node/@google-cloud/storage/file/move": {
908
1669
  "import": "./node/@google-cloud/storage/file/move/index.js",
909
1670
  "types": "./node/@google-cloud/storage/file/move/index.d.ts"
910
1671
  },
1672
+ "./node/@google-cloud/storage/file/move/index.js": {
1673
+ "import": "./node/@google-cloud/storage/file/move/index.js"
1674
+ },
911
1675
  "./node/@google-cloud/storage/file/remove": {
912
1676
  "import": "./node/@google-cloud/storage/file/remove/index.js",
913
1677
  "types": "./node/@google-cloud/storage/file/remove/index.d.ts"
914
1678
  },
1679
+ "./node/@google-cloud/storage/file/remove/index.js": {
1680
+ "import": "./node/@google-cloud/storage/file/remove/index.js"
1681
+ },
915
1682
  "./node/@google-cloud/storage/file/revoke-signed-urls": {
916
1683
  "import": "./node/@google-cloud/storage/file/revoke-signed-urls/index.js",
917
1684
  "types": "./node/@google-cloud/storage/file/revoke-signed-urls/index.d.ts"
918
1685
  },
1686
+ "./node/@google-cloud/storage/file/revoke-signed-urls/index.js": {
1687
+ "import": "./node/@google-cloud/storage/file/revoke-signed-urls/index.js"
1688
+ },
919
1689
  "./node/@google-cloud/storage/file/stat": {
920
1690
  "import": "./node/@google-cloud/storage/file/stat/index.js",
921
1691
  "types": "./node/@google-cloud/storage/file/stat/index.d.ts"
922
1692
  },
1693
+ "./node/@google-cloud/storage/file/stat/index.js": {
1694
+ "import": "./node/@google-cloud/storage/file/stat/index.js"
1695
+ },
923
1696
  "./node/@google-cloud/storage/file/update-metadata": {
924
1697
  "import": "./node/@google-cloud/storage/file/update-metadata/index.js",
925
1698
  "types": "./node/@google-cloud/storage/file/update-metadata/index.d.ts"
926
1699
  },
1700
+ "./node/@google-cloud/storage/file/update-metadata/index.js": {
1701
+ "import": "./node/@google-cloud/storage/file/update-metadata/index.js"
1702
+ },
927
1703
  "./node/@google-cloud/storage/file/upload": {
928
1704
  "import": "./node/@google-cloud/storage/file/upload/index.js",
929
1705
  "types": "./node/@google-cloud/storage/file/upload/index.d.ts"
930
1706
  },
1707
+ "./node/@google-cloud/storage/file/upload/index.js": {
1708
+ "import": "./node/@google-cloud/storage/file/upload/index.js"
1709
+ },
1710
+ "./node/@google-cloud/storage/index.js": {
1711
+ "import": "./node/@google-cloud/storage/index.js"
1712
+ },
931
1713
  "./node/cloud-storage": {
932
1714
  "import": "./node/cloud-storage/index.js",
933
1715
  "types": "./node/cloud-storage/index.d.ts"
@@ -936,6 +1718,12 @@
936
1718
  "import": "./node/cloud-storage/clients/index.js",
937
1719
  "types": "./node/cloud-storage/clients/index.d.ts"
938
1720
  },
1721
+ "./node/cloud-storage/clients/index.js": {
1722
+ "import": "./node/cloud-storage/clients/index.js"
1723
+ },
1724
+ "./node/cloud-storage/index.js": {
1725
+ "import": "./node/cloud-storage/index.js"
1726
+ },
939
1727
  "./node/cloud-storage/operations": {
940
1728
  "import": "./node/cloud-storage/operations/index.js",
941
1729
  "types": "./node/cloud-storage/operations/index.d.ts"
@@ -944,46 +1732,82 @@
944
1732
  "import": "./node/cloud-storage/operations/copy-dir/index.js",
945
1733
  "types": "./node/cloud-storage/operations/copy-dir/index.d.ts"
946
1734
  },
1735
+ "./node/cloud-storage/operations/copy-dir/index.js": {
1736
+ "import": "./node/cloud-storage/operations/copy-dir/index.js"
1737
+ },
947
1738
  "./node/cloud-storage/operations/copy-file": {
948
1739
  "import": "./node/cloud-storage/operations/copy-file/index.js",
949
1740
  "types": "./node/cloud-storage/operations/copy-file/index.d.ts"
950
1741
  },
1742
+ "./node/cloud-storage/operations/copy-file/index.js": {
1743
+ "import": "./node/cloud-storage/operations/copy-file/index.js"
1744
+ },
951
1745
  "./node/cloud-storage/operations/download-file": {
952
1746
  "import": "./node/cloud-storage/operations/download-file/index.js",
953
1747
  "types": "./node/cloud-storage/operations/download-file/index.d.ts"
954
1748
  },
1749
+ "./node/cloud-storage/operations/download-file/index.js": {
1750
+ "import": "./node/cloud-storage/operations/download-file/index.js"
1751
+ },
955
1752
  "./node/cloud-storage/operations/exists-file": {
956
1753
  "import": "./node/cloud-storage/operations/exists-file/index.js",
957
1754
  "types": "./node/cloud-storage/operations/exists-file/index.d.ts"
958
1755
  },
1756
+ "./node/cloud-storage/operations/exists-file/index.js": {
1757
+ "import": "./node/cloud-storage/operations/exists-file/index.js"
1758
+ },
1759
+ "./node/cloud-storage/operations/index.js": {
1760
+ "import": "./node/cloud-storage/operations/index.js"
1761
+ },
959
1762
  "./node/cloud-storage/operations/list-dir": {
960
1763
  "import": "./node/cloud-storage/operations/list-dir/index.js",
961
1764
  "types": "./node/cloud-storage/operations/list-dir/index.d.ts"
962
1765
  },
1766
+ "./node/cloud-storage/operations/list-dir/index.js": {
1767
+ "import": "./node/cloud-storage/operations/list-dir/index.js"
1768
+ },
963
1769
  "./node/cloud-storage/operations/move-dir": {
964
1770
  "import": "./node/cloud-storage/operations/move-dir/index.js",
965
1771
  "types": "./node/cloud-storage/operations/move-dir/index.d.ts"
966
1772
  },
1773
+ "./node/cloud-storage/operations/move-dir/index.js": {
1774
+ "import": "./node/cloud-storage/operations/move-dir/index.js"
1775
+ },
967
1776
  "./node/cloud-storage/operations/move-file": {
968
1777
  "import": "./node/cloud-storage/operations/move-file/index.js",
969
1778
  "types": "./node/cloud-storage/operations/move-file/index.d.ts"
970
1779
  },
1780
+ "./node/cloud-storage/operations/move-file/index.js": {
1781
+ "import": "./node/cloud-storage/operations/move-file/index.js"
1782
+ },
971
1783
  "./node/cloud-storage/operations/remove-dir": {
972
1784
  "import": "./node/cloud-storage/operations/remove-dir/index.js",
973
1785
  "types": "./node/cloud-storage/operations/remove-dir/index.d.ts"
974
1786
  },
1787
+ "./node/cloud-storage/operations/remove-dir/index.js": {
1788
+ "import": "./node/cloud-storage/operations/remove-dir/index.js"
1789
+ },
975
1790
  "./node/cloud-storage/operations/remove-file": {
976
1791
  "import": "./node/cloud-storage/operations/remove-file/index.js",
977
1792
  "types": "./node/cloud-storage/operations/remove-file/index.d.ts"
978
1793
  },
1794
+ "./node/cloud-storage/operations/remove-file/index.js": {
1795
+ "import": "./node/cloud-storage/operations/remove-file/index.js"
1796
+ },
979
1797
  "./node/cloud-storage/operations/stat-file": {
980
1798
  "import": "./node/cloud-storage/operations/stat-file/index.js",
981
1799
  "types": "./node/cloud-storage/operations/stat-file/index.d.ts"
982
1800
  },
1801
+ "./node/cloud-storage/operations/stat-file/index.js": {
1802
+ "import": "./node/cloud-storage/operations/stat-file/index.js"
1803
+ },
983
1804
  "./node/cloud-storage/operations/upload-file": {
984
1805
  "import": "./node/cloud-storage/operations/upload-file/index.js",
985
1806
  "types": "./node/cloud-storage/operations/upload-file/index.d.ts"
986
1807
  },
1808
+ "./node/cloud-storage/operations/upload-file/index.js": {
1809
+ "import": "./node/cloud-storage/operations/upload-file/index.js"
1810
+ },
987
1811
  "./node/encryption": {
988
1812
  "import": "./node/encryption/index.js",
989
1813
  "types": "./node/encryption/index.d.ts"
@@ -996,30 +1820,57 @@
996
1820
  "import": "./node/encryption/@aes-256-gcm/buffer/index.js",
997
1821
  "types": "./node/encryption/@aes-256-gcm/buffer/index.d.ts"
998
1822
  },
1823
+ "./node/encryption/@aes-256-gcm/buffer/index.js": {
1824
+ "import": "./node/encryption/@aes-256-gcm/buffer/index.js"
1825
+ },
1826
+ "./node/encryption/@aes-256-gcm/index.js": {
1827
+ "import": "./node/encryption/@aes-256-gcm/index.js"
1828
+ },
999
1829
  "./node/encryption/@aes-256-gcm/uint8-array": {
1000
1830
  "import": "./node/encryption/@aes-256-gcm/uint8-array/index.js",
1001
1831
  "types": "./node/encryption/@aes-256-gcm/uint8-array/index.d.ts"
1002
1832
  },
1833
+ "./node/encryption/@aes-256-gcm/uint8-array/index.js": {
1834
+ "import": "./node/encryption/@aes-256-gcm/uint8-array/index.js"
1835
+ },
1836
+ "./node/encryption/index.js": {
1837
+ "import": "./node/encryption/index.js"
1838
+ },
1003
1839
  "./node/encryption/key": {
1004
1840
  "import": "./node/encryption/key/index.js",
1005
1841
  "types": "./node/encryption/key/index.d.ts"
1006
1842
  },
1843
+ "./node/encryption/key/index.js": {
1844
+ "import": "./node/encryption/key/index.js"
1845
+ },
1007
1846
  "./node/files": {
1008
1847
  "import": "./node/files/index.js",
1009
1848
  "types": "./node/files/index.d.ts"
1010
1849
  },
1850
+ "./node/files/index.js": {
1851
+ "import": "./node/files/index.js"
1852
+ },
1011
1853
  "./node/files/is-in-directory": {
1012
1854
  "import": "./node/files/is-in-directory/index.js",
1013
1855
  "types": "./node/files/is-in-directory/index.d.ts"
1014
1856
  },
1857
+ "./node/files/is-in-directory/index.js": {
1858
+ "import": "./node/files/is-in-directory/index.js"
1859
+ },
1015
1860
  "./node/files/read-write": {
1016
1861
  "import": "./node/files/read-write/index.js",
1017
1862
  "types": "./node/files/read-write/index.d.ts"
1018
1863
  },
1864
+ "./node/files/read-write/index.js": {
1865
+ "import": "./node/files/read-write/index.js"
1866
+ },
1019
1867
  "./node/files/subpaths": {
1020
1868
  "import": "./node/files/subpaths/index.js",
1021
1869
  "types": "./node/files/subpaths/index.d.ts"
1022
1870
  },
1871
+ "./node/files/subpaths/index.js": {
1872
+ "import": "./node/files/subpaths/index.js"
1873
+ },
1023
1874
  "./node/ftps": {
1024
1875
  "import": "./node/ftps/index.js",
1025
1876
  "types": "./node/ftps/index.d.ts"
@@ -1032,18 +1883,33 @@
1032
1883
  "import": "./node/ftps/directory/copy-dir/index.js",
1033
1884
  "types": "./node/ftps/directory/copy-dir/index.d.ts"
1034
1885
  },
1886
+ "./node/ftps/directory/copy-dir/index.js": {
1887
+ "import": "./node/ftps/directory/copy-dir/index.js"
1888
+ },
1889
+ "./node/ftps/directory/index.js": {
1890
+ "import": "./node/ftps/directory/index.js"
1891
+ },
1035
1892
  "./node/ftps/directory/list": {
1036
1893
  "import": "./node/ftps/directory/list/index.js",
1037
1894
  "types": "./node/ftps/directory/list/index.d.ts"
1038
1895
  },
1896
+ "./node/ftps/directory/list/index.js": {
1897
+ "import": "./node/ftps/directory/list/index.js"
1898
+ },
1039
1899
  "./node/ftps/directory/move-dir": {
1040
1900
  "import": "./node/ftps/directory/move-dir/index.js",
1041
1901
  "types": "./node/ftps/directory/move-dir/index.d.ts"
1042
1902
  },
1903
+ "./node/ftps/directory/move-dir/index.js": {
1904
+ "import": "./node/ftps/directory/move-dir/index.js"
1905
+ },
1043
1906
  "./node/ftps/directory/remove-dir": {
1044
1907
  "import": "./node/ftps/directory/remove-dir/index.js",
1045
1908
  "types": "./node/ftps/directory/remove-dir/index.d.ts"
1046
1909
  },
1910
+ "./node/ftps/directory/remove-dir/index.js": {
1911
+ "import": "./node/ftps/directory/remove-dir/index.js"
1912
+ },
1047
1913
  "./node/ftps/file": {
1048
1914
  "import": "./node/ftps/file/index.js",
1049
1915
  "types": "./node/ftps/file/index.d.ts"
@@ -1052,30 +1918,57 @@
1052
1918
  "import": "./node/ftps/file/copy/index.js",
1053
1919
  "types": "./node/ftps/file/copy/index.d.ts"
1054
1920
  },
1921
+ "./node/ftps/file/copy/index.js": {
1922
+ "import": "./node/ftps/file/copy/index.js"
1923
+ },
1055
1924
  "./node/ftps/file/download": {
1056
1925
  "import": "./node/ftps/file/download/index.js",
1057
1926
  "types": "./node/ftps/file/download/index.d.ts"
1058
1927
  },
1928
+ "./node/ftps/file/download/index.js": {
1929
+ "import": "./node/ftps/file/download/index.js"
1930
+ },
1059
1931
  "./node/ftps/file/exists": {
1060
1932
  "import": "./node/ftps/file/exists/index.js",
1061
1933
  "types": "./node/ftps/file/exists/index.d.ts"
1062
1934
  },
1935
+ "./node/ftps/file/exists/index.js": {
1936
+ "import": "./node/ftps/file/exists/index.js"
1937
+ },
1938
+ "./node/ftps/file/index.js": {
1939
+ "import": "./node/ftps/file/index.js"
1940
+ },
1063
1941
  "./node/ftps/file/move": {
1064
1942
  "import": "./node/ftps/file/move/index.js",
1065
1943
  "types": "./node/ftps/file/move/index.d.ts"
1066
1944
  },
1945
+ "./node/ftps/file/move/index.js": {
1946
+ "import": "./node/ftps/file/move/index.js"
1947
+ },
1067
1948
  "./node/ftps/file/remove": {
1068
1949
  "import": "./node/ftps/file/remove/index.js",
1069
1950
  "types": "./node/ftps/file/remove/index.d.ts"
1070
1951
  },
1952
+ "./node/ftps/file/remove/index.js": {
1953
+ "import": "./node/ftps/file/remove/index.js"
1954
+ },
1071
1955
  "./node/ftps/file/stat": {
1072
1956
  "import": "./node/ftps/file/stat/index.js",
1073
1957
  "types": "./node/ftps/file/stat/index.d.ts"
1074
1958
  },
1959
+ "./node/ftps/file/stat/index.js": {
1960
+ "import": "./node/ftps/file/stat/index.js"
1961
+ },
1075
1962
  "./node/ftps/file/upload": {
1076
1963
  "import": "./node/ftps/file/upload/index.js",
1077
1964
  "types": "./node/ftps/file/upload/index.d.ts"
1078
1965
  },
1966
+ "./node/ftps/file/upload/index.js": {
1967
+ "import": "./node/ftps/file/upload/index.js"
1968
+ },
1969
+ "./node/ftps/index.js": {
1970
+ "import": "./node/ftps/index.js"
1971
+ },
1079
1972
  "./node/images": {
1080
1973
  "import": "./node/images/index.js",
1081
1974
  "types": "./node/images/index.d.ts"
@@ -1084,18 +1977,33 @@
1084
1977
  "import": "./node/images/create/index.js",
1085
1978
  "types": "./node/images/create/index.d.ts"
1086
1979
  },
1980
+ "./node/images/create/index.js": {
1981
+ "import": "./node/images/create/index.js"
1982
+ },
1087
1983
  "./node/images/format": {
1088
1984
  "import": "./node/images/format/index.js",
1089
1985
  "types": "./node/images/format/index.d.ts"
1090
1986
  },
1987
+ "./node/images/format/index.js": {
1988
+ "import": "./node/images/format/index.js"
1989
+ },
1990
+ "./node/images/index.js": {
1991
+ "import": "./node/images/index.js"
1992
+ },
1091
1993
  "./node/images/metadata": {
1092
1994
  "import": "./node/images/metadata/index.js",
1093
1995
  "types": "./node/images/metadata/index.d.ts"
1094
1996
  },
1997
+ "./node/images/metadata/index.js": {
1998
+ "import": "./node/images/metadata/index.js"
1999
+ },
1095
2000
  "./node/images/transform": {
1096
2001
  "import": "./node/images/transform/index.js",
1097
2002
  "types": "./node/images/transform/index.d.ts"
1098
2003
  },
2004
+ "./node/images/transform/index.js": {
2005
+ "import": "./node/images/transform/index.js"
2006
+ },
1099
2007
  "./node/images/transform/operations": {
1100
2008
  "import": "./node/images/transform/operations/index.js",
1101
2009
  "types": "./node/images/transform/operations/index.d.ts"
@@ -1104,82 +2012,148 @@
1104
2012
  "import": "./node/images/transform/operations/blur/index.js",
1105
2013
  "types": "./node/images/transform/operations/blur/index.d.ts"
1106
2014
  },
2015
+ "./node/images/transform/operations/blur/index.js": {
2016
+ "import": "./node/images/transform/operations/blur/index.js"
2017
+ },
1107
2018
  "./node/images/transform/operations/brighten": {
1108
2019
  "import": "./node/images/transform/operations/brighten/index.js",
1109
2020
  "types": "./node/images/transform/operations/brighten/index.d.ts"
1110
2021
  },
2022
+ "./node/images/transform/operations/brighten/index.js": {
2023
+ "import": "./node/images/transform/operations/brighten/index.js"
2024
+ },
1111
2025
  "./node/images/transform/operations/extend": {
1112
2026
  "import": "./node/images/transform/operations/extend/index.js",
1113
2027
  "types": "./node/images/transform/operations/extend/index.d.ts"
1114
2028
  },
2029
+ "./node/images/transform/operations/extend/index.js": {
2030
+ "import": "./node/images/transform/operations/extend/index.js"
2031
+ },
1115
2032
  "./node/images/transform/operations/extract": {
1116
2033
  "import": "./node/images/transform/operations/extract/index.js",
1117
2034
  "types": "./node/images/transform/operations/extract/index.d.ts"
1118
2035
  },
2036
+ "./node/images/transform/operations/extract/index.js": {
2037
+ "import": "./node/images/transform/operations/extract/index.js"
2038
+ },
1119
2039
  "./node/images/transform/operations/flatten": {
1120
2040
  "import": "./node/images/transform/operations/flatten/index.js",
1121
2041
  "types": "./node/images/transform/operations/flatten/index.d.ts"
1122
2042
  },
2043
+ "./node/images/transform/operations/flatten/index.js": {
2044
+ "import": "./node/images/transform/operations/flatten/index.js"
2045
+ },
1123
2046
  "./node/images/transform/operations/flip": {
1124
2047
  "import": "./node/images/transform/operations/flip/index.js",
1125
2048
  "types": "./node/images/transform/operations/flip/index.d.ts"
1126
2049
  },
2050
+ "./node/images/transform/operations/flip/index.js": {
2051
+ "import": "./node/images/transform/operations/flip/index.js"
2052
+ },
1127
2053
  "./node/images/transform/operations/flop": {
1128
2054
  "import": "./node/images/transform/operations/flop/index.js",
1129
2055
  "types": "./node/images/transform/operations/flop/index.d.ts"
1130
2056
  },
2057
+ "./node/images/transform/operations/flop/index.js": {
2058
+ "import": "./node/images/transform/operations/flop/index.js"
2059
+ },
1131
2060
  "./node/images/transform/operations/hue": {
1132
2061
  "import": "./node/images/transform/operations/hue/index.js",
1133
2062
  "types": "./node/images/transform/operations/hue/index.d.ts"
1134
2063
  },
2064
+ "./node/images/transform/operations/hue/index.js": {
2065
+ "import": "./node/images/transform/operations/hue/index.js"
2066
+ },
2067
+ "./node/images/transform/operations/index.js": {
2068
+ "import": "./node/images/transform/operations/index.js"
2069
+ },
1135
2070
  "./node/images/transform/operations/level": {
1136
2071
  "import": "./node/images/transform/operations/level/index.js",
1137
2072
  "types": "./node/images/transform/operations/level/index.d.ts"
1138
2073
  },
2074
+ "./node/images/transform/operations/level/index.js": {
2075
+ "import": "./node/images/transform/operations/level/index.js"
2076
+ },
1139
2077
  "./node/images/transform/operations/lighten": {
1140
2078
  "import": "./node/images/transform/operations/lighten/index.js",
1141
2079
  "types": "./node/images/transform/operations/lighten/index.d.ts"
1142
2080
  },
2081
+ "./node/images/transform/operations/lighten/index.js": {
2082
+ "import": "./node/images/transform/operations/lighten/index.js"
2083
+ },
1143
2084
  "./node/images/transform/operations/normalize": {
1144
2085
  "import": "./node/images/transform/operations/normalize/index.js",
1145
2086
  "types": "./node/images/transform/operations/normalize/index.d.ts"
1146
2087
  },
2088
+ "./node/images/transform/operations/normalize/index.js": {
2089
+ "import": "./node/images/transform/operations/normalize/index.js"
2090
+ },
1147
2091
  "./node/images/transform/operations/overlay": {
1148
2092
  "import": "./node/images/transform/operations/overlay/index.js",
1149
2093
  "types": "./node/images/transform/operations/overlay/index.d.ts"
1150
2094
  },
2095
+ "./node/images/transform/operations/overlay/index.js": {
2096
+ "import": "./node/images/transform/operations/overlay/index.js"
2097
+ },
1151
2098
  "./node/images/transform/operations/resize": {
1152
2099
  "import": "./node/images/transform/operations/resize/index.js",
1153
2100
  "types": "./node/images/transform/operations/resize/index.d.ts"
1154
2101
  },
2102
+ "./node/images/transform/operations/resize/index.js": {
2103
+ "import": "./node/images/transform/operations/resize/index.js"
2104
+ },
1155
2105
  "./node/images/transform/operations/rotate": {
1156
2106
  "import": "./node/images/transform/operations/rotate/index.js",
1157
2107
  "types": "./node/images/transform/operations/rotate/index.d.ts"
1158
2108
  },
2109
+ "./node/images/transform/operations/rotate/index.js": {
2110
+ "import": "./node/images/transform/operations/rotate/index.js"
2111
+ },
1159
2112
  "./node/images/transform/operations/saturate": {
1160
2113
  "import": "./node/images/transform/operations/saturate/index.js",
1161
2114
  "types": "./node/images/transform/operations/saturate/index.d.ts"
1162
2115
  },
2116
+ "./node/images/transform/operations/saturate/index.js": {
2117
+ "import": "./node/images/transform/operations/saturate/index.js"
2118
+ },
1163
2119
  "./node/images/utils": {
1164
2120
  "import": "./node/images/utils/index.js",
1165
2121
  "types": "./node/images/utils/index.d.ts"
1166
2122
  },
2123
+ "./node/images/utils/index.js": {
2124
+ "import": "./node/images/utils/index.js"
2125
+ },
2126
+ "./node/index.js": {
2127
+ "import": "./node/index.js"
2128
+ },
1167
2129
  "./node/process": {
1168
2130
  "import": "./node/process/index.js",
1169
2131
  "types": "./node/process/index.d.ts"
1170
2132
  },
2133
+ "./node/process/index.js": {
2134
+ "import": "./node/process/index.js"
2135
+ },
1171
2136
  "./node/process/on-exit": {
1172
2137
  "import": "./node/process/on-exit/index.js",
1173
2138
  "types": "./node/process/on-exit/index.d.ts"
1174
2139
  },
2140
+ "./node/process/on-exit/index.js": {
2141
+ "import": "./node/process/on-exit/index.js"
2142
+ },
1175
2143
  "./node/process/prompt-continue": {
1176
2144
  "import": "./node/process/prompt-continue/index.js",
1177
2145
  "types": "./node/process/prompt-continue/index.d.ts"
1178
2146
  },
2147
+ "./node/process/prompt-continue/index.js": {
2148
+ "import": "./node/process/prompt-continue/index.js"
2149
+ },
1179
2150
  "./node/process/spawner": {
1180
2151
  "import": "./node/process/spawner/index.js",
1181
2152
  "types": "./node/process/spawner/index.d.ts"
1182
2153
  },
2154
+ "./node/process/spawner/index.js": {
2155
+ "import": "./node/process/spawner/index.js"
2156
+ },
1183
2157
  "./node/sftp": {
1184
2158
  "import": "./node/sftp/index.js",
1185
2159
  "types": "./node/sftp/index.d.ts"
@@ -1192,18 +2166,33 @@
1192
2166
  "import": "./node/sftp/directory/copy-dir/index.js",
1193
2167
  "types": "./node/sftp/directory/copy-dir/index.d.ts"
1194
2168
  },
2169
+ "./node/sftp/directory/copy-dir/index.js": {
2170
+ "import": "./node/sftp/directory/copy-dir/index.js"
2171
+ },
2172
+ "./node/sftp/directory/index.js": {
2173
+ "import": "./node/sftp/directory/index.js"
2174
+ },
1195
2175
  "./node/sftp/directory/list": {
1196
2176
  "import": "./node/sftp/directory/list/index.js",
1197
2177
  "types": "./node/sftp/directory/list/index.d.ts"
1198
2178
  },
2179
+ "./node/sftp/directory/list/index.js": {
2180
+ "import": "./node/sftp/directory/list/index.js"
2181
+ },
1199
2182
  "./node/sftp/directory/move-dir": {
1200
2183
  "import": "./node/sftp/directory/move-dir/index.js",
1201
2184
  "types": "./node/sftp/directory/move-dir/index.d.ts"
1202
2185
  },
2186
+ "./node/sftp/directory/move-dir/index.js": {
2187
+ "import": "./node/sftp/directory/move-dir/index.js"
2188
+ },
1203
2189
  "./node/sftp/directory/remove-dir": {
1204
2190
  "import": "./node/sftp/directory/remove-dir/index.js",
1205
2191
  "types": "./node/sftp/directory/remove-dir/index.d.ts"
1206
2192
  },
2193
+ "./node/sftp/directory/remove-dir/index.js": {
2194
+ "import": "./node/sftp/directory/remove-dir/index.js"
2195
+ },
1207
2196
  "./node/sftp/file": {
1208
2197
  "import": "./node/sftp/file/index.js",
1209
2198
  "types": "./node/sftp/file/index.d.ts"
@@ -1212,42 +2201,70 @@
1212
2201
  "import": "./node/sftp/file/copy/index.js",
1213
2202
  "types": "./node/sftp/file/copy/index.d.ts"
1214
2203
  },
2204
+ "./node/sftp/file/copy/index.js": {
2205
+ "import": "./node/sftp/file/copy/index.js"
2206
+ },
1215
2207
  "./node/sftp/file/download": {
1216
2208
  "import": "./node/sftp/file/download/index.js",
1217
2209
  "types": "./node/sftp/file/download/index.d.ts"
1218
2210
  },
2211
+ "./node/sftp/file/download/index.js": {
2212
+ "import": "./node/sftp/file/download/index.js"
2213
+ },
1219
2214
  "./node/sftp/file/exists": {
1220
2215
  "import": "./node/sftp/file/exists/index.js",
1221
2216
  "types": "./node/sftp/file/exists/index.d.ts"
1222
2217
  },
2218
+ "./node/sftp/file/exists/index.js": {
2219
+ "import": "./node/sftp/file/exists/index.js"
2220
+ },
2221
+ "./node/sftp/file/index.js": {
2222
+ "import": "./node/sftp/file/index.js"
2223
+ },
1223
2224
  "./node/sftp/file/move": {
1224
2225
  "import": "./node/sftp/file/move/index.js",
1225
2226
  "types": "./node/sftp/file/move/index.d.ts"
1226
2227
  },
2228
+ "./node/sftp/file/move/index.js": {
2229
+ "import": "./node/sftp/file/move/index.js"
2230
+ },
1227
2231
  "./node/sftp/file/remove": {
1228
2232
  "import": "./node/sftp/file/remove/index.js",
1229
2233
  "types": "./node/sftp/file/remove/index.d.ts"
1230
2234
  },
2235
+ "./node/sftp/file/remove/index.js": {
2236
+ "import": "./node/sftp/file/remove/index.js"
2237
+ },
1231
2238
  "./node/sftp/file/stat": {
1232
2239
  "import": "./node/sftp/file/stat/index.js",
1233
2240
  "types": "./node/sftp/file/stat/index.d.ts"
1234
2241
  },
2242
+ "./node/sftp/file/stat/index.js": {
2243
+ "import": "./node/sftp/file/stat/index.js"
2244
+ },
1235
2245
  "./node/sftp/file/upload": {
1236
2246
  "import": "./node/sftp/file/upload/index.js",
1237
2247
  "types": "./node/sftp/file/upload/index.d.ts"
2248
+ },
2249
+ "./node/sftp/file/upload/index.js": {
2250
+ "import": "./node/sftp/file/upload/index.js"
2251
+ },
2252
+ "./node/sftp/index.js": {
2253
+ "import": "./node/sftp/index.js"
1238
2254
  }
1239
2255
  },
1240
2256
  "dependencies": {
1241
- "@aws-sdk/client-s3": "^3.984.0",
1242
- "@aws-sdk/lib-storage": "^3.984.0",
2257
+ "@aws-sdk/client-s3": "^3.999.0",
2258
+ "@aws-sdk/lib-storage": "^3.999.0",
1243
2259
  "@google-cloud/storage": "^7.19.0",
1244
- "@inquirer/prompts": "^8.2.0",
2260
+ "@inquirer/prompts": "^8.3.0",
1245
2261
  "ansi-regex": "^6.2.2",
1246
2262
  "archiver": "^7.0.1",
1247
2263
  "basic-ftp": "^5.1.0",
1248
2264
  "chalk": "^5.6.2",
1249
2265
  "express": "^5.2.1",
1250
2266
  "multer": "^2.0.0",
2267
+ "preact-render-to-string": "^6.6.6",
1251
2268
  "quantize": "^1.0.2",
1252
2269
  "react": "^19.2.4",
1253
2270
  "react-dom": "^19.2.4",
@@ -1264,12 +2281,12 @@
1264
2281
  "@testing-library/react": "^16.3.2",
1265
2282
  "@types/archiver": "^7.0.0",
1266
2283
  "@types/express": "^5.0.6",
1267
- "@types/jsdom": "^27.0.0",
2284
+ "@types/jsdom": "^28.0.0",
1268
2285
  "@types/multer": "^2.0.0",
1269
- "@types/node": "^25.2.1",
2286
+ "@types/node": "^25.3.2",
1270
2287
  "@types/prompts": "^2.4.9",
1271
2288
  "@types/quantize": "^1.0.2",
1272
- "@types/react": "^19.2.13",
2289
+ "@types/react": "^19.2.14",
1273
2290
  "@types/react-dom": "^19.2.3",
1274
2291
  "@types/semver": "^7.7.1",
1275
2292
  "@types/sharp": "^0.31.1",
@@ -1286,11 +2303,11 @@
1286
2303
  "eslint-plugin-import": "^2.32.0",
1287
2304
  "eslint-plugin-n": "^16.2.0",
1288
2305
  "eslint-plugin-promise": "^6.1.1",
1289
- "jsdom": "^28.0.0",
2306
+ "jsdom": "^28.1.0",
1290
2307
  "prompts": "^2.4.2",
1291
- "puppeteer": "^24.37.1",
2308
+ "puppeteer": "^24.37.5",
1292
2309
  "semver": "^7.7.4",
1293
- "simple-git": "^3.30.0",
2310
+ "simple-git": "^3.32.3",
1294
2311
  "standard": "^17.1.2",
1295
2312
  "typescript": "^5.3.3",
1296
2313
  "vitest": "^4.0.18"