builtin-modules.json 477 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [
  2. "assert",
  3. "async_hooks",
  4. "buffer",
  5. "child_process",
  6. "cluster",
  7. "console",
  8. "constants",
  9. "crypto",
  10. "dgram",
  11. "diagnostics_channel",
  12. "dns",
  13. "domain",
  14. "events",
  15. "fs",
  16. "http",
  17. "http2",
  18. "https",
  19. "inspector",
  20. "module",
  21. "net",
  22. "os",
  23. "path",
  24. "perf_hooks",
  25. "process",
  26. "punycode",
  27. "querystring",
  28. "readline",
  29. "repl",
  30. "stream",
  31. "string_decoder",
  32. "timers",
  33. "tls",
  34. "trace_events",
  35. "tty",
  36. "url",
  37. "util",
  38. "v8",
  39. "vm",
  40. "wasi",
  41. "worker_threads",
  42. "zlib"
  43. ]