diff options
Diffstat (limited to 'deps/npm/node_modules/builtins/builtins.json')
-rw-r--r-- | deps/npm/node_modules/builtins/builtins.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/deps/npm/node_modules/builtins/builtins.json b/deps/npm/node_modules/builtins/builtins.json new file mode 100644 index 0000000000..45c0522564 --- /dev/null +++ b/deps/npm/node_modules/builtins/builtins.json @@ -0,0 +1,35 @@ +[ + "assert", + "buffer", + "child_process", + "cluster", + "console", + "constants", + "crypto", + "dgram", + "dns", + "domain", + "events", + "fs", + "http", + "https", + "module", + "net", + "os", + "path", + "process", + "punycode", + "querystring", + "readline", + "repl", + "stream", + "string_decoder", + "timers", + "tls", + "tty", + "url", + "util", + "v8", + "vm", + "zlib" +] |