bitlist
Version:
A bit-set/bit-array/bit-vector implementation which allows inserting and removing values
31 lines (30 loc) • 675 B
JSON
{
"name": "bitlist",
"version": "1.0.0",
"description": "A bit-set/bit-array/bit-vector implementation which allows inserting and removing values",
"main": "index.js",
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "https://github.com/soundcloud/bitlist"
},
"keywords": [
"bitset",
"bitarray",
"bitvector",
"bitwise",
"flags"
],
"author": "Nick Fisher, SoundCloud",
"license": "MIT",
"bugs": {
"url": "https://github.com/soundcloud/bitlist/issues"
},
"homepage": "https://github.com/soundcloud/bitlist",
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "2.2.5"
}
}