update-section(latest: 0.3.3) Updates a section inside a file with newer content while removing the old content.
exposify(latest: 0.5.0) browserify transform that exposes globals added via a script tag as modules so they can be required.
mothership(latest: 0.3.0) Helps a module find its package.json mothership.
rename-function-calls(latest: 0.1.1) Renames functions calls, but leaves function definitions unchanged.
transformify(latest: 0.1.2) Takes a synchronous function that transforms a string and converts it into a transform compatible with browserify, catw and mutiny.
es6ify(latest: 1.6.0) browserify v2 transform to compile JavaScript.next (ES6) to JavaScript.current (ES5) on the fly.
node-traceur(latest: 0.1.3) Mirror of experimental ES6 to ES5 compiler that is kept in sync with code on google.
brace(latest: 0.11.1) browserify compatible version of the ace editor.
parse-key(latest: 0.2.1) Parses strings into key objects of the same format as the ones emitted by nodejs readline.
deep-is(latest: 0.1.4) node's assert.deepEqual algorithm except for NaN being equal to NaN
doctoc(latest: 2.1.0) Generates TOC for markdown files of local git repo.
dev-null(latest: 0.1.1) /dev/null for node streams
parse-link-header(latest: 2.0.0) Parses a link header and returns paging information for each contained link.
detective(latest: 5.2.1) find all require() calls by walking the AST
resolve-bin(latest: 1.0.1) Resolves the full path to the bin file of a given package by inspecting the "bin" field in its package.json.
exorcist(latest: 2.0.0) Externalizes the source map found inside a stream to an external `.js.map` file
mold-source-map(latest: 0.4.0) Mold a source map that is almost perfect for you into one that is.
convert-source-map(latest: 2.0.0) Converts a source-map from/to different formats and allows adding/changing properties.
bunyan-format(latest: 0.2.1) Writable stream that formats bunyan records that are piped into it.
get-style-property(latest: 0.1.1) Gets the current value of a style property for a given DOM element.
browserify(latest: 17.0.1) browser-side require() the node way
browserify-shim(latest: 3.8.16) Makes CommonJS-incompatible modules browserifyable.
readdirp(latest: 5.0.0) Recursive version of fs.readdir with small RAM & CPU footprint