30 packages
acts-as
a simple class-level mixin module for coffee-script, which provides a handy "composition over inheritance" way for writting complex programs
bytearray
a Node.JS module for Buffer processing exposes API similar to ByteArray of ActionScript
chinese-browser-agent
this is a handy module to detect browser user agent, especially for Chinese market (wechat, qqbrowser and etc)
clickhouse-cargo
Accumulates insert queries and commit them to clickhouse in batch jobs with retries on failure. 这个模块将向 Clickhouse 数据库的高频写入改为低频的批量插入。
coffee-distiller
Merge and minify server side coffee-script files with fake CJS wrappers. This tool is useful for developers who want to distribute a SERVER SIDE coffee-script app in the form of single javascript file.
coffeescript-passport-boilerplate
A demo app written in coffeescript, run on nodejs illustrating the use of passport in express, jade and mongoose environment
crawler-worker
the worker side of nova-crawler
dev-logger
A logger utility can be easily swiched between dev development and production mode. This tool supports: * built-in log rotation; * colorized log message; * 4 log levels and custom log level output; * caching log messages
dynamodb-raw
A [raw] version of DynamoDB data mapper for node.js
gama-for-cocos2dx
Gama JavaScript adapter for cocos2d-x
grunt-init-node-coffee
Create a Node.js coffeescript project with grunt-init, including coffeescript watching and mocha testing
jquery-scroll-on-mongoose
A front-end jquery plugin, provide endless scrolling function based on jonas's mongoose-paginator on the back-end. Benefit: avoid usage of cursor.skip in mongodb
kue-sweeper
a simple nodejs service to avoid memory leaking when use kue to process millions of jobs by removing kue job immediately upon its completion
lua-distiller
Merge multiple lua file into one single lua file.
max-rects-bin-pack
A Node.JS implementation of MaxRects algorithms, useful for rectangle bin packing and creating texture atlases
mongoose-ownable
a mongoose plugin adding owner_id to model instance and findByIdAndOwnerId static methods
mongoose-taggable-via-redis
a mongoose plugin provide fast and flexible tagging ablity to datamodle via redis, supports scope tagging
mongoose-trashable
a mongoose plugin adding ablity to model instance to be trashed (soft deleted) / untrashed
node-pathfinding
a Node.JS implementation for AStar path finding algorithm. This implementation uses primitive data types (Number and Byte/Buffer) to present location and block data that significantly improve the speed and have a good control on memory consumption
node-zxing-oss-enhanced
ZXing qrcode image reader with aliyun oss color tuning enhanced
nuka-carousel-cstm
Pure React Carousel
oss-easy
An aliyun oss service client for NodeJS, provides batch processing, exposes api more like nodejs.fs. 阿里云 OSS 服务的SDK,提供简单好用的API接口,支持批量操作处理
qoncrete-sdk-es5
qoncrete nodejs sdk
redis-audit
a redis-backed audit log module for NodeJS
taggable-via-redis
Add tagging functionality backed by Redis. This is a rewrite of sintaxi's node-redis-tag.