a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database il y a 6 ans
..
builtin-modules.json connection between front end and database il y a 6 ans
index.js connection between front end and database il y a 6 ans
license connection between front end and database il y a 6 ans
package.json connection between front end and database il y a 6 ans
readme.md connection between front end and database il y a 6 ans
static.js connection between front end and database il y a 6 ans

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