Tiny
Modules are designed keeping bytes in mind, trying to create them as lightweight as possible. Usually their size is around 1KB (gzipped)
Cross-engine
Runs in multiple JavaScript engines, including browsers, node.js and any other ES5 compliant engine
Each module was designed according to the single module responsability principle
Modules arises from the idea to be much independent as possible, avoiding dependency between them
Each module has a high test coverage and pass tests in node.js, headless and real browsers
Modules are as much lightweight as possible. Only necessary code will be put inside
It uses CommonJS and UMD module definition pattern to support multiple JavaScript environments
Each module has it's own basic usage, examples and API documentation, based on Markdown
New modules will continously supported during the future...
You can open an issue proposing a new module