Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

80 рядки
2.4 KiB

3 роки тому
  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. "perf_hooks": ">= 8.5",
  42. "process": ">= 1",
  43. "punycode": true,
  44. "querystring": true,
  45. "readline": true,
  46. "repl": true,
  47. "smalloc": ">= 0.11.5 && < 3",
  48. "_stream_duplex": ">= 0.9.4",
  49. "_stream_transform": ">= 0.9.4",
  50. "_stream_wrap": ">= 1.4.1",
  51. "_stream_passthrough": ">= 0.9.4",
  52. "_stream_readable": ">= 0.9.4",
  53. "_stream_writable": ">= 0.9.4",
  54. "stream": true,
  55. "stream/promises": ">= 15",
  56. "string_decoder": true,
  57. "sys": [">= 0.6 && < 0.7", ">= 0.8"],
  58. "timers": true,
  59. "timers/promises": ">= 15",
  60. "_tls_common": ">= 0.11.13",
  61. "_tls_legacy": ">= 0.11.3 && < 10",
  62. "_tls_wrap": ">= 0.11.3",
  63. "tls": true,
  64. "trace_events": ">= 10",
  65. "tty": true,
  66. "url": true,
  67. "util": true,
  68. "v8/tools/arguments": ">= 10 && < 12",
  69. "v8/tools/codemap": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  70. "v8/tools/consarray": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  71. "v8/tools/csvparser": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  72. "v8/tools/logreader": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  73. "v8/tools/profile_view": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  74. "v8/tools/splaytree": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
  75. "v8": ">= 1",
  76. "vm": true,
  77. "wasi": ">= 13.4 && < 13.5",
  78. "worker_threads": ">= 11.7",
  79. "zlib": true
  80. }