Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

A static list of the Node.js builtin modules from the latest Node.js version

License

Notifications You must be signed in to change notification settings

sindresorhus/builtin-modules

Open more actions menu

Repository files navigation

builtin-modules

A static list of the Node.js builtin modules from the latest Node.js version

The list is just a JSON file and can be used anywhere.

Install

npm install builtin-modules

Usage

import builtinModules from 'builtin-modules';

console.log(builtinModules);
//=> ['node:assert', 'assert', 'node:buffer', 'buffer', …]

Tip

To get a list from the current Node.js version, use the built-in API:

import {builtinModules} from 'node:module';

Related

About

A static list of the Node.js builtin modules from the latest Node.js version

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 9

Morty Proxy This is a proxified and sanitized view of the page, visit original site.