UNPKG

leb128

Version:

LEB128 encoding and decoding for signed and unsinged intergers

32 lines (31 loc) 734 B
{ "name": "leb128", "version": "0.0.5", "description": "LEB128 encoding and decoding for signed and unsinged intergers", "main": "index.js", "scripts": { "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test", "lint": "standard", "test": "node ./test/leb.js" }, "repository": { "type": "git", "url": "git@gitlab.com:mjbecze/leb128.git" }, "keywords": [ "leb128" ], "author": "mjbecze <mjbecze@gmail.com>", "license": "MPL-2.0", "devDependencies": { "coveralls": "^3.0.5", "nyc": "^14.1.1", "standard": "^13.0.0", "tape": "^4.11.0" }, "dependencies": { "bn.js": "^5.0.0", "buffer-pipe": "0.0.3" } }