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

  1. {
  2. "name": "topo",
  3. "description": "Topological sorting with grouping support",
  4. "version": "1.1.0",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/hapijs/topo.git"
  8. },
  9. "main": "lib/index.js",
  10. "keywords": [
  11. "topological",
  12. "sort",
  13. "toposort",
  14. "topsort"
  15. ],
  16. "engines": {
  17. "node": ">=0.10.40"
  18. },
  19. "dependencies": {
  20. "hoek": "2.x.x"
  21. },
  22. "devDependencies": {
  23. "lab": "6.x.x",
  24. "code": "1.x.x"
  25. },
  26. "scripts": {
  27. "test": "lab -a code -t 100 -L",
  28. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  29. },
  30. "license": "BSD-3-Clause",
  31. "gitHead": "4cbd80aba9674c9c338a19ebafc2bfa29f664a29",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/topo/issues"
  34. },
  35. "homepage": "https://github.com/hapijs/topo",
  36. "_id": "topo@1.1.0",
  37. "_shasum": "e9d751615d1bb87dc865db182fa1ca0a5ef536d5",
  38. "_from": "topo@>=1.0.0 <2.0.0",
  39. "_npmVersion": "1.4.28",
  40. "_npmUser": {
  41. "name": "devinivy",
  42. "email": "devin@bigroomstudios.com"
  43. },
  44. "maintainers": [
  45. {
  46. "name": "hueniverse",
  47. "email": "eran@hammer.io"
  48. },
  49. {
  50. "name": "devinivy",
  51. "email": "devin@bigroomstudios.com"
  52. }
  53. ],
  54. "dist": {
  55. "shasum": "e9d751615d1bb87dc865db182fa1ca0a5ef536d5",
  56. "tarball": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz"
  57. },
  58. "directories": {},
  59. "_resolved": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz",
  60. "readme": "ERROR: No README data found!"
  61. }