7fife-backend/node_modules/sparse-bitfield/package.json

28 lines
732 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "sparse-bitfield",
"version": "3.0.3",
"description": "Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer",
"main": "index.js",
2024-03-07 13:01:44 +00:00
"dependencies": {
"memory-pager": "^1.0.2"
},
"devDependencies": {
"buffer-alloc": "^1.1.0",
"standard": "^9.0.0",
"tape": "^4.6.3"
},
2024-03-11 12:29:54 +00:00
"scripts": {
"test": "standard && tape test.js"
},
2024-03-07 13:01:44 +00:00
"repository": {
"type": "git",
2024-03-11 12:29:54 +00:00
"url": "https://github.com/mafintosh/sparse-bitfield.git"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/sparse-bitfield/issues"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"homepage": "https://github.com/mafintosh/sparse-bitfield"
2024-03-07 13:01:44 +00:00
}