| Current Path : /etc/kibana/node_modules/heap/ |
| Current File : //etc/kibana/node_modules/heap/package.json |
{
"name": "heap",
"version": "0.2.6",
"description": "binary heap (priority queue) algorithms (ported from Python's heapq module)",
"homepage": "https://github.com/qiao/heap.js",
"keywords": [
"algorithm",
"data structure",
"heap"
],
"author": "Xueqiao Xu <xueqiaoxu@gmail.com>",
"main": "./index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/qiao/heap.js.git"
},
"licenses": [
{
"type": "PSF",
"url": "http://docs.python.org/license.html"
}
],
"cleaned": true
}