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