The util.is* functions introduced in Node v0.12.
Resolve the path of a module like `require.resolve()` but from a given path
This package provides environment variables with process.env, window.name, location.hash and localStorage fallbacks.
This package provides a CRC32 algorithm that works with binary data and fancy character sets, signed or unsigned data and has tests, for Node.
This program is derived from comint-mode and provides the following features:
TAB completion same as Node.js REPL
file name completion in string
incremental history search
Bitcoin Cash is a digital currency that enables instant payments to anyone, anywhere in the world. It uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin Cash is a descendant of Bitcoin. It became a separate currency from the version supported by Bitcoin Core when the two split on August 1, 2017. Bitcoin Cash and the Bitcoin Core version of Bitcoin share the same transaction history up until the split. This package provides the Bitcoin Cash Node command line client and a client based on Qt.
Plain color conversion functions
Plain color conversion functions
Generate a unique random string
Indent each line in a string
Documentation at https://melpa.org/#/nodemcu-mode
Plain color conversion functions in JavaScript.
Get the path of the parent module
Regular expression for matching a shebang line
get colors in your node.js console
Lightweight request library. Promise based, with proxy support.
This package is a binary search function for Node.js.
EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.
This package provides a streaming parser for the statsd protocol used in node-lynx.
Check if a protocol requires a certain port number to be added to an URL.
This module provides a Python version of node-semver, a semantic version parser for Node.js.
Check if a protocol requires a certain port number to be added to an URL.
EventEmitter3 is a high performance EventEmitter. It has been micro-optimized for various of code paths making this, one of, if not the fastest EventEmitter available for Node.js and browsers. The module is API compatible with the EventEmitter that ships by default with Node.js but there are some slight differences:
Domain support has been removed.
We do not throw an error when you emit an error event and nobody is listening.
The newListener and removeListener events have been removed as they are useful only in some uncommon use-cases.
The setMaxListeners, getMaxListeners, prependListener and prependOnceListener methods are not available.
Support for custom context for events so there is no need to use fn.bind.
The removeListener method removes all matching listeners, not only the first.
Simply swizzle your arguments.