cappedarray
Version:
A real array that automatically removes items to maintain the capped length
16 lines • 394 B
JSON
{
"name": "cappedarray",
"description": "A real array that automatically removes items to maintain the capped length",
"version": "0.1.2",
"author": "Ben Farr <jamin.farr@gmail.com>",
"license": "MIT",
"keywords": [
"capped",
"array"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/JaminFarr/cappedarray.git"
}
}