コンテンツにスキップ

Node.js 標準モジュール

アクションでは次の Node.js 標準モジュールが利用できます。 アクションの中で require ステートメントを介して明示的に参照することで 呼び出すことができます。

モジュールRequire概要URL
Utilitiesutil汎用関数群https://nodejs.org/api/util.html
URLurlURL の文字列解析https://nodejs.org/api/url.html
QueryStringsquerystringクエリー文字列操作https://nodejs.org/api/querystring.html
Bufferbufferバイナリーデータhttps://nodejs.org/api/buffer.html
Cryptocrypto暗号化機能https://nodejs.org/api/crypto.html
ZLIBzlibデータ圧縮、解凍https://nodejs.org/api/zlib.html