版博士V2.0程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 há 1 ano
..
builtin-modules.json v2.0.7 报表数据修改 há 1 ano
index.d.ts v2.0.7 报表数据修改 há 1 ano
index.js v2.0.7 报表数据修改 há 1 ano
license v2.0.7 报表数据修改 há 1 ano
package.json v2.0.7 报表数据修改 há 1 ano
readme.md v2.0.7 报表数据修改 há 1 ano
static.d.ts v2.0.7 报表数据修改 há 1 ano
static.js v2.0.7 报表数据修改 há 1 ano

readme.md

builtin-modules

List of the Node.js builtin modules

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

Install

$ npm install builtin-modules

Usage

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

console.log(builtinModules);
//=> ['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');


Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.