.gitattributes
.gitignore
AUTHORS.rst
CHANGELOG.rst
MANIFEST.in
NOTICE
README.rst
apache-2.0.LICENSE
cc-by-sa-4.0.LICENSE
configure
configure.bat
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
src/discovery/__init__.py
src/discovery/api.py
src/discovery/apps.py
src/discovery/bsd-new.LICENSE
src/discovery/command.py
src/discovery/debutils.py
src/discovery/ls.py
src/discovery/models.py
src/discovery/route.py
src/discovery/rsync.py
src/discovery/saneyaml.py
src/discovery/seed.py
src/discovery/utils.py
src/discovery/utils_test.py
src/discovery/utils_test.py.ABOUT
src/discovery/utils_test.py.NOTICE
src/discovery/version.py
src/discovery/management/__init__.py
src/discovery/management/commands/__init__.py
src/discovery/management/commands/check_licenses.py
src/discovery/management/commands/check_uri.py
src/discovery/management/commands/dump_purls.py
src/discovery/management/commands/get_status.py
src/discovery/management/commands/remap.py
src/discovery/management/commands/run_map.py
src/discovery/management/commands/run_visit.py
src/discovery/management/commands/seed.py
src/discovery/mappers/__init__.py
src/discovery/mappers/debian.py
src/discovery/mappers/freebsd.py
src/discovery/mappers/maven.py
src/discovery/mappers/npm.py
src/discovery/mappers/pypi.py
src/discovery/mappers/rubygems.py
src/discovery/mappers/sourceforge.py
src/discovery/mappings/__init__.py
src/discovery/mappings/pypi_trove.py
src/discovery/migrations/0001_initial.py
src/discovery/migrations/0002_auto_20160707_1249.py
src/discovery/migrations/0003_auto_20160712_1223.py
src/discovery/migrations/0004_auto_20160713_1731.py
src/discovery/migrations/0005_resourceuri_metadata.py
src/discovery/migrations/0006_remove_resourceuri_metadata.py
src/discovery/migrations/0007_change_unique_constraints_on_resourceuri.py
src/discovery/migrations/0008_change_default_sort_order_on_resourceuri.py
src/discovery/migrations/0009_resourceuri_source_uri.py
src/discovery/migrations/0010_resourceuri_mining_level.py
src/discovery/migrations/0011_auto_20170807_0253.py
src/discovery/migrations/0012_auto_20170807_0444.py
src/discovery/migrations/0013_auto_20170807_0511.py
src/discovery/migrations/0014_auto_20170807_0529.py
src/discovery/migrations/0015_auto_20180607_0851.py
src/discovery/migrations/0016_remove_resourceuri_sig.py
src/discovery/migrations/0017_auto_20180619_2236.py
src/discovery/migrations/0018_scannableuri_package_id.py
src/discovery/migrations/0019_auto_20180716_1648.py
src/discovery/migrations/0020_resourceuri_package_url.py
src/discovery/migrations/0021_auto_20181026_1635.py
src/discovery/migrations/0022_auto_20190307_2332.py
src/discovery/migrations/__init__.py
src/discovery/visitors/__init__.py
src/discovery/visitors/debian.py
src/discovery/visitors/freebsd.py
src/discovery/visitors/java_stream.LICENSE
src/discovery/visitors/java_stream.py
src/discovery/visitors/java_stream.py.ABOUT
src/discovery/visitors/maven.py
src/discovery/visitors/npm.py
src/discovery/visitors/pypi.py
src/discovery/visitors/rubygems.py
src/discovery/visitors/sourceforge.py
src/minecode.egg-info/PKG-INFO
src/minecode.egg-info/SOURCES.txt
src/minecode.egg-info/dependency_links.txt
src/minecode.egg-info/not-zip-safe
src/minecode.egg-info/requires.txt
src/minecode.egg-info/top_level.txt
src/minecodeio/__init__.py
src/minecodeio/urls.py
src/minecodeio/wsgi.py
src/minecodeio/settings/__init__.py
src/minecodeio/settings/base.py
src/minecodeio/settings/ci.py
src/minecodeio/settings/dev.py
tests/__init__.py
tests/test_skeleton_codestyle.py
tests/discovery/__init__.py
tests/discovery/test_command.py
tests/discovery/test_debian.py
tests/discovery/test_freebsd.py
tests/discovery/test_housekeeping.py
tests/discovery/test_ls.py
tests/discovery/test_maven.py
tests/discovery/test_models.py
tests/discovery/test_npm.py
tests/discovery/test_pypi.py
tests/discovery/test_route.py
tests/discovery/test_rsync.py
tests/discovery/test_rubygems.py
tests/discovery/test_run_map.py
tests/discovery/test_run_visit.py
tests/discovery/test_seed.py
tests/discovery/test_sourceforge.py
tests/discovery/test_utils.py
tests/discovery/test_version.py
tests/discovery/testfiles/command/bar
tests/discovery/testfiles/command/foo/.gitignore
tests/discovery/testfiles/debian/debian_lslrs_expected
tests/discovery/testfiles/debian/debian_lslrs_on_ubuntu_expected
tests/discovery/testfiles/debian/debian_sourceindex_expected
tests/discovery/testfiles/debian/copyright/basic_copyright
tests/discovery/testfiles/debian/copyright/copyright_abiword_common_copyright-abiword_common_copyright.copyright
tests/discovery/testfiles/debian/copyright/invalid_copyright
tests/discovery/testfiles/debian/debutils/3dldf_2.0.3+dfsg-2.dsc
tests/discovery/testfiles/debian/debutils/3dldf_2.0.3+dfsg-2.dsc-expected
tests/discovery/testfiles/debian/debutils/control_basic
tests/discovery/testfiles/debian/debutils/control_invalid
tests/discovery/testfiles/debian/dsc/7kaa_2.14.3-1.dsc
tests/discovery/testfiles/debian/dsc/description-expected.json
tests/discovery/testfiles/debian/dsc/description.json
tests/discovery/testfiles/debian/dsc/description_expected.json
tests/discovery/testfiles/debian/dsc/invalid.dsc
tests/discovery/testfiles/debian/invalid_files/ls-lR.gz
tests/discovery/testfiles/debian/lslr/ls-lR_debian.gz
tests/discovery/testfiles/debian/lslr/ls-lR_debian.gz-expected.json
tests/discovery/testfiles/debian/lslr/ls-lR_ubuntu.gz
tests/discovery/testfiles/debian/lslr/ls-lR_ubuntu.gz-expected.json
tests/discovery/testfiles/debian/packages/debian_Packages
tests/discovery/testfiles/debian/packages/debian_Packages-expected.json
tests/discovery/testfiles/debian/packages/debian_Packages-visit-expected.json
tests/discovery/testfiles/debian/packages/ubuntu_Packages
tests/discovery/testfiles/debian/packages/ubuntu_Packages-expected.json
tests/discovery/testfiles/debian/release/Release
tests/discovery/testfiles/debian/release/Release_expected
tests/discovery/testfiles/debian/release/Release_with_md5
tests/discovery/testfiles/debian/release/Release_with_md5_expected
tests/discovery/testfiles/debian/release/visited_Release
tests/discovery/testfiles/debian/release/visited_Release-expected.json
tests/discovery/testfiles/debian/sources/Sources.gz
tests/discovery/testfiles/debian/sources/Sources.gz-expected.json
tests/discovery/testfiles/debian/sources/debian_Sources
tests/discovery/testfiles/debian/sources/debian_Sources_mapped-expected-packages.json
tests/discovery/testfiles/debian/sources/debian_Sources_visit_expected
tests/discovery/testfiles/debian/sources/ubuntu_Sources
tests/discovery/testfiles/debian/sources/ubuntu_Sources_visit_expected
tests/discovery/testfiles/debian/status/simple_status
tests/discovery/testfiles/directories/find-ls
tests/discovery/testfiles/directories/find-ls-apache-start
tests/discovery/testfiles/directories/find-ls-apache-start-expected.json
tests/discovery/testfiles/directories/find-ls-expected.json
tests/discovery/testfiles/directories/ls-lr
tests/discovery/testfiles/directories/ls-lr-expected.json
tests/discovery/testfiles/directories/ls-lr-ubuntu
tests/discovery/testfiles/directories/ls-lr-ubuntu-expected.json
tests/discovery/testfiles/freebsd/FreeBSD-10-i386_release_0_.html
tests/discovery/testfiles/freebsd/FreeBSD-10-i386_release_0_.html_expected
tests/discovery/testfiles/freebsd/FreeBSD.org.html
tests/discovery/testfiles/freebsd/FreeBSD.org.html_expected
tests/discovery/testfiles/freebsd/indexfile_expected
tests/discovery/testfiles/freebsd/indexfile_expected_mapper.json
tests/discovery/testfiles/freebsd/mapper_input1
tests/discovery/testfiles/freebsd/packagesite.txz
tests/discovery/testfiles/freebsd/pkg-devel_index
tests/discovery/testfiles/freebsd/pkg-devel_index_mapper.json
tests/discovery/testfiles/freebsd/squirrelmail-plugins-1.0_2.txz
tests/discovery/testfiles/housekeeping/bytejta-supports-0.5.0-ALPHA4.pom
tests/discovery/testfiles/housekeeping/bytejta-supports-0.5.0-ALPHA4.pom_search_expected.json
tests/discovery/testfiles/housekeeping/declared_license_search_expected.json
tests/discovery/testfiles/housekeeping/example_expected.json
tests/discovery/testfiles/housekeeping/ignore_upper_case_search_expected.json
tests/discovery/testfiles/housekeeping/license_expression_search_expected.json
tests/discovery/testfiles/maven/end2end/bytejta-supports-0.5.0-ALPHA4.pom
tests/discovery/testfiles/maven/end2end/expected_mapped_packages.json
tests/discovery/testfiles/maven/end2end/expected_visited_uris.json
tests/discovery/testfiles/maven/end2end/test_uris.json
tests/discovery/testfiles/maven/end2end_index/expected_visited_increment_index.json
tests/discovery/testfiles/maven/end2end_index/expected_visited_index.json
tests/discovery/testfiles/maven/end2end_index/nexus-maven-repository-index.163.gz
tests/discovery/testfiles/maven/end2end_index/nexus-maven-repository-index.properties
tests/discovery/testfiles/maven/end2end_multisteps/commons-jaxrs-1.21-index-data.json
tests/discovery/testfiles/maven/end2end_multisteps/commons-jaxrs-1.21-pom-data.json
tests/discovery/testfiles/maven/end2end_multisteps/commons-jaxrs-1.21.pom
tests/discovery/testfiles/maven/end2end_multisteps/expected_mapped_commons-jaxrs-1.21-from-index.json
tests/discovery/testfiles/maven/end2end_multisteps/expected_mapped_commons-jaxrs-1.21-from-pom.json
tests/discovery/testfiles/maven/end2end_unicode/commons-jaxrs-1.22.pom
tests/discovery/testfiles/maven/end2end_unicode/expected_mapped_commons-jaxrs-1.22.json
tests/discovery/testfiles/maven/end2end_unicode/expected_visited_commons-jaxrs-1.22.json
tests/discovery/testfiles/maven/html/app.html
tests/discovery/testfiles/maven/html/jcenter.bintray.com.html
tests/discovery/testfiles/maven/html/stateframework-compiler.html
tests/discovery/testfiles/maven/html/visitor_expected_app.html.json
tests/discovery/testfiles/maven/html/visitor_expected_jcenter.bintray.com2.html.json
tests/discovery/testfiles/maven/html/visitor_expected_stateframework-compiler.html.json
tests/discovery/testfiles/maven/index/expected_artifacts-all-worthy.json
tests/discovery/testfiles/maven/index/expected_artifacts-defaults.json
tests/discovery/testfiles/maven/index/expected_artifacts.json
tests/discovery/testfiles/maven/index/expected_entries.json
tests/discovery/testfiles/maven/index/expected_uris.json
tests/discovery/testfiles/maven/index/nexus-maven-repository-index.gz
tests/discovery/testfiles/maven/index/buggy/expected_artifacts-defaults.json
tests/discovery/testfiles/maven/index/buggy/expected_artifacts.json
tests/discovery/testfiles/maven/index/buggy/expected_entries.json
tests/discovery/testfiles/maven/index/buggy/expected_uris.json
tests/discovery/testfiles/maven/index/buggy/expected_visited_uris.json
tests/discovery/testfiles/maven/index/buggy/nexus-maven-repository-index.gz
tests/discovery/testfiles/maven/index/increment/expected_artifacts-defaults.json
tests/discovery/testfiles/maven/index/increment/expected_artifacts.json
tests/discovery/testfiles/maven/index/increment/expected_entries.json
tests/discovery/testfiles/maven/index/increment/expected_properties_uris.json
tests/discovery/testfiles/maven/index/increment/expected_uris.json
tests/discovery/testfiles/maven/index/increment/nexus-maven-repository-index.445.gz
tests/discovery/testfiles/maven/index/increment/nexus-maven-repository-index.properties
tests/discovery/testfiles/maven/index/increment2/expected_mini_package.json
tests/discovery/testfiles/maven/index/increment2/expected_uris.json
tests/discovery/testfiles/maven/index/increment2/nexus-maven-repository-index.457.gz
tests/discovery/testfiles/maven/mapper/ant-1.6.5.pom
tests/discovery/testfiles/maven/mapper/ant-1.6.5.pom.json
tests/discovery/testfiles/maven/mapper/axis-1.4.pom
tests/discovery/testfiles/maven/mapper/axis-1.4.pom.package.json
tests/discovery/testfiles/maven/mapper/commons-jaxrs-1.21.pom
tests/discovery/testfiles/maven/mapper/commons-jaxrs-1.21.pom.package.json
tests/discovery/testfiles/maven/mapper/commons-pool-1.5.7.pom
tests/discovery/testfiles/maven/mapper/commons-pool-1.5.7.pom.package.json
tests/discovery/testfiles/maven/mapper/depgraph-view-0.1.pom
tests/discovery/testfiles/maven/mapper/maven-all-1.0-RELEASE.pom
tests/discovery/testfiles/maven/mapper/maven-all-1.0-RELEASE.pom.package.json
tests/discovery/testfiles/maven/mapper/mysql-connector-java-5.1.27.pom
tests/discovery/testfiles/maven/mapper/mysql-connector-java-5.1.27.pom.package.json
tests/discovery/testfiles/maven/mapper/struts-menu-2.4.2.pom
tests/discovery/testfiles/maven/mapper/struts-menu-2.4.2.pom.package.json
tests/discovery/testfiles/maven/mapper/xbean-jmx-2.0.pom
tests/discovery/testfiles/maven/mapper/xbean-jmx-2.0.pom.package.json
tests/discovery/testfiles/maven/maven-metadata/expected_maven_xml.json
tests/discovery/testfiles/maven/maven-metadata/maven-metadata.xml
tests/discovery/testfiles/maven/parsing/empty/common-object-1.0.2.pom
tests/discovery/testfiles/maven/parsing/empty/common-object-1.0.2.pom.package.json
tests/discovery/testfiles/maven/parsing/empty/osgl-http-1.1.2.pom
tests/discovery/testfiles/maven/parsing/empty/osgl-http-1.1.2.pom.package.json
tests/discovery/testfiles/maven/parsing/loop/argus-webservices-2.7.0.pom
tests/discovery/testfiles/maven/parsing/loop/argus-webservices-2.7.0.pom.package.json
tests/discovery/testfiles/maven/parsing/loop/argus-webservices-2.8.0.pom
tests/discovery/testfiles/maven/parsing/loop/argus-webservices-2.8.0.pom.package.json
tests/discovery/testfiles/maven/parsing/loop/coreplugin-1.0.0.pom
tests/discovery/testfiles/maven/parsing/loop/coreplugin-1.0.0.pom.package.json
tests/discovery/testfiles/maven/parsing/loop/jacuzzi-annotations-0.2.1.pom
tests/discovery/testfiles/maven/parsing/loop/jacuzzi-annotations-0.2.1.pom.package.json
tests/discovery/testfiles/maven/parsing/loop/jacuzzi-database-0.2.1.pom
tests/discovery/testfiles/maven/parsing/loop/jacuzzi-database-0.2.1.pom.package.json
tests/discovery/testfiles/maven/parsing/loop/ojcms-beans-0.1-beta.pom
tests/discovery/testfiles/maven/parsing/loop/ojcms-beans-0.1-beta.pom.package.json
tests/discovery/testfiles/maven/parsing/loop/pkg-2.0.13.1005.pom
tests/discovery/testfiles/maven/parsing/loop/pkg-2.0.13.1005.pom.package.json
tests/discovery/testfiles/maven/parsing/parse/jds-2.17.0718b.pom
tests/discovery/testfiles/maven/parsing/parse/jds-2.17.0718b.pom.package.json
tests/discovery/testfiles/maven/parsing/parse/jds-3.0.1.pom
tests/discovery/testfiles/maven/parsing/parse/jds-3.0.1.pom.package.json
tests/discovery/testfiles/maven/parsing/parse/maven-javanet-plugin-1.7.pom
tests/discovery/testfiles/maven/parsing/parse/maven-javanet-plugin-1.7.pom.package.json
tests/discovery/testfiles/maven/parsing/parse/springmvc-rest-docs-maven-plugin-1.0-RC1.pom
tests/discovery/testfiles/maven/parsing/parse/springmvc-rest-docs-maven-plugin-1.0-RC1.pom.package.json
tests/discovery/testfiles/maven/pom/classworlds-1.1-alpha-2.pom
tests/discovery/testfiles/npm/0flux.json
tests/discovery/testfiles/npm/0flux_npm_expected.json
tests/discovery/testfiles/npm/1000_records.json
tests/discovery/testfiles/npm/2112.json
tests/discovery/testfiles/npm/29_record_expected.json
tests/discovery/testfiles/npm/554_record_expected.json
tests/discovery/testfiles/npm/expected_1000_records.json
tests/discovery/testfiles/npm/expected_doclimit_visitor.json
tests/discovery/testfiles/npm/expected_npmdownload_data_vistor.json
tests/discovery/testfiles/npm/expected_npmdownloadvistor.json
tests/discovery/testfiles/npm/expected_npmindexvisitor.json
tests/discovery/testfiles/npm/expected_over_limit.json
tests/discovery/testfiles/npm/expected_ticket_439.json
tests/discovery/testfiles/npm/expected_ticket_440.json
tests/discovery/testfiles/npm/grunticon-sass.json
tests/discovery/testfiles/npm/jsonp-filter-expected.json
tests/discovery/testfiles/npm/jsonp-filter.json
tests/discovery/testfiles/npm/microdata-node_expected.json
tests/discovery/testfiles/npm/microdata.json
tests/discovery/testfiles/npm/npm_2112_expected.json
tests/discovery/testfiles/npm/over_limit.json
tests/discovery/testfiles/npm/replicate_doc1.json
tests/discovery/testfiles/npm/ticket_439.json
tests/discovery/testfiles/npm/ticket_440_records.json
tests/discovery/testfiles/npm/mapper/index.expected.json
tests/discovery/testfiles/npm/mapper/index.json
tests/discovery/testfiles/pypi/boolean.py-2.0.dev3.json
tests/discovery/testfiles/pypi/boolean.py.json
tests/discovery/testfiles/pypi/cage.json
tests/discovery/testfiles/pypi/cage_1.1.2.json
tests/discovery/testfiles/pypi/cage_1.1.3.json
tests/discovery/testfiles/pypi/expected-CAGE-1.1.2.json
tests/discovery/testfiles/pypi/expected-CAGE-1.1.3.json
tests/discovery/testfiles/pypi/expected-boolean.py-2.0.dev3.json
tests/discovery/testfiles/pypi/expected-lxml-3.2.0.json
tests/discovery/testfiles/pypi/expected_data-boolean.py-2.0.dev3.json
tests/discovery/testfiles/pypi/expected_data-cage_1.1.2.json
tests/discovery/testfiles/pypi/expected_data-cage_1.1.3.json
tests/discovery/testfiles/pypi/expected_uri_visitor1.json
tests/discovery/testfiles/pypi/expected_uri_visitor2.json
tests/discovery/testfiles/pypi/expected_uris-boolean.py-2.0.dev3.json
tests/discovery/testfiles/pypi/expected_uris-boolean.py.json
tests/discovery/testfiles/pypi/expected_uris-cage.json
tests/discovery/testfiles/pypi/expected_uris-cage_1.1.2.json
tests/discovery/testfiles/pypi/expected_uris-cage_1.1.3.json
tests/discovery/testfiles/pypi/lxml-3.2.0.json
tests/discovery/testfiles/pypi/pypiindexvisitor-expected.json
tests/discovery/testfiles/pypi/map/3to2-1.1.1.json
tests/discovery/testfiles/pypi/map/expected-3to2-1.1.1.json
tests/discovery/testfiles/rsync/rsync_dev.dir
tests/discovery/testfiles/rsync/rsync_modules
tests/discovery/testfiles/rsync/rsync_v3.0.9_protocol30.dir
tests/discovery/testfiles/rsync/rsync_v3.1.0_protocol31.dir
tests/discovery/testfiles/rsync/rsync_wicket.dir
tests/discovery/testfiles/rsync/rsync_dir/foo
tests/discovery/testfiles/rsync/rsync_dir/bar/this
tests/discovery/testfiles/rsync/rsync_dir/bar/that/baz
tests/discovery/testfiles/rubygems/0mq-0.4.1.gem.metadata
tests/discovery/testfiles/rubygems/0mq-0.4.1.gem.package.json
tests/discovery/testfiles/rubygems/a_okay-0.1.0.gem
tests/discovery/testfiles/rubygems/a_okay-0.1.0.gem.metadata
tests/discovery/testfiles/rubygems/a_okay-0.1.0.gem.package.json
tests/discovery/testfiles/rubygems/action_tracker-1.0.2.gem
tests/discovery/testfiles/rubygems/action_tracker-1.0.2.gem.package.json
tests/discovery/testfiles/rubygems/archive-tar-minitar-0.5.2.gem
tests/discovery/testfiles/rubygems/archive-tar-minitar-0.5.2.gem.package.json
tests/discovery/testfiles/rubygems/blankslate-3.1.3.gem
tests/discovery/testfiles/rubygems/blankslate-3.1.3.gem.package.json
tests/discovery/testfiles/rubygems/m2r-2.1.0.gem
tests/discovery/testfiles/rubygems/m2r-2.1.0.gem.package.json
tests/discovery/testfiles/rubygems/mysmallidea-address_standardization-0.4.1.gem
tests/discovery/testfiles/rubygems/mysmallidea-address_standardization-0.4.1.gem.mapped.json
tests/discovery/testfiles/rubygems/mysmallidea-address_standardization-0.4.1.gem.metadata
tests/discovery/testfiles/rubygems/mysmallidea-address_standardization-0.4.1.gem.package.json
tests/discovery/testfiles/rubygems/mysmallidea-mad_mimi_mailer-0.0.9.gem
tests/discovery/testfiles/rubygems/mysmallidea-mad_mimi_mailer-0.0.9.gem.package.json
tests/discovery/testfiles/rubygems/ng-rails-csrf-0.1.0.gem
tests/discovery/testfiles/rubygems/ng-rails-csrf-0.1.0.gem.package.json
tests/discovery/testfiles/rubygems/small-0.2.gem
tests/discovery/testfiles/rubygems/small-0.2.gem.package.json
tests/discovery/testfiles/rubygems/small_wonder-0.1.10.gem
tests/discovery/testfiles/rubygems/small_wonder-0.1.10.gem.package.json
tests/discovery/testfiles/rubygems/sprockets-vendor_gems-0.1.3.gem
tests/discovery/testfiles/rubygems/sprockets-vendor_gems-0.1.3.gem.mapped.json
tests/discovery/testfiles/rubygems/sprockets-vendor_gems-0.1.3.gem.package.json
tests/discovery/testfiles/rubygems/sprockets-vendor_gems-0.1.3.gem.visited.json
tests/discovery/testfiles/rubygems/apiv1/0xffffff.api.json
tests/discovery/testfiles/rubygems/apiv1/0xffffff.api.package.json
tests/discovery/testfiles/rubygems/apiv1/a1630ty_a1630ty.api.json
tests/discovery/testfiles/rubygems/apiv1/a1630ty_a1630ty.api.mapped.json
tests/discovery/testfiles/rubygems/apiv1/a1630ty_a1630ty.api.package.json
tests/discovery/testfiles/rubygems/apiv1/action_tracker.api.json
tests/discovery/testfiles/rubygems/apiv1/action_tracker.api.package.json
tests/discovery/testfiles/rubygems/apiv1/expected_0xffffff.api.json
tests/discovery/testfiles/rubygems/apiv1/expected_a1630ty_a1630ty.api.json
tests/discovery/testfiles/rubygems/apiv1/expected_zuck.api.json
tests/discovery/testfiles/rubygems/apiv1/zuck.api.json
tests/discovery/testfiles/rubygems/apiv1/zuck.api.package.json
tests/discovery/testfiles/rubygems/gemspec/address_standardization.gemspec
tests/discovery/testfiles/rubygems/gemspec/arel.gemspec
tests/discovery/testfiles/rubygems/index/latest_specs.4.8.gz
tests/discovery/testfiles/rubygems/index/latest_specs.4.8.gz.expected.json
tests/discovery/testfiles/run_map/test_map_uri_does_update_with_same_mining_level-expected.json
tests/discovery/testfiles/run_map/test_map_uri_replace_with_new_with_higher_new_mining_level-expected.json
tests/discovery/testfiles/run_map/test_map_uri_update_only_empties_with_lesser_new_mining_level-expected.json
tests/discovery/testfiles/run_map/test_merge_packages_no_replace-expected.json
tests/discovery/testfiles/run_map/test_merge_packages_with_replace-expected.json
tests/discovery/testfiles/sourceforge/a-vitkus_profile.html
tests/discovery/testfiles/sourceforge/expected_heanet_rsync_dir.json
tests/discovery/testfiles/sourceforge/expected_netwiki.json
tests/discovery/testfiles/sourceforge/expected_sf_dir_index.json
tests/discovery/testfiles/sourceforge/expected_sf_dir_page.json
tests/discovery/testfiles/sourceforge/expected_sf_project.json
tests/discovery/testfiles/sourceforge/expected_sf_sitemap.json
tests/discovery/testfiles/sourceforge/expected_sf_sitemap_new.json
tests/discovery/testfiles/sourceforge/expected_sf_sitemap_page.json
tests/discovery/testfiles/sourceforge/expected_sf_sitemap_page_new.json
tests/discovery/testfiles/sourceforge/expected_sitemap-6.json
tests/discovery/testfiles/sourceforge/filezilla.json
tests/discovery/testfiles/sourceforge/mapper_niftyphp_expected.json
tests/discovery/testfiles/sourceforge/mapper_odanur_expected.json
tests/discovery/testfiles/sourceforge/mapper_omonoql_expected.json
tests/discovery/testfiles/sourceforge/mapper_openstunts_expected.json
tests/discovery/testfiles/sourceforge/monoql.json
tests/discovery/testfiles/sourceforge/netwiki.json
tests/discovery/testfiles/sourceforge/niftyphp.json
tests/discovery/testfiles/sourceforge/odanur.json
tests/discovery/testfiles/sourceforge/openstunts.json
tests/discovery/testfiles/sourceforge/rsync_heanet_sfnet.dir
tests/discovery/testfiles/sourceforge/sitemap-1.xml
tests/discovery/testfiles/sourceforge/sitemap-6.xml
tests/discovery/testfiles/sourceforge/sitemap.xml