Packages 25
Description
Annotate file references within the source code of your node packages. These references can be scanned for using the dependency graph of a module.
Publisher
Description
Annotate file references within the source code of your node packages. These references can be scanned for using the dependency graph of a module. This package takes input from module-deps and generates a list of all the references.
Publisher
Description
Large object support for PostgreSQL clients (node-postgres)
Publisher
Description
walk the dependency graph of your modules to look for CSS/LESS/SASS/Stylus file reference annotations. These files can then be bundled into a single CSS file.
Publisher
Description
Invoke a function that is expensive to execute (computation, database queries, etc) in a delay. This module creates a new function (the invoker) that wraps your function. Calling the invoker multiple times during the delay only executes your function once
Publisher
Description
Read W3C Blob & File objects as a Node stream. Very useful with "browserify" and "primus" with "ejson" using pipe()
Publisher
Description
Consumes a stream of binary data and emits Buffer objects with sequence numbers to ensure proper ordering of messages. Also provides a stream which lets you reassemble the data in the correct order.
Publisher
Description
Implements the WebIDL algorithms for converting to and from JavaScript values
Publisher
Description
This module provides a Controller class that implements the stateful controller pattern. Users can inherit from this class to implement their own stateful controllers. This pattern is useful for implementing single page web applications.
Publisher
Description
Create views as components using DOM. Run the same code on the browser and on the server.
Publisher
Description
Validates whether a string matches the production for an XML name or qualified name
Publisher
Description
Inherit from Error without performance penalties, instanceof behaves as expected and the error stack is correct
Publisher
Description
Google Analytics for the browser as a browserify module
Publisher
Description
Display DOM elements with fixed position (a popup) relative to an "owning" element. This is a neat workaround for stacking context limitations in CSS (z-index, overflow:hidden, etc)
Publisher
Description
A client-side router for stateful-controller using the history API
Publisher
Description
connect and express middleware to serve a single static file
Publisher
Description
Clearfix mixin for less. Contain your floats without extra markup
Publisher
Description
Test if a given name might override a property of a DOM Node marked as [OverrideBuiltins]
Publisher
Description
An implementation of the WHATWG URL Standard's URL API and parsing machinery
Publisher
Description
Turn any collection of objects into its own efficient tree or linked list using Symbol
Publisher
Description
Map url templates to objects and object templates to urls
Publisher
Description
Write mocha test cases without using globals or `this`. Browserify compatible. Mocha without the sugar.