{
  "_from": "toposort-class@~0.3.0",
  "_id": "toposort-class@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-0TM67XNPhgjO0ShiGL0sRfYO/0g=",
  "_location": "/toposort-class",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "toposort-class@~0.3.0",
    "name": "toposort-class",
    "escapedName": "toposort-class",
    "rawSpec": "~0.3.0",
    "saveSpec": null,
    "fetchSpec": "~0.3.0"
  },
  "_requiredBy": [
    "/sequelize-oracle"
  ],
  "_resolved": "https://registry.npmjs.org/toposort-class/-/toposort-class-0.3.1.tgz",
  "_shasum": "d1333aed734f8608ced1286218bd2c45f60eff48",
  "_spec": "toposort-class@~0.3.0",
  "_where": "D:\\Application\\Audit\\node-eform\\node_modules\\sequelize-oracle",
  "author": "",
  "bugs": {
    "url": "https://github.com/gustavohenke/toposort/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Topological sort of directed acyclic graphs (like dependecy lists)",
  "devDependencies": {
    "chai": "~1.8.1",
    "grunt": "~0.4.2",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-jscs-checker": "~0.4.1",
    "grunt-mocha": "~0.4.9",
    "grunt-mocha-test": "~0.8.2",
    "requirejs": "~2.1.10"
  },
  "homepage": "https://github.com/gustavohenke/toposort#readme",
  "keywords": [
    "topological",
    "sort",
    "sorting",
    "graphs",
    "graph",
    "dependency",
    "list",
    "dependencies",
    "acyclic",
    "browser"
  ],
  "license": "MIT",
  "main": "./toposort.js",
  "name": "toposort-class",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gustavohenke/toposort.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "version": "0.3.1"
}
