{
  "_from": "topo@1.x.x",
  "_id": "topo@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-6ddRYV0buH3IZdsYL6HKCl71NtU=",
  "_location": "/topo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "topo@1.x.x",
    "name": "topo",
    "escapedName": "topo",
    "rawSpec": "1.x.x",
    "saveSpec": null,
    "fetchSpec": "1.x.x"
  },
  "_requiredBy": [
    "/joi"
  ],
  "_resolved": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz",
  "_shasum": "e9d751615d1bb87dc865db182fa1ca0a5ef536d5",
  "_spec": "topo@1.x.x",
  "_where": "/Users/ilker.guller/Projects/ran/functions/node_modules/joi",
  "bugs": {
    "url": "https://github.com/hapijs/topo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hoek": "2.x.x"
  },
  "deprecated": false,
  "description": "Topological sorting with grouping support",
  "devDependencies": {
    "code": "1.x.x",
    "lab": "6.x.x"
  },
  "engines": {
    "node": ">=0.10.40"
  },
  "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": "1.1.0"
}
