package.json 676 字节
{
  "name": "topo",
  "description": "Topological sorting with grouping support",
  "version": "1.1.0",
  "repository": "git://github.com/hapijs/topo",
  "main": "lib/index.js",
  "keywords": [
    "topological",
    "sort",
    "toposort",
    "topsort"
  ],
  "engines": {
    "node": ">=0.10.40"
  },
  "dependencies": {
    "hoek": "2.x.x"
  },
  "devDependencies": {
    "lab": "6.x.x",
    "code": "1.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  },
  "license": "BSD-3-Clause",
  "_from": "topo@1.1.0",
  "_resolved": "http://registry.npm.taobao.org/topo/download/topo-1.1.0.tgz"
}