Skip to content

Latest commit

 

History

History
94 lines (61 loc) · 3.7 KB

package_statistics.md

File metadata and controls

94 lines (61 loc) · 3.7 KB

Package Statistics

package type direct deps all deps users max score min score
/ [G] 8 8 0 0 0
deps [S] 2 2 1 0 0
doc [S] 1 1 1 0 0
parse [S] 1 1 1 0 0
stat [S] 1 1 1 0 0
tree [S] 2 2 1 0 0

Legend

  • package - name of the internal package without the part common to all packages.
  • type - type of the package:
    • [G] - God package (can use all packages)
    • [D] - Database package (can only use tool and other database packages)
    • [T] - Tool package (foundational, no dependencies)
    • [S] - Standard package (can only use tool and database packages)
  • direct deps - number of internal packages directly imported by this one.
  • all deps - number of transitive internal packages imported by this package.
  • users - number of internal packages that import this one.
  • max score - sum of the numbers of packages hidden from user packages.
  • min score - number of packages hidden from all user packages combined.

Root Package

Direct Dependencies (Imports) Of Root Package

analdata, deps, doc, parse, stat, tree, x/dirs, x/pkgs

All (Including Transitive) Dependencies (Imports) Of Root Package

analdata, deps, doc, parse, stat, tree, x/dirs, x/pkgs

Package deps

Direct Dependencies (Imports) Of Package deps

analdata, x/pkgs

All (Including Transitive) Dependencies (Imports) Of Package deps

analdata, x/pkgs

Packages Using (Importing) Package deps

root

Package doc

Direct Dependencies (Imports) Of Package doc

analdata

All (Including Transitive) Dependencies (Imports) Of Package doc

analdata

Packages Using (Importing) Package doc

root

Package parse

Direct Dependencies (Imports) Of Package parse

x/pkgs

All (Including Transitive) Dependencies (Imports) Of Package parse

x/pkgs

Packages Using (Importing) Package parse

root

Package stat

Direct Dependencies (Imports) Of Package stat

analdata

All (Including Transitive) Dependencies (Imports) Of Package stat

analdata

Packages Using (Importing) Package stat

root

Package tree

Direct Dependencies (Imports) Of Package tree

x/dirs, x/pkgs

All (Including Transitive) Dependencies (Imports) Of Package tree

x/dirs, x/pkgs

Packages Using (Importing) Package tree

root