require topic
nuz
🔮 Nuz is an open-source project, the runtime package manager for web platform.
WDS-Required-Plugins
Make certain plugins required so that they cannot be (easily) deactivated. | Gatekeeper: @aubreypwd
node-hook
Run source transform function on node require call
lazy-cache
Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.
strict-import
Prevent `require` from searching upwards for required modules
module-invalidate
Invalidate node.js modules loaded through require()
module-from-string
Load module from string using require or import.
which-module
:m: Find the module object for something that was require()d
console-browserify
Emulate console for all the browsers