Showing 1-20 of 434,353 packages
The closest you can get to require something with bypassing the require cache
clear require cache upon webpack compiler afterEmit hook
decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects.
Require a file without adding it into the require cache
Simple API for capturing and resetting Node's require() cache state
Get one of the module's parents, cleaning the require cache
Bypass the require cache when requiring a module – works with both node and browserify
A simple module that makes ignoring the node require cache easy.
Removes a module and all of its dependents from the require cache
Control require cache, take snapshots and restore. Useful when testing code.
A userland re-implementation of `require` for node.js. Useful in situations where you need a separate require cache and loader that can be intricately managed in tests.
clear require cache from webpack
delete NodeJS require cache
This module helps you clear require cache by module id.
A cache object that deletes the least-recently-used items.
Require hook for automatic V8 compile cache persistence
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
🤕 Create modifiers to require cache based on path (e.g. `__dirname`)
Bypass the require cache when requiring a module – works with both node and browserify
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run