self-referential
Version:
Convert self referential collection to nested or flat hierarchy
24 lines (23 loc) • 587 B
JSON
{
"name": "self-referential",
"description": "Convert self referential collection to nested or flat hierarchy",
"keywords": [
"hierarchy",
"self-referential",
"nested"
],
"author": "Nihat Ozer",
"version": "1.1.3",
"repository": {
"url": "git://github.com/nozer/self-referential.git"
},
"main": "index.js",
"homepage": "https://github.com/nozer/self-referential",
"bugs": {
"url": "https://github.com/nozer/self-referential/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "BSD-2-Clause"
}