An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with require

A curated list of projects in awesome lists tagged with require .

https://github.com/browserify/resolve

Implements the node.js require.resolve() algorithm

javascript module modules node nodejs require resolve resolver

Last synced: 12 May 2025

https://github.com/shipmonk-rnd/composer-dependency-analyser

🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies)

analyzer checker composer dead-code dependencies require soft-dependencies unused-dependencies

Last synced: 14 May 2025

https://github.com/agoldis/webpack-require-from

Webpack plugin that allows to configure path or URL for fetching dynamic imports

code-splitting dynamic hacktoberfest import javascript require webpack webpack-plugin

Last synced: 04 Apr 2025

https://github.com/edgardleal/require-vuejs

RequireJS plugin to async and dynamic load and parse .vue components

amd async dynamic javascript require requirejs requirejs-plugin vue vue-components vuejs vuejs2

Last synced: 07 Apr 2025

https://github.com/mmomtchev/pymport

Use Python libraries from Node.js

compatibility-layer import nodejs numpy pandas python require

Last synced: 04 Apr 2025

https://github.com/bahmutov/really-need

Node require wrapper with options for cache busting, pre- and post-processing

mock mocking node require testing

Last synced: 29 Sep 2025

https://github.com/sindresorhus/strict-import

Prevent `require` from searching upwards for required modules

import node-modules nodejs npm-package require

Last synced: 14 Sep 2025

https://github.com/nuz-app/nuz

🔮 Nuz is an open-source project, the runtime package manager for web platform.

architecture cli frontends importer microfrontends nuz package-manager react registry require resolver runtime standalone typescript web

Last synced: 01 Oct 2025

https://github.com/webdevstudios/wds-required-plugins

Make certain plugins required so that they cannot be (easily) deactivated. | Gatekeeper: @aubreypwd

mu-plugins plugins require wordpress

Last synced: 20 Aug 2025

https://github.com/deepal/baapan

✨ Super Cool NPM Playground right on the Node REPL ✨

cli javascript js node-modules nodejs repl replserver require

Last synced: 20 Jun 2025

https://github.com/bahmutov/node-hook

Run source transform function on node require call

hook nodejs require

Last synced: 28 Sep 2025

https://github.com/egoist/konan

find all require/import calls by walking the AST

ast babylon detective import require

Last synced: 11 Sep 2025

https://github.com/radarsu/ts-import

Importing TypeScript files dynamically into JavaScript requires additional compilation step, which is troublesome to write for many. Popular typescript-require package seems to be obsolete and doesn't allow much customization.

compile dynamic import require typescript

Last synced: 04 Apr 2025

https://github.com/jonschlinkert/lazy-cache

Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.

cache javascript object require vanilla

Last synced: 05 Apr 2025

https://github.com/exuanbo/module-from-string

Load module from string using require or import.

esbuild import load module require require-from-string string vm

Last synced: 09 May 2025

https://github.com/BuaBook/kdb-common

kdb+ Core Libraries and Utilities

http-client kdb kdb-library kdbq require websocket-client

Last synced: 02 May 2025

https://github.com/wilsonlewis/require-context

Require a group of modules for Node.js using Webpack syntax.

context javascript modules node require webpack

Last synced: 27 Apr 2025

https://github.com/h2non/requireg

Resolve and require local & global modules in node.js like a boss

global import modules node path require resolve

Last synced: 06 Apr 2025

https://github.com/chenglou/require-polyfill

Make `require` work in browsers, at runtime. No code bundling needed!

browser polyfill require

Last synced: 01 Oct 2025

https://github.com/karthikv/tradeship

Automatically imports missing JavaScript dependencies and removes unused ones.

dependencies es6 import javascript nodejs require

Last synced: 31 Jan 2026

https://github.com/janniks/basetag

⚾️ A better way to import local NodeJS modules

base basetag import local nodejs require tag

Last synced: 16 Mar 2025

https://github.com/zcuric/eslint-plugin-require-sort

ESlint plugin for sorting requires (CommonJS modules) alphabetically

ast commonjs eslint eslint-plugin eslint-rules require sorting

Last synced: 17 Mar 2025

https://github.com/lidianhao123/pullload

移动端 html5 插件,实现下拉刷新,加载更多等功能,支持require.js

loading refresh require

Last synced: 05 Sep 2025

https://github.com/nexdrew/which-module

:m: Find the module object for something that was require()d

import lookup module nodejs require reverse

Last synced: 09 Apr 2025

https://github.com/brrd/electron-require

Simplified require in electron applications

electron require

Last synced: 13 May 2025

https://github.com/gaafar/pkg-require

require node files relative to your package directory

module nodejs require

Last synced: 30 Apr 2025

https://github.com/aniname/directory-import

Module for automatic import of files from a directory and subdirectories (sync and async). You can use imported modules either from the returned object or in the callback function

directory import module modules recursive require subdirectories

Last synced: 09 Apr 2025

https://github.com/jonschlinkert/export-files

node.js utility for exporting a directory of files as modules.

directory export files javascript node nodejs require

Last synced: 19 Apr 2025

https://github.com/suchipi/require-browser

Easy-to-use require function for your browser

beginner-friendly browser commonjs commonjs-modules javascript modules require

Last synced: 05 May 2025

https://github.com/japgolly/webtamp

Asset bundler. Companion to bundlers like Webpack.

asset bundler cdn html javascript manifest require scalajs web

Last synced: 30 Jul 2025

https://github.com/kricsleo/webext-require

🚀 Require npm packages in browser dev-tools.

chrome-extension devtools extension npm require

Last synced: 09 Oct 2025

https://github.com/franckfreiburger/module-invalidate

Invalidate node.js modules loaded through require()

invalidation module nodejs reload require

Last synced: 04 May 2025

https://github.com/privatenumber/fs-require

Create a require() function from any file-system. Great for in-memory fs testing!

fs fs-require memfs require testing

Last synced: 21 Mar 2025

https://github.com/shinnn/is-resolvable

Check if a given module ID is resolvable with require()

check javascript module nodejs path require

Last synced: 09 Apr 2025

https://github.com/wooorm/load-plugin

Load a submodule / plugin

global load plugin prefix require resolve

Last synced: 14 Apr 2025

https://github.com/siddharthkp/babel-plugin-styled-components-require

Babel plugin that adds styled-components import declaration

babel babel-plugin react require styled-components

Last synced: 08 Sep 2025

https://github.com/nktnet1/import-sync

Synchronously and dynamically import ES6 modules in NodeJS

cjs commonjs dynamic es6 escmascript2015 esm export import module nodejs require runtime sync synchronous

Last synced: 14 Apr 2025

https://github.com/jenssimon/babel-plugin-sfcc-modules

Babel plugin to handle non-standard module paths used by Salesforce Commerce Cloud (SFCC)

babel babel-plugin cartridge commercecloud demandware import module require salesforce sfcc sfra supermodule

Last synced: 23 Oct 2025

https://github.com/jonschlinkert/requires-regex

Regular expressions for matching node.js require statements.

javascript nodejs regex regexp regular-expression require requires

Last synced: 07 May 2025

https://github.com/hajnalben/ClickableRequires

Open the required javascript files with a mouseclick in SublimeText3

es6 import javascript require typescript

Last synced: 22 Mar 2025

https://github.com/coreybutler/musthave

A Node.js helper module for checking object elements against a list of required elements.

environment-variables javascript musthave nodejs require validation

Last synced: 23 Mar 2025

https://github.com/jchip/optional-require

NodeJS Require that let you handle module not found error without try/catch

nodejs optional require

Last synced: 17 Mar 2025

https://github.com/bttmly/intercept-require

intercept require() calls

nodejs require

Last synced: 28 Jun 2025

https://github.com/yoyo930021/unplugin-dynamic-resource

A unplugin for support dynamic require resource(png/jpg/svg). Used in shared library when cross bundler in monorepo.

monorepo require unplugin vite webpack

Last synced: 25 Mar 2025

https://github.com/shanamaid/kurumi

Install npm dependencies that run directly in the browser!Imports source code URLs(it must support UMD)! most of all, It don't affect global variable as same as webpack

async async-module brower-webpack code-split esmodule http-require load require script webpack xhr

Last synced: 27 Feb 2026

https://github.com/yogeshlonkar/lua-import

An import function to require modules with relative pattern

import lua require

Last synced: 04 Mar 2026

https://github.com/raisinten/breqd

Builtin module REQuire Durations

nodejs performance require

Last synced: 22 Jul 2025

https://github.com/narazaka/browserfs-module.js

require() with BrowserFS

browserfs nodejs require

Last synced: 13 Apr 2025

https://github.com/tiagodanin/require-from-web

Import/Load/Require module from url

import node-module require

Last synced: 12 Apr 2025

https://github.com/debopamsengupta/requirey

Intelligent multi-version dependency management for npm packages

dependency-manager multi-version npm package require

Last synced: 14 Apr 2025

https://github.com/goto-bus-stop/require-with-global

inject a global variable into a module require() tree

global inject insert mock require variable

Last synced: 16 Apr 2025

https://github.com/alienzhou/babel-plugin-import-customized-require

a babel plugin for ignoring some import syntax, and transforming it to customized require syntax

babel babel-plugin import module-system plugin require webpack

Last synced: 03 Oct 2025

https://github.com/lukechilds/this

Traverses up the directory tree and returns the first module found

module package require test test-utilities test-utils testing testing-tools

Last synced: 28 Apr 2025

https://github.com/yeti-or/required-path

Prepare path for require()

normalize path require

Last synced: 07 Oct 2025

https://github.com/lukechilds/requirable

Enables a module to require itself by name

ava requirable require test testing

Last synced: 24 Oct 2025

https://github.com/wix-incubator/import-path

Improve the import path for your package

cli export import javascript node path require

Last synced: 14 Apr 2025

https://github.com/aero31aero/fuzzquire

Somewhat fuzzy intra-project module loading for NodeJS.

nodejs-modules readability require

Last synced: 12 Apr 2025

https://github.com/suchipi/commonjs-standalone

Standalone CommonJS loader for any JS engine

browser commonjs embedded-js export import javascript loader module node-js require

Last synced: 19 Oct 2025

https://github.com/jrjoacir/require-smasher

A simple way to require ruby files in directories and in its sub-directories, and gems.

directories directory directory-tree gem gems require ruby ruby-files

Last synced: 05 Mar 2026

https://github.com/diegovictor/tsc-path-replacer

NPM Package. Resolve imports/requires alias according to tsconfig paths

alias aliases import javascript js node nodejs npm npm-package package paths require ts tsc tsconfig typescript

Last synced: 26 Sep 2025

https://github.com/raftario/hrts

A dumb TypeScript loader for modern Node.js

import loader node require ts typescript

Last synced: 10 Apr 2025

https://github.com/serapath/npm-require

synchronous global require function for the browser to load commonjs modules from a (relative) path, a URL or npm

browser browser-cdn browserify browserify-cdn install npm require

Last synced: 27 Jul 2025

https://github.com/knowbee/rona

Convert require syntax to ES6 import syntax

convert-to-es6 es6 import require require-to-import requiretoimport transform

Last synced: 17 Jan 2026

https://github.com/mistic/static-fs

:package: A static filesystem to bundle and read files using Node.js

bundler filesystem fs javascript nodejs require static

Last synced: 14 Apr 2025

https://github.com/chocolateboy/true

Automatically return a true value when a file is required

cpan-module perl-module perl-pragma pragma require use xs

Last synced: 15 Apr 2025

https://github.com/chandru415/ngx-requisite

Angular custom validators & utility functions

angular ngx reactiveform-validation reactiveforms require validation

Last synced: 26 Aug 2025

https://github.com/nicejade/simple-resume-tpl

Create an simple resume template used to practice the Foundation framework

foundation6 jquery require template underscore

Last synced: 14 May 2025

https://github.com/carboleda/dynamic-file-loader

Require or import files of directory dynamically

dynamic files import importer nodejs require

Last synced: 19 Feb 2026

https://github.com/75lb/load-module

Node's require with a few extra features

import javascript load module nodejs require

Last synced: 30 Jul 2025

https://github.com/dearblue/mruby-require-plus

extension loader for mruby with Virtual Filesystem support

mrbgems require vfs

Last synced: 20 Aug 2025

https://github.com/maple3142/require-unpkg

require from unpkg.com in browser

browser javascript module require unpkg

Last synced: 29 Jun 2025

https://github.com/knightedcodemonkey/specifier

Node.js tool for parsing imports and rewriting specifiers.

cjs esm export import jsx nodejs require specifier typescript

Last synced: 22 Apr 2025

https://github.com/jcoreio/jscodeshift-transport

jscodeshift transform and API for finding and replacing module names in import/require statements

find-and-replace import import-statements jscodeshift module-name refactoring replace require require-statements

Last synced: 31 Jul 2025

https://github.com/alan-agius4/speedy-require-cache

Speeding up Node by caching the location of modules and files

boot cache fast fastboot module modules node performance require

Last synced: 12 Jul 2025

https://github.com/masotime/require-watch

Automatically refresh require dependencies in NodeJS

dynamic nodejs require

Last synced: 11 Oct 2025

https://github.com/zouloux/amd-lite

Minimal AMD / RequireJS implementation. No plugins, no loaders, only module resolving.

amd api implementation lite minimal require requirejs solid solid-js solidify solidjs typescript

Last synced: 22 Apr 2025

https://github.com/kingback/babel-plugin-transform-require-default

Auto transform require to require default in Babel 6/7

babel-plugin default require

Last synced: 26 Jan 2026

https://github.com/bharathvaj-ganesan/effortless-require

Effortlessly require node modules. No more multiple requires in code. :smile: :100:

easy-to-use hacktoberfest nodejs-modules npm-package require

Last synced: 01 Mar 2025

https://github.com/rodgeraraujo/uses-js

A simple JavaScript file and module loader by namespace.

import javascript js module node require

Last synced: 06 Jul 2025

https://github.com/gngeorgiev/lrequire

:boom: Live-require npm modules, without installing them first.

live npm require

Last synced: 10 Mar 2025

https://github.com/rferro/interpreting

Require any file extension of interpret dictionary.

babel coffee interpret require

Last synced: 14 Apr 2025

https://github.com/bartozzz/scan-dir

Searches for files in a directory and executes a callback for each. All insecure symlinks, dotfiles and files without extension are ignored.

autoloader directory files fs import require

Last synced: 03 Feb 2026

https://github.com/joshmerlino/async-require-context

A rewritten version of @wilsonlewis' require-context package that utilizes modern technologies.

async npm recursive require require-context typescript

Last synced: 05 Sep 2025

https://github.com/sshaw/require3

Kernel#require something and make it accessible via a different namespace.

alias import metaprogramming namespace require ruby

Last synced: 22 Feb 2026

https://github.com/andrej-dyck/dotnet-extensions-require

📦 Require Expressions - A pre-condition checks library for .Net via extensions methods on types.

argument-checks code-contracts csharp dotnet extension-methods guard nuget-package preconditions require

Last synced: 14 Jan 2026

https://github.com/7elven/abrequire

Better local require

absolute nodejs path require

Last synced: 29 Dec 2025

https://github.com/a-la/import

A set of rules for ÀLaMode to transpile import statements into require in Node.JS.

alamode ecmascript6 es6 export import modules regex require transpiler

Last synced: 23 Feb 2025

https://github.com/bahmutov/require-and-forget

Require Node module and immediately remove it from module cache to force loading again next time

cache load node npm require utility

Last synced: 28 Sep 2025

https://github.com/amio/require-cjs-string

Load commonjs module from string in Node & Browser.

cjs commonjs module parser require

Last synced: 21 Mar 2025

https://github.com/zkochan/self-import

Allows requiring of own modules like dependency modules

import node nodejs require

Last synced: 12 Nov 2025

https://github.com/swagdevops/ruby-grouik

Programmable Inclusions Generator

cli rake require ruby

Last synced: 15 May 2025

https://github.com/kayslay/require_all

An npm module to require all javascript or json files in a directory

javascript nodejs npm recursive-require require

Last synced: 22 Jan 2026