UNPKG

big-bitfield

Version:

library for storing a bitfield with a large number of options stored as an array/buffer, suitable for e.g. permissions systems

21 lines (20 loc) 547 B
{ "name": "big-bitfield", "version": "1.2.1", "description": "library for storing a bitfield with a large number of options stored as an array/buffer, suitable for e.g. permissions systems", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitgud.io/fatchan/big-bitfield.git" }, "keywords": [ "bitfield", "large", "permissions" ], "author": "Thomas Lynch (fatchan) <tom@69420.me>", "license": "LGPL-3.0-only" }