node
Execute JavaScript code and process JSON using Node.js locally. Ideal for quick calculations and data transformations.
Instructions
在本地 Node.js 中执行单段代码(node -e)。适合 JavaScript 计算、JSON 处理。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 要执行的 JavaScript 代码 | |
| timeout | No | 超时秒数(可选,默认 60) |