A Long class for representing a 64-bit two's-complement integer value.
A Long class for representing a 64-bit two's-complement integer value.
Get v8 stack traces as an array of CallSite objects.
Generates code snippets for a postman collection
A wide-character aware text alignment function for use on the console or with fixed width fonts.
Stringify your JSON at max speed
Long timeout makes it possible to have a timeout or interval that is longer than 24.8 days (2^31-1 milliseconds).
TypeScript definitions for ms
An LRU cache of weak references
React hook for detecting click, tap or point and hold event. Easy to use, highly customizable options, thoroughly tested.
High-priority task queue for Node.js and browsers
JavaScript's answer to getopts. Simple, obvious, and direct.
High-priority task queue for Node.js and browsers
TypeScript package which smartly trims and strips indentation from multi-line strings
featured command line args parser
Isomorphic client library for supporting long-running operations in node.js and browser.
Tiny millisecond conversion utility
Public logs API for OpenTelemetry
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Detect whether a terminal supports hyperlinks
This package exports the number `214` and it's name is also two hundred and fourteen characters long which is the longest name currently allowed by the npm registry to see how a name that long would look if you did it.
The fal.ai client for JavaScript and TypeScript
Long number type for Mongoose
Missing keepalive http.Agent
The getopt library provides two different command line option parsers. They are meant as easier and more convenient replacements for the command line parsers that ship as part of the Ruby standard library. Please see the README for additional comments.
Ruby option parser based on Perl’s Getopt::Long
Yet another command line option parser in Ruby, based on Perl's Getopt::Long module.
You've seen Getopt::Long, OptionParser, Thor? What the world needs now is one more command-line parser. This serves as a backend command line parser that passes the option-parsing portion of it off to OptionParser, Trollop, or any other option-parser that has an adapter[^adapter]. But the parts it *does* do are really exciting: It features arbitrarily deeply nested subcommands, optionally colorized help screens with smart formatting, automatically generated usage syntaxes, manpage generation[^maybe2], lazy-loading of subcommands, and (get this:) you can turn your command line app into a web app. (is processing a form then displaying a record really that different from CLI that does the same?)[^maybe3]