Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 6 years ago
..
builtin-modules.json 0611418f7a added whole system from ola4doc 6 years ago
index.js 0611418f7a added whole system from ola4doc 6 years ago
license 0611418f7a added whole system from ola4doc 6 years ago
package.json cefd1c2ad0 updated sys and created publi 6 years ago
readme.md 0611418f7a added whole system from ola4doc 6 years ago
static.js 0611418f7a added whole system from ola4doc 6 years ago

readme.md

builtin-modules Build Status

List of the Node.js builtin modules

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

Install

$ npm install --save builtin-modules

Usage

var builtinModules = require('builtin-modules');

console.log(builinModules);
//=> ['assert', 'buffer', ...]

API

Returns an array of builtin modules fetched from the running Node.js version.

Static list

This module also comes bundled with a static array of builtin modules generated from the latest Node.js version. You can get it with require('builtin-modules/static');

Related

License

MIT © Sindre Sorhus