COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220222092253/https://github.com/topics/esmodules
Here are
198 public repositories
matching this topic...
List of functions which you can use to replace moment.js + ESLint Plugin
Updated
Feb 11, 2022
JavaScript
Tomorrow's ECMAScript modules today!
Updated
Jan 13, 2022
JavaScript
A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM
Updated
Feb 17, 2022
JavaScript
Import modules from URL instead of local node_modules
Updated
Feb 12, 2022
JavaScript
Professional backend framework for Node.js
Updated
Feb 21, 2022
JavaScript
zero config, zero dependency bundler for tiny javascript packages
Updated
Feb 21, 2022
JavaScript
A Webpack plugin that works with Babel to allow differential loading - production deployment of ES2015 builds targeted to modern browsers, with an ES5 fallback for legacy browsers.
Updated
Jan 16, 2021
TypeScript
Lightning fast, zero configuration, web application development server
Updated
Dec 19, 2020
JavaScript
A simple plugin that allows you to require globally
Updated
Feb 19, 2016
JavaScript
△ Dead simple modular JavaScript framework for ES modules.
Updated
Jan 18, 2021
JavaScript
Breakdown of 7 different ways to use ES modules with npm today.
Updated
Feb 11, 2022
JavaScript
🍣 Expertly rolled JavaScript. CLI + library for bundling JavaScript with Rollup.js
Updated
May 2, 2019
CoffeeScript
The Ridiculous Application of Reduce
Updated
Nov 15, 2021
JavaScript
Create `esm` enabled packages.
Updated
May 16, 2019
JavaScript
Minimal ECMAScript Module test runner
Updated
Feb 14, 2022
JavaScript
Pure JavaScript toolkit for data URLs (MessagePack, Base58 and Base62)
Updated
Jan 24, 2022
TypeScript
A simple proof-of-concept for importing HTML Templates into ES Modules
Updated
May 23, 2018
JavaScript
Create Web apps without a bundler
Updated
Feb 22, 2022
JavaScript
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
Updated
Feb 1, 2022
TypeScript
GraphQL data based Static Site Generator.
Updated
Aug 19, 2021
TypeScript
Yet another build tool for libraries, powered by esbuild
Updated
Feb 16, 2022
TypeScript
JSON-RPC 2.0 library with HTTP and WebSockets support for deno and the browser
Updated
Dec 4, 2021
TypeScript
ESM-compatible Tape.js test runner
Updated
Nov 12, 2021
JavaScript
An example of how to use babel as a codemod
Updated
Jan 25, 2021
JavaScript
Simple-yet-complete Pomodoro timer for Firefox and Google Chrome. Built with the WebExtensions API and React.
Updated
Aug 26, 2021
JavaScript
Transform ESM to Common JS for present NodeJS, without any junk wrappers or useless renaming
Updated
Feb 19, 2022
JavaScript
Repo to document all my findings about authoring, publishing and working with commonjs and esm in Node
Updated
Feb 12, 2022
JavaScript
Rollup plugin to transform "bare" import specifiers to absolute URLs in ES modules
Updated
Jun 29, 2020
JavaScript
Improve this page
Add a description, image, and links to the
esmodules
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
esmodules
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like
--registry https://my-registry.comwe could support that use case.I'm wondering if this is how we can make our npm plugin testable too! We could spin up a fake registry since we only ever download the tarball and use the
--registryflag in