core.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "dns": true,
  16. "dns/promises": ">= 15",
  17. "domain": ">= 0.7.12",
  18. "events": true,
  19. "freelist": "< 6",
  20. "fs": true,
  21. "fs/promises": [">= 10 && < 10.1", ">= 14"],
  22. "_http_agent": ">= 0.11.1",
  23. "_http_client": ">= 0.11.1",
  24. "_http_common": ">= 0.11.1",
  25. "_http_incoming": ">= 0.11.1",
  26. "_http_outgoing": ">= 0.11.1",
  27. "_http_server": ">= 0.11.1",
  28. "http": true,
  29. "http2": ">= 8.8",
  30. "https": true,
  31. "inspector": ">= 8.0.0",
  32. "_linklist": "< 8",
  33. "module": true,
  34. "net": true,
  35. "node-inspect/lib/_inspect": ">= 7.6.0 && < 12",
  36. "node-inspect/lib/internal/inspect_client": ">= 7.6.0 && < 12",
  37. "node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12",
  38. "os": true,
  39. "path": true,
  40. "perf_hooks": ">= 8.5",
  41. "process": ">= 1",
  42. "punycode": true,
  43. "querystring": true,
  44. "readline": true,
  45. "repl": true,
  46. "smalloc": ">= 0.11.5 && < 3",
  47. "_stream_duplex": ">= 0.9.4",
  48. "_stream_transform": ">= 0.9.4",
  49. "_stream_wrap": ">= 1.4.1",
  50. "_stream_passthrough": ">= 0.9.4",
  51. "_stream_readable": ">= 0.9.4",
  52. "_stream_writable": ">= 0.9.4",
  53. "stream": true,
  54. "stream/promises": ">= 15",
  55. "string_decoder": true,
  56. "sys": [">= 0.6 && < 0.7", ">= 0.8"],
  57. "timers": true,
  58. "timers/promises": ">= 15",
  59. "_tls_common": ">= 0.11.13",
  60. "_tls_legacy": ">= 0.11.3 && < 10",
  61. "_tls_wrap": ">= 0.11.3",
  62. "tls": true,
  63. "trace_events": ">= 10",
  64. "tty": true,
  65. "url": true,
  66. "util": true,
  67. "v8/tools/arguments": ">= 10 && < 12",
  68. "v8/tools/codemap": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  69. "v8/tools/consarray": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  70. "v8/tools/csvparser": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  71. "v8/tools/logreader": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  72. "v8/tools/profile_view": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  73. "v8/tools/splaytree": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  74. "v8": ">= 1",
  75. "vm": true,
  76. "wasi": ">= 13.4 && < 13.5",
  77. "worker_threads": ">= 11.7",
  78. "zlib": true
  79. }