@divine-dkh/fixed-size
Version:
Fixed-size sets, maps and arrays
35 lines (34 loc) • 733 B
JSON
{
"name": "@divine-dkh/fixed-size",
"version": "1.2.3",
"description": "Fixed-size sets, maps and arrays",
"main": "index.js",
"files": [
"lib/*"
],
"scripts": {
"test": "node test",
"prepublish": "npm run test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dkh-dev/fixed-size.git"
},
"devDependencies": {
"tape": "^4.9.2"
},
"keywords": [
"fixed-size",
"capped",
"cap",
"set",
"array",
"map"
],
"author": "Hoang <dangkyokhoang@gmail.com> (https://dangkyokhoang.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dkh-dev/fixed-size/issues"
},
"homepage": "https://github.com/dkh-dev/fixed-size#readme"
}