Async control for arrays
Babel transform for Flow Enums.
Awesome generator robots.txt
Express 3.x Layout & Partial support.
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
Find an open port to listen on.
The lodash method `_.curry` exported as a module.
React bindings to [SortableJS](https://github.com/SortableJS/Sortable)
Utility for finding confusing unicode in strings
The fast way to check if a string is blank
merge() utility function
A custom version of the handlebars package which, to improve security, does not use `eval` or `new Function`. This means that templates can't be compiled into JavaScript functions in advance and hence, rendering the templates is a lot slower.
Turbocharged JSON.parse for type stable JSON data
Convert classes into factory functions so they can be called with or without new.
Simple flow control for multiple parallel async calls.
Draw perfect pressure-sensitive freehand strokes.
Checks whether a command line command exists in the current environment.
Print out of slowest trees for Broccoli.
Parse partial JSON generated by LLM
PostCSS plugin to transform W3C CSS hwb() color to more compatible CSS (rgb() (or rgba()))
Small, elegant, Olson educated, timezone aware date math and `strftime` date formatting in pure JavaScript with no dependendcies for Node.js and the browser. Timezone uses the Olson/IANA timezone database. Timezone is aware of every clock transition in th
Parse a GitHub URL for user/project@version
A component wrapper that provides click outside detection.
Robert Penner's easing functions, slightly modified