~smallhelm

css-to-css.js

v1.0.1
Compile css into js code that injects styles on the browser and server safe

droideka

v1.1.2
fight back against email scrapers

ecmaless

v0.8.1
A small compile to JS language.

entity-wharf

v0.1.1
Store data as entity attribute values in memory. Fast queries and manipulation of state.

excerpt-at-line-col

v1.0.0
Get text excerpt that points to a given line and column number

full-page-canvas

v0.1.0
Mount an HTML5 canvas to the full width and height of the web page. When the page is resized the canvas resizes too.

gen-css-identifier

v1.0.0
Generate a unique css class or id name.

is-cuid

v1.0.1
Does the value look like a cuid?

js-managed-css

v1.4.2
Define and insert CSS via javascript. This also generates unique class and id names automatically. Handy when using virtual-dom (or react) inline css as your primary styling.

json-log

v3.0.1
Lightweight json logger. Works great with systemd, heroku, or lambda.

less-to-js

v2.0.0
Turn .less files into isomorphic (browser and node) .js - i.e. require('./somefile.less.js');

level-fact-base

v2.0.0
Store immutable "facts" and query them with datalog.

level-hash-index

v0.1.2
Store any string into level, and get a collision free hash of that value that you can use in an index or something.

minimal-immutable

v0.2.1
Minimal api for immutable (copy on write) datastructures in javascript.

normalize.css.js

v1.0.0
Inject normalize.css into browser by require("normalize.css.js"). This also returns the css code and safe to run on the server.

react-dd

v1.0.0
For those who don't use JSX and relied on React.DOM.___ just being function calls

scriptsp

v1.1.1
Run multiple package.json scripts in parallel (for development)

simple-timeago.handle-bad-input

v1.0.0
simple-timeago wrapper that returns "???" instead of throwing up if you give it something truthy that is not a Date object.

simple-timestepper

v0.1.0
simply pass in two callbacks, one that get's called at a fixed time step i.e. 60 fps, the other is called on every animation frame

site-compiler

v1.0.0
yet another static site compiler

tokenizer2

v2.0.1
tokenize any text stream given some basic regex rules to match tokens

unpathify

v0.1.6
Compress browserify require paths for better minification i.e. require('some/long/path') => require(1)

virtual-dom-absolute-layout

v1.0.0
Easy way to layout elements via absolute positioning

virtual-dom-closure-widget

v1.0.0
Make virtual-dom widgets by using a function closure that persists it's local state between renders.

wharfdb.stringfact-codec

v0.0.0
Encode stringfacts into sortable keys. Decode keys. Make a matcher (partial encoder) to search through keys.