UNPKG

uint48be

Version:

Encode / decode big endian unsigned 48 bit integers

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