msb128
Version:
Read and write MSB base 128 encoded variable length integers
35 lines (34 loc) • 745 B
JSON
{
"name": "msb128",
"version": "2.1.0",
"description": "Read and write MSB base 128 encoded variable length integers",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "github.com/czzarr/node-msb128"
},
"keywords": [
"msb",
"128",
"varint"
],
"author": "Stanislas Marion <stanislas.marion@gmail.com> (http://github.com/czzarr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/czzarr/node-msb128/issues"
},
"homepage": "https://github.com/czzarr/node-msb128",
"devDependencies": {
"buffer-equal": "1.0.0",
"tape": "^4.4.0"
},
"dependencies": {
"bn.js": "^4.10.0"
}
}