si

JSON →
library 2.0.0 ·javascript deprecated
verified Jun 4, 2026

A Node.js module for parsing and formatting large numbers with SI (metric) prefixes like '10gb' to 1000000000. This package (v2.0.0, last updated in 2012) is a simple, lightweight library that provides parse() and format() functions, making human-readable number inputs easy in CLI arguments or configs. It supports prefixes from k (kilo) to E (exa) and vice versa. Release cadence is dormant; no updates in over a decade. Differentiator: minimalistic, no dependencies, focuses solely on SI notation without IEC binary support.