Packages 25
Description
this walks a path or paths, finds all of the git repositories, and their origins
Publisher
Description
Get/Set/Delete one value per file opening as few file descriptors as possible.
Publisher
Description
lru cache but get supports a fill callback
Publisher
Description
recieves data as newline delimited json {file:,line:,time} over tcp and commits it to log files.
Publisher
Description
a simple json wire protocol that supports binary file transfers. For talking with printastic servers.
Publisher
Description
when you would like a timer callback to fire based on the timestamp of the data you are processing - the timestamp of the data when you created the timer
Publisher
Description
user agent based device type sniffer tablet||phone||tv||desktop
Publisher
Description
find the git folder for your package and parse the .git/config file into a useful data structure. also adds the github web url for the repo.
Publisher
Description
return the readme as a string for the current package based on closest package.json in the specified or parent directory
Publisher
Description
this creates a npm compatable json document. you can use it as a component for private npm registries that doont use couch.
Publisher
Description
call an async method with configurable timeout and when connected if reconnect is used
Publisher
Description
cli to scan piped text streams or start a web service for sentimint analysis. uses 'sentiment' by diy
Publisher
Description
A module for extracting colors from images and for generating lookup ranges that accept rgb and outputs ranges of rgb values for db lookups. Right now it uses ImageMagik in a child process to reduce the colorspace and return the top colors of an image. Al
Publisher
Description
cache that you found some unique value and make sure you don't tell anyone else in this process that it is unique while you save it.