UNPKG

meteor-node-stubs

Version:

Stub implementations of Node built-in modules, a la Browserify

41 lines (40 loc) 1.21 kB
{ "assert": "assert/", "buffer": "buffer/", "child_process": null, "cluster": null, "console": "console-browserify", "constants": "constants-browserify", "crypto": "../wrappers/crypto.js", "dgram": null, "dns": null, "domain": "domain-browser", "events": "events/", "fs": null, "http": "stream-http", "https": "https-browserify", "module": "../wrappers/module.js", "net": null, "os": "os-browserify/browser.js", "path": "path-browserify", "process": "process/browser.js", "punycode": "punycode/", "querystring": "querystring-es3/", "readline": null, "repl": null, "stream": "stream-browserify", "_stream_duplex": "readable-stream/lib/_stream_duplex.js", "_stream_passthrough": "readable-stream/lib/_stream_passthrough.js", "_stream_readable": "readable-stream/lib/_stream_readable.js", "_stream_transform": "readable-stream/lib/_stream_transform.js", "_stream_writable": "readable-stream/lib/_stream_writable.js", "string_decoder": "string_decoder/", "sys": "util/util.js", "timers": "timers-browserify", "tls": null, "tty": "tty-browserify", "url": "url/", "util": "util/util.js", "vm": "vm-browserify", "zlib": "browserify-zlib" }