UNPKG

dwtrie-multigraph

Version:

A simple directed multigraph built on Hypertrie

34 lines (33 loc) 821 B
{ "name": "dwtrie-multigraph", "version": "1.0.0", "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/dwtrie-multigraph.git" }, "keywords": [ "dwtrie", "multigraph" ], "author": "Andrew Osheroff <andrewosh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/andrewosh/dwtrie-multigraph/issues" }, "homepage": "https://github.com/andrewosh/dwtrie-multigraph#readme", "devDependencies": { "dwtrie": "^1.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" } }