You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

core.json 2.2KB

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