@rdsq/iterate-through-npm@1.0.0
latest
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




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); }
Add Package
deno add jsr:@rdsq/iterate-through-npm
Import symbol
import * as iterate_through_npm from "@rdsq/iterate-through-npm";
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
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
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";