{ "_from": "heap@^0.2.6", "_id": "heap@0.2.6", "_inBundle": false, "_integrity": "sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw=", "_location": "/heap", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "heap@^0.2.6", "name": "heap", "escapedName": "heap", "rawSpec": "^0.2.6", "saveSpec": null, "fetchSpec": "^0.2.6" }, "_requiredBy": [ "/sententree" ], "_resolved": "https://registry.npmjs.org/heap/-/heap-0.2.6.tgz", "_shasum": "087e1f10b046932fc8594dd9e6d378afc9d1e5ac", "_spec": "heap@^0.2.6", "_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\sententree", "author": { "name": "Xueqiao Xu", "email": "xueqiaoxu@gmail.com" }, "bugs": { "url": "https://github.com/qiao/heap.js/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "binary heap (priority queue) algorithms (ported from Python's heapq module)", "devDependencies": { "coffee-script": "1.3.x", "mocha": "2.1.x", "should": "0.6.x" }, "homepage": "https://github.com/qiao/heap.js", "keywords": [ "algorithm", "data structure", "heap" ], "licenses": [ { "type": "PSF", "url": "http://docs.python.org/license.html" } ], "main": "./index.js", "name": "heap", "repository": { "type": "git", "url": "git://github.com/qiao/heap.js.git" }, "scripts": { "test": "make test" }, "version": "0.2.6" }