uint64be
Version:
Encode / decode big endian unsigned 64 bit integers
25 lines (24 loc) • 586 B
JSON
{
"name": "uint64be",
"version": "3.0.0",
"description": "Encode / decode big endian unsigned 64 bit integers",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"standard": "^14.3.3",
"tape": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/uint64be.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/uint64be/issues"
},
"homepage": "https://github.com/mafintosh/uint64be"
}