{
  "name": "bitfield",
  "version": "0.1.0",
  "description": "a very simple bitfield implementation using buffers",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/fb55/bitfield"
  },
  "keywords": [
    "bitfield",
    "buffer"
  ],
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "license": "-",
  "readmeFilename": "readme.md",
  "readme": "#BitField\n\na very simple bitfield\n\n    npm install bitfield\n\n####Methods\n`BitField(data)`: Data can be either a buffer, WebGL Int8Array or numeric array, or a number representing the maximum number of supported bytes.\n\n`BitField#get(index)`: Returns a boolean indicating whether the bit is set.\n\n`BitField#set(index[, value])`: Values defaults to true. Sets the bit to the boolean value of the value (true = 1, false = 0).\n\n####Properties\n`BitField#buffer`: The contents of the BitField.\n",
  "bugs": {
    "url": "https://github.com/fb55/bitfield/issues"
  },
  "homepage": "https://github.com/fb55/bitfield",
  "_id": "bitfield@0.1.0",
  "dist": {
    "shasum": "a847cd0457089ea52333882f4705fe6386cfe9a2"
  },
  "_resolved": "https://registry.npmjs.org/bitfield/-/bitfield-0.1.0.tgz",
  "_from": "bitfield@^0.1.0"
}
