UNPKG

esds

Version:

ES6 JS lightweight data structures (Priority Queue, Binary Search Tree (BST), Graph, Bloom Filters, Trie, Queue, Stack, Linked-List)

15 lines (14 loc) 265 B
{ "name": "test", "version": "1.0.0", "description": "", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "author": "", "license": "ISC", "type": "module", "devDependencies": { "jest": "^27.2.1" } }