list-to-tree
Version:
List to tree data structure
28 lines (27 loc) • 493 B
JSON
{
"name": "list-to-tree",
"version": "1.0.0",
"homepage": "https://github.com/DenQ/list-to-tree",
"authors": [
"DenQ <denquick@gmail.com>"
],
"keywords": [
"list",
"tree",
"convert",
"list",
"to",
"tree"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {},
"description": "Convertor collection(list) to tree a structure",
"main": "dist/list-to-tree.js"
}