UNPKG

tree-sort

Version:

tree-sort data structure in node

34 lines (33 loc) 755 B
{ "name": "tree-sort", "description": "tree-sort data structure in node", "version": "1.0.1", "homepage": "https://github.com/kiliwalk/tree-sort", "bugs": "https://github.com/kiliwalk/tree-sort/issues", "license": "MIT", "main": "index.js", "preferGlobal": false, "author": { "name": "kiliwalk", "email": "kiliwalk@qq.com" }, "repository": { "type": "git", "url": "https://github.com/kiliwalk/tree-sort" }, "keywords": [ "tree", "sort", "hierarchical" ], "dependencies": { }, "devDependencies": {}, "subdomain": "kiliwalk.org", "engines": { }, "scripts": { "test": "mocha -b --reporter spec", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec" } }