An open API service for producing an overview of a list of open source projects.

https://github.com/Septh/rollup-plugin-node-externals

external module node plugin rollup

Score: 27.510410602924992

Last synced: about 23 hours ago
JSON representation

Repository metadata:

A Rollup/Vite plugin that automatically declares NodeJS built-in modules and npm dependencies as 'external'


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 5 months ago

Total Commits: 196
Total Committers: 7
Avg Commits per committer: 28.0
Development Distribution Score (DDS): 0.587

Commits in past year: 30
Committers in past year: 2
Avg Commits per committer in past year: 15.0
Development Distribution Score (DDS) in past year: 0.033

Name Email Commits
Stephan Schreiber S****h 81
Stephan Schreiber s****h 72
Stephan Septh Schreiber s****h@s****r 28
Tomer Aberbach t****h@g****m 12
Segev Finer s****8@g****m 1
Jefferson Rylee r****5@g****m 1
Elad Ossadon e****n@l****m 1

Issue and Pull Request metadata

Last synced: 7 months ago

Total issues: 27
Total pull requests: 11
Average time to close issues: about 1 month
Average time to close pull requests: 25 days
Total issue authors: 22
Total pull request authors: 7
Average comments per issue: 3.48
Average comments per pull request: 1.45
Merged pull request: 6
Bot issues: 0
Bot pull requests: 2

Past year issues: 3
Past year pull requests: 2
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 12 days
Past year issue authors: 3
Past year pull request authors: 1
Past year average comments per issue: 4.0
Past year average comments per pull request: 1.0
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/Septh/rollup-plugin-node-externals

Top Issue Authors

  • elado (5)
  • hazae41 (2)
  • huoyingyangjie (1)
  • Arnesfield (1)
  • zmullett (1)
  • chandu (1)
  • lilouartz (1)
  • jimmy-guzman (1)
  • panghaoyuan (1)
  • onlywei (1)
  • milesj (1)
  • dbismut (1)
  • segevfiner (1)
  • unional (1)
  • nicolas377 (1)

Top Pull Request Authors

  • mzonski (2)
  • segevfiner (2)
  • TomerAberbach (2)
  • dependabot[bot] (2)
  • elado (1)
  • Arnesfield (1)
  • numfin (1)

Top Issue Labels

  • stale (2)

Top Pull Request Labels

  • dependencies (2)

Package metadata

npmjs.org: rollup-plugin-node-externals

Automatically declare NodeJS built-in modules and npm dependencies as 'external' in Rollup/Vite config

  • Homepage: https://github.com/Septh/rollup-plugin-node-externals#readme
  • Licenses: MIT
  • Latest release: 8.1.2 (published 5 months ago)
  • Last Synced: 2025-11-15T04:03:06.814Z (5 months ago)
  • Versions: 48
  • Dependent Packages: 1,723
  • Dependent Repositories: 988
  • Downloads: 1,273,189 Last month
  • Docker Downloads: 1,304,142,510
  • Rankings:
    • Dependent packages count: 0.044%
    • Downloads: 0.465%
    • Dependent repos count: 0.6%
    • Docker downloads count: 0.72%
    • Average: 2.72%
    • Stargazers count: 5.622%
    • Forks count: 8.871%
  • Maintainers (1)
  • Funding:
    • type: patreon: url: https://patreon.com/Septh
    • type: paypal: url: https://paypal.me/septh07

Dependencies

package-lock.json npm
  • 300 dependencies
package.json npm
  • @rollup/plugin-commonjs ^22.0.0 development
  • @rollup/plugin-node-resolve ^13.3.0 development
  • @typescript-eslint/eslint-plugin ^5.27.1 development
  • @typescript-eslint/parser ^5.27.1 development
  • ava ^4.3.0 development
  • ava-fast-check ^5.0.0 development
  • eslint ^8.17.0 development
  • rimraf ^3.0.2 development
  • rollup-plugin-ts ^3.0.2 development
  • ts-node ^10.8.1 development
  • tslib ^2.4.0 development
  • typescript ^4.7.3 development
  • find-up ^5.0.0
test/fixtures/00_simple/package.json npm
  • simple-dev-dep * development
  • simple-dep *
test/fixtures/01_monorepo/one/package.json npm
  • moment *
test/fixtures/01_monorepo/package.json npm
  • chalk *
test/fixtures/01_monorepo/two/package.json npm
  • react *
test/fixtures/02_workspaces/lerna/one/package.json npm
  • moment *
test/fixtures/02_workspaces/lerna/package.json npm
  • chalk *
test/fixtures/02_workspaces/lerna/two/package.json npm
  • react *
test/fixtures/02_workspaces/npm-and-yarn/one/package.json npm
  • moment *
test/fixtures/02_workspaces/npm-and-yarn/package.json npm
  • chalk *
test/fixtures/02_workspaces/npm-and-yarn/two/package.json npm
  • react *
test/fixtures/02_workspaces/package.json npm
  • rollup *
test/fixtures/02_workspaces/pnpm/one/package.json npm
  • moment *
test/fixtures/02_workspaces/pnpm/package.json npm
  • chalk *
test/fixtures/02_workspaces/pnpm/two/package.json npm
  • react *
test/fixtures/package.json npm
  • test-dev-dep * development
  • test-dep *