big-sparse-array
Version:
A sparse array optimised for low memory whilst still being fast
25 lines (24 loc) • 636 B
JSON
{
"name": "big-sparse-array",
"version": "1.0.3",
"description": "A sparse array optimised for low memory whilst still being fast",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"brittle": "^3.1.1",
"standard": "^16.0.3"
},
"scripts": {
"test": "standard && brittle test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/big-sparse-array.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/big-sparse-array/issues"
},
"homepage": "https://github.com/mafintosh/big-sparse-array"
}