46 packages
api-ninja
Handles the instantiation of multiple different APIs so they can be used across multiple Node modules.
app-updater
A utility that checks for and runs an update script if one is found on boot.
config-ninja
Environmental JSON config.
countersign
Password strength testing made simple.
deep-iterate
Iterate through multidimensional arrays and arrays nested in objects e.g. "days.data.jobs[0]".
deep-sort
Sort arrays of objects or dictionaries of objects by property (including nested properties).
error-ninja
A handy library for creating custom error constructors that work across async boundaries in Node.js.
eslint-config-recombix
An awesome ESLint configuration for writing solid, quality code in Node.js and the browser.
eslint-config-settled
ESLint config used by Settled.co.uk. Based on AirBnB's implementation.
express-route-builder
Quickly compile Express.js routes with minimal code.
foval
Wonderfully easy form validation for Node.js.
func-it
Returns an empty function if one isn't present. Useful for optional callback parameters inside methods.
gatsby-source-serverless-aurora
A Gatsby source plugin for pulling data into Gatsby at build time from an AWS Serverless Aurora database.
grunt-css-url-rewrite-2
A grunt task for rewriting urls inside a stylesheet
hash-ninja
Quick methods for creating hashes using the native Node crypto module.
hyper-web-server
A simple HTTP server.
ifnotundefined
A shorthand helper function for the pattern: const x = (typeof y !== 'undefined' ? y : 'default-value');
jcom
A super awesome TCP/IPC module that supports JSON messages.
juice2-node4
Inlines css into html source. Added support for Node 4.x and io.js.
log-ninja
Handles logging for different environments: development, staging & production.
md5-base64
Quickly create MD5 hashes encoded as base64 strings.
middleware-engine
A lightweight engine that provides middleware functionality to classes that extend it.
mongoose-database
Prepares, connects and manages the database connection using Mongoose, and provides various utility methods.
mongoose-schema-builder
Schema Builder takes a short-hand JSON schema and converts it into a verbose Mongoose schema.
mongoose-schema-upgrader
Migrates MongoDB data from an old schema to a new schema.