data-tree-traversal
Version:
a tool for tree data traversing
28 lines (27 loc) • 545 B
JSON
{
"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"
}