Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-builtins

lholmquist1.1kApache-2.00.1.1

null

readme

Node-Builtins Build Status Coverage Status

A small module to return the list of Built-in Core Modules in Node.js

note: This uses a private method(builtinLibs) from the repl module_

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.1 (2017-01-13)

0.1.0 (2017-01-12)

Features

  • simple module to return core builtins (2c0dc2b)