nitro-nightly 3.1.0-20251028-004953-57503e42 → 3.1.0-20251028-110430-e607b753

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 (155) hide show
  1. package/dist/_build/assets.mjs +235 -0
  2. package/dist/_build/build.mjs +21 -0
  3. package/dist/_build/config.mjs +124 -0
  4. package/dist/_build/info.mjs +39 -0
  5. package/dist/_build/plugins.mjs +1041 -0
  6. package/dist/_build/prepare.mjs +17 -0
  7. package/dist/{_chunks/build2.mjs → _build/rolldown.mjs} +238 -64
  8. package/dist/_build/rollup.mjs +404 -0
  9. package/dist/_build/snapshot.mjs +61 -0
  10. package/dist/_build/types.mjs +268 -0
  11. package/dist/_build/vite.mjs +3266 -0
  12. package/dist/{cli → _cli}/build.mjs +2 -3
  13. package/dist/_cli/dev.mjs +205 -0
  14. package/dist/{cli/index2.mjs → _cli/index.mjs} +1 -2
  15. package/dist/{cli → _cli}/list.mjs +2 -3
  16. package/dist/{cli → _cli}/prepare.mjs +2 -3
  17. package/dist/{cli → _cli}/run.mjs +2 -3
  18. package/dist/_deps/@jridgewell/gen-mapping.mjs +189 -0
  19. package/dist/_deps/@jridgewell/remapping.mjs +137 -0
  20. package/dist/_deps/@jridgewell/resolve-uri.mjs +231 -0
  21. package/dist/_deps/@jridgewell/sourcemap-codec.mjs +173 -0
  22. package/dist/_deps/@jridgewell/trace-mapping.mjs +170 -0
  23. package/dist/_deps/@pi0/vite-plugin-fullstack.mjs +575 -0
  24. package/dist/_deps/@rollup/plugin-alias.mjs +89 -0
  25. package/dist/_deps/@rollup/plugin-commonjs.mjs +2376 -0
  26. package/dist/{_chunks/index2.mjs → _deps/@rollup/plugin-inject.mjs} +5 -90
  27. package/dist/_deps/@rollup/plugin-json.mjs +37 -0
  28. package/dist/_deps/@rollup/plugin-node-resolve.mjs +1386 -0
  29. package/dist/_deps/@rollup/plugin-replace.mjs +133 -0
  30. package/dist/_deps/@rollup/pluginutils.mjs +346 -0
  31. package/dist/_deps/acorn.mjs +6225 -0
  32. package/dist/_deps/c12.mjs +510 -0
  33. package/dist/_deps/chokidar.mjs +1428 -0
  34. package/dist/_deps/citty.mjs +460 -0
  35. package/dist/_deps/commondir.mjs +77 -0
  36. package/dist/_deps/compatx.mjs +76 -0
  37. package/dist/_deps/confbox.mjs +300 -0
  38. package/dist/_deps/debug.mjs +885 -0
  39. package/dist/_deps/deepmerge.mjs +147 -0
  40. package/dist/_deps/depd.mjs +550 -0
  41. package/dist/_deps/dot-prop.mjs +282 -0
  42. package/dist/_deps/dotenv.mjs +555 -0
  43. package/dist/_deps/duplexer.mjs +1 -0
  44. package/dist/_deps/ee-first.mjs +104 -0
  45. package/dist/_deps/encodeurl.mjs +69 -0
  46. package/dist/_deps/escape-html.mjs +87 -0
  47. package/dist/_deps/escape-string-regexp.mjs +13 -0
  48. package/dist/_deps/estree-walker.mjs +433 -0
  49. package/dist/_deps/etag.mjs +147 -0
  50. package/dist/_deps/exsolve.mjs +1416 -0
  51. package/dist/_deps/fdir.mjs +569 -0
  52. package/dist/_deps/fresh.mjs +145 -0
  53. package/dist/_deps/function-bind.mjs +106 -0
  54. package/dist/{_chunks/index4.mjs → _deps/giget.mjs} +21 -776
  55. package/dist/_deps/gzip-size.mjs +19 -0
  56. package/dist/_deps/hasown.mjs +19 -0
  57. package/dist/_deps/http-errors.mjs +307 -0
  58. package/dist/_deps/httpxy.mjs +580 -0
  59. package/dist/_deps/inherits.mjs +57 -0
  60. package/dist/_deps/is-core-module.mjs +596 -0
  61. package/dist/_deps/is-module.mjs +25 -0
  62. package/dist/_deps/is-reference.mjs +31 -0
  63. package/dist/_deps/js-tokens.mjs +411 -0
  64. package/dist/_deps/knitwork.mjs +172 -0
  65. package/dist/_deps/local-pkg.mjs +163 -0
  66. package/dist/_deps/magic-string.mjs +1296 -0
  67. package/dist/_deps/mime-db.mjs +11685 -0
  68. package/dist/_deps/mime-types.mjs +287 -0
  69. package/dist/_deps/mime.mjs +1172 -0
  70. package/dist/_deps/mlly.mjs +2413 -0
  71. package/dist/_deps/ms.mjs +172 -0
  72. package/dist/_deps/node-fetch-native.mjs +3 -0
  73. package/dist/_deps/nypm.mjs +219 -0
  74. package/dist/_deps/on-finished.mjs +246 -0
  75. package/dist/_deps/parseurl.mjs +168 -0
  76. package/dist/_deps/path-parse.mjs +85 -0
  77. package/dist/{_chunks/pathe.M-eThtNZ.mjs → _deps/pathe.mjs} +48 -1
  78. package/dist/_deps/perfect-debounce.mjs +88 -0
  79. package/dist/_deps/picomatch.mjs +2144 -0
  80. package/dist/_deps/pkg-types.mjs +247 -0
  81. package/dist/_deps/pretty-bytes.mjs +180 -0
  82. package/dist/_deps/quansync.mjs +99 -0
  83. package/dist/_deps/range-parser.mjs +171 -0
  84. package/dist/_deps/rc9.mjs +219 -0
  85. package/dist/_deps/readdirp.mjs +245 -0
  86. package/dist/_deps/resolve.mjs +1260 -0
  87. package/dist/_deps/rou3.mjs +326 -0
  88. package/dist/_deps/send.mjs +1022 -0
  89. package/dist/_deps/serve-static.mjs +228 -0
  90. package/dist/_deps/setprototypeof.mjs +26 -0
  91. package/dist/_deps/statuses.mjs +457 -0
  92. package/dist/_deps/strip-literal.mjs +67 -0
  93. package/dist/_deps/supports-color.mjs +44 -0
  94. package/dist/_deps/tinyexec.mjs +552 -0
  95. package/dist/_deps/tinyglobby.mjs +293 -0
  96. package/dist/_deps/toidentifier.mjs +41 -0
  97. package/dist/_deps/ultrahtml.mjs +3 -0
  98. package/dist/_deps/unimport.mjs +2267 -0
  99. package/dist/_deps/unplugin-utils.mjs +65 -0
  100. package/dist/_deps/unplugin.mjs +1294 -0
  101. package/dist/_deps/untyped.mjs +375 -0
  102. package/dist/{_chunks/info.mjs → _deps/unwasm.mjs} +8 -4122
  103. package/dist/_deps/webpack-virtual-modules.mjs +360 -0
  104. package/dist/_presets/_all.mjs +59 -0
  105. package/dist/_presets/_nitro.mjs +74 -0
  106. package/dist/_presets/_resolve.mjs +64 -0
  107. package/dist/_presets/_static.mjs +69 -0
  108. package/dist/_presets/_types.mjs +3 -0
  109. package/dist/_presets/_utils.mjs +31 -0
  110. package/dist/_presets/alwaysdata.mjs +17 -0
  111. package/dist/_presets/aws-amplify.mjs +111 -0
  112. package/dist/_presets/aws-lambda.mjs +23 -0
  113. package/dist/_presets/azure.mjs +162 -0
  114. package/dist/_presets/bun.mjs +19 -0
  115. package/dist/_presets/cleavr.mjs +15 -0
  116. package/dist/_presets/cloudflare.mjs +608 -0
  117. package/dist/_presets/deno.mjs +196 -0
  118. package/dist/_presets/digitalocean.mjs +14 -0
  119. package/dist/_presets/firebase.mjs +47 -0
  120. package/dist/_presets/flightcontrol.mjs +14 -0
  121. package/dist/_presets/genezio.mjs +13 -0
  122. package/dist/_presets/heroku.mjs +14 -0
  123. package/dist/_presets/iis.mjs +194 -0
  124. package/dist/_presets/index.mjs +62 -0
  125. package/dist/_presets/koyeb.mjs +14 -0
  126. package/dist/_presets/netlify.mjs +241 -0
  127. package/dist/_presets/node.mjs +54 -0
  128. package/dist/_presets/platform.mjs +14 -0
  129. package/dist/_presets/render.mjs +14 -0
  130. package/dist/_presets/standard.mjs +23 -0
  131. package/dist/_presets/stormkit.mjs +18 -0
  132. package/dist/_presets/vercel.mjs +365 -0
  133. package/dist/_presets/winterjs.mjs +22 -0
  134. package/dist/_presets/zeabur.mjs +69 -0
  135. package/dist/_presets/zerops.mjs +27 -0
  136. package/dist/cli/index.mjs +7 -464
  137. package/dist/index.mjs +122 -34
  138. package/dist/vite.mjs +118 -44
  139. package/package.json +1 -1
  140. package/dist/_chunks/app.mjs +0 -19797
  141. package/dist/_chunks/build.mjs +0 -86
  142. package/dist/_chunks/build3.mjs +0 -6538
  143. package/dist/_chunks/detect-acorn.mjs +0 -503
  144. package/dist/_chunks/index.mjs +0 -22256
  145. package/dist/_chunks/index3.mjs +0 -1062
  146. package/dist/_chunks/json5.mjs +0 -68
  147. package/dist/_chunks/jsonc.mjs +0 -51
  148. package/dist/_chunks/plugin.mjs +0 -1560
  149. package/dist/_chunks/server.mjs +0 -254
  150. package/dist/_chunks/snapshot.mjs +0 -376
  151. package/dist/_chunks/toml.mjs +0 -259
  152. package/dist/_chunks/yaml.mjs +0 -86
  153. package/dist/cli/dev.mjs +0 -95
  154. package/dist/presets.mjs +0 -2494
  155. /package/dist/{cli → _cli}/common.mjs +0 -0
@@ -0,0 +1,596 @@
1
+ import { r as requireHasown } from './hasown.mjs';
2
+ import { b as getAugmentedNamespace } from './commondir.mjs';
3
+
4
+ const assert = true;
5
+ const async_hooks = ">= 8";
6
+ const buffer_ieee754 = ">= 0.5 && < 0.9.7";
7
+ const buffer = true;
8
+ const child_process = true;
9
+ const cluster = ">= 0.5";
10
+ const console = true;
11
+ const constants = true;
12
+ const crypto = true;
13
+ const _debug_agent = ">= 1 && < 8";
14
+ const _debugger = "< 8";
15
+ const dgram = true;
16
+ const diagnostics_channel = [
17
+ ">= 14.17 && < 15",
18
+ ">= 15.1"
19
+ ];
20
+ const dns = true;
21
+ const domain = ">= 0.7.12";
22
+ const events = true;
23
+ const freelist = "< 6";
24
+ const fs = true;
25
+ const _http_agent = ">= 0.11.1";
26
+ const _http_client = ">= 0.11.1";
27
+ const _http_common = ">= 0.11.1";
28
+ const _http_incoming = ">= 0.11.1";
29
+ const _http_outgoing = ">= 0.11.1";
30
+ const _http_server = ">= 0.11.1";
31
+ const http = true;
32
+ const http2 = ">= 8.8";
33
+ const https = true;
34
+ const inspector = ">= 8";
35
+ const _linklist = "< 8";
36
+ const module = true;
37
+ const net = true;
38
+ const os = true;
39
+ const path = true;
40
+ const perf_hooks = ">= 8.5";
41
+ const process$1 = ">= 1";
42
+ const punycode = ">= 0.5";
43
+ const querystring = true;
44
+ const readline = true;
45
+ const repl = true;
46
+ const smalloc = ">= 0.11.5 && < 3";
47
+ const _stream_duplex = ">= 0.9.4";
48
+ const _stream_transform = ">= 0.9.4";
49
+ const _stream_wrap = ">= 1.4.1";
50
+ const _stream_passthrough = ">= 0.9.4";
51
+ const _stream_readable = ">= 0.9.4";
52
+ const _stream_writable = ">= 0.9.4";
53
+ const stream = true;
54
+ const string_decoder = true;
55
+ const sys = [
56
+ ">= 0.4 && < 0.7",
57
+ ">= 0.8"
58
+ ];
59
+ const timers = true;
60
+ const _tls_common = ">= 0.11.13";
61
+ const _tls_legacy = ">= 0.11.3 && < 10";
62
+ const _tls_wrap = ">= 0.11.3";
63
+ const tls = true;
64
+ const trace_events = ">= 10";
65
+ const tty = true;
66
+ const url = true;
67
+ const util = true;
68
+ const v8 = ">= 1";
69
+ const vm = true;
70
+ const wasi = [
71
+ ">= 13.4 && < 13.5",
72
+ ">= 18.17 && < 19",
73
+ ">= 20"
74
+ ];
75
+ const worker_threads = ">= 11.7";
76
+ const zlib = ">= 0.5";
77
+ const core = {
78
+ assert: assert,
79
+ "node:assert": [
80
+ ">= 14.18 && < 15",
81
+ ">= 16"
82
+ ],
83
+ "assert/strict": ">= 15",
84
+ "node:assert/strict": ">= 16",
85
+ async_hooks: async_hooks,
86
+ "node:async_hooks": [
87
+ ">= 14.18 && < 15",
88
+ ">= 16"
89
+ ],
90
+ buffer_ieee754: buffer_ieee754,
91
+ buffer: buffer,
92
+ "node:buffer": [
93
+ ">= 14.18 && < 15",
94
+ ">= 16"
95
+ ],
96
+ child_process: child_process,
97
+ "node:child_process": [
98
+ ">= 14.18 && < 15",
99
+ ">= 16"
100
+ ],
101
+ cluster: cluster,
102
+ "node:cluster": [
103
+ ">= 14.18 && < 15",
104
+ ">= 16"
105
+ ],
106
+ console: console,
107
+ "node:console": [
108
+ ">= 14.18 && < 15",
109
+ ">= 16"
110
+ ],
111
+ constants: constants,
112
+ "node:constants": [
113
+ ">= 14.18 && < 15",
114
+ ">= 16"
115
+ ],
116
+ crypto: crypto,
117
+ "node:crypto": [
118
+ ">= 14.18 && < 15",
119
+ ">= 16"
120
+ ],
121
+ _debug_agent: _debug_agent,
122
+ _debugger: _debugger,
123
+ dgram: dgram,
124
+ "node:dgram": [
125
+ ">= 14.18 && < 15",
126
+ ">= 16"
127
+ ],
128
+ diagnostics_channel: diagnostics_channel,
129
+ "node:diagnostics_channel": [
130
+ ">= 14.18 && < 15",
131
+ ">= 16"
132
+ ],
133
+ dns: dns,
134
+ "node:dns": [
135
+ ">= 14.18 && < 15",
136
+ ">= 16"
137
+ ],
138
+ "dns/promises": ">= 15",
139
+ "node:dns/promises": ">= 16",
140
+ domain: domain,
141
+ "node:domain": [
142
+ ">= 14.18 && < 15",
143
+ ">= 16"
144
+ ],
145
+ events: events,
146
+ "node:events": [
147
+ ">= 14.18 && < 15",
148
+ ">= 16"
149
+ ],
150
+ freelist: freelist,
151
+ fs: fs,
152
+ "node:fs": [
153
+ ">= 14.18 && < 15",
154
+ ">= 16"
155
+ ],
156
+ "fs/promises": [
157
+ ">= 10 && < 10.1",
158
+ ">= 14"
159
+ ],
160
+ "node:fs/promises": [
161
+ ">= 14.18 && < 15",
162
+ ">= 16"
163
+ ],
164
+ _http_agent: _http_agent,
165
+ "node:_http_agent": [
166
+ ">= 14.18 && < 15",
167
+ ">= 16"
168
+ ],
169
+ _http_client: _http_client,
170
+ "node:_http_client": [
171
+ ">= 14.18 && < 15",
172
+ ">= 16"
173
+ ],
174
+ _http_common: _http_common,
175
+ "node:_http_common": [
176
+ ">= 14.18 && < 15",
177
+ ">= 16"
178
+ ],
179
+ _http_incoming: _http_incoming,
180
+ "node:_http_incoming": [
181
+ ">= 14.18 && < 15",
182
+ ">= 16"
183
+ ],
184
+ _http_outgoing: _http_outgoing,
185
+ "node:_http_outgoing": [
186
+ ">= 14.18 && < 15",
187
+ ">= 16"
188
+ ],
189
+ _http_server: _http_server,
190
+ "node:_http_server": [
191
+ ">= 14.18 && < 15",
192
+ ">= 16"
193
+ ],
194
+ http: http,
195
+ "node:http": [
196
+ ">= 14.18 && < 15",
197
+ ">= 16"
198
+ ],
199
+ http2: http2,
200
+ "node:http2": [
201
+ ">= 14.18 && < 15",
202
+ ">= 16"
203
+ ],
204
+ https: https,
205
+ "node:https": [
206
+ ">= 14.18 && < 15",
207
+ ">= 16"
208
+ ],
209
+ inspector: inspector,
210
+ "node:inspector": [
211
+ ">= 14.18 && < 15",
212
+ ">= 16"
213
+ ],
214
+ "inspector/promises": [
215
+ ">= 19"
216
+ ],
217
+ "node:inspector/promises": [
218
+ ">= 19"
219
+ ],
220
+ _linklist: _linklist,
221
+ module: module,
222
+ "node:module": [
223
+ ">= 14.18 && < 15",
224
+ ">= 16"
225
+ ],
226
+ net: net,
227
+ "node:net": [
228
+ ">= 14.18 && < 15",
229
+ ">= 16"
230
+ ],
231
+ "node-inspect/lib/_inspect": ">= 7.6 && < 12",
232
+ "node-inspect/lib/internal/inspect_client": ">= 7.6 && < 12",
233
+ "node-inspect/lib/internal/inspect_repl": ">= 7.6 && < 12",
234
+ os: os,
235
+ "node:os": [
236
+ ">= 14.18 && < 15",
237
+ ">= 16"
238
+ ],
239
+ path: path,
240
+ "node:path": [
241
+ ">= 14.18 && < 15",
242
+ ">= 16"
243
+ ],
244
+ "path/posix": ">= 15.3",
245
+ "node:path/posix": ">= 16",
246
+ "path/win32": ">= 15.3",
247
+ "node:path/win32": ">= 16",
248
+ perf_hooks: perf_hooks,
249
+ "node:perf_hooks": [
250
+ ">= 14.18 && < 15",
251
+ ">= 16"
252
+ ],
253
+ process: process$1,
254
+ "node:process": [
255
+ ">= 14.18 && < 15",
256
+ ">= 16"
257
+ ],
258
+ punycode: punycode,
259
+ "node:punycode": [
260
+ ">= 14.18 && < 15",
261
+ ">= 16"
262
+ ],
263
+ querystring: querystring,
264
+ "node:querystring": [
265
+ ">= 14.18 && < 15",
266
+ ">= 16"
267
+ ],
268
+ readline: readline,
269
+ "node:readline": [
270
+ ">= 14.18 && < 15",
271
+ ">= 16"
272
+ ],
273
+ "readline/promises": ">= 17",
274
+ "node:readline/promises": ">= 17",
275
+ repl: repl,
276
+ "node:repl": [
277
+ ">= 14.18 && < 15",
278
+ ">= 16"
279
+ ],
280
+ "node:sea": [
281
+ ">= 20.12 && < 21",
282
+ ">= 21.7"
283
+ ],
284
+ smalloc: smalloc,
285
+ "node:sqlite": [
286
+ ">= 22.13 && < 23",
287
+ ">= 23.4"
288
+ ],
289
+ _stream_duplex: _stream_duplex,
290
+ "node:_stream_duplex": [
291
+ ">= 14.18 && < 15",
292
+ ">= 16"
293
+ ],
294
+ _stream_transform: _stream_transform,
295
+ "node:_stream_transform": [
296
+ ">= 14.18 && < 15",
297
+ ">= 16"
298
+ ],
299
+ _stream_wrap: _stream_wrap,
300
+ "node:_stream_wrap": [
301
+ ">= 14.18 && < 15",
302
+ ">= 16"
303
+ ],
304
+ _stream_passthrough: _stream_passthrough,
305
+ "node:_stream_passthrough": [
306
+ ">= 14.18 && < 15",
307
+ ">= 16"
308
+ ],
309
+ _stream_readable: _stream_readable,
310
+ "node:_stream_readable": [
311
+ ">= 14.18 && < 15",
312
+ ">= 16"
313
+ ],
314
+ _stream_writable: _stream_writable,
315
+ "node:_stream_writable": [
316
+ ">= 14.18 && < 15",
317
+ ">= 16"
318
+ ],
319
+ stream: stream,
320
+ "node:stream": [
321
+ ">= 14.18 && < 15",
322
+ ">= 16"
323
+ ],
324
+ "stream/consumers": ">= 16.7",
325
+ "node:stream/consumers": ">= 16.7",
326
+ "stream/promises": ">= 15",
327
+ "node:stream/promises": ">= 16",
328
+ "stream/web": ">= 16.5",
329
+ "node:stream/web": ">= 16.5",
330
+ string_decoder: string_decoder,
331
+ "node:string_decoder": [
332
+ ">= 14.18 && < 15",
333
+ ">= 16"
334
+ ],
335
+ sys: sys,
336
+ "node:sys": [
337
+ ">= 14.18 && < 15",
338
+ ">= 16"
339
+ ],
340
+ "test/reporters": ">= 19.9 && < 20.2",
341
+ "node:test/reporters": [
342
+ ">= 18.17 && < 19",
343
+ ">= 19.9",
344
+ ">= 20"
345
+ ],
346
+ "test/mock_loader": ">= 22.3 && < 22.7",
347
+ "node:test/mock_loader": ">= 22.3 && < 22.7",
348
+ "node:test": [
349
+ ">= 16.17 && < 17",
350
+ ">= 18"
351
+ ],
352
+ timers: timers,
353
+ "node:timers": [
354
+ ">= 14.18 && < 15",
355
+ ">= 16"
356
+ ],
357
+ "timers/promises": ">= 15",
358
+ "node:timers/promises": ">= 16",
359
+ _tls_common: _tls_common,
360
+ "node:_tls_common": [
361
+ ">= 14.18 && < 15",
362
+ ">= 16"
363
+ ],
364
+ _tls_legacy: _tls_legacy,
365
+ _tls_wrap: _tls_wrap,
366
+ "node:_tls_wrap": [
367
+ ">= 14.18 && < 15",
368
+ ">= 16"
369
+ ],
370
+ tls: tls,
371
+ "node:tls": [
372
+ ">= 14.18 && < 15",
373
+ ">= 16"
374
+ ],
375
+ trace_events: trace_events,
376
+ "node:trace_events": [
377
+ ">= 14.18 && < 15",
378
+ ">= 16"
379
+ ],
380
+ tty: tty,
381
+ "node:tty": [
382
+ ">= 14.18 && < 15",
383
+ ">= 16"
384
+ ],
385
+ url: url,
386
+ "node:url": [
387
+ ">= 14.18 && < 15",
388
+ ">= 16"
389
+ ],
390
+ util: util,
391
+ "node:util": [
392
+ ">= 14.18 && < 15",
393
+ ">= 16"
394
+ ],
395
+ "util/types": ">= 15.3",
396
+ "node:util/types": ">= 16",
397
+ "v8/tools/arguments": ">= 10 && < 12",
398
+ "v8/tools/codemap": [
399
+ ">= 4.4 && < 5",
400
+ ">= 5.2 && < 12"
401
+ ],
402
+ "v8/tools/consarray": [
403
+ ">= 4.4 && < 5",
404
+ ">= 5.2 && < 12"
405
+ ],
406
+ "v8/tools/csvparser": [
407
+ ">= 4.4 && < 5",
408
+ ">= 5.2 && < 12"
409
+ ],
410
+ "v8/tools/logreader": [
411
+ ">= 4.4 && < 5",
412
+ ">= 5.2 && < 12"
413
+ ],
414
+ "v8/tools/profile_view": [
415
+ ">= 4.4 && < 5",
416
+ ">= 5.2 && < 12"
417
+ ],
418
+ "v8/tools/splaytree": [
419
+ ">= 4.4 && < 5",
420
+ ">= 5.2 && < 12"
421
+ ],
422
+ v8: v8,
423
+ "node:v8": [
424
+ ">= 14.18 && < 15",
425
+ ">= 16"
426
+ ],
427
+ vm: vm,
428
+ "node:vm": [
429
+ ">= 14.18 && < 15",
430
+ ">= 16"
431
+ ],
432
+ wasi: wasi,
433
+ "node:wasi": [
434
+ ">= 18.17 && < 19",
435
+ ">= 20"
436
+ ],
437
+ worker_threads: worker_threads,
438
+ "node:worker_threads": [
439
+ ">= 14.18 && < 15",
440
+ ">= 16"
441
+ ],
442
+ zlib: zlib,
443
+ "node:zlib": [
444
+ ">= 14.18 && < 15",
445
+ ">= 16"
446
+ ]
447
+ };
448
+
449
+ const core$1 = {
450
+ __proto__: null,
451
+ _debug_agent: _debug_agent,
452
+ _debugger: _debugger,
453
+ _http_agent: _http_agent,
454
+ _http_client: _http_client,
455
+ _http_common: _http_common,
456
+ _http_incoming: _http_incoming,
457
+ _http_outgoing: _http_outgoing,
458
+ _http_server: _http_server,
459
+ _linklist: _linklist,
460
+ _stream_duplex: _stream_duplex,
461
+ _stream_passthrough: _stream_passthrough,
462
+ _stream_readable: _stream_readable,
463
+ _stream_transform: _stream_transform,
464
+ _stream_wrap: _stream_wrap,
465
+ _stream_writable: _stream_writable,
466
+ _tls_common: _tls_common,
467
+ _tls_legacy: _tls_legacy,
468
+ _tls_wrap: _tls_wrap,
469
+ assert: assert,
470
+ async_hooks: async_hooks,
471
+ buffer: buffer,
472
+ buffer_ieee754: buffer_ieee754,
473
+ child_process: child_process,
474
+ cluster: cluster,
475
+ console: console,
476
+ constants: constants,
477
+ crypto: crypto,
478
+ default: core,
479
+ dgram: dgram,
480
+ diagnostics_channel: diagnostics_channel,
481
+ dns: dns,
482
+ domain: domain,
483
+ events: events,
484
+ freelist: freelist,
485
+ fs: fs,
486
+ http: http,
487
+ http2: http2,
488
+ https: https,
489
+ inspector: inspector,
490
+ module: module,
491
+ net: net,
492
+ os: os,
493
+ path: path,
494
+ perf_hooks: perf_hooks,
495
+ process: process$1,
496
+ punycode: punycode,
497
+ querystring: querystring,
498
+ readline: readline,
499
+ repl: repl,
500
+ smalloc: smalloc,
501
+ stream: stream,
502
+ string_decoder: string_decoder,
503
+ sys: sys,
504
+ timers: timers,
505
+ tls: tls,
506
+ trace_events: trace_events,
507
+ tty: tty,
508
+ url: url,
509
+ util: util,
510
+ v8: v8,
511
+ vm: vm,
512
+ wasi: wasi,
513
+ worker_threads: worker_threads,
514
+ zlib: zlib
515
+ };
516
+
517
+ const require$$1 = /*@__PURE__*/getAugmentedNamespace(core$1);
518
+
519
+ var isCoreModule;
520
+ var hasRequiredIsCoreModule;
521
+
522
+ function requireIsCoreModule () {
523
+ if (hasRequiredIsCoreModule) return isCoreModule;
524
+ hasRequiredIsCoreModule = 1;
525
+
526
+ var hasOwn = /*@__PURE__*/ requireHasown();
527
+
528
+ function specifierIncluded(current, specifier) {
529
+ var nodeParts = current.split('.');
530
+ var parts = specifier.split(' ');
531
+ var op = parts.length > 1 ? parts[0] : '=';
532
+ var versionParts = (parts.length > 1 ? parts[1] : parts[0]).split('.');
533
+
534
+ for (var i = 0; i < 3; ++i) {
535
+ var cur = parseInt(nodeParts[i] || 0, 10);
536
+ var ver = parseInt(versionParts[i] || 0, 10);
537
+ if (cur === ver) {
538
+ continue; // eslint-disable-line no-restricted-syntax, no-continue
539
+ }
540
+ if (op === '<') {
541
+ return cur < ver;
542
+ }
543
+ if (op === '>=') {
544
+ return cur >= ver;
545
+ }
546
+ return false;
547
+ }
548
+ return op === '>=';
549
+ }
550
+
551
+ function matchesRange(current, range) {
552
+ var specifiers = range.split(/ ?&& ?/);
553
+ if (specifiers.length === 0) {
554
+ return false;
555
+ }
556
+ for (var i = 0; i < specifiers.length; ++i) {
557
+ if (!specifierIncluded(current, specifiers[i])) {
558
+ return false;
559
+ }
560
+ }
561
+ return true;
562
+ }
563
+
564
+ function versionIncluded(nodeVersion, specifierValue) {
565
+ if (typeof specifierValue === 'boolean') {
566
+ return specifierValue;
567
+ }
568
+
569
+ var current = typeof nodeVersion === 'undefined'
570
+ ? process.versions && process.versions.node
571
+ : nodeVersion;
572
+
573
+ if (typeof current !== 'string') {
574
+ throw new TypeError(typeof nodeVersion === 'undefined' ? 'Unable to determine current node version' : 'If provided, a valid node version is required');
575
+ }
576
+
577
+ if (specifierValue && typeof specifierValue === 'object') {
578
+ for (var i = 0; i < specifierValue.length; ++i) {
579
+ if (matchesRange(current, specifierValue[i])) {
580
+ return true;
581
+ }
582
+ }
583
+ return false;
584
+ }
585
+ return matchesRange(current, specifierValue);
586
+ }
587
+
588
+ var data = require$$1;
589
+
590
+ isCoreModule = function isCore(x, nodeVersion) {
591
+ return hasOwn(data, x) && versionIncluded(nodeVersion, data[x]);
592
+ };
593
+ return isCoreModule;
594
+ }
595
+
596
+ export { requireIsCoreModule as r };
@@ -0,0 +1,25 @@
1
+ import { a as getDefaultExportFromCjs } from './commondir.mjs';
2
+
3
+ var isModule$1;
4
+ var hasRequiredIsModule;
5
+
6
+ function requireIsModule () {
7
+ if (hasRequiredIsModule) return isModule$1;
8
+ hasRequiredIsModule = 1;
9
+ // no idea what these regular expressions do,
10
+ // but i extracted it from https://github.com/yahoo/js-module-formats/blob/master/index.js#L18
11
+ var ES6ImportExportRegExp = /(?:^\s*|[}{\(\);,\n]\s*)(import\s+['"]|(import|module)\s+[^"'\(\)\n;]+\s+from\s+['"]|export\s+(\*|\{|default|function|var|const|let|[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*))/;
12
+
13
+ var ES6AliasRegExp = /(?:^\s*|[}{\(\);,\n]\s*)(export\s*\*\s*from\s*(?:'([^']+)'|"([^"]+)"))/;
14
+
15
+ isModule$1 = function (sauce) {
16
+ return ES6ImportExportRegExp.test(sauce)
17
+ || ES6AliasRegExp.test(sauce);
18
+ };
19
+ return isModule$1;
20
+ }
21
+
22
+ var isModuleExports = requireIsModule();
23
+ const isModule = /*@__PURE__*/getDefaultExportFromCjs(isModuleExports);
24
+
25
+ export { isModule as i };
@@ -0,0 +1,31 @@
1
+ function isReference(node, parent) {
2
+ if (node.type === 'MemberExpression') {
3
+ return !node.computed && isReference(node.object, node);
4
+ }
5
+ if (node.type === 'Identifier') {
6
+ if (!parent)
7
+ return true;
8
+ switch (parent.type) {
9
+ // disregard `bar` in `foo.bar`
10
+ case 'MemberExpression': return parent.computed || node === parent.object;
11
+ // disregard the `foo` in `class {foo(){}}` but keep it in `class {[foo](){}}`
12
+ case 'MethodDefinition': return parent.computed;
13
+ // disregard the `foo` in `class {foo=bar}` but keep it in `class {[foo]=bar}` and `class {bar=foo}`
14
+ case 'FieldDefinition': return parent.computed || node === parent.value;
15
+ // disregard the `bar` in `{ bar: foo }`, but keep it in `{ [bar]: foo }`
16
+ case 'Property': return parent.computed || node === parent.value;
17
+ // disregard the `bar` in `export { foo as bar }` or
18
+ // the foo in `import { foo as bar }`
19
+ case 'ExportSpecifier':
20
+ case 'ImportSpecifier': return node === parent.local;
21
+ // disregard the `foo` in `foo: while (...) { ... break foo; ... continue foo;}`
22
+ case 'LabeledStatement':
23
+ case 'BreakStatement':
24
+ case 'ContinueStatement': return false;
25
+ default: return true;
26
+ }
27
+ }
28
+ return false;
29
+ }
30
+
31
+ export { isReference as i };