builtin-modules
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

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);
//=> ['assert', 'buffer', …]

Tip

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

import {builtinModules} from 'node:module';

Related

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    958
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.0
    958
  • 3.3.0
    12,347,711
  • 3.2.0
    8,776,384
  • 3.1.0
    2,487,570
  • 3.0.0
    392,416
  • 2.0.0
    347,253
  • 1.1.1
    10,859,234
  • 1.1.0
    16,928
  • 1.0.1
    48
  • 1.0.0
    60

Package Sidebar

Install

npm i builtin-modules

Weekly Downloads

12,370,456

Version

4.0.0

License

MIT

Unpacked Size

3.78 kB

Total Files

6

Last publish

Collaborators

  • sindresorhus