|
1 | 1 | { |
2 | 2 | "assert": true, |
| 3 | + "node:assert": ">= 16", |
3 | 4 | "assert/strict": ">= 15", |
| 5 | + "node:assert/strict": ">= 16", |
4 | 6 | "async_hooks": ">= 8", |
| 7 | + "node:async_hooks": ">= 16", |
5 | 8 | "buffer_ieee754": "< 0.9.7", |
6 | 9 | "buffer": true, |
| 10 | + "node:buffer": ">= 16", |
7 | 11 | "child_process": true, |
| 12 | + "node:child_process": ">= 16", |
8 | 13 | "cluster": true, |
| 14 | + "node:cluster": ">= 16", |
9 | 15 | "console": true, |
| 16 | + "node:console": ">= 16", |
10 | 17 | "constants": true, |
| 18 | + "node:constants": ">= 16", |
11 | 19 | "crypto": true, |
| 20 | + "node:crypto": ">= 16", |
12 | 21 | "_debug_agent": ">= 1 && < 8", |
13 | 22 | "_debugger": "< 8", |
14 | 23 | "dgram": true, |
| 24 | + "node:dgram": ">= 16", |
15 | 25 | "diagnostics_channel": ">= 15.1", |
| 26 | + "node:diagnostics_channel": ">= 16", |
16 | 27 | "dns": true, |
| 28 | + "node:dns": ">= 16", |
17 | 29 | "dns/promises": ">= 15", |
| 30 | + "node:dns/promises": ">= 16", |
18 | 31 | "domain": ">= 0.7.12", |
| 32 | + "node:domain": ">= 16", |
19 | 33 | "events": true, |
| 34 | + "node:events": ">= 16", |
20 | 35 | "freelist": "< 6", |
21 | 36 | "fs": true, |
| 37 | + "node:fs": ">= 16", |
22 | 38 | "fs/promises": [">= 10 && < 10.1", ">= 14"], |
| 39 | + "node:fs/promises": ">= 16", |
23 | 40 | "_http_agent": ">= 0.11.1", |
| 41 | + "node:_http_agent": ">= 16", |
24 | 42 | "_http_client": ">= 0.11.1", |
| 43 | + "node:_http_client": ">= 16", |
25 | 44 | "_http_common": ">= 0.11.1", |
| 45 | + "node:_http_common": ">= 16", |
26 | 46 | "_http_incoming": ">= 0.11.1", |
| 47 | + "node:_http_incoming": ">= 16", |
27 | 48 | "_http_outgoing": ">= 0.11.1", |
| 49 | + "node:_http_outgoing": ">= 16", |
28 | 50 | "_http_server": ">= 0.11.1", |
| 51 | + "node:_http_server": ">= 16", |
29 | 52 | "http": true, |
| 53 | + "node:http": ">= 16", |
30 | 54 | "http2": ">= 8.8", |
| 55 | + "node:http2": ">= 16", |
31 | 56 | "https": true, |
| 57 | + "node:https": ">= 16", |
32 | 58 | "inspector": ">= 8", |
| 59 | + "node:inspector": ">= 16", |
33 | 60 | "_linklist": "< 8", |
34 | 61 | "module": true, |
| 62 | + "node:module": ">= 16", |
35 | 63 | "net": true, |
| 64 | + "node:net": ">= 16", |
36 | 65 | "node-inspect/lib/_inspect": ">= 7.6 && < 12", |
37 | 66 | "node-inspect/lib/internal/inspect_client": ">= 7.6 && < 12", |
38 | 67 | "node-inspect/lib/internal/inspect_repl": ">= 7.6 && < 12", |
39 | 68 | "os": true, |
| 69 | + "node:os": ">= 16", |
40 | 70 | "path": true, |
| 71 | + "node:path": ">= 16", |
41 | 72 | "path/posix": ">= 15.3", |
| 73 | + "node:path/posix": ">= 16", |
42 | 74 | "path/win32": ">= 15.3", |
| 75 | + "node:path/win32": ">= 16", |
43 | 76 | "perf_hooks": ">= 8.5", |
| 77 | + "node:perf_hooks": ">= 16", |
44 | 78 | "process": ">= 1", |
| 79 | + "node:process": ">= 16", |
45 | 80 | "punycode": true, |
| 81 | + "node:punycode": ">= 16", |
46 | 82 | "querystring": true, |
| 83 | + "node:querystring": ">= 16", |
47 | 84 | "readline": true, |
| 85 | + "node:readline": ">= 16", |
48 | 86 | "repl": true, |
| 87 | + "node:repl": ">= 16", |
49 | 88 | "smalloc": ">= 0.11.5 && < 3", |
50 | 89 | "_stream_duplex": ">= 0.9.4", |
| 90 | + "node:_stream_duplex": ">= 16", |
51 | 91 | "_stream_transform": ">= 0.9.4", |
| 92 | + "node:_stream_transform": ">= 16", |
52 | 93 | "_stream_wrap": ">= 1.4.1", |
| 94 | + "node:_stream_wrap": ">= 16", |
53 | 95 | "_stream_passthrough": ">= 0.9.4", |
| 96 | + "node:_stream_passthrough": ">= 16", |
54 | 97 | "_stream_readable": ">= 0.9.4", |
| 98 | + "node:_stream_readable": ">= 16", |
55 | 99 | "_stream_writable": ">= 0.9.4", |
| 100 | + "node:_stream_writable": ">= 16", |
56 | 101 | "stream": true, |
| 102 | + "node:stream": ">= 16", |
57 | 103 | "stream/promises": ">= 15", |
| 104 | + "node:stream/promises": ">= 16", |
58 | 105 | "string_decoder": true, |
| 106 | + "node:string_decoder": ">= 16", |
59 | 107 | "sys": [">= 0.6 && < 0.7", ">= 0.8"], |
| 108 | + "node:sys": ">= 16", |
60 | 109 | "timers": true, |
| 110 | + "node:timers": ">= 16", |
61 | 111 | "timers/promises": ">= 15", |
| 112 | + "node:timers/promises": ">= 16", |
62 | 113 | "_tls_common": ">= 0.11.13", |
| 114 | + "node:_tls_common": ">= 16", |
63 | 115 | "_tls_legacy": ">= 0.11.3 && < 10", |
64 | 116 | "_tls_wrap": ">= 0.11.3", |
| 117 | + "node:_tls_wrap": ">= 16", |
65 | 118 | "tls": true, |
| 119 | + "node:tls": ">= 16", |
66 | 120 | "trace_events": ">= 10", |
| 121 | + "node:trace_events": ">= 16", |
67 | 122 | "tty": true, |
| 123 | + "node:tty": ">= 16", |
68 | 124 | "url": true, |
| 125 | + "node:url": ">= 16", |
69 | 126 | "util": true, |
| 127 | + "node:util": ">= 16", |
70 | 128 | "util/types": ">= 15.3", |
| 129 | + "node:util/types": ">= 16", |
71 | 130 | "v8/tools/arguments": ">= 10 && < 12", |
72 | 131 | "v8/tools/codemap": [">= 4.4 && < 5", ">= 5.2 && < 12"], |
73 | 132 | "v8/tools/consarray": [">= 4.4 && < 5", ">= 5.2 && < 12"], |
|
76 | 135 | "v8/tools/profile_view": [">= 4.4 && < 5", ">= 5.2 && < 12"], |
77 | 136 | "v8/tools/splaytree": [">= 4.4 && < 5", ">= 5.2 && < 12"], |
78 | 137 | "v8": ">= 1", |
| 138 | + "node:v8": ">= 16", |
79 | 139 | "vm": true, |
| 140 | + "node:vm": ">= 16", |
80 | 141 | "wasi": ">= 13.4 && < 13.5", |
81 | 142 | "worker_threads": ">= 11.7", |
82 | | - "zlib": true |
| 143 | + "node:worker_threads": ">= 16", |
| 144 | + "zlib": true, |
| 145 | + "node:zlib": ">= 16" |
83 | 146 | } |
0 commit comments