Node CSV

Node CSV 1.0.0 updated

Node CSV is optimized for asynchronous events, can parse CSV data, and pass it on for further processing, either locally or to other software. The library has been tested and found working with local, remote, small, and large CSV files and datasets. It...

JSON5

JSON5 0.5.0 updated

The library aims to be a replacement for the classic JSON format/syntax and take advantage of the new features found in EcmaScript 5.What is new in this release:Major: JSON5 officially supports Node.js v4 LTS and v5. Support for Node.js v0.6 and v0.8 have...

Keypress

Keypress 2.1.3 updated

Keypress is actually written in CoffeeScript and compiled to standards compliant JavaScript code.The library works by constantly sniffing a Web page and capturing keyboard input.This constant monitoring makes Keypress perfect for using in browser games or...