111 packages
abstract-pool
unopinionated object pooling
animate
A small wrapper around requestAnimationFrame that adds a frame rate constraint.
arg-find
write functions that accept arguments in any order
arp-parse
A streaming, cross-platform ARP table parser.
arp-table
Provides basic cross-platform access to system ARP tables.
arpulate
A utility that populates the system ARP table by pinging a range of surrounding IP addresses.
blend-mode
a collection of channel-level blend modes, à la photoshop
broken-promise
Handle promises with plain old callbacks.
can-route
Observable front-end application routing for CanJS.
changeling
A readable stream that watches a file for changes and then outputs its contents.
closest-to
A function that, when given a target number and an array of numbers, will return the array value closest to the target.
collapse-array
A simple utility for collapsing single-element arrays.
compare-function
Effortlessly compose compare functions for Array.prototype.sort
concat-regexp
A function that takes a series of regular expressions and returns them in concatenated form.
console-spy
listen in on calls to the global `console` object
css-combine
A module that combines CSS files by resolving @import directives.
css-inherit
A command-line version of rework-inherit.
currency-code-map
a mapping of all the ISO 3166-1 alpha-2 country codes to their respective ISO 4217 currency codes
curvify-svg-path
a rewrite of [normalize-svg-path](https://github.com/jkroso/normalize-svg-path) that does away with [svg-arc-to-cubic-bezier](https://github.com/colinmeinke/svg-arc-to-cubic-bezier)
custom-event-emitter
A browser mixin that makes emitting CustomEvent objects really simple.
did-route
an isomorphic router that returns false when it didn’t handle a request
dom-cursor-stream
DOMCursor objects as readable streams.
dom-request-callback
Handle DOMRequest objects with plain old callbacks.
draw-svg-path
draw svg paths onto canvas contexts
el
DOM insertion that respects indentation.