UNPKG

async-bfs

Version:

Flexible functional async breadth first search

35 lines (34 loc) 646 B
{ "name": "async-bfs", "version": "0.1.9", "description": "Flexible functional async breadth first search", "main": "index.js", "scripts": { "test": "nodeunit test" }, "repository": "", "keywords": [ "async", "graph", "node", "bfs", "breadth", "first", "search", "vertex", "edge", "function", "functional" ], "author": "spion <gorgi.kosev@gmail.com>", "license": "MIT", "dependencies": { "async": "~0.2.9" }, "readmeFilename": "README.md", "gitHead": "13cefd0b5943f16b7f27113b2322ccd799dc4630", "directories": { "test": "test" }, "devDependencies": {} }