{
  "_args": [
    [
      "topo@3.0.3",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "topo@3.0.3",
  "_id": "topo@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==",
  "_location": "/topo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "topo@3.0.3",
    "name": "topo",
    "escapedName": "topo",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
  },
  "_requiredBy": [
    "/joi"
  ],
  "_resolved": "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz",
  "_spec": "3.0.3",
  "_where": "/var/www/html/sprbackend",
  "bugs": {
    "url": "https://github.com/hapijs/topo/issues"
  },
  "dependencies": {
    "hoek": "6.x.x"
  },
  "description": "Topological sorting with grouping support",
  "devDependencies": {
    "code": "5.x.x",
    "lab": "17.x.x"
  },
  "homepage": "https://github.com/hapijs/topo#readme",
  "keywords": [
    "topological",
    "sort",
    "toposort",
    "topsort"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "topo",
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/topo.git"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  },
  "version": "3.0.3"
}
