Skip to main content
Home

A minimal library to iterate through the entire npm registry

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
a year ago (1.0.0)

Iterate Through npm

A minimal library to iterate through the entire npm registry

import { iterateThroughNpm }from '@rdsq/iterate-through-npm';

for await (const packageName of iterateThroughNpm({ loadLimit: 100 })) {
    // print each package (this will take too much time)
    console.log(packageName);
}

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@rdsq/iterate-through-npm

Import symbol

import * as iterate_through_npm from "@rdsq/iterate-through-npm";
or

Import directly with a jsr specifier

import * as iterate_through_npm from "jsr:@rdsq/iterate-through-npm";

Add Package

pnpm i jsr:@rdsq/iterate-through-npm
or (using pnpm 10.8 or older)
pnpm dlx jsr add @rdsq/iterate-through-npm

Import symbol

import * as iterate_through_npm from "@rdsq/iterate-through-npm";

Add Package

yarn add jsr:@rdsq/iterate-through-npm
or (using Yarn 4.8 or older)
yarn dlx jsr add @rdsq/iterate-through-npm

Import symbol

import * as iterate_through_npm from "@rdsq/iterate-through-npm";

Add Package

vlt install jsr:@rdsq/iterate-through-npm

Import symbol

import * as iterate_through_npm from "@rdsq/iterate-through-npm";

Add Package

npx jsr add @rdsq/iterate-through-npm

Import symbol

import * as iterate_through_npm from "@rdsq/iterate-through-npm";

Add Package

bunx jsr add @rdsq/iterate-through-npm

Import symbol

import * as iterate_through_npm from "@rdsq/iterate-through-npm";