UNPKG

hypertrie-multigraph

Version:
35 lines (34 loc) 879 B
{ "name": "hypertrie-multigraph", "version": "3.0.2", "description": "A simple directed multigraph built on Hypertrie", "main": "index.js", "scripts": { "test": "standard && tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/andrewosh/hypertrie-multigraph.git" }, "keywords": [ "hypertrie", "multigraph" ], "author": "Andrew Osheroff <andrewosh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/andrewosh/hypertrie-multigraph/issues" }, "homepage": "https://github.com/andrewosh/hypertrie-multigraph#readme", "devDependencies": { "hypertrie": "^4.0.0", "random-access-memory": "^3.1.1", "standard": "^14.1.0", "tape": "^4.11.0" }, "dependencies": { "call-me-maybe": "^1.0.1", "nanoiterator": "^1.2.0", "stackable-nanoiterator": "^1.0.0" } }