builtin-modules
List of the Node.js builtin modules
Last updated 6 years ago by sindresorhus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install builtin-modules 
SYNC missed versions from official npm registry.

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

Current Tags

  • 4.0.0                                ...           latest (7 months ago)

10 Versions

  • 4.0.0                                ...           7 months ago
  • 3.3.0                                ...           3 years ago
  • 3.2.0                                ...           4 years ago
  • 3.1.0                                ...           6 years ago
  • 3.0.0                                ...           6 years ago
  • 2.0.0                                ...           7 years ago
  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           10 years ago

© 2010 - cnpmjs.org x YWFE | Home | YWFE