libstl
Version:
Standard JavaScript/TypeScript Library: DoublyLinkedList, Stack, Queue, Heap, MaxHeap, MinHeap, PriorityQueue
31 lines (30 loc) • 762 B
JSON
{
"name": "libstl",
"version": "0.1.22",
"description": "Standard JavaScript/TypeScript Library: DoublyLinkedList, Stack, Queue, Heap, MaxHeap, MinHeap, PriorityQueue",
"keywords": [
"TypeScript",
"Datastructures",
"DoublyLinkedList",
"Stack",
"Queue",
"Heap",
"MaxHeap",
"MinHeap",
"PriorityQueue"
],
"main": "node-module.js",
"scripts": {
"test": "node Tests/run.js && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/vovazolotoy/TypeScript-STL.git"
},
"author": "Vova Zolotoy <vovazolotoy@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vovazolotoy/TypeScript-STL/issues"
},
"homepage": "https://github.com/vovazolotoy/TypeScript-STL"
}