{
  "_args": [
    [
      {
        "raw": "toposort@^1.0.0",
        "scope": null,
        "escapedName": "toposort",
        "name": "toposort",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "C:\\Users\\dward1502\\code\\project_3\\SPAS-store\\spas-store\\client\\node_modules\\html-webpack-plugin"
    ]
  ],
  "_from": "toposort@>=1.0.0 <2.0.0",
  "_id": "toposort@1.0.6",
  "_inCache": true,
  "_location": "/toposort",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/toposort-1.0.6.tgz_1506955358505_0.8359004552476108"
  },
  "_npmUser": {
    "name": "marcelklehr",
    "email": "mklehr@gmx.net"
  },
  "_npmVersion": "3.9.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "toposort@^1.0.0",
    "scope": null,
    "escapedName": "toposort",
    "name": "toposort",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/html-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.6.tgz",
  "_shasum": "c31748e55d210effc00fdcdc7d6e68d7d7bb9cec",
  "_shrinkwrap": null,
  "_spec": "toposort@^1.0.0",
  "_where": "C:\\Users\\dward1502\\code\\project_3\\SPAS-store\\spas-store\\client\\node_modules\\html-webpack-plugin",
  "author": {
    "name": "Marcel Klehr",
    "email": "mklehr@gmx.net"
  },
  "bugs": {
    "url": "https://github.com/marcelklehr/toposort/issues"
  },
  "dependencies": {},
  "description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
  "devDependencies": {
    "vows": "0.7.x"
  },
  "directories": {},
  "dist": {
    "shasum": "c31748e55d210effc00fdcdc7d6e68d7d7bb9cec",
    "tarball": "https://registry.npmjs.org/toposort/-/toposort-1.0.6.tgz"
  },
  "gitHead": "c884098ec3fe722303305cab41836a015e4faf9b",
  "homepage": "https://github.com/marcelklehr/toposort#readme",
  "keywords": [
    "topological",
    "sort",
    "sorting",
    "graphs",
    "graph",
    "dependency",
    "list",
    "dependencies",
    "acyclic"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "marcelklehr",
      "email": "mklehr@gmx.net"
    }
  ],
  "name": "toposort",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcelklehr/toposort.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.6"
}
