{
  "_args": [
    [
      {
        "raw": "heap@>= 0.2.0",
        "scope": null,
        "escapedName": "heap",
        "name": "heap",
        "rawSpec": ">= 0.2.0",
        "spec": ">=0.2.0",
        "type": "range"
      },
      "/home/aman/Code/snapshot/node_modules/difflib"
    ]
  ],
  "_from": "heap@>=0.2.0",
  "_id": "heap@0.2.6",
  "_inCache": true,
  "_location": "/heap",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "name": "qiao",
    "email": "xueqiaoxu@gmail.com"
  },
  "_npmVersion": "2.1.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "heap@>= 0.2.0",
    "scope": null,
    "escapedName": "heap",
    "name": "heap",
    "rawSpec": ">= 0.2.0",
    "spec": ">=0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/difflib"
  ],
  "_resolved": "https://registry.npmjs.org/heap/-/heap-0.2.6.tgz",
  "_shasum": "087e1f10b046932fc8594dd9e6d378afc9d1e5ac",
  "_shrinkwrap": null,
  "_spec": "heap@>= 0.2.0",
  "_where": "/home/aman/Code/snapshot/node_modules/difflib",
  "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": "2.1.x",
    "should": "0.6.x"
  },
  "directories": {},
  "dist": {
    "shasum": "087e1f10b046932fc8594dd9e6d378afc9d1e5ac",
    "tarball": "https://registry.npmjs.org/heap/-/heap-0.2.6.tgz"
  },
  "gitHead": "6244ef82933f42ae0e8e0e60aff7196f3f2feb61",
  "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",
  "maintainers": [
    {
      "name": "qiao",
      "email": "xueqiaoxu@gmail.com"
    }
  ],
  "name": "heap",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/qiao/heap.js.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.2.6"
}
