http-statuses
JSON →Node.js wrapper for HTTP status codes and error creation. Current stable version 0.2.0. Provides an object-oriented interface to access HTTP status codes by name (e.g., BAD_REQUEST, OK), each containing `code`, `message`, and a `createError()` method to generate Node.js Error instances that include the full status data. Lightweight alternative to packages like `http-status` or `http-status-codes`, with built-in error construction support.