|
5 | 5 | "node:assert/strict": ">= 16",
|
6 | 6 | "async_hooks": ">= 8",
|
7 | 7 | "node:async_hooks": [">= 14.18 && < 15", ">= 16"],
|
8 |
| - "buffer_ieee754": "< 0.9.7", |
| 8 | + "buffer_ieee754": ">= 0.5 && < 0.9.7", |
9 | 9 | "buffer": true,
|
10 | 10 | "node:buffer": [">= 14.18 && < 15", ">= 16"],
|
11 | 11 | "child_process": true,
|
12 | 12 | "node:child_process": [">= 14.18 && < 15", ">= 16"],
|
13 |
| - "cluster": true, |
| 13 | + "cluster": ">= 0.5", |
14 | 14 | "node:cluster": [">= 14.18 && < 15", ">= 16"],
|
15 | 15 | "console": true,
|
16 | 16 | "node:console": [">= 14.18 && < 15", ">= 16"],
|
|
77 | 77 | "node:perf_hooks": [">= 14.18 && < 15", ">= 16"],
|
78 | 78 | "process": ">= 1",
|
79 | 79 | "node:process": [">= 14.18 && < 15", ">= 16"],
|
80 |
| - "punycode": true, |
| 80 | + "punycode": ">= 0.5", |
81 | 81 | "node:punycode": [">= 14.18 && < 15", ">= 16"],
|
82 | 82 | "querystring": true,
|
83 | 83 | "node:querystring": [">= 14.18 && < 15", ">= 16"],
|
|
110 | 110 | "node:stream/web": ">= 16.5",
|
111 | 111 | "string_decoder": true,
|
112 | 112 | "node:string_decoder": [">= 14.18 && < 15", ">= 16"],
|
113 |
| - "sys": [">= 0.6 && < 0.7", ">= 0.8"], |
| 113 | + "sys": [">= 0.4 && < 0.7", ">= 0.8"], |
114 | 114 | "node:sys": [">= 14.18 && < 15", ">= 16"],
|
115 | 115 | "timers": true,
|
116 | 116 | "node:timers": [">= 14.18 && < 15", ">= 16"],
|
|
147 | 147 | "wasi": ">= 13.4 && < 13.5",
|
148 | 148 | "worker_threads": ">= 11.7",
|
149 | 149 | "node:worker_threads": [">= 14.18 && < 15", ">= 16"],
|
150 |
| - "zlib": true, |
| 150 | + "zlib": ">= 0.5", |
151 | 151 | "node:zlib": [">= 14.18 && < 15", ">= 16"]
|
152 | 152 | }
|
0 commit comments