core.json 1.9 KB

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