Commits

Daniel Dunbar committed 3df22603de6
[Tests/Commands] Add tests for `show-dependencies` and `dump-package`. - These were missing tests, and as it turns out the JSON data from show-dependencies was broken (it was reporting the string debug description of a path, and it wasn't doing proper JSON encoding, so it was actually broken in two ways). Fixed this by switch to use `Basic.JSON`.