struct-fu
Version:
Yet another node.js struct implementation (object↔︎buffer conversion)
32 lines (31 loc) • 651 B
JSON
{
"name": "struct-fu",
"version": "1.2.1",
"description": "Yet another node.js struct implementation (object↔︎buffer conversion)",
"main": "lib.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git://github.com/natevw/struct-fu.git"
},
"keywords": [
"struct",
"buffer",
"binary",
"encode",
"decode",
"endian",
"pack",
"unpack",
"serialize",
"bitfield"
],
"author": "Nathan Vander Wilt",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/natevw/struct-fu/issues"
},
"homepage": "https://github.com/natevw/struct-fu"
}