flat-tree
Version:
A series of functions to map a binary tree to a list
28 lines (27 loc) • 631 B
JSON
{
"name": "flat-tree",
"version": "1.12.1",
"description": "A series of functions to map a binary tree to a list",
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {},
"devDependencies": {
"brittle": "^3.3.2",
"standard": "^17.1.0"
},
"scripts": {
"test": "standard && brittle test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/flat-tree.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/flat-tree/issues"
},
"homepage": "https://github.com/mafintosh/flat-tree"
}