Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
node-http-proxy
is an HTTP programmable proxying library that supports websockets. It is suitable for implementing components such as reverse proxies and load balancers.
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
node-irc-colors
is a Node.js module that allows you to easily use colored output and formatting in IRC bots. It contains functions for colours as well as more complex formatting such as rainbows.
Node SerialPort is a modular suite of Node.js packages for accessing serial ports. This package is the recommended entry point for most projects. It combines a high-level Node.js stream interface with a useful default set of parsers and bindings.
TiddlyWiki is a unique non-linear notebook for capturing, organising and sharing complex information. Running TiddlyWiki on Node.js brings several important benefits over and above the single file version:
Individual tiddlers are stored in separate files, which you can organise as you wish.
The ability to build multiple wikis that blend different combinations of shared and unique content.
You can edit your content on any modern browser, including smartphones and tablets.
Client for prometheus
merge() utility function
An incremental implementation of MurmurHash3
Create HTTP error objects
Clean up error stack traces
Check if a path exists
Safer Node.js Buffer API
Node.js body parsing middleware
Safer Node.js Buffer API
JSON Schema validation and specifications
Escape string for use in HTML
Parsing the JavaScript's RegExp in JavaScript.