| 1234567891011121314151617181920212223242526272829 | 
							- {
 
-   "name": "heap",
 
-   "version": "0.2.7",
 
-   "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",
 
-   "devDependencies": {
 
-     "coffee-script": "1.3.x",
 
-     "mocha": "2.1.x",
 
-     "should": "0.6.x"
 
-   },
 
-   "scripts": {
 
-     "test": "make test"
 
-   },
 
-   "repository": {
 
-     "type": "git",
 
-     "url": "git://github.com/qiao/heap.js.git"
 
-   },
 
-   "license": "MIT",
 
-   "__npminstall_done": true,
 
-   "_from": "heap@0.2.7",
 
-   "_resolved": "https://registry.npmmirror.com/heap/-/heap-0.2.7.tgz"
 
- }
 
 
  |