Create eIDAS compatible XAdES digital signatures with certificate OCSP responses and timestamps. Works with the Estonian Id-card and Mobile-Id to create BDOCs, but isn't limited to Estonia.
An XML parsing and serializing library based on Google's GDATA and BadgerFish conventions. Supports namespaces.
Heaven.js's Data Mapper or Table Data Gateway for SQLite. CRUD API that parses and serializes your models.
Fetch API mixin for stringifying JSON and setting Content-Type if unset. Functional and immutable.
Log to the system's Syslog. Provides simple native bindings to <syslog.h> and syslog(3). Works on Node v0.10 up to v4.
Testing and assertion library with friendly BDD syntax — awesome.must.be.true(). Many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good and well tested stuff.
Fetch API polyfill and facade. Its request and response wrappers can be used separately: use fetch for request yet get back Node's Http.get response (IncomingMessage) for streaming.
Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.
A small scheduling algorithm library. Useful for round-robin etc.
Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.
An error class for use with the Fetch API.
Gets you a JSON Schema from PostgreSQL or SQLite3. Also supports arrays and default values. Use it for introspection or preparing your domain models like with Rails's Active Record.
Describes a JSON object metadata
Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.
A simple yet extensible mutable model library with attribute comparisons and change events.
Render JSX to JavaScript and HTML/XML. Works also on Node.js. No React dependency, no virtual DOM.
Fetch API mixin for urlencoding an object and setting Content-Type if unset. Functional and immutable.
A library for abstracting databases and resources through a Data Mapper or Table Data Gateway interface.
A list of obscure and beloved npm packages, selected by the staff at npm
Sinon assertions for js-must
Log to the system's Syslog. Provides simple native bindings to <syslog.h> and syslog(3). Works on Node v0.10 up to v4.
Library agnostic in-process recording of http(s) requests and responses
Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.
Tunnel all outgoing TCP connections in your application through WebSockets