spique
Version:
A spiral deque - high performance and dynamic queue size
35 lines (34 loc) • 780 B
JSON
{
"name": "spique",
"version": "3.1.0",
"description": "A spiral deque - high performance and dynamic queue size",
"main": "spique.js",
"scripts": {
"test": "./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erayd/spique.git"
},
"keywords": [
"queue",
"spiral",
"buffer",
"deque",
"dequeue",
"ring",
"ringbuffer",
"data structures",
"pipeline",
"pipe"
],
"author": "Erayd <steve@erayd.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/erayd/spique/issues"
},
"homepage": "https://github.com/erayd/spique#readme",
"dependencies": {
"events": "^3.0.0"
}
}