moll


Andri Möll

  • A simple yet extensible mutable model library with attribute comparisons and change events.

    published 1.0.0 4 years ago
  • A tool that helps you publish and export your JavaScripts to other environments by wrapping them in an IIFE. Or UMD in the future.

    published 0.1.337 11 years ago
  • Skel will be a superb tool to help you manage project skeletons and directory templates. It'll turn you into a ninja. The good kind.

    published 0.0.0 11 years ago
  • A library for abstracting databases and resources through a Data Mapper or Table Data Gateway interface.

    published 0.12.1 3 years ago
  • Strict equality test (like ===) that handles both built-in and custom value objects (those with a valueOf function).

    published 1.3.0 9 years ago
  • A consistent cross-browser document.elementFromPoint function. Works around idiosyncracies of old WebKits et al.

    published 1.0.0 8 years ago
  • Function to set up an inherited class that calls its ancestor constructors automatically. Can also be attached to constructors.

    published 0.1.337 10 years ago
  • Syslog (RFC 3164) parser. Works with RFC 3339/ISO 8601 timestamps.

    published 1.0.0 10 years ago
  • Change between installed Node version in your shell.

    published 1.2.0 9 years ago
  • Range aka interval object. Supports exclusive and infinite ranges. Comes with an interval tree (augmented binary search tree).

    published 1.7.2 7 years ago
  • A proper typeof that works with primitives, built-in value objects and those from other execution contexts.

    published 2.0.0 9 years ago
  • Prevent files and modules being required more than once. Helps with auto-reloaders or test runners that insist.

    published 1.0.1 11 years ago
  • Query a database (currently PostgreSQL or Sqlite3) for its schema — columns or attributes — and get their properties, such as name, type and default value in a common format. You can use this for e.g. introspection or preparing your domain models like Rai

    published 0.1.337 11 years ago
  • A utility library in the style of Underscore.js with consistent inherited property handling, the simplest implementation and curation by yours truly.

    published 0.3.0 10 years ago
  • Log to the system's Syslog. Provides simple native bindings to <syslog.h> and syslog(3). Works on Node v0.10 up to v4.

    published 1.2.1 9 years ago
  • Error class that parses PostgreSQL's ErrorResponse format and sets human readable field names. Works with node-pg, too.

    published 1.1.0 4 years ago
  • 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.

    published 2.0.2 9 years ago
  • Class for parsing, stringifying and manipulating media types. Useful for content negotiation. Follows RFC2045, supports quoted parameters, all allowed characters etc.

    published 1.0.0 9 years ago
  • Polyfill for Promise.defer. Uses the native ES6 Promise. Supports other Promises/A+ implementations.

    published 1.0.0 9 years ago
  • Parse and stringify RFC 822 ARPA Internet Text Messages. Useful format for messages with headers and body. Similar to HTTP.

    published 1.0.0 9 years ago
  • Define lazy properties on objects that are initialized once and only when accessed. Also known as a lazy initialization and cached/memoized getters.

    published 1.0.1 9 years ago
  • Tiny library that simplifies subclassing and inheriting from Error while keeping the correct name and stack. Also supports constructing from an object of properties. Saves you from boilerplate.

    published 1.1.0 10 years ago
  • 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.

    published 1.7.2 3 years ago
  • A small scheduling algorithm library. Useful for round-robin etc.

    published 1.0.0 9 years ago
  • Use generators for request handlers and middleware. Calls next only if there was an error. Useful for Express routes.

    published 1.0.0 9 years ago
show more packages