destroyer(latest: 0.0.0) destroy network servers for when .close() is not enough
jsonify(latest: 0.0.0) JSON without touching any globals
disorder(latest: 0.0.0) compute expressions out of order, like `where` or `let` blocks in haskell
dnode-stack(latest: 0.0.2) dnode middleware for processing web middleware stacks for socket.io
recon(latest: 0.0.8) Keep a network connection alive by reconnecting repeatedly
sockjs-windows(latest: 0.3.1) SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.
pw(latest: 0.0.4) prompt for passwords on the command line
schoolbus(latest: 0.0.1) drive browsers around with iframes
duplex-pipe(latest: 0.0.2) a friendlier .pipe() for duplex streams that doesn't do cleanup on 'end'
xhr-write-stream(latest: 0.1.2) writable ordered stream of xhr requests
tap-finished(latest: 0.0.1) detect when tap output is finished
shallow-copy(latest: 0.0.1) make a shallow copy of an object or array
prehost(latest: 0.0.0) Parse the host out of an HTTP stream and report back as soon as possible. This is useful if you're building a load balancer or http host router.
pricing-widget(latest: 0.0.1) browser widget to accept payments by credit card
progressify(latest: 0.0.1) Hand-drawn progress bars for your webapps
prompter(latest: 0.0.5) create json files, prompting for input and evaluating expressions
glsl-easings(latest: 1.0.0) Robert Penner's easing functions in GLSL, available as a module for glslify.
level-proxy(latest: 1.1.2) proxy a leveldb reference to swap instances transparently
gauss-random(latest: 1.0.1) Samples standard normal distribution
gsl-sf(latest: 0.1.1) special functions of GNU Scientific Library for JS
gsl-cdf(latest: 0.1.1) cumulative distribution functions of probability distributions forJS via GNU Scientific Library
gsl-complex(latest: 0.1.4) complex numbers via GNU Scientific Library
gsl-const(latest: 1.0.2) physical constants for JS via GNU Scientific Library
svg-linearize(latest: 1.1.0) turn curved svg paths into paths with only line segments
wit(latest: 1.3.4) command-line wireless 802.11 manager for linux
github-webhook-middleware(latest: 0.0.2) Express middleware for receiving and validating Github webhooks
whereami(latest: 1.0.1) keep track of your roaming headless linux devices in the wild
terminal-menu(latest: 2.1.1) retro ansi terminal menus for serious 80s technicolor business
gl-clear(latest: 2.0.0) A helper WebGL module for clearing the current buffer – extracted from [@mikolalysenko](http://github.com/mikolalysenko)'s [gl-now](http://github.com/mikolalysenko/gl-now).
inform-2d(latest: 2.0.0) convert vector paths to MOTOMAN INFORM (.JBI) files
parents(latest: 1.0.1) return all the parent directories for a directory
level-create-batch(latest: 1.1.0) insert a batch of keys if and only if none of the keys already exist
ent(latest: 2.2.0) Encode and decode HTML entities
float-regex(latest: 1.0.0) regular expression to match floating point numbers in javascript notation
hyperglue(latest: 2.0.1) update html elements by mapping query selectors to attributes, text, and hypertext
autocomplete-element(latest: 1.0.7) autocomplete for <input type="text"> elements
frame-loop(latest: 1.2.1) timing for simulations and games for node and the browser
box-collide(latest: 1.0.2) return whether two boxes or points are colliding in 2d
index-feed(latest: 1.0.0) setup a changes feed and index processor for a leveldb
html-select(latest: 2.3.24) match a tokenized html stream with css selectors
hex-grid(latest: 2.0.2) tile hexagons in a grid layout
changes-index(latest: 1.5.1) create indexes from a leveldb changes feed
cross(latest: 1.0.0) cross product of 3-dimensional vectors
glsl-smooth-min(latest: 1.0.0) Smooth minimum functions for GLSL
mesh-collision(latest: 1.0.0) return the contact set between two 3d meshes in motion
deriv(latest: 1.0.3) numerical derivatives of one-variable functions
fwdb(latest: 2.1.0) forking historical link database on top of leveldb
parse-dms(latest: 0.0.3) Parse degrees minutes seconds coordinates to decimal degrees
parse-github-payload(latest: 0.1.1) Parses a github push event payload adding a list of files added, modified and removed to the payload
glsl-token-descope(latest: 1.0.2) "Descope" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts.
glsl-token-properties(latest: 1.0.1) Takes an array of GLSL tokens and determines whether or not they're a property of another identifier
glsl-token-string(latest: 1.0.1) Converts an array of GLSL tokens to a plain source string
glsl-token-defines(latest: 1.0.0) Retrieve the values defined with preprocessor statements in a selection of GLSL tokens
glsl-token-depth(latest: 1.1.2) Determine the scope depth of an array of GLSL tokens
glslify-detective(latest: 1.0.0) Find all require calls within a glslify file
openrosa-manifest(latest: 0.0.1) Create a valid OpenRosa manifest document see https://bitbucket.org/javarosa/javarosa/wiki/FormListAPI
openrosa-formlist(latest: 1.0.1) Create a valid OpenRosa FormList of xforms see https://bitbucket.org/javarosa/javarosa/wiki/FormListAPI
commondir(latest: 1.0.1) compute the closest common parent for file paths
virtual-hyperscript-svg(latest: 2.0.0) create virtual-dom nodes for svg using hyperscript syntax
gantt-chart(latest: 1.1.0) interactive gantt charts in node and the browser
hash-exchange(latest: 4.0.1) trade hashes to replicate data with a remote endpoint
glsl-look-at(latest: 1.0.0) Generate a 3D lookAt matrix in GLSL
glsl-camera-ray(latest: 1.0.0) Generates a ray for Shadertoy-style raycasting in GLSL
osm-pbf-to-mddf(latest: 1.1.0) convert open street map protocol buffers to mddf
glsl-raytrace(latest: 1.0.0) Given a signed distance function and ray, trace a scene to find the first point of intersection.
glsl-sdf-normal(latest: 1.0.0) Get the normal vector of a position within a signed distance field.
glsl-turntable-camera(latest: 1.0.0) Convenience module for GLSL raytracing that provides a turntable camera for your scene.
glsl-sdf-sphere(latest: 1.0.0) GLSL SDF function for generating a sphere.
outpipe(latest: 1.1.1) write output to a file through shell commands
glsl-sdf-box(latest: 1.0.0) GLSL SDF function for generating a sphere.
glsl-combine-smooth(latest: 1.0.0) Smoothly combine two signed distance fields.
glsl-aastep(latest: 1.0.1) anti-alias smoothstep utility function
glsl-combine-chamfer(latest: 1.0.0) Combine two signed distance fields with a chamfer-like join.
glsl-halftone(latest: 1.0.4) a halftone effect in GLSL
defined(latest: 1.0.0) return the first argument that is `!== undefined`
bleach-log-server(latest: 1.1.0) keep track of bleach levels for a hot tub or a pool
timezone-name-offsets(latest: 1.0.2) iana timezone names mapped to offsets in minutes
gl-particles(latest: 1.1.0) Convenience module for FBO-driven particle simulations
batchdb(latest: 2.1.1) leveldb and disk storage for queued batch jobs
glsl-scale-log(latest: 1.0.0) A logarithmic scale for glslify
lookat-camera(latest: 1.0.0) Simple "lookat" camera abstraction built on top of gl-matrix
peernet(latest: 2.0.0) peer to peer gossip network using randomized algorithms
glsl-pi(latest: 1.0.0) π available at your convenience for use within glslify
glsl-token-extension-dedupe(latest: 1.0.0) Given a series of GLSL tokens, dedupes any extension declarations and places them at the top of the shader source
glsl-shader-name(latest: 1.0.0) Extract a shader's name from its source
stackgl-generator(latest: 1.0.4) Spits out fresh stackgl modules for your convenience
durand-kerner(latest: 1.0.0) Finds multiple roots of polynomials using Weierstrass' method
glsl-token-function-shaker(latest: 1.0.0) Shakes out any unused functions from your GLSL shaders. Especially useful alongside tools such as [glslify](https://github.com/stackgl/glslify).
slugboot(latest: 1.1.0) aggressively cache at the application layer for offline-only webapps
point-in-polygon(latest: 1.0.1) determine if a point is inside a polygon with a ray intersection counting algorithm
gl-vao(latest: 1.3.0) Vertex array object wrapper/shim for WebGL
gl-geometry(latest: 3.1.1) A flexible wrapper for gl-vao and gl-buffer that you can use to set up renderable WebGL geometries from a variety of different formats.
hyperdrive-prefix(latest: 1.3.0) prefix a hyperdrive archive with a path
healpix(latest: 1.0.0) convert between lonlat and HEALPix coordinates
choo-pull(latest: 1.0.0) Wrap handlers to use pull-stream
hyperdrive-checkout(latest: 1.0.1) checkout previous snapshots of files in a hyperdrive
pkgdb(latest: 2.0.1) p2p database for versioned directories
healpix-subdivision(latest: 1.0.2) iteratively divide sections of a healpix H=4,K=3 grid
xrandr-parse(latest: 1.0.0) parse the output of the `xrandr` command
choo-opbeat(latest: 1.0.0) Opbeat support for choo
implicit-mesh(latest: 1.1.1) create simplicial complex meshes from an implicit function
ssb-avatar(latest: 0.2.0) query for the avatar that an ssb feed has been assigned, compatible with the way that patchwork selects avatars.
glsl-token-assignments(latest: 2.0.2) Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.
glslify-hex(latest: 2.1.1) A transform stream for [glslify](http://github.com/chrisdickinson/glslify) that replaces CSS-style hexadecimal colors with `vec3/vec4` definitions.
ssb-mentions(latest: 0.5.2) extract the mentions in a ssb message, just using the markdown. this is _mostly compatible_ with the way patchwork does it. but simpler, because it relies only on the markdown.
nanohtml(latest: 1.9.1) HTML template strings for the Browser with support for Server Side Rendering in Node.
osm-p2p-syncfile(latest: 5.1.2) Replicate OSM data and media using a sneakernet-style sync file.
path-browserify(latest: 1.0.1) the path module from node core for browsers
falafel(latest: 2.2.4) transform the ast on a recursive walk
bundle-collapser(latest: 1.4.0) convert bundle paths to IDS to save bytes in browserify bundles
ssb-query(latest: 2.4.5) A scuttlebot plugin for querying data. With [map-filter-reduce](https://github.com/dominictarr/map-filter-reduce) you can write pretty flexible queries, similar to SQL, but more javascripty.
ssb-search(latest: 1.3.0) fulltext search as scuttlebot plugin