{
  "_from": "toposort@^0.2.10",
  "_id": "toposort@0.2.12",
  "_inBundle": false,
  "_integrity": "sha1-x9KYTz1IwhcxXMMtdwiIt3lJHoE=",
  "_location": "/toposort",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "toposort@^0.2.10",
    "name": "toposort",
    "escapedName": "toposort",
    "rawSpec": "^0.2.10",
    "saveSpec": null,
    "fetchSpec": "^0.2.10"
  },
  "_requiredBy": [
    "/loopback-boot"
  ],
  "_resolved": "https://registry.npmjs.org/toposort/-/toposort-0.2.12.tgz",
  "_shasum": "c7d2984f3d48c217315cc32d770888b779491e81",
  "_spec": "toposort@^0.2.10",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop/node_modules/loopback-boot",
  "author": {
    "name": "Marcel Klehr",
    "email": "mklehr@gmx.net"
  },
  "bugs": {
    "url": "https://github.com/marcelklehr/toposort/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
  "devDependencies": {
    "vows": "0.7.x"
  },
  "homepage": "https://github.com/marcelklehr/toposort#readme",
  "keywords": [
    "topological",
    "sort",
    "sorting",
    "graphs",
    "graph",
    "dependency",
    "list",
    "dependencies",
    "acyclic"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "toposort",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcelklehr/toposort.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "0.2.12"
}
