UNPKG

data-tree-traversal

Version:
28 lines (27 loc) 545 B
{ "name": "data-tree-traversal", "version": "1.0.3", "description": "a tool for tree data traversing", "scripts": { "test": "node ./node_modules/mocha/bin/mocha test/*.spec.js" }, "dependencies": { "chai": "^4.2.0", "mocha": "^5.2.0" }, "author": "Yidoon", "repository": { "type": "git", "url": "https://github.com/Yidoon/tree-traversal" }, "license": "MIT", "keywords": [ "traversal", "breadth", "depth", "tree", "深度遍历", "广度遍历" ], "main": "traversal.js" }