h-sort
Version:
simple and fast heap-sort
28 lines (27 loc) • 569 B
JSON
{
"license": "MIT",
"name": "h-sort",
"version": "1.0.5",
"description": "simple and fast heap-sort",
"main": "index.js",
"scripts": {},
"keywords": [
"heap sort",
"heap",
"sort",
"fast",
"simple"
],
"author": "NPM acany <heyderpd@gmail.com> (http://heyderpd.github.io)",
"repository": {
"type": "git",
"url": "git+https://github.com/heyderpd/npm-heap-sort.git"
},
"bugs": {
"url": "https://github.com/heyderpd/npm-heap-sort/issues"
},
"devDependencies": {},
"dependencies": {
"pytils": "^0.16.2"
}
}