allex_doublelinkedlistlowlevellib
Version:
Traversable JavaScript double linked list
25 lines (24 loc) • 717 B
JSON
{
"name": "allex_doublelinkedlistlowlevellib",
"version": "1.1.2",
"description": "Traversable JavaScript double linked list",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allex-lowlevel-libs/doublelinkedlist.git"
},
"keywords": [
"ecosystem:AllexJS",
"double-linked-list",
"traversable"
],
"author": "Andrija Petrovic <andrija.hers@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/allex-lowlevel-libs/doublelinkedlist/issues"
},
"homepage": "https://github.com/allex-lowlevel-libs/doublelinkedlist#readme"
}