UNPKG

@fry/bits

Version:

Simplifies reading and writing bits in Buffers

38 lines (37 loc) 735 B
{ "name": "@fry/bits", "version": "1.0.2", "description": "Simplifies reading and writing bits in Buffers", "main": "src/index.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/fredricrylander/bits.git" }, "keywords": [ "bitarray", "bitbuffer", "bitset", "bitstream", "bitview", "bit", "bits", "binary", "array", "buffer", "stream", "view" ], "author": "Fredric Rylander", "license": "MIT", "bugs": { "url": "https://github.com/fredricrylander/bits/issues" }, "homepage": "https://github.com/fredricrylander/bits#readme", "dependencies": {}, "devDependencies": { "ava": "^3.12.1" } }