prettyjson (GitHub: rafeca/prettyjson, License: MIT) is package for formatting JSON data in a coloured YAML-style, perfect for CLI output. ? 1 npm install prettyjson CLI ? 1 2 3 4 5 $ prettyjson package.json…
state
state (GitHub: nickfargo/state, License: MIT) is a library for implementing first-class states on arbitrary owner objects. ? 1 npm install state There’s an incredible amount of funtionality described in the very extensive documentation. Minimal footprint All…
blessed
blessed (GitHub: chjj/blessed, License: MIT) is a terminal control library for Unix-like systems, enabling the construction of text user interface (TUI) applications. In other words it’s a curses-like library for node.js npm install…
gm
gm (GitHub: aheckmann/gm, License: MIT) is ImageMagick for node, what else is there to say? ? 1 npm install gm ImageMagick is a software suite to create, edit, compose, or convert bitmap images. It can…
verymodel
VeryModel (GitHub: fritzy/VeryModel, License: MIT) is a system for validation, creation, and editing of models. VeryModel is not tied to a framework, and it implements a full purpose Model system. npm install…
node-jvm
node-jvm (GitHub: YaroslavGaponov/node-jvm, License: MIT) is a complete JVM virtual machine written in JavaScript written by Yaroslav Gaponov during his preparation for a Java SE 7 exam. ? 1 npm install node-jvm In…
flake
flake (GitHub: chilts/flake, License: MIT) can generate practically unique approximately sortable IDs in a distributed environment, similiar to Twitter’s Snowflake. ? 1 npm install flake Use in distributed environments where you don’t have a…
vm.js
vm.js (GitHub: tarruda/vm.js, License: MIT) is a pretty impressive fully functional ECMAScript virtual machine that can be used from any ECMAScript3-compatible environment. Eventually it will provide a complete ECMAScript 6 environment (for now…
xregexp
xregexp (GitHub: slevithan/xregexp, License: MIT) provides augmented and extensible JavaScript regular expressions. You get new syntax, flags, and methods beyond what browsers support natively. XRegExp is also a regex utility belt with tools…
nak
nak (GitHub: gjtorikian/nak, License: MIT) is an ack/ag clone written in Node.js. The focus here is on speed and performance, rather than trying to 100% mimic all the functionality of ack. npm…