thlorenz / dynamic-dedupe
Dedupes node modules as they are being required which works even when dependencies are linked via ln -s or npm link.
☆11Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for dynamic-dedupe
- Standard NPM Package Format☆42Updated 2 years ago
- Find and load config from package.json, rc file or whatever format it is☆24Updated last year
- random string generator☆29Updated 5 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Get the file extension and MIME type from a file☆25Updated 7 years ago
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- One babel preset to rule all your Preact apps.☆11Updated 2 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 3 years ago
- 👩💻 API generator that lets you write code as if you had serverside eval on the client☆17Updated last year
- Prints the current date and time as a UNIX timestamp or custom format☆46Updated 3 years ago
- Take care of your spawn()☆79Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Tests whether one path is inside another path☆41Updated 4 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- Check if a string matches the name of a Node.js builtin module☆58Updated 6 months ago
- 🎴 Sharable webpack config, a higher-level approach.☆31Updated 7 years ago
- A better `Promise.race()`☆46Updated last year
- A babel preset that produces smallest possible code.☆40Updated 2 years ago
- Tiny type-safe event emitter☆26Updated 11 months ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 7 years ago
- Get a description of a JS object's shape.☆25Updated 7 years ago
- Delaying responses for resources by URL RegExp☆20Updated 6 years ago
- An asynchronous middleware pattern☆27Updated 11 months ago
- ⚓️ Smoothly scroll to #anchors☆26Updated last year
- ESLint configuration for Vue.js app (extends from @sindresorhus / xo)☆14Updated 2 years ago
- Fast, disk space efficient installation engine. Used by pnpm☆24Updated 6 years ago
- Rewrite `import` statements as `require()`s; via RegExp