{ "_args": [ [ "heap@0.2.5", "/home/sigonasr2/SnakeBot" ] ], "_from": "heap@0.2.5", "_id": "heap@0.2.5", "_inBundle": false, "_integrity": "sha512-G7HLD+WKcrOyJP5VQwYZNC3Z6FcQ7YYjEFiFoIj8PfEr73mu421o8B1N5DKUcc8K37EsJ2XXWA8DtrDz/2dReg==", "_location": "/heap", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "heap@0.2.5", "name": "heap", "escapedName": "heap", "rawSpec": "0.2.5", "saveSpec": null, "fetchSpec": "0.2.5" }, "_requiredBy": [ "/pathfinding" ], "_resolved": "https://registry.npmjs.org/heap/-/heap-0.2.5.tgz", "_spec": "0.2.5", "_where": "/home/sigonasr2/SnakeBot", "author": { "name": "Xueqiao Xu", "email": "xueqiaoxu@gmail.com" }, "bugs": { "url": "https://github.com/qiao/heap.js/issues" }, "dependencies": {}, "description": "binary heap (priority queue) algorithms (ported from Python's heapq module)", "devDependencies": { "coffee-script": "1.3.x", "mocha": "1.0.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.5" }