#1144266 ITP: node-mri -- quickly scan for CLI flags and arguments

Package:
wnpp
Source:
wnpp
Submitter:
Bastien Roucaries
Date:
2026-08-13 08:49:03 UTC
Severity:
normal
#1144266#5
Date:
2026-08-13 08:48:36 UTC
From:
To:
* Package name    : node-mri
  Version         : 1.2.0
  Upstream Author : Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
* URL             : https://github.com/lukeed/mri#readme
* License         : Expat
  Programming Lang: JavaScript
  Description     : quickly scan for CLI flags and arguments

mri is a fast, lightweight command‑line argument parser for Node.js that scans an argument list and produces a structured object of flags, options, aliases, booleans, strings, and positional arguments.
It is designed as a minimal alternative to larger parsers like minimist or yargs‑parser, offering similar behavior but with significantly better performance and fewer dependencies.
mri supports short‑flag groups, automatic type casting, default values, aliases, and custom handling of unknown options.

Need to be split for avoiding circular depends from uvu