You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

61 lines
1.4 KiB

{
"name": "topo",
"description": "Topological sorting with grouping support",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/topo.git"
},
"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",
"gitHead": "4cbd80aba9674c9c338a19ebafc2bfa29f664a29",
"bugs": {
"url": "https://github.com/hapijs/topo/issues"
},
"homepage": "https://github.com/hapijs/topo",
"_id": "topo@1.1.0",
"_shasum": "e9d751615d1bb87dc865db182fa1ca0a5ef536d5",
"_from": "topo@>=1.0.0 <2.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "devinivy",
"email": "devin@bigroomstudios.com"
},
"maintainers": [
{
"name": "hueniverse",
"email": "eran@hammer.io"
},
{
"name": "devinivy",
"email": "devin@bigroomstudios.com"
}
],
"dist": {
"shasum": "e9d751615d1bb87dc865db182fa1ca0a5ef536d5",
"tarball": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz",
"readme": "ERROR: No README data found!"
}