bufferjs
Version:
Pure JavaScript Buffer utils.
20 lines (19 loc) • 673 B
JSON
{
"name" : "bufferjs",
"description" : "Pure JavaScript Buffer utils.",
"url" : "http://github.com/coolaj86/node-bufferjs/",
"repository" : "coolaj86/node-bufferjs",
"keywords" : ["util", "buffer", "chunk", "indexOf"],
"author" : "AJ ONeal <coolaj86@gmail.com>",
"license" : "MIT",
"contributors" : [
"Nathan Rajlich <nathan@tootallnate.net>",
"Justin Freitag @justinfreitag"
],
"dependencies" : {},
"version" : "3.0.1",
"main" : "./index",
"engines" : {
"node" : ">=0.2.0"
}
}