etherpad-require-kernel
A reference implementation of a CommonJS module loader for Etherpad.
A reference implementation of a CommonJS module loader for Etherpad.
Safe version of require that returns undefined rather than throwing an error when the module is not found.
NodeJS Require that let you handle module not found error without try/catch
Tests whether an JavaScript AST node is likely to be a valid `require` call.
This module extends the default Node.js require with capabilities to require nested modules, independent on where they are nested.
require/import dependency validation
walk the dependency graph to generate json output that can be fed into browser-pack
Enable ES modules in Node today!
Import config from file safely with defaults
Require module from URL
Easy to use ES6 imports for $http, $log, and other Angular 1 services
expose the content of each file in a folder as an object property.
Regular expression for matching javascript require statements.
Expose the content of each file in a folder as an object property.
Discover the variable names chosen for each of a file's top-level required modules
Solves the relative path problem in Node.js by allowing a require call to reference the current package
check if an AST node is a call to require()
check if an AST node is a call to require()
Bypass the require cache when requiring a module – works with both node and browserify
A simple mock injector compatible needing no instrumentation in the libraries being tested