egoist/import-http
Import modules from URL instead of local node_modules observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2774
- days_rel: n/a
- days_push: 1338
- n_releases_24m: 0
Adoption not part of the score
1234 stars · 29 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A webpack and Rollup plugin that lets you import JavaScript modules directly from URLs (like unpkg) instead of installing them into node_modules. Remote code is fetched and cached locally at build time, similar to Deno's URL imports.
Use cases
- import npm packages directly from unpkg URLs without installing them
- avoid node_modules bloat in a webpack project
- use Deno-style URL imports in a Rollup build
- prototype quickly without running npm install
- cache remote dependencies locally and refresh them with a reload flag
When to choose
- you use webpack or Rollup and want URL-based module imports
- you want to skip installing dependencies for quick prototypes
- you prefer Deno-like imports in a Node bundler workflow
When to avoid
- you need frequently updated or security-audited dependencies
- your build must work offline without a warm cache
- you use bundlers other than webpack or Rollup
Facets
plugin · maturity maintenance
build-tool package-manager developer-tools web-development frontend developer-tools webpack-plugin rollup-plugin esmodules remote-imports cdn-imports deno-style-imports nodejs javascript
2 sources
- readme: https://github.com/egoist/import-http · fetched 2026-08-28 · 51d6bab3bb41
- registry_npm: https://registry.npmjs.org/import-http · fetched 2026-08-29 · b82da8f9d37f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| egoist/import-http | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="egoist/import-http")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem