core.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "assert": true,
  3. "assert/strict": ">= 15",
  4. "async_hooks": ">= 8",
  5. "buffer_ieee754": "< 0.9.7",
  6. "buffer": true,
  7. "child_process": true,
  8. "cluster": true,
  9. "console": true,
  10. "constants": true,
  11. "crypto": true,
  12. "_debug_agent": ">= 1 && < 8",
  13. "_debugger": "< 8",
  14. "dgram": true,
  15. "diagnostics_channel": ">= 15.1",
  16. "dns": true,
  17. "dns/promises": ">= 15",
  18. "domain": ">= 0.7.12",
  19. "events": true,
  20. "freelist": "< 6",
  21. "fs": true,
  22. "fs/promises": [">= 10 && < 10.1", ">= 14"],
  23. "_http_agent": ">= 0.11.1",
  24. "_http_client": ">= 0.11.1",
  25. "_http_common": ">= 0.11.1",
  26. "_http_incoming": ">= 0.11.1",
  27. "_http_outgoing": ">= 0.11.1",
  28. "_http_server": ">= 0.11.1",
  29. "http": true,
  30. "http2": ">= 8.8",
  31. "https": true,
  32. "inspector": ">= 8.0.0",
  33. "_linklist": "< 8",
  34. "module": true,
  35. "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",
  39. "os": true,
  40. "path": true,
  41. "path/posix": ">= 15.3",
  42. "path/win32": ">= 15.3",
  43. "perf_hooks": ">= 8.5",
  44. "process": ">= 1",
  45. "punycode": true,
  46. "querystring": true,
  47. "readline": true,
  48. "repl": true,
  49. "smalloc": ">= 0.11.5 && < 3",
  50. "_stream_duplex": ">= 0.9.4",
  51. "_stream_transform": ">= 0.9.4",
  52. "_stream_wrap": ">= 1.4.1",
  53. "_stream_passthrough": ">= 0.9.4",
  54. "_stream_readable": ">= 0.9.4",
  55. "_stream_writable": ">= 0.9.4",
  56. "stream": true,
  57. "stream/promises": ">= 15",
  58. "string_decoder": true,
  59. "sys": [">= 0.6 && < 0.7", ">= 0.8"],
  60. "timers": true,
  61. "timers/promises": ">= 15",
  62. "_tls_common": ">= 0.11.13",
  63. "_tls_legacy": ">= 0.11.3 && < 10",
  64. "_tls_wrap": ">= 0.11.3",
  65. "tls": true,
  66. "trace_events": ">= 10",
  67. "tty": true,
  68. "url": true,
  69. "util": true,
  70. "util/types": ">= 15.3",
  71. "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"],
  78. "v8": ">= 1",
  79. "vm": true,
  80. "wasi": ">= 13.4 && < 13.5",
  81. "worker_threads": ">= 11.7",
  82. "zlib": true
  83. }