From ced0cb8cb06692647e4507f00fe73d67471ea1ff Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Tue, 12 Apr 2022 18:55:04 -0700 Subject: [PATCH] Remove legacy summarizer and tests Reference: https://github.com/nexB/scancode-toolkit/issues/2842 Signed-off-by: Jono Yang --- src/summarycode/summarizer_legacy.py | 640 - .../JGroups/src/FixedMembershipToken.java | 23 - .../scan/JGroups/src/GuardedBy.java | 12 - .../scan/JGroups/src/ImmutableReference.java | 22 - .../scan/JGroups/src/RATE_LIMITER.java | 6 - .../scan/JGroups/src/RouterStub.java | 5 - .../scan/JGroups/src/RouterStubManager.java | 21 - .../scan/JGroups/src/S3_PING.java | 5 - .../copyright_summary/scan/README | 4 - .../copyright_summary/scan/arch/adler32.c | 3 - .../copyright_summary/scan/arch/zlib.h | 29 - .../copyright_summary/scan/arch/zutil.h | 9 - .../copyright_summary/scan/zlib/ada/zlib.ads | 26 - .../copyright_summary/scan/zlib/adler32.c | 4 - .../copyright_summary/scan/zlib/deflate.c | 5 - .../copyright_summary/scan/zlib/deflate.h | 4 - .../scan/zlib/dotzlib/AssemblyInfo.cs | 16 - .../scan/zlib/dotzlib/ChecksumImpl.cs | 7 - .../scan/zlib/gcc_gvmat64/gvmat64.S | 36 - .../scan/zlib/infback9/infback9.c | 5 - .../scan/zlib/infback9/infback9.h | 4 - .../scan/zlib/iostream2/zstream.h | 17 - .../copyright_summary/scan/zlib/zlib.h | 24 - .../copyright_summary/scan/zlib/zutil.c | 4 - .../copyright_summary/scan/zlib/zutil.h | 9 - .../copyright_summary/scan2/jetty.LICENSE | 132 - .../copyright_summary/summary.expected.json | 688 -- .../copyright_summary/summary2.expected.json | 92 - .../summary_details.expected.json | 1616 --- .../summary_details.expected2.json | 1616 --- .../summary_key_files.expected.json | 1532 --- .../end-2-end/bug-1141.expected.json | 629 - .../summary_legacy/end-2-end/bug-1141.tar.gz | Bin 1031 -> 0 bytes .../JGroups/src/FixedMembershipToken.java | 23 - .../scan/JGroups/src/GuardedBy.java | 12 - .../scan/JGroups/src/ImmutableReference.java | 22 - .../scan/JGroups/src/RATE_LIMITER.java | 6 - .../scan/JGroups/src/RouterStub.java | 5 - .../scan/JGroups/src/RouterStubManager.java | 21 - .../scan/JGroups/src/S3_PING.java | 5 - .../summary_legacy/full_summary/scan/README | 4 - .../full_summary/scan/arch/adler32.c | 3 - .../full_summary/scan/arch/zlib.h | 29 - .../full_summary/scan/arch/zutil.h | 9 - .../full_summary/scan/cc0-1.0.LICENSE | 98 - .../full_summary/scan/package.json | 1570 --- .../full_summary/scan/zlib/ada/zlib.ads | 26 - .../full_summary/scan/zlib/adler32.c | 4 - .../full_summary/scan/zlib/deflate.c | 5 - .../full_summary/scan/zlib/deflate.h | 4 - .../scan/zlib/dotzlib/AssemblyInfo.cs | 16 - .../scan/zlib/dotzlib/ChecksumImpl.cs | 7 - .../scan/zlib/gcc_gvmat64/gvmat64.S | 36 - .../scan/zlib/infback9/infback9.c | 5 - .../scan/zlib/infback9/infback9.h | 4 - .../scan/zlib/iostream2/zstream.h | 17 - .../full_summary/scan/zlib/zlib.h | 24 - .../full_summary/scan/zlib/zutil.c | 4 - .../full_summary/scan/zlib/zutil.h | 9 - .../full_summary/summary.expected.json | 8700 ------------- .../summary_by_facet.expected.json | 9503 --------------- .../summary_details.expected.json | 10167 ---------------- ...mary_key_files-details.expected.json-lines | 2833 ----- .../summary_key_files.expected.json | 2685 ---- .../summary_legacy/packages/expected.json | 1694 --- .../aopalliance/1.0/aopalliance-1.0.pom | 15 - .../scan/freebsd/basic/+COMPACT_MANIFEST | 1 - .../packages/scan/scoped1/package.json | 123 - tests/summarycode/test_summarizer_legacy.py | 141 - 69 files changed, 45075 deletions(-) delete mode 100644 src/summarycode/summarizer_legacy.py delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/FixedMembershipToken.java delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/GuardedBy.java delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/ImmutableReference.java delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RATE_LIMITER.java delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RouterStub.java delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RouterStubManager.java delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/S3_PING.java delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/README delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/adler32.c delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/zlib.h delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/zutil.h delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/ada/zlib.ads delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/adler32.c delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/deflate.c delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/deflate.h delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/dotzlib/AssemblyInfo.cs delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/dotzlib/ChecksumImpl.cs delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/gcc_gvmat64/gvmat64.S delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/infback9/infback9.c delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/infback9/infback9.h delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/iostream2/zstream.h delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zlib.h delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zutil.c delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zutil.h delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/scan2/jetty.LICENSE delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/summary.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/summary2.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/summary_details.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/summary_details.expected2.json delete mode 100644 tests/summarycode/data/summary_legacy/copyright_summary/summary_key_files.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/end-2-end/bug-1141.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/end-2-end/bug-1141.tar.gz delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/FixedMembershipToken.java delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/GuardedBy.java delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/ImmutableReference.java delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RATE_LIMITER.java delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RouterStub.java delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RouterStubManager.java delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/S3_PING.java delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/README delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/arch/adler32.c delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/arch/zlib.h delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/arch/zutil.h delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/cc0-1.0.LICENSE delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/package.json delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/ada/zlib.ads delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/adler32.c delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/deflate.c delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/deflate.h delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/dotzlib/AssemblyInfo.cs delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/dotzlib/ChecksumImpl.cs delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/gcc_gvmat64/gvmat64.S delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/infback9/infback9.c delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/infback9/infback9.h delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/iostream2/zstream.h delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zlib.h delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zutil.c delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zutil.h delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/summary.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/summary_by_facet.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/summary_details.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/summary_key_files-details.expected.json-lines delete mode 100644 tests/summarycode/data/summary_legacy/full_summary/summary_key_files.expected.json delete mode 100644 tests/summarycode/data/summary_legacy/packages/expected.json delete mode 100644 tests/summarycode/data/summary_legacy/packages/scan/aopalliance/aopalliance/1.0/aopalliance-1.0.pom delete mode 100644 tests/summarycode/data/summary_legacy/packages/scan/freebsd/basic/+COMPACT_MANIFEST delete mode 100644 tests/summarycode/data/summary_legacy/packages/scan/scoped1/package.json delete mode 100644 tests/summarycode/test_summarizer_legacy.py diff --git a/src/summarycode/summarizer_legacy.py b/src/summarycode/summarizer_legacy.py deleted file mode 100644 index 01ba9de8f77..00000000000 --- a/src/summarycode/summarizer_legacy.py +++ /dev/null @@ -1,640 +0,0 @@ -# -# Copyright (c) nexB Inc. and others. All rights reserved. -# ScanCode is a trademark of nexB Inc. -# SPDX-License-Identifier: Apache-2.0 -# See http://www.apache.org/licenses/LICENSE-2.0 for the license text. -# See https://github.com/nexB/scancode-toolkit for support or download. -# See https://aboutcode.org for more information about nexB OSS projects. -# - -from collections import Counter, defaultdict -import warnings - -import attr - -from plugincode.post_scan import PostScanPlugin -from plugincode.post_scan import post_scan_impl -from commoncode.cliutils import PluggableCommandLineOption -from commoncode.cliutils import POST_SCAN_GROUP -from summarycode.score import get_field_values_from_codebase_resources -from summarycode.score import unique -from summarycode.utils import sorted_counter -from summarycode.utils import get_resource_summary -from summarycode.utils import set_resource_summary - -# Tracing flags -TRACE = False -TRACE_LIGHT = False - - -def logger_debug(*args): - pass - - -if TRACE or TRACE_LIGHT: - import logging - import sys - - logger = logging.getLogger(__name__) - logging.basicConfig(stream=sys.stdout) - logger.setLevel(logging.DEBUG) - - def logger_debug(*args): - return logger.debug(' '.join(isinstance(a, str) and a or repr(a) for a in args)) - -""" -Create summarized scan data. -""" - - -class SummaryLegacyPluginDeprecationWarning(DeprecationWarning): - pass - - -@post_scan_impl -class ScanSummaryLegacy(PostScanPlugin): - """ - Summarize a scan at the codebase level. - """ - sort_order = 10 - - codebase_attributes = dict(summary=attr.ib(default=attr.Factory(dict))) - - options = [ - PluggableCommandLineOption(('--summary-legacy',), - is_flag=True, default=False, - help='Summarize license, copyright and other scans at the codebase level.', - help_group=POST_SCAN_GROUP) - ] - - def is_enabled(self, summary_legacy, **kwargs): - return summary_legacy - - def process_codebase(self, codebase, summary_legacy, **kwargs): - deprecation_message = "The --summary-legacy option will be deprecated in a future version of scancode-toolkit." - warnings.simplefilter('always', SummaryLegacyPluginDeprecationWarning) - warnings.warn( - deprecation_message, - SummaryLegacyPluginDeprecationWarning, - stacklevel=2, - ) - codebase_header = codebase.get_or_create_current_header() - codebase_header.warnings.append(deprecation_message) - if TRACE_LIGHT: logger_debug('ScanSummaryLegacy:process_codebase') - summarize_codebase_legacy(codebase, keep_details=False, **kwargs) - - -class SummaryWithDetailsDeprecationWarning(DeprecationWarning): - pass - - -@post_scan_impl -class ScanSummaryWithDetails(PostScanPlugin): - """ - Summarize a scan at the codebase level and keep file and directory details. - """ - # mapping of summary data at the codebase level for the whole codebase - codebase_attributes = dict(summary=attr.ib(default=attr.Factory(dict))) - # store summaries at the file and directory level in this attribute when - # keep details is True - resource_attributes = dict(summary=attr.ib(default=attr.Factory(dict))) - sort_order = 100 - - options = [ - PluggableCommandLineOption(('--summary-with-details',), - is_flag=True, default=False, - help='Summarize license, copyright and other scans at the codebase level, ' - 'keeping intermediate details at the file and directory level.', - help_group=POST_SCAN_GROUP) - ] - - def is_enabled(self, summary_with_details, **kwargs): - return summary_with_details - - def process_codebase(self, codebase, summary_with_details, **kwargs): - deprecation_message = "The --summary-with-details option will be deprecated in a future version of scancode-toolkit." - warnings.simplefilter('always', SummaryWithDetailsDeprecationWarning) - warnings.warn( - deprecation_message, - SummaryWithDetailsDeprecationWarning, - stacklevel=2, - ) - codebase_header = codebase.get_or_create_current_header() - codebase_header.warnings.append(deprecation_message) - summarize_codebase_legacy(codebase, keep_details=True, **kwargs) - - -def summarize_codebase(codebase, keep_details, legacy=False, **kwargs): - """ - Summarize a scan at the codebase level for available scans. - - If `keep_details` is True, also keep file and directory details in the - `summary` file attribute for every file and directory. - - If `legacy` is True, summarize copyrights, authors, programming languages, - and packages. - """ - from summarycode.copyright_summary import holder_summarizer - - attrib_summarizers = [ - ('license_expressions', license_summarizer), - ('holders', holder_summarizer), - ('programming_language', language_summarizer), - ] - - if legacy: - from summarycode.copyright_summary import author_summarizer - from summarycode.copyright_summary import copyright_summarizer - - attrib_summarizers.extend([ - ('copyrights', copyright_summarizer), - ('authors', author_summarizer), - ('programming_language', language_summarizer), - ('packages', package_summarizer), - ]) - - - # find which attributes are available for summarization by checking the root - # resource - root = codebase.root - summarizers = [s for a, s in attrib_summarizers if hasattr(root, a)] - if TRACE: logger_debug('summarize_codebase with summarizers:', summarizers) - - # collect and set resource-level summaries - for resource in codebase.walk(topdown=False): - children = resource.children(codebase) - - for summarizer in summarizers: - _summary_data = summarizer(resource, children, keep_details=keep_details) - if TRACE: logger_debug('summary for:', resource.path, 'after summarizer:', summarizer, 'is:', _summary_data) - - codebase.save_resource(resource) - - # set the summary from the root resource at the codebase level - if keep_details: - summary = root.summary - else: - summary = root.extra_data.get('summary', {}) - - if TRACE: logger_debug('codebase summary:', summary) - - return summary - - -def summarize_codebase_legacy(codebase, keep_details, legacy=False, **kwargs): - """ - Summarize a scan at the codebase level for available scans. - - If `keep_details` is True, also keep file and directory details in the - `summary` file attribute for every file and directory. - - If `legacy` is True, summarize copyrights, authors, programming languages, - and packages. - """ - from summarycode.copyright_summary import author_summarizer - from summarycode.copyright_summary import copyright_summarizer - from summarycode.copyright_summary import holder_summarizer - - attrib_summarizers = [ - ('license_expressions', license_summarizer), - ('copyrights', copyright_summarizer), - ('holders', holder_summarizer), - ('authors', author_summarizer), - ('programming_language', language_summarizer), - ('packages', package_summarizer), - ] - - # find which attributes are available for summarization by checking the root - # resource - root = codebase.root - summarizers = [s for a, s in attrib_summarizers if hasattr(root, a)] - if TRACE: logger_debug('summarize_codebase with summarizers:', summarizers) - - # collect and set resource-level summaries - for resource in codebase.walk(topdown=False): - children = resource.children(codebase) - - for summarizer in summarizers: - _summary_data = summarizer(resource, children, keep_details=keep_details) - if TRACE: logger_debug('summary for:', resource.path, 'after summarizer:', summarizer, 'is:', _summary_data) - - codebase.save_resource(resource) - - # set the summary from the root resource at the codebase level - if keep_details: - summary = root.summary - else: - summary = root.extra_data.get('summary', {}) - codebase.attributes.summary.update(summary) - - if TRACE: logger_debug('codebase summary:', summary) - - -def license_summarizer(resource, children, keep_details=False): - """ - Populate a license_expressions list of mappings such as - {value: "expression", count: "count of occurences"} - sorted by decreasing count. - """ - LIC_EXP = 'license_expressions' - license_expressions = [] - - # Collect current data - lic_expressions = getattr(resource, LIC_EXP , []) - if not lic_expressions and resource.is_file: - # also count files with no detection - license_expressions.append(None) - else: - license_expressions.extend(lic_expressions) - - # Collect direct children expression summary - for child in children: - child_summaries = get_resource_summary(child, key=LIC_EXP, as_attribute=keep_details) or [] - for child_summary in child_summaries: - # TODO: review this: this feels rather weird - child_sum_val = child_summary.get('value') - if child_sum_val: - values = [child_sum_val] * child_summary['count'] - license_expressions.extend(values) - - # summarize proper - licenses_counter = summarize_licenses(license_expressions) - summarized = sorted_counter(licenses_counter) - set_resource_summary(resource, key=LIC_EXP, value=summarized, as_attribute=keep_details) - return summarized - - -def summarize_licenses(license_expressions): - """ - Given a list of license expressions, return a mapping of {expression: count - of occurences} - """ - # TODO: we could normalize and/or sort each license_expression before - # summarization and consider other equivalence or containment checks - return Counter(license_expressions) - - -def language_summarizer(resource, children, keep_details=False): - """ - Populate a programming_language summary list of mappings such as - {value: "programming_language", count: "count of occurences"} - sorted by decreasing count. - """ - PROG_LANG = 'programming_language' - languages = [] - prog_lang = getattr(resource, PROG_LANG , []) - if not prog_lang: - if resource.is_file: - # also count files with no detection - languages.append(None) - else: - languages.append(prog_lang) - - # Collect direct children expression summaries - for child in children: - child_summaries = get_resource_summary(child, key=PROG_LANG, as_attribute=keep_details) or [] - for child_summary in child_summaries: - child_sum_val = child_summary.get('value') - if child_sum_val: - values = [child_sum_val] * child_summary['count'] - languages.extend(values) - - # summarize proper - languages_counter = summarize_languages(languages) - summarized = sorted_counter(languages_counter) - set_resource_summary(resource, key=PROG_LANG, value=summarized, as_attribute=keep_details) - return summarized - - -def summarize_languages(languages): - """ - Given a list of languages, return a mapping of {language: count - of occurences} - """ - # TODO: consider aggregating related langauges (C/C++, etc) - return Counter(languages) - - -SUMMARIZABLE_ATTRS = set([ - 'license_expressions', - 'copyrights', - 'holders', - 'authors', - 'programming_language', - # 'packages', -]) - - -def summarize_values(values, attribute): - """ - Given a list of `values` for a given `attribute`, return a mapping of - {value: count of occurences} using a summarization specific to the attribute. - """ - if attribute not in SUMMARIZABLE_ATTRS: - return {} - from summarycode.copyright_summary import summarize_persons - from summarycode.copyright_summary import summarize_copyrights - - value_summarizers_by_attr = dict( - license_expressions=summarize_licenses, - copyrights=summarize_copyrights, - holders=summarize_persons, - authors=summarize_persons, - programming_language=summarize_languages, - ) - return value_summarizers_by_attr[attribute](values) - - -class SummaryKeyFilesDeprecationWarning(DeprecationWarning): - pass - - -@post_scan_impl -class ScanKeyFilesSummary(PostScanPlugin): - """ - Summarize a scan at the codebase level for only key files. - """ - sort_order = 150 - - # mapping of summary data at the codebase level for key files - codebase_attributes = dict(summary_of_key_files=attr.ib(default=attr.Factory(dict))) - - options = [ - PluggableCommandLineOption(('--summary-key-files',), - is_flag=True, default=False, - help='Summarize license, copyright and other scans for key, ' - 'top-level files. Key files are top-level codebase files such ' - 'as COPYING, README and package manifests as reported by the ' - '--classify option "is_legal", "is_readme", "is_manifest" ' - 'and "is_top_level" flags.', - help_group=POST_SCAN_GROUP, - required_options=['classify', 'summary_legacy'] - ) - ] - - def is_enabled(self, summary_key_files, **kwargs): - return summary_key_files - - def process_codebase(self, codebase, summary_key_files, **kwargs): - deprecation_message = "The --summary-key-files option will be deprecated in a future version of scancode-toolkit." - warnings.simplefilter('always', SummaryKeyFilesDeprecationWarning) - warnings.warn( - deprecation_message, - SummaryKeyFilesDeprecationWarning, - stacklevel=2, - ) - codebase_header = codebase.get_or_create_current_header() - codebase_header.warnings.append(deprecation_message) - summarize_codebase_key_files(codebase, **kwargs) - - -def summarize_codebase_key_files(codebase, **kwargs): - """ - Summarize codebase key files. - """ - summarizables = codebase.attributes.summary.keys() - if TRACE: logger_debug('summarizables:', summarizables) - - # TODO: we cannot summarize packages with "key files" for now - summarizables = [k for k in summarizables if k in SUMMARIZABLE_ATTRS] - - # create one counter for each summarized attribute - summarizable_values_by_key = dict([(key, []) for key in summarizables]) - - # filter to get only key files - key_files = (res for res in codebase.walk(topdown=True) - if (res.is_file and res.is_top_level - and (res.is_readme or res.is_legal or res.is_manifest))) - - for resource in key_files: - for key, values in summarizable_values_by_key.items(): - # note we assume things are stored as extra-data, not as direct - # Resource attributes - res_summaries = get_resource_summary(resource, key=key, as_attribute=False) or [] - for summary in res_summaries: - # each summary is a mapping with value/count: we transform back to values - sum_value = summary.get('value') - if sum_value: - values.extend([sum_value] * summary['count']) - - summary_counters = [] - for key, values in summarizable_values_by_key.items(): - if key not in SUMMARIZABLE_ATTRS: - continue - summarized = summarize_values(values, key) - summary_counters.append((key, summarized)) - - sorted_summaries = dict( - [(key, sorted_counter(counter)) for key, counter in summary_counters]) - - codebase.attributes.summary_of_key_files = sorted_summaries - - if TRACE: logger_debug('codebase summary_of_key_files:', sorted_summaries) - - -class SummaryByFacetPluginDeprecationWarning(DeprecationWarning): - pass - - -@post_scan_impl -class ScanByFacetSummary(PostScanPlugin): - """ - Summarize a scan at the codebase level groupping by facets. - """ - sort_order = 200 - codebase_attributes = dict(summary_by_facet=attr.ib(default=attr.Factory(list))) - - options = [ - PluggableCommandLineOption(('--summary-by-facet',), - is_flag=True, default=False, - help='Summarize license, copyright and other scans and group the ' - 'results by facet.', - help_group=POST_SCAN_GROUP, - required_options=['facet', 'summary_legacy'] - ) - ] - - def is_enabled(self, summary_by_facet, **kwargs): - return summary_by_facet - - def process_codebase(self, codebase, summary_by_facet, **kwargs): - deprecation_message = "The --summary-by-facet option will be deprecated in a future version of scancode-toolkit." - warnings.simplefilter('always', SummaryByFacetPluginDeprecationWarning) - warnings.warn( - deprecation_message, - SummaryByFacetPluginDeprecationWarning, - stacklevel=2, - ) - codebase_header = codebase.get_or_create_current_header() - codebase_header.warnings.append(deprecation_message) - if TRACE_LIGHT: logger_debug('ScanByFacetSummary:process_codebase') - summarize_codebase_by_facet(codebase, **kwargs) - - -def summarize_codebase_by_facet(codebase, **kwargs): - """ - Summarize codebase by facte. - """ - from summarycode import facet as facet_module - - summarizable = codebase.attributes.summary.keys() - if TRACE: - logger_debug('summarize_codebase_by_facet for attributes:', summarizable) - - # create one group of by-facet values lists for each summarized attribute - summarizable_values_by_key_by_facet = dict([ - (facet, dict([(key, []) for key in summarizable])) - for facet in facet_module.FACETS - ]) - - for resource in codebase.walk(topdown=True): - if not resource.is_file: - continue - - for facet in resource.facets: - # note: this will fail loudly if the facet is not a known one - values_by_attribute = summarizable_values_by_key_by_facet[facet] - for key, values in values_by_attribute.items(): - # note we assume things are stored as extra-data, not as direct - # Resource attributes - res_summaries = get_resource_summary(resource, key=key, as_attribute=False) or [] - for summary in res_summaries: - # each summary is a mapping with value/count: we transform back to discrete values - sum_value = summary.get('value') - if sum_value: - values.extend([sum_value] * summary['count']) - - final_summaries = [] - for facet, summarizable_values_by_key in summarizable_values_by_key_by_facet.items(): - summary_counters = ( - (key, summarize_values(values, key)) - for key, values in summarizable_values_by_key.items() - ) - - sorted_summaries = dict( - [(key, sorted_counter(counter)) for key, counter in summary_counters]) - - facet_summary = dict(facet=facet) - facet_summary['summary'] = sorted_summaries - final_summaries.append(facet_summary) - - codebase.attributes.summary_by_facet.extend(final_summaries) - - if TRACE: logger_debug('codebase summary_by_facet:', final_summaries) - - -def add_files(packages, resource): - """ - Update in-place every package mapping in the `packages` list by updating or - creating the the "files" attribute from the `resource`. Yield back the - packages. - """ - for package in packages: - files = package['files'] = package.get('files') or [] - fil = resource.to_dict(skinny=True) - if fil not in files: - files.append(fil) - yield package - - -def package_summarizer(resource, children, keep_details=False): - """ - Populate a packages summary list of packages mappings. - - Note: `keep_details` is never used, as we are not keeping details of - packages as this has no value. - """ - packages = [] - - # Collect current data - current_packages = getattr(resource, 'packages') or [] - - if TRACE_LIGHT and current_packages: - from packagedcode.models import Package - packs = [Package.create(**p) for p in current_packages] - logger_debug('package_summarizer: for:', resource, - 'current_packages are:', packs) - - current_packages = add_files(current_packages, resource) - packages.extend(current_packages) - - if TRACE_LIGHT and packages: - logger_debug() - from packagedcode.models import Package # NOQA - packs = [Package.create(**p) for p in packages] - logger_debug('package_summarizer: for:', resource, - 'packages are:', packs) - - # Collect direct children packages summary - for child in children: - child_summaries = get_resource_summary(child, key='packages', as_attribute=False) or [] - packages.extend(child_summaries) - - # summarize proper - set_resource_summary(resource, key='packages', value=packages, as_attribute=False) - return packages - - -def get_declared_holders(codebase, summary): - holders_summary = summary.get('holders', []) - entry_by_holders = {entry.get('value'): entry for entry in holders_summary} - key_file_holders = get_field_values_from_codebase_resources(codebase, 'holders', key_files_only=True) - key_file_holders = [entry.get('holder') for entry in key_file_holders] - unique_key_file_holders = unique(key_file_holders) - - holder_entry_by_counts = defaultdict(list) - for holder in unique_key_file_holders: - entry = entry_by_holders.get(holder) - count = entry.get('count') - if count: - holder_entry_by_counts[count].append(entry) - - declared_holders = [] - if holder_entry_by_counts: - highest_count = max(holder_entry_by_counts) - declared_holders = holder_entry_by_counts[highest_count] - return declared_holders - - -def get_primary_language(summary): - programming_language_summary = summary.get('programming_language') - - programming_language_entry_by_count = {entry.get('count'): entry for entry in programming_language_summary} - primary_language = {} - if programming_language_entry_by_count: - highest_count = max(programming_language_entry_by_count) - primary_language = programming_language_entry_by_count[highest_count] - - return primary_language - - -def remove_declared_from_fields(codebase, summary): - license_expressions = summary.get('license_expressions', []) - holders = summary.get('holders', []) - programming_languages = summary.get('programming_language', []) - - declared_license_expression = codebase.attributes.summary.get('declared_license_expression', '') - declared_holders = codebase.attributes.summary.get('declared_holders', []) - primary_programming_language = codebase.attributes.summary.get('primary_programming_language', {}) - - other_license_expressions = [ - entry - for entry in license_expressions - if entry.get('value') != declared_license_expression - ] - - other_holders = [ - entry - for entry in holders - if entry not in declared_holders - ] - - other_programming_languages = [ - entry - for entry in programming_languages - if entry != primary_programming_language - ] - - codebase.attributes.summary['other_license_expressions'] = other_license_expressions - codebase.attributes.summary['other_holders'] = other_holders - codebase.attributes.summary['other_programming_languages'] = other_programming_languages diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/FixedMembershipToken.java b/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/FixedMembershipToken.java deleted file mode 100644 index b9f2abd0088..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/FixedMembershipToken.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2005, JBoss Inc., and individual contributors as indicated - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - - \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/GuardedBy.java b/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/GuardedBy.java deleted file mode 100644 index 991606291da..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/GuardedBy.java +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Copyright (c) 2005 Brian Goetz and Tim Peierls - * Released under the Creative Commons Attribution License - * (http://creativecommons.org/licenses/by/2.5) - * Official home: http://www.jcip.net - * - * Adopted from Java Concurrency in Practice. This annotation defines the monitor that protects the variable - * annotated by @GuardedBy, e.g. @GuardedBy("lock") or @GuardedBy("this") - * @author Bela Ban - * @version $Id: GuardedBy.java,v 1.3 2007/02/27 14:49:40 belaban Exp $ - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/ImmutableReference.java b/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/ImmutableReference.java deleted file mode 100644 index 9c3c08df13f..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/ImmutableReference.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2010, Red Hat, Inc. and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RATE_LIMITER.java b/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RATE_LIMITER.java deleted file mode 100644 index b4071b2728a..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RATE_LIMITER.java +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Protocol which sends at most max_bytes in time_period milliseconds. Can be used instead of a flow control protocol, - * e.g. FC or SFC (same position in the stack) - * @author Bela Ban - * @version $Id: RATE_LIMITER.java,v 1.3 2009/12/11 13:08:03 belaban Exp $ - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RouterStub.java b/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RouterStub.java deleted file mode 100644 index c1941b54e7b..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RouterStub.java +++ /dev/null @@ -1,5 +0,0 @@ -/** - * Client stub that talks to a remote GossipRouter - * @author Bela Ban - * @version $Id: RouterStub.java,v 1.62 2010/06/09 14:22:00 belaban Exp $ - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RouterStubManager.java b/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RouterStubManager.java deleted file mode 100644 index 188435705b6..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/RouterStubManager.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/S3_PING.java b/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/S3_PING.java deleted file mode 100644 index b79361f193e..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/JGroups/src/S3_PING.java +++ /dev/null @@ -1,5 +0,0 @@ - * Discovery protocol using Amazon's S3 storage. The S3 access code reuses the example shipped by Amazon. - * This protocol is unsupported and experimental ! - * @author Bela Ban - * @version $Id: S3_PING.java,v 1.11 2010/06/18 04:39:08 belaban Exp $ - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/README b/tests/summarycode/data/summary_legacy/copyright_summary/scan/README deleted file mode 100644 index 1d61df81ffb..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/README +++ /dev/null @@ -1,4 +0,0 @@ -This directory contains a few sample files extracted from these two archives: - -download_url: http://zlib.net/zlib-1.2.8.tar.gz -download_url: http://master.dl.sourceforge.net/project/javagroups/JGroups/2.10.0.GA/JGroups-2.10.0.GA.src.zip \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/adler32.c b/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/adler32.c deleted file mode 100644 index 99bd88552be..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/adler32.c +++ /dev/null @@ -1,3 +0,0 @@ -/* adler32.c -- compute the Adler-32 checksum of a data stream - * Copyright (C) 1995-2011 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/zlib.h b/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/zlib.h deleted file mode 100644 index 36568396a1e..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/zlib.h +++ /dev/null @@ -1,29 +0,0 @@ -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.8, April 28th, 2013 - - Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - - - The data format used by the zlib library is described by RFCs (Request for - Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 - (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). -*/ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/zutil.h b/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/zutil.h deleted file mode 100644 index d85c1f24ea8..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/arch/zutil.h +++ /dev/null @@ -1,9 +0,0 @@ -/* zutil.h -- internal interface and configuration of the compression library - * Copyright (C) 1995-2013 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/ada/zlib.ads b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/ada/zlib.ads deleted file mode 100644 index c814a2df733..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/ada/zlib.ads +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2004 Dmitriy Anisimkov -- --- -- --- This library is free software; you can redistribute it and/or modify -- --- it under the terms of the GNU General Public License as published by -- --- the Free Software Foundation; either version 2 of the License, or (at -- --- your option) any later version. -- --- -- --- This library is distributed in the hope that it will be useful, but -- --- WITHOUT ANY WARRANTY; without even the implied warranty of -- --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- --- General Public License for more details. -- --- -- --- You should have received a copy of the GNU General Public License -- --- along with this library; if not, write to the Free Software Foundation, -- --- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- -- --- As a special exception, if other files instantiate generics from this -- --- unit, or you link this unit with other files to produce an executable, -- --- this unit does not by itself cause the resulting executable to be -- --- covered by the GNU General Public License. This exception does not -- --- however invalidate any other reasons why the executable file might be -- --- covered by the GNU Public License. -- ------------------------------------------------------------------------------- diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/adler32.c b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/adler32.c deleted file mode 100644 index d28e9039336..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/adler32.c +++ /dev/null @@ -1,4 +0,0 @@ -/* adler32.c -- compute the Adler-32 checksum of a data stream - * Copyright (C) 1995-2011 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/deflate.c b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/deflate.c deleted file mode 100644 index 4524875c9ff..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/deflate.c +++ /dev/null @@ -1,5 +0,0 @@ -/* deflate.c -- compress data using the deflation algorithm - * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/deflate.h b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/deflate.h deleted file mode 100644 index 0b360ce6c16..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/deflate.h +++ /dev/null @@ -1,4 +0,0 @@ -/* deflate.h -- internal compression state - * Copyright (C) 1995-2012 Jean-loup Gailly - * For conditions of distribution and use, see copyright notice in zlib.h - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/dotzlib/AssemblyInfo.cs b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/dotzlib/AssemblyInfo.cs deleted file mode 100644 index 23da9b437db..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/dotzlib/AssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -// -[assembly: AssemblyTitle("DotZLib")] -[assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Henrik Ravn")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/dotzlib/ChecksumImpl.cs b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/dotzlib/ChecksumImpl.cs deleted file mode 100644 index 65ea66cb943..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/dotzlib/ChecksumImpl.cs +++ /dev/null @@ -1,7 +0,0 @@ -// -// � Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/gcc_gvmat64/gvmat64.S b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/gcc_gvmat64/gvmat64.S deleted file mode 100644 index 3fc192371e4..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/gcc_gvmat64/gvmat64.S +++ /dev/null @@ -1,36 +0,0 @@ -/* -;uInt longest_match_x64( -; deflate_state *s, -; IPos cur_match); // current match - -; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64 -; (AMD64 on Athlon 64, Opteron, Phenom -; and Intel EM64T on Pentium 4 with EM64T, Pentium D, Core 2 Duo, Core I5/I7) -; this file is translation from gvmat64.asm to GCC 4.x (for Linux, Mac XCode) -; Copyright (C) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant. -; -; File written by Gilles Vollant, by converting to assembly the longest_match -; from Jean-loup Gailly in deflate.c of zLib and infoZip zip. -; and by taking inspiration on asm686 with masm, optimised assembly code -; from Brian Raiter, written 1998 -; -; This software is provided 'as-is', without any express or implied -; warranty. In no event will the authors be held liable for any damages -; arising from the use of this software. -; -; Permission is granted to anyone to use this software for any purpose, -; including commercial applications, and to alter it and redistribute it -; freely, subject to the following restrictions: -; -; 1. The origin of this software must not be misrepresented; you must not -; claim that you wrote the original software. If you use this software -; in a product, an acknowledgment in the product documentation would be -; appreciated but is not required. -; 2. Altered source versions must be plainly marked as such, and must not be -; misrepresented as being the original software -; 3. This notice may not be removed or altered from any source distribution. -; -; http://www.zlib.net -; http://www.winimage.com/zLibDll -; http://www.muppetlabs.com/~breadbox/software/assembly.html -; diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/infback9/infback9.c b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/infback9/infback9.c deleted file mode 100644 index 3d9f3c93d7f..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/infback9/infback9.c +++ /dev/null @@ -1,5 +0,0 @@ -/* infback9.c -- inflate deflate64 data using a call-back interface - * Copyright (C) 1995-2008 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/infback9/infback9.h b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/infback9/infback9.h deleted file mode 100644 index e7be4800317..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/infback9/infback9.h +++ /dev/null @@ -1,4 +0,0 @@ -/* infback9.h -- header for using inflateBack9 functions - * Copyright (C) 2003 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/iostream2/zstream.h b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/iostream2/zstream.h deleted file mode 100644 index c62dc6d1f15..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/iostream2/zstream.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * - * Copyright (c) 1997 - * Christian Michelsen Research AS - * Advanced Computing - * Fantoftvegen 38, 5036 BERGEN, Norway - * http://www.cmr.no - * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. Christian Michelsen Research AS makes no - * representations about the suitability of this software for any - * purpose. It is provided "as is" without express or implied warranty. - * - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zlib.h b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zlib.h deleted file mode 100644 index a5942194eea..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zlib.h +++ /dev/null @@ -1,24 +0,0 @@ -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.8, April 28th, 2013 - - Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zutil.c b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zutil.c deleted file mode 100644 index 1aac612ec30..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zutil.c +++ /dev/null @@ -1,4 +0,0 @@ -/* zutil.c -- target dependent utility functions for the compression library - * Copyright (C) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zutil.h b/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zutil.h deleted file mode 100644 index d85c1f24ea8..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan/zlib/zutil.h +++ /dev/null @@ -1,9 +0,0 @@ -/* zutil.h -- internal interface and configuration of the compression library - * Copyright (C) 1995-2013 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/scan2/jetty.LICENSE b/tests/summarycode/data/summary_legacy/copyright_summary/scan2/jetty.LICENSE deleted file mode 100644 index 712c7ba92de..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/scan2/jetty.LICENSE +++ /dev/null @@ -1,132 +0,0 @@ -Jetty License -$Revision: 584 $ - -Preamble: -The intent of this document is to state the conditions under which the Jetty -Package may be copied, such that the Copyright Holder maintains some semblance -of control over the development of the package, while giving the users of the -package the right to use, distribute and make reasonable modifications to the -Package in accordance with the goals and ideals of the Open Source concept as -described at http://www.opensource.org. - -It is the intent of this license to allow commercial usage of the Jetty package, -so long as the source code is distributed or suitable visible credit given or -other arrangements made with the copyright holders. - -Definitions: -* "Jetty" refers to the collection of Java classes that are distributed as a -HTTP server with servlet capabilities and associated utilities. - -* "Package" refers to the collection of files distributed by the Copyright -Holder, and derivatives of that collection of files created through textual -modification. - -* "Standard Version" refers to such a Package if it has not been modified, -or has been modified in accordance with the wishes of the Copyright Holder. - -* "Copyright Holder" is whoever is named in the copyright or copyrights for -the package. Mort Bay Consulting Pty. Ltd. (Australia) is the "Copyright Holder" for -the Jetty package. - -* "You" is you, if you're thinking about copying or distributing this -Package. - -* "Reasonable copying fee" is whatever you can justify on the basis of media -cost, duplication charges, time of people involved, and so on. (You will not be -required to justify it to the Copyright Holder, but only to the computing -community at large as a market that must bear the fee.) - -* "Freely Available" means that no fee is charged for the item itself, -though there may be fees involved in handling the item. It also means that -recipients of the item may redistribute it under the same conditions they -received it. - -0. The Jetty Package is Copyright (c) Mort Bay Consulting Pty. Ltd. (Australia) -and others. Individual files in this package may contain additional copyright -notices. The javax.servlet packages are copyright Sun Microsystems Inc. - -1. The Standard Version of the Jetty package is available from -http://jetty.mortbay.org. - -2. You may make and distribute verbatim copies of the source form of the -Standard Version of this Package without restriction, provided that you include -this license and all of the original copyright notices and associated -disclaimers. - -3. You may make and distribute verbatim copies of the compiled form of the -Standard Version of this Package without restriction, provided that you include -this license. - -4. You may apply bug fixes, portability fixes and other modifications derived -from the Public Domain or from the Copyright Holder. A Package modified in such -a way shall still be considered the Standard Version. - -5. You may otherwise modify your copy of this Package in any way, provided that -you insert a prominent notice in each changed file stating how and when you -changed that file, and provided that you do at least ONE of the following: - -a) Place your modifications in the Public Domain or otherwise make them -Freely Available, such as by posting said modifications to Usenet or an -equivalent medium, or placing the modifications on a major archive site such as -ftp.uu.net, or by allowing the Copyright Holder to include your modifications in -the Standard Version of the Package. - -b) Use the modified Package only within your corporation or organization. - -c) Rename any non-standard classes so the names do not conflict with -standard classes, which must also be provided, and provide a separate manual -page for each non-standard class that clearly documents how it differs from the -Standard Version. - -d) Make other arrangements with the Copyright Holder. - -6. You may distribute modifications or subsets of this Package in source code or -compiled form, provided that you do at least ONE of the following: - -a) Distribute this license and all original copyright messages, together -with instructions (in the about dialog, manual page or equivalent) on where to -get the complete Standard Version. - -b) Accompany the distribution with the machine-readable source of the -Package with your modifications. The modified package must include this license -and all of the original copyright notices and associated disclaimers, together -with instructions on where to get the complete Standard Version. - -c) Make other arrangements with the Copyright Holder. - -7. You may charge a reasonable copying fee for any distribution of this Package. -You may charge any fee you choose for support of this Package. You may not -charge a fee for this Package itself. However, you may distribute this Package -in aggregate with other (possibly commercial) programs as part of a larger -(possibly commercial) software distribution provided that you meet the other -distribution requirements of this license. - -8. Input to or the output produced from the programs of this Package do not -automatically fall under the copyright of this Package, but belong to whomever -generated them, and may be sold commercially, and may be aggregated with this -Package. - -9. Any program subroutines supplied by you and linked into this Package shall -not be considered part of this Package. - -10. The name of the Copyright Holder may not be used to endorse or promote -products derived from this software without specific prior written permission. - -11. This license may change with each release of a Standard Version of the -Package. You may choose to use the license associated with version you are using -or the license of the latest Standard Version. - -12. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -13. If any superior law implies a warranty, the sole remedy under such shall be, -at the Copyright Holders option either -a) return of any price paid or -b) use or reasonable endeavours to repair or replace the software. - -14. This license shall be read under the laws of Australia. - -The End -This license was derived from the Artistic license published on -http://www.opensource.com \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/summary.expected.json b/tests/summarycode/data/summary_legacy/copyright_summary/summary.expected.json deleted file mode 100644 index 5ab6aefde9f..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/summary.expected.json +++ /dev/null @@ -1,688 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--copyright": true, - "--json-pp": "", - "--summary-legacy": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 24 - } - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 4 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 19 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "files": [ - { - "path": "scan", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/JGroups", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/JGroups/src", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "scan_errors": [] - }, - { - "path": "scan/README", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/arch", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/arch/adler32.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/arch/zlib.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/arch/zutil.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/ada", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/adler32.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/zlib.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/summary2.expected.json b/tests/summarycode/data/summary_legacy/copyright_summary/summary2.expected.json deleted file mode 100644 index 128306ae931..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/summary2.expected.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--copyright": true, - "--json-pp": "", - "--summary-legacy": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 1 - } - } - ], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mort Bay Consulting Pty. Ltd. (Australia) and others", - "count": 1 - }, - { - "value": "copyright Sun Microsystems Inc.", - "count": 1 - } - ], - "holders": [ - { - "value": "Mort Bay Consulting Pty. Ltd. (Australia) and others", - "count": 1 - }, - { - "value": "Sun Microsystems, Inc.", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "files": [ - { - "path": "scan2", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "scan_errors": [] - }, - { - "path": "scan2/jetty.LICENSE", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) Mort Bay Consulting Pty. Ltd. (Australia) and others", - "start_line": 44, - "end_line": 45 - }, - { - "copyright": "copyright Sun Microsystems Inc.", - "start_line": 46, - "end_line": 46 - } - ], - "holders": [ - { - "holder": "Mort Bay Consulting Pty. Ltd. (Australia) and others", - "start_line": 44, - "end_line": 45 - }, - { - "holder": "Sun Microsystems Inc.", - "start_line": 46, - "end_line": 46 - } - ], - "authors": [], - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/summary_details.expected.json b/tests/summarycode/data/summary_legacy/copyright_summary/summary_details.expected.json deleted file mode 100644 index 9be1e058209..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/summary_details.expected.json +++ /dev/null @@ -1,1616 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--copyright": true, - "--json-pp": "", - "--summary-with-details": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-with-details option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 24 - } - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 4 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 19 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "files": [ - { - "path": "scan", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": null, - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 4 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 19 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": null, - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 3 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": null, - "count": 3 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": null, - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 3 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": null, - "count": 3 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - } - ], - "holders": [ - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/README", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/arch", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - }, - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 3 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/arch/adler32.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/arch/zlib.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/arch/zutil.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 3 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 2 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 3 - }, - { - "value": "Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 2 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 12 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - } - ], - "holders": [ - { - "value": "Dmitriy Anisimkov", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - } - ], - "holders": [ - { - "value": "Dmitriy Anisimkov", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/adler32.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 2 - } - ], - "authors": [ - { - "value": null, - "count": 2 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 2 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 2 - } - ], - "authors": [ - { - "value": null, - "count": 2 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "holders": [ - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "holders": [ - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/zlib.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/summary_details.expected2.json b/tests/summarycode/data/summary_legacy/copyright_summary/summary_details.expected2.json deleted file mode 100644 index da09657b5f9..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/summary_details.expected2.json +++ /dev/null @@ -1,1616 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--copyright": true, - "--json": "", - "--summary-with-details": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-with-details option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 24 - } - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 4 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 19 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "files": [ - { - "path": "scan", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": null, - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 4 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 19 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": null, - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 3 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": null, - "count": 3 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": null, - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 3 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": null, - "count": 3 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - } - ], - "holders": [ - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/README", - "type": "file", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/arch", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - }, - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 3 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/arch/adler32.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/arch/zlib.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/arch/zutil.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 3 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 2 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 3 - }, - { - "value": "Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 2 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 12 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - } - ], - "holders": [ - { - "value": "Dmitriy Anisimkov", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - } - ], - "holders": [ - { - "value": "Dmitriy Anisimkov", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/adler32.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 2 - } - ], - "authors": [ - { - "value": null, - "count": 2 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": "Gilles Vollant", - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 2 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 2 - } - ], - "authors": [ - { - "value": null, - "count": 2 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2", - "type": "directory", - "copyrights": [], - "holders": [], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "holders": [ - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "holders": [ - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/zlib.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.c", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.h", - "type": "file", - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "summary": { - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ] - }, - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/copyright_summary/summary_key_files.expected.json b/tests/summarycode/data/summary_legacy/copyright_summary/summary_key_files.expected.json deleted file mode 100644 index d1fd7b6eb52..00000000000 --- a/tests/summarycode/data/summary_legacy/copyright_summary/summary_key_files.expected.json +++ /dev/null @@ -1,1532 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--classify": true, - "--copyright": true, - "--info": true, - "--json-pp": "", - "--summary-key-files": true, - "--summary-legacy": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit.", - "The --summary-key-files option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 24 - } - } - ], - "summary": { - "copyrights": [ - { - "value": null, - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 4 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 19 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 12 - }, - { - "value": "Java", - "count": 7 - }, - { - "value": "C#", - "count": 2 - }, - { - "value": "GAS", - "count": 1 - } - ] - }, - "summary_of_key_files": { - "copyrights": [], - "holders": [], - "authors": [], - "programming_language": [] - }, - "files": [ - { - "path": "scan", - "type": "directory", - "name": "scan", - "base_name": "scan", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 24, - "dirs_count": 9, - "size_count": 14310, - "scan_errors": [] - }, - { - "path": "scan/JGroups", - "type": "directory", - "name": "JGroups", - "base_name": "JGroups", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 7, - "dirs_count": 1, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src", - "type": "directory", - "name": "src", - "base_name": "src", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 7, - "dirs_count": 0, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "name": "FixedMembershipToken.java", - "base_name": "FixedMembershipToken", - "extension": ".java", - "size": 1016, - "sha1": "d0d55d2ae0842afee96695bcc8be939e763704ec", - "md5": "301dfe021b3b4076b9f8d49577205b44", - "sha256": "ff6dfac01c9b7ad9fcb5e646db83b482f5f720d981f0ca6c68828c5aa4ec784b", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "name": "GuardedBy.java", - "base_name": "GuardedBy", - "extension": ".java", - "size": 482, - "sha1": "21ec75514ce72011c4e86c977505c024832c1b63", - "md5": "5165fdeefda7a55c13e44c5e56cac920", - "sha256": "8553411bf58f4ac35fc9e7d6142f11fc2fbef33e50a77f514a253135807afd44", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "name": "ImmutableReference.java", - "base_name": "ImmutableReference", - "extension": ".java", - "size": 1023, - "sha1": "aee1bb33424e7c1264f85c9aad40d43c3738f871", - "md5": "53a91ff66fdc4d812d7656b4e807bfd2", - "sha256": "ec1427fc2f7e322e6a4d5d99f8119310d6586aaaf5b30b2904b4ccd27966e120", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "name": "RATE_LIMITER.java", - "base_name": "RATE_LIMITER", - "extension": ".java", - "size": 269, - "sha1": "8da19aa25da421608fbe9f4f5eeb122ab35fd01e", - "md5": "52540f80f5c22d8d13627c57b76d44f4", - "sha256": "c3bcefbbb2706f65410b4bb91d531e2ec461fa4586135becc8865adeca3385c8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "name": "RouterStub.java", - "base_name": "RouterStub", - "extension": ".java", - "size": 153, - "sha1": "c1baa345449b4b91e61886dadea8f1bbea034eb4", - "md5": "a0b4e3f4d679a98d11d75e7e27e894af", - "sha256": "5c0f94fc518daca08e74fd117fef09d6dd090b0fd623a47edde451be3aed28c7", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "name": "RouterStubManager.java", - "base_name": "RouterStubManager", - "extension": ".java", - "size": 1032, - "sha1": "a51c5bbb738c1c1cd1f58c79060fa5ea4d0dd753", - "md5": "cae07c80e6f79864de002700bf9ab02f", - "sha256": "fe96061d23b37c98913379d54c5388cffdc99239807c2caf8c96d7d10321d085", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "name": "S3_PING.java", - "base_name": "S3_PING", - "extension": ".java", - "size": 252, - "sha1": "a7a9763832eb31e1f7f7927d6288df284b70c6e5", - "md5": "ffb481f2a0c6262d0f7d1e9a4681a6ca", - "sha256": "5470e41b0bfba6adb43649215df756f1a4a5173ceed6127af1b38801651efde2", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/README", - "type": "file", - "name": "README", - "base_name": "README", - "extension": "", - "size": 236, - "sha1": "2e07e32c52d607204fad196052d70e3d18fb8636", - "md5": "effc6856ef85a9250fb1a470792b3f38", - "sha256": "165da86bfdf296cd5a0a3e20c1d1ee86d70ecb8a1fa579d6f8cadad8eee85878", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": true, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch", - "type": "directory", - "name": "arch", - "base_name": "arch", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 3, - "dirs_count": 0, - "size_count": 1896, - "scan_errors": [] - }, - { - "path": "scan/arch/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 175, - "sha1": "a7ee5ea54da88a6390e72ff018dd471045d8bbf1", - "md5": "92011414f344e34f711e77bac40e4bc4", - "sha256": "e533accabdc7434f3905ced32c4fba755f707929ad73df6e07172cd5a786e023", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1326, - "sha1": "26610e5eab2a17e0fa9ef6ac791f25f77af145af", - "md5": "4ed53ac605f16247ab7d571670f2351d", - "sha256": "b09e2a43e9960d3d28d37d24f10dfbc462a4cb376da54ba571ac9a8874911ed5", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib", - "type": "directory", - "name": "zlib", - "base_name": "zlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 13, - "dirs_count": 5, - "size_count": 7951, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada", - "type": "directory", - "name": "ada", - "base_name": "ada", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 2054, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "name": "zlib.ads", - "base_name": "zlib", - "extension": ".ads", - "size": 2054, - "sha1": "93b3e6e5822c350a9c12e69a2848e29767777002", - "md5": "4e58eb393ad904c1de81a9ca5b9e392c", - "sha256": "8e6da5a880c0547bac5b71f0f123164511ae17e3c7d7f424e4ec5b44e1cae731", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 179, - "sha1": "f98c6c82a570ac852801b46157c1540070d55358", - "md5": "48c4037f16b4670795fdf72e88cc278c", - "sha256": "fc1682e787ccc8d9eb83eb0b1f5acb59d22aa6ce1bff7c749a9dc315237b2240", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.c", - "type": "file", - "name": "deflate.c", - "base_name": "deflate", - "extension": ".c", - "size": 198, - "sha1": "4b4696c59e245cef0bad7334fdb63725ccfa218c", - "md5": "f11ed826baf25f2bfa9c610313460036", - "sha256": "ef7bf500e1accf7e91352788c92b5c6663bab52e2cd6c42284496518e4a5f054", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.h", - "type": "file", - "name": "deflate.h", - "base_name": "deflate", - "extension": ".h", - "size": 165, - "sha1": "a99a71ff971faf49a52ed6f7d3075fdffae8054b", - "md5": "d8821cd288e2be7fd83cdcac22a427ce", - "sha256": "a3c2fa63c7e730bdd008bc07b7d3865dc76781082b77a03d52a918ce1c7d3459", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "name": "dotzlib", - "base_name": "dotzlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 2, - "dirs_count": 0, - "size_count": 863, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "name": "AssemblyInfo.cs", - "base_name": "AssemblyInfo", - "extension": ".cs", - "size": 627, - "sha1": "cc7fcb4d721a7efe9eefa6bd2d9d0105d33203a8", - "md5": "dbd621f76cb27e2fd8b8e2d9d985ffcf", - "sha256": "8b257a625c537736ee3ac2321b4ef56ba8a6fa4f922a35b1a0e992f9327d39e9", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "name": "ChecksumImpl.cs", - "base_name": "ChecksumImpl", - "extension": ".cs", - "size": 236, - "sha1": "3043848212232cdde81eb3e20fca7f2447d944be", - "md5": "661652a0568e25d12fc9bfad2fdabfb2", - "sha256": "f3144ba734429b825e22c2f9048412e78c907e0142f2cdc629879b3a0fa63c89", - "mime_type": "text/plain", - "file_type": "UTF-8 Unicode text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "name": "gcc_gvmat64", - "base_name": "gcc_gvmat64", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 1774, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "name": "gvmat64.S", - "base_name": "gvmat64", - "extension": ".S", - "size": 1774, - "sha1": "8dff93e95ccef023a871fb438784635b5df1d541", - "md5": "4f0d2f55d43d9466750350f8b27f0302", - "sha256": "1551b8fb1c2f1f3cc92c8e4f31730ebdde0c766caeca6d670a7758b55e3804f3", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "GAS", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9", - "type": "directory", - "name": "infback9", - "base_name": "infback9", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 2, - "dirs_count": 0, - "size_count": 353, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "name": "infback9.c", - "base_name": "infback9", - "extension": ".c", - "size": 185, - "sha1": "299f7a056cf0e0ed7d5bd687c53f3247d809cab2", - "md5": "d570bd029ee2362f2a0927c87999773b", - "sha256": "03fb435669b57aa90fe00c4dbc12d8492ef87b6243427d1e1831006994ee1f80", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "name": "infback9.h", - "base_name": "infback9", - "extension": ".h", - "size": 168, - "sha1": "c849edb4691d23e0db97d3f5da1cc5b396929449", - "md5": "2913c8ea7fb43a0f469bb2797c820a95", - "sha256": "4f8db049a7156b8a4616a6c9df0b5ee09571f0ac2eb253e111f2fb727fb033ea", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2", - "type": "directory", - "name": "iostream2", - "base_name": "iostream2", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 649, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "name": "zstream.h", - "base_name": "zstream", - "extension": ".h", - "size": 649, - "sha1": "b7fe15df27e601b88cde6b6a63dad184ccbce572", - "md5": "8b897171ea0767232e586086bc94518c", - "sha256": "ee2eef602cba7c4ba350617f4154de50cb4cbf274c7dd773130aca0775d5d9cd", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1103, - "sha1": "85c65180242c560a4df66e9882119bf70eaefd02", - "md5": "07497e2688dad9406386f0534a0bbfca", - "sha256": "64fef1f0a7cd69eae744ad2fa754ee8568a5715588e38b7a3fa6e11eaeaec97e", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.c", - "type": "file", - "name": "zutil.c", - "base_name": "zutil", - "extension": ".c", - "size": 218, - "sha1": "2e846ef84cfb16e0e8b92c62a850a607a709d7b2", - "md5": "2a0ea6a99e31fb0989209a027476038d", - "sha256": "dc7224c7f079d237acf510ff40282cf6d50352c851d4e2957d227e2a3b57eb4d", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/end-2-end/bug-1141.expected.json b/tests/summarycode/data/summary_legacy/end-2-end/bug-1141.expected.json deleted file mode 100644 index f6f251207da..00000000000 --- a/tests/summarycode/data/summary_legacy/end-2-end/bug-1141.expected.json +++ /dev/null @@ -1,629 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--classify": true, - "--copyright": true, - "--facet": [ - "dev=*.java" - ], - "--info": true, - "--json-pp": "", - "--license": true, - "--package": true, - "--summary-key-files": true, - "--summary-legacy": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit.", - "The --summary-key-files option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 4 - } - } - ], - "dependencies": [], - "packages": [], - "summary": { - "license_expressions": [ - { - "value": "gpl-2.0-plus", - "count": 1 - }, - { - "value": "gpl-3.0-plus", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 2 - }, - { - "value": "Copyright (c) - Members of the Gmerlin project", - "count": 1 - }, - { - "value": "Copyright (c) - Members of the Gmerlin project gmerlin-general@lists.sourceforge.net http://gmerlin.sourceforge.net", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 2 - }, - { - "value": "Members of the Gmerlin project", - "count": 2 - } - ], - "authors": [ - { - "value": null, - "count": 4 - } - ], - "programming_language": [ - { - "value": "C", - "count": 2 - } - ] - }, - "summary_of_key_files": { - "license_expressions": [ - { - "value": "gpl-3.0-plus", - "count": 1 - } - ], - "copyrights": [], - "holders": [], - "authors": [], - "programming_language": [] - }, - "files": [ - { - "path": "bug-1141.tar.gz", - "type": "directory", - "name": "bug-1141.tar.gz", - "base_name": "bug-1141.tar.gz", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 4, - "dirs_count": 6, - "size_count": 2017, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug", - "type": "directory", - "name": "bug", - "base_name": "bug", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 4, - "dirs_count": 5, - "size_count": 2017, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub", - "type": "directory", - "name": "sub", - "base_name": "sub", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 4, - "dirs_count": 4, - "size_count": 2017, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub/sub2", - "type": "directory", - "name": "sub2", - "base_name": "sub2", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 4, - "dirs_count": 3, - "size_count": 2017, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub/sub2/COPYING", - "type": "file", - "name": "COPYING", - "base_name": "COPYING", - "extension": "", - "size": 652, - "sha1": "e1883818566861d6e98a560127797065af1a3037", - "md5": "b5a59150a33658cc1ffc31b1a4ffb9f2", - "sha256": "204de5253787827cd13c9282efff5c0e5c734ca9e6d4b07346a2ab33f23f808a", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "gpl-3.0-plus", - "score": 100.0, - "name": "GNU General Public License 3.0 or later", - "short_name": "GPL 3.0 or later", - "category": "Copyleft", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html", - "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.yml", - "spdx_license_key": "GPL-3.0-or-later", - "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later", - "start_line": 1, - "end_line": 12, - "matched_rule": { - "identifier": "gpl-3.0-plus_290.RULE", - "license_expression": "gpl-3.0-plus", - "licenses": [ - "gpl-3.0-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "1-hash", - "rule_length": 102, - "matched_length": 102, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "gpl-3.0-plus" - ], - "percentage_of_license_text": 100.0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [ - "core" - ], - "is_legal": true, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub/sub2/README", - "type": "file", - "name": "README", - "base_name": "README", - "extension": "", - "size": 193, - "sha1": "e331d6529c7b3dc6f9ed78863f8d93d098a2c486", - "md5": "1befbd0fd8f764d410403b551077e14a", - "sha256": "7d860dbb9e30d8a964e95f0f02616d1e86bbab06eed5c99cf1912310ce08ced1", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [ - "core" - ], - "is_legal": false, - "is_manifest": false, - "is_readme": true, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub/sub2/cpuinfo.sh-extract", - "type": "directory", - "name": "cpuinfo.sh-extract", - "base_name": "cpuinfo.sh-extract", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub/sub2/cvs_clean.sh-extract", - "type": "directory", - "name": "cvs_clean.sh-extract", - "base_name": "cvs_clean.sh-extract", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub/sub2/src", - "type": "directory", - "name": "src", - "base_name": "src", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 2, - "dirs_count": 0, - "size_count": 1172, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub/sub2/src/benchmark.c", - "type": "file", - "name": "benchmark.c", - "base_name": "benchmark", - "extension": ".c", - "size": 983, - "sha1": "f3cf6c32ff3ab8526a473c39e3bc2c9356ca2c2b", - "md5": "a4028ec638973696ece447f4790b3436", - "sha256": "dd5c7ade638e676737c03204630222d4cd603f589a2084166da8cf653df4b582", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "gpl-2.0-plus", - "score": 100.0, - "name": "GNU General Public License 2.0 or later", - "short_name": "GPL 2.0 or later", - "category": "Copyleft", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.yml", - "spdx_license_key": "GPL-2.0-or-later", - "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later", - "start_line": 8, - "end_line": 19, - "matched_rule": { - "identifier": "gpl-2.0-plus_119.RULE", - "license_expression": "gpl-2.0-plus", - "licenses": [ - "gpl-2.0-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 102, - "matched_length": 102, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "gpl-2.0-plus" - ], - "percentage_of_license_text": 80.95, - "copyrights": [ - { - "copyright": "Copyright (c) 2001 - 2011 Members of the Gmerlin project gmerlin-general@lists.sourceforge.net http://gmerlin.sourceforge.net", - "start_line": 4, - "end_line": 6 - } - ], - "holders": [ - { - "holder": "Members of the Gmerlin project", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [ - "core" - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "bug-1141.tar.gz/bug/sub/sub2/src/blend_test.c", - "type": "file", - "name": "blend_test.c", - "base_name": "blend_test", - "extension": ".c", - "size": 189, - "sha1": "8bf810dfcae325e0b40e2b0ad4e3302a2c55e2e4", - "md5": "6cc4c13ec154a8f58b09b6566345f0b0", - "sha256": "d7a63d5354ed605aa61b9ffd25454b65c0930cf87ccc7efcdbb10673e79ce08f", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [ - { - "copyright": "Copyright (c) 2001 - 2011 Members of the Gmerlin project", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Members of the Gmerlin project", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [], - "facets": [ - "core" - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/end-2-end/bug-1141.tar.gz b/tests/summarycode/data/summary_legacy/end-2-end/bug-1141.tar.gz deleted file mode 100644 index 9f86fe673faae1dde934580da01f062c7b3b6df6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1031 zcmV+i1o-;vGhTy4y*}8k-S>ib;5FfV7b>Nhq)HNFC=M(=<-}e2M|3e_W*Z)iPEy|D;%__kE=>NcTTK*4#d;BXI zy@U|#(f^LubEyA4&+%IR4}p99PfrJbU7R-VgX-avtUth73#f`nvv9REN5DEj$XTfZyZ19e~3kt=1l(6jhgbYqyL@24Q~6t=k=)n1K;)9 z{yzk)kI%&se5}<2NE0@V%Q7e{Sqg=lwzW1bTS^g;gcw2DsthePt4~C^mVA+FcprTL zmv#i%a&5|6R^-}@sFb8KtnHW;XC{W(HU>BoWVja4 z4j`xd5|&gUBdG3;kFCKD2x*MGXWB$AL6m0Q2MTu$B*J$~yN{%Qm!;9}+IA{R$|xn1 zl;etL8H5Ox!lcSN#sp1T;u1HecwT0lEK^>R z6?#qK8w(ew(~~c>Wbo&3G@M^k5^y%0k56YaIJ=y}049U!e0Xv-8cbnwHJx0}PP+gz zG-07J@RJfJHA_^+%_B+OBz{fADvB

7lnoA~-_6G!Hw7Xmjo+&lq8upsj7vq{(-M zq~L}L6he1EQINlFH{xow>Mn|^OFPiYHb#{7y9o%M-ICVRpNjYN|KxIVJsh7mtuedw z-*x(T`rmiW`(NPOt^OYZKxjtw2+hbIVK3e5J*azxrwHHCLj~Ad_Xy7wKEgAVkFb~Y z)hilMK0-6n_u9SiE8?F1zmSi;&VK`=|NWqEx92~HfZ_k8eeBPF&kg!5|A)YjzyC8V z;%^$2ZtMVH*ZH4Io8$KV&-cvvzwP+#``;n(rhosxcJW%YXwl*g<3BIQB0m5m004Ct B3A6wJ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/FixedMembershipToken.java b/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/FixedMembershipToken.java deleted file mode 100644 index b9f2abd0088..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/FixedMembershipToken.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2005, JBoss Inc., and individual contributors as indicated - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - - \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/GuardedBy.java b/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/GuardedBy.java deleted file mode 100644 index 991606291da..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/GuardedBy.java +++ /dev/null @@ -1,12 +0,0 @@ - -/** - * Copyright (c) 2005 Brian Goetz and Tim Peierls - * Released under the Creative Commons Attribution License - * (http://creativecommons.org/licenses/by/2.5) - * Official home: http://www.jcip.net - * - * Adopted from Java Concurrency in Practice. This annotation defines the monitor that protects the variable - * annotated by @GuardedBy, e.g. @GuardedBy("lock") or @GuardedBy("this") - * @author Bela Ban - * @version $Id: GuardedBy.java,v 1.3 2007/02/27 14:49:40 belaban Exp $ - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/ImmutableReference.java b/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/ImmutableReference.java deleted file mode 100644 index 9c3c08df13f..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/ImmutableReference.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2010, Red Hat, Inc. and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RATE_LIMITER.java b/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RATE_LIMITER.java deleted file mode 100644 index b4071b2728a..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RATE_LIMITER.java +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Protocol which sends at most max_bytes in time_period milliseconds. Can be used instead of a flow control protocol, - * e.g. FC or SFC (same position in the stack) - * @author Bela Ban - * @version $Id: RATE_LIMITER.java,v 1.3 2009/12/11 13:08:03 belaban Exp $ - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RouterStub.java b/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RouterStub.java deleted file mode 100644 index c1941b54e7b..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RouterStub.java +++ /dev/null @@ -1,5 +0,0 @@ -/** - * Client stub that talks to a remote GossipRouter - * @author Bela Ban - * @version $Id: RouterStub.java,v 1.62 2010/06/09 14:22:00 belaban Exp $ - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RouterStubManager.java b/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RouterStubManager.java deleted file mode 100644 index 188435705b6..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/RouterStubManager.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/S3_PING.java b/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/S3_PING.java deleted file mode 100644 index b79361f193e..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/JGroups/src/S3_PING.java +++ /dev/null @@ -1,5 +0,0 @@ - * Discovery protocol using Amazon's S3 storage. The S3 access code reuses the example shipped by Amazon. - * This protocol is unsupported and experimental ! - * @author Bela Ban - * @version $Id: S3_PING.java,v 1.11 2010/06/18 04:39:08 belaban Exp $ - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/README b/tests/summarycode/data/summary_legacy/full_summary/scan/README deleted file mode 100644 index 1d61df81ffb..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/README +++ /dev/null @@ -1,4 +0,0 @@ -This directory contains a few sample files extracted from these two archives: - -download_url: http://zlib.net/zlib-1.2.8.tar.gz -download_url: http://master.dl.sourceforge.net/project/javagroups/JGroups/2.10.0.GA/JGroups-2.10.0.GA.src.zip \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/arch/adler32.c b/tests/summarycode/data/summary_legacy/full_summary/scan/arch/adler32.c deleted file mode 100644 index 99bd88552be..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/arch/adler32.c +++ /dev/null @@ -1,3 +0,0 @@ -/* adler32.c -- compute the Adler-32 checksum of a data stream - * Copyright (C) 1995-2011 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/arch/zlib.h b/tests/summarycode/data/summary_legacy/full_summary/scan/arch/zlib.h deleted file mode 100644 index 36568396a1e..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/arch/zlib.h +++ /dev/null @@ -1,29 +0,0 @@ -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.8, April 28th, 2013 - - Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - - - The data format used by the zlib library is described by RFCs (Request for - Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 - (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). -*/ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/arch/zutil.h b/tests/summarycode/data/summary_legacy/full_summary/scan/arch/zutil.h deleted file mode 100644 index d85c1f24ea8..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/arch/zutil.h +++ /dev/null @@ -1,9 +0,0 @@ -/* zutil.h -- internal interface and configuration of the compression library - * Copyright (C) 1995-2013 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/cc0-1.0.LICENSE b/tests/summarycode/data/summary_legacy/full_summary/scan/cc0-1.0.LICENSE deleted file mode 100644 index d9dde3ce862..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/cc0-1.0.LICENSE +++ /dev/null @@ -1,98 +0,0 @@ -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator and -subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for the -purpose of contributing to a commons of creative, cultural and scientific -works ("Commons") that the public can reliably and without fear of later -claims of infringement build upon, modify, incorporate in other works, reuse -and redistribute as freely as possible in any form whatsoever and for any -purposes, including without limitation commercial purposes. These owners may -contribute to the Commons to promote the ideal of a free culture and the -further production of creative, cultural and scientific works, or to gain -reputation or greater distribution for their Work in part through the use and -efforts of others. - -For these and/or other purposes and motivations, and without any expectation -of additional consideration or compensation, the person associating CC0 with a -Work (the "Affirmer"), to the extent that he or she is an owner of Copyright -and Related Rights in the Work, voluntarily elects to apply CC0 to the Work -and publicly distribute the Work under its terms, with knowledge of his or her -Copyright and Related Rights in the Work and the meaning and intended legal -effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not limited -to, the following: - - the right to reproduce, adapt, distribute, perform, display, communicate, - and translate a Work; moral rights retained by the original author(s) - and/or performer(s); publicity and privacy rights pertaining to a person's - image or likeness depicted in a Work; rights protecting against unfair - competition in regards to a Work, subject to the limitations in paragraph - 4(a), below; rights protecting the extraction, dissemination, use and - reuse of data in a Work; database rights (such as those arising under - Directive 96/9/EC of the European Parliament and of the Council of 11 - March 1996 on the legal protection of databases, and under any national - implementation thereof, including any amended or successor version of such - directive); and other similar, equivalent or corresponding rights - throughout the world based on applicable law or treaty, and any national - implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention of, -applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and -unconditionally waives, abandons, and surrenders all of Affirmer's Copyright -and Related Rights and associated claims and causes of action, whether now -known or unknown (including existing as well as future claims and causes of -action), in the Work (i) in all territories worldwide, (ii) for the maximum -duration provided by applicable law or treaty (including future time -extensions), (iii) in any current or future medium and for any number of -copies, and (iv) for any purpose whatsoever, including without limitation -commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes -the Waiver for the benefit of each member of the public at large and to the -detriment of Affirmer's heirs and successors, fully intending that such Waiver -shall not be subject to revocation, rescission, cancellation, termination, or -any other legal or equitable action to disrupt the quiet enjoyment of the Work -by the public as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason be -judged legally invalid or ineffective under applicable law, then the Waiver -shall be preserved to the maximum extent permitted taking into account -Affirmer's express Statement of Purpose. In addition, to the extent the Waiver -is so judged Affirmer hereby grants to each affected person a royalty-free, -non transferable, non sublicensable, non exclusive, irrevocable and -unconditional license to exercise Affirmer's Copyright and Related Rights in -the Work (i) in all territories worldwide, (ii) for the maximum duration -provided by applicable law or treaty (including future time extensions), (iii) -in any current or future medium and for any number of copies, and (iv) for any -purpose whatsoever, including without limitation commercial, advertising or -promotional purposes (the "License"). The License shall be deemed effective as -of the date CC0 was applied by Affirmer to the Work. Should any part of the -License for any reason be judged legally invalid or ineffective under -applicable law, such partial invalidity or ineffectiveness shall not -invalidate the remainder of the License, and in such case Affirmer hereby -affirms that he or she will not (i) exercise any of his or her remaining -Copyright and Related Rights in the Work or (ii) assert any associated claims -and causes of action with respect to the Work, in either case contrary to -Affirmer's express Statement of Purpose. - -4. Limitations and Disclaimers. - - No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. Affirmer - offers the Work as-is and makes no representations or warranties of any - kind concerning the Work, express, implied, statutory or otherwise, - including without limitation warranties of title, merchantability, fitness - for a particular purpose, non infringement, or the absence of latent or - other defects, accuracy, or the present or absence of errors, whether or - not discoverable, all to the greatest extent permissible under applicable - law. Affirmer disclaims responsibility for clearing rights of other - persons that may apply to the Work or any use thereof, including without - limitation any person's Copyright and Related Rights in the Work. Further, - Affirmer disclaims responsibility for obtaining any necessary consents, - permissions or other rights required for any use of the Work. Affirmer - understands and acknowledges that Creative Commons is not a party to this - document and has no duty or obligation with respect to this CC0 or use of - the Work. diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/package.json b/tests/summarycode/data/summary_legacy/full_summary/scan/package.json deleted file mode 100644 index 28ce1718edf..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/package.json +++ /dev/null @@ -1,1570 +0,0 @@ -{ - "version": "2.13.5", - "name": "npm", - "description": "a package manager for JavaScript", - "keywords": [ - "package manager", - "modules", - "install", - "package.json" - ], - "preferGlobal": true, - "config": { - "publishtest": false - }, - "homepage": "https://docs.npmjs.com/", - "author": { - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/npm/npm.git" - }, - "bugs": { - "url": "http://github.com/npm/npm/issues" - }, - "directories": { - "doc": "./doc", - "man": "./man", - "lib": "./lib", - "bin": "./bin" - }, - "main": "./lib/npm.js", - "bin": { - "npm": "./bin/npm-cli.js" - }, - "dependencies": { - "abbrev": "~1.0.7", - "ansi": "~0.3.0", - "ansicolors": "~0.3.2", - "ansistyles": "~0.1.3", - "archy": "~1.0.0", - "async-some": "~1.0.2", - "block-stream": "0.0.8", - "char-spinner": "~1.0.1", - "chmodr": "~1.0.1", - "chownr": "0.0.2", - "cmd-shim": "~2.0.1", - "columnify": "~1.5.1", - "config-chain": "~1.1.9", - "dezalgo": "~1.0.3", - "editor": "~1.0.0", - "fs-vacuum": "~1.2.6", - "fs-write-stream-atomic": "~1.0.3", - "fstream": "~1.0.7", - "fstream-npm": "~1.0.4", - "github-url-from-git": "~1.4.0", - "github-url-from-username-repo": "~1.0.2", - "glob": "~5.0.14", - "graceful-fs": "~4.1.2", - "hosted-git-info": "~2.1.4", - "inflight": "~1.0.4", - "inherits": "~2.0.1", - "ini": "~1.3.4", - "init-package-json": "~1.7.1", - "lockfile": "~1.0.1", - "lru-cache": "~2.6.5", - "minimatch": "~2.0.10", - "mkdirp": "~0.5.1", - "node-gyp": "~2.0.2", - "nopt": "~3.0.3", - "normalize-git-url": "~3.0.1", - "normalize-package-data": "~2.3.1", - "npm-cache-filename": "~1.0.2", - "npm-install-checks": "~1.0.6", - "npm-package-arg": "~4.0.2", - "npm-registry-client": "~6.5.1", - "npm-user-validate": "~0.1.2", - "npmlog": "~1.2.1", - "once": "~1.3.2", - "opener": "~1.4.1", - "osenv": "~0.1.3", - "path-is-inside": "~1.0.0", - "read": "~1.0.6", - "read-installed": "~4.0.2", - "read-package-json": "~2.0.0", - "readable-stream": "~1.1.13", - "realize-package-specifier": "~3.0.1", - "request": "~2.60.0", - "retry": "~0.6.1", - "rimraf": "~2.4.2", - "semver": "~5.0.1", - "sha": "~1.3.0", - "slide": "~1.1.6", - "sorted-object": "~1.0.0", - "spdx": "~0.4.1", - "tar": "~2.1.1", - "text-table": "~0.2.0", - "uid-number": "0.0.6", - "umask": "~1.1.0", - "validate-npm-package-name": "~2.2.2", - "which": "~1.1.1", - "wrappy": "~1.0.1", - "write-file-atomic": "~1.1.2", - "validate-npm-package-license": "*" - }, - "bundleDependencies": [ - "abbrev", - "ansi", - "ansicolors", - "ansistyles", - "archy", - "async-some", - "block-stream", - "char-spinner", - "chmodr", - "chownr", - "cmd-shim", - "columnify", - "config-chain", - "dezalgo", - "editor", - "fs-vacuum", - "fs-write-stream-atomic", - "fstream", - "fstream-npm", - "github-url-from-git", - "github-url-from-username-repo", - "glob", - "graceful-fs", - "hosted-git-info", - "inflight", - "inherits", - "ini", - "init-package-json", - "lockfile", - "lru-cache", - "minimatch", - "mkdirp", - "node-gyp", - "nopt", - "normalize-git-url", - "normalize-package-data", - "npm-cache-filename", - "npm-install-checks", - "npm-package-arg", - "npm-registry-client", - "npm-user-validate", - "npmlog", - "once", - "opener", - "osenv", - "path-is-inside", - "read", - "read-installed", - "read-package-json", - "readable-stream", - "realize-package-specifier", - "request", - "retry", - "rimraf", - "semver", - "sha", - "slide", - "sorted-object", - "spdx", - "tar", - "text-table", - "uid-number", - "umask", - "validate-npm-package-license", - "validate-npm-package-name", - "which", - "wrappy", - "write-file-atomic" - ], - "devDependencies": { - "deep-equal": "~1.0.0", - "marked": "~0.3.3", - "marked-man": "~0.1.5", - "nock": "~2.10.0", - "npm-registry-couchapp": "~2.6.7", - "npm-registry-mock": "~1.0.0", - "require-inject": "~1.2.0", - "sprintf-js": "~1.0.2", - "tap": "~1.3.1" - }, - "scripts": { - "test-legacy": "node ./test/run.js", - "test": "tap --timeout 240 test/tap/*.js", - "tap": "tap --timeout 240 test/tap/*.js", - "test-all": "npm run test-legacy && npm test", - "preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true", - "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc", - "dumpconf": "env | grep npm | sort | uniq" - }, - "license": "Artistic-2.0", - "contributors": [ - { - "name": "Isaac Z. Schlueter", - "email": "i@izs.me" - }, - { - "name": "Steve Steiner", - "email": "ssteinerX@gmail.com" - }, - { - "name": "Mikeal Rogers", - "email": "mikeal.rogers@gmail.com" - }, - { - "name": "Aaron Blohowiak", - "email": "aaron.blohowiak@gmail.com" - }, - { - "name": "Martyn Smith", - "email": "martyn@dollyfish.net.nz" - }, - { - "name": "Charlie Robbins", - "email": "charlie.robbins@gmail.com" - }, - { - "name": "Francisco Treacy", - "email": "francisco.treacy@gmail.com" - }, - { - "name": "Cliffano Subagio", - "email": "cliffano@gmail.com" - }, - { - "name": "Christian Eager", - "email": "christian.eager@nokia.com" - }, - { - "name": "Dav Glass", - "email": "davglass@gmail.com" - }, - { - "name": "Alex K. Wolfe", - "email": "alexkwolfe@gmail.com" - }, - { - "name": "James Sanders", - "email": "jimmyjazz14@gmail.com" - }, - { - "name": "Reid Burke", - "email": "me@reidburke.com" - }, - { - "name": "Arlo Breault", - "email": "arlolra@gmail.com" - }, - { - "name": "Timo Derstappen", - "email": "teemow@gmail.com" - }, - { - "name": "Bart Teeuwisse", - "email": "bart.teeuwisse@thecodemill.biz" - }, - { - "name": "Ben Noordhuis", - "email": "info@bnoordhuis.nl" - }, - { - "name": "Tor Valamo", - "email": "tor.valamo@gmail.com" - }, - { - "name": "Whyme.Lyu", - "email": "5longluna@gmail.com" - }, - { - "name": "Olivier Melcher", - "email": "olivier.melcher@gmail.com" - }, - { - "name": "Tomaž Muraus", - "email": "kami@k5-storitve.net" - }, - { - "name": "Evan Meagher", - "email": "evan.meagher@gmail.com" - }, - { - "name": "Orlando Vazquez", - "email": "ovazquez@gmail.com" - }, - { - "name": "Kai Chen", - "email": "kaichenxyz@gmail.com" - }, - { - "name": "George Miroshnykov", - "email": "gmiroshnykov@lohika.com" - }, - { - "name": "Geoff Flarity", - "email": "geoff.flarity@gmail.com" - }, - { - "name": "Max Goodman", - "email": "c@chromakode.com" - }, - { - "name": "Pete Kruckenberg", - "email": "pete@kruckenberg.com" - }, - { - "name": "Laurie Harper", - "email": "laurie@holoweb.net" - }, - { - "name": "Chris Wong", - "email": "chris@chriswongstudio.com" - }, - { - "name": "Scott Bronson", - "email": "brons_github@rinspin.com" - }, - { - "name": "Federico Romero", - "email": "federomero@gmail.com" - }, - { - "name": "Visnu Pitiyanuvath", - "email": "visnupx@gmail.com" - }, - { - "name": "Irakli Gozalishvili", - "email": "rfobic@gmail.com" - }, - { - "name": "Mark Cahill", - "email": "mark@tiemonster.info" - }, - { - "name": "Tony", - "email": "zearin@gonk.net" - }, - { - "name": "Iain Sproat", - "email": "iainsproat@gmail.com" - }, - { - "name": "Trent Mick", - "email": "trentm@gmail.com" - }, - { - "name": "Felix Geisendörfer", - "email": "felix@debuggable.com" - }, - { - "name": "Jameson Little", - "email": "t.jameson.little@gmail.com" - }, - { - "name": "Conny Brunnkvist", - "email": "conny@fuchsia.se" - }, - { - "name": "Will Elwood", - "email": "w.elwood08@gmail.com" - }, - { - "name": "Dean Landolt", - "email": "dean@deanlandolt.com" - }, - { - "name": "Oleg Efimov", - "email": "efimovov@gmail.com" - }, - { - "name": "Martin Cooper", - "email": "mfncooper@gmail.com" - }, - { - "name": "Jann Horn", - "email": "jannhorn@googlemail.com" - }, - { - "name": "Andrew Bradley", - "email": "cspotcode@gmail.com" - }, - { - "name": "Maciej Małecki", - "email": "me@mmalecki.com" - }, - { - "name": "Stephen Sugden", - "email": "glurgle@gmail.com" - }, - { - "name": "Michael Budde", - "email": "mbudde@gmail.com" - }, - { - "name": "Jason Smith", - "email": "jhs@iriscouch.com" - }, - { - "name": "Gautham Pai", - "email": "buzypi@gmail.com" - }, - { - "name": "David Trejo", - "email": "david.daniel.trejo@gmail.com" - }, - { - "name": "Paul Vorbach", - "email": "paul@vorb.de" - }, - { - "name": "George Ornbo", - "email": "george@shapeshed.com" - }, - { - "name": "Tim Oxley", - "email": "secoif@gmail.com" - }, - { - "name": "Tyler Green", - "email": "tyler.green2@gmail.com" - }, - { - "name": "Dave Pacheco", - "email": "dap@joyent.com" - }, - { - "name": "Danila Gerasimov", - "email": "danila.gerasimov@gmail.com" - }, - { - "name": "Rod Vagg", - "email": "rod@vagg.org" - }, - { - "name": "Christian Howe", - "email": "coderarity@gmail.com" - }, - { - "name": "Andrew Lunny", - "email": "alunny@gmail.com" - }, - { - "name": "Henrik Hodne", - "email": "dvyjones@binaryhex.com" - }, - { - "name": "Adam Blackburn", - "email": "regality@gmail.com" - }, - { - "name": "Kris Windham", - "email": "kriswindham@gmail.com" - }, - { - "name": "Jens Grunert", - "email": "jens.grunert@gmail.com" - }, - { - "name": "Joost-Wim Boekesteijn", - "email": "joost-wim@boekesteijn.nl" - }, - { - "name": "Dalmais Maxence", - "email": "root@ip-10-195-202-5.ec2.internal" - }, - { - "name": "Marcus Ekwall", - "email": "marcus.ekwall@gmail.com" - }, - { - "name": "Aaron Stacy", - "email": "aaron.r.stacy@gmail.com" - }, - { - "name": "Phillip Howell", - "email": "phowell@cothm.org" - }, - { - "name": "Domenic Denicola", - "email": "domenic@domenicdenicola.com" - }, - { - "name": "James Halliday", - "email": "mail@substack.net" - }, - { - "name": "Jeremy Cantrell", - "email": "jmcantrell@gmail.com" - }, - { - "name": "Ribettes", - "email": "patlogan29@gmail.com" - }, - { - "name": "Don Park", - "email": "donpark@docuverse.com" - }, - { - "name": "Einar Otto Stangvik", - "email": "einaros@gmail.com" - }, - { - "name": "Kei Son", - "email": "heyacct@gmail.com" - }, - { - "name": "Nicolas Morel", - "email": "marsup@gmail.com" - }, - { - "name": "Mark Dube", - "email": "markisdee@gmail.com" - }, - { - "name": "Nathan Rajlich", - "email": "nathan@tootallnate.net" - }, - { - "name": "Maxim Bogushevich", - "email": "boga1@mail.ru" - }, - { - "name": "Meaglin", - "email": "Meaglin.wasabi@gmail.com" - }, - { - "name": "Ben Evans", - "email": "ben@bensbit.co.uk" - }, - { - "name": "Nathan Zadoks", - "email": "nathan@nathan7.eu" - }, - { - "name": "Brian White", - "email": "mscdex@mscdex.net" - }, - { - "name": "Jed Schmidt", - "email": "tr@nslator.jp" - }, - { - "name": "Ian Livingstone", - "email": "ianl@cs.dal.ca" - }, - { - "name": "Patrick Pfeiffer", - "email": "patrick@buzzle.at" - }, - { - "name": "Paul Miller", - "email": "paul@paulmillr.com" - }, - { - "name": "Ryan Emery", - "email": "seebees@gmail.com" - }, - { - "name": "Carl Lange", - "email": "carl@flax.ie" - }, - { - "name": "Jan Lehnardt", - "email": "jan@apache.org" - }, - { - "name": "Stuart P. Bentley", - "email": "stuart@testtrack4.com" - }, - { - "name": "Johan Sköld", - "email": "johan@skold.cc" - }, - { - "name": "Stuart Knightley", - "email": "stuart@stuartk.com" - }, - { - "name": "Niggler", - "email": "nirk.niggler@gmail.com" - }, - { - "name": "Paolo Fragomeni", - "email": "paolo@async.ly" - }, - { - "name": "Jaakko Manninen", - "email": "jaakko@rocketpack.fi" - }, - { - "name": "Luke Arduini", - "email": "luke.arduini@gmail.com" - }, - { - "name": "Larz Conwell", - "email": "larz@larz-laptop.(none)", - "url": "none" - }, - { - "name": "Marcel Klehr", - "email": "mklehr@gmx.net" - }, - { - "name": "Robert Kowalski", - "email": "rok@kowalski.gd" - }, - { - "name": "Forbes Lindesay", - "email": "forbes@lindesay.co.uk" - }, - { - "name": "Vaz Allen", - "email": "vaz@tryptid.com" - }, - { - "name": "Jake Verbaten", - "email": "raynos2@gmail.com" - }, - { - "name": "Schabse Laks", - "email": "Dev@SLaks.net" - }, - { - "name": "Florian Margaine", - "email": "florian@margaine.com" - }, - { - "name": "Johan Nordberg", - "email": "its@johan-nordberg.com" - }, - { - "name": "Ian Babrou", - "email": "ibobrik@gmail.com" - }, - { - "name": "Di Wu", - "email": "dwu@palantir.com" - }, - { - "name": "Mathias Bynens", - "email": "mathias@qiwi.be" - }, - { - "name": "Matt McClure", - "email": "matt.mcclure@mapmyfitness.com" - }, - { - "name": "Matt Lunn", - "email": "matt@mattlunn.me.uk" - }, - { - "name": "Alexey Kreschuk", - "email": "akrsch@gmail.com" - }, - { - "name": "elisee", - "email": "elisee@sparklin.org" - }, - { - "name": "Robert Gieseke", - "email": "robert.gieseke@gmail.com" - }, - { - "name": "François Frisch", - "email": "francoisfrisch@gmail.com" - }, - { - "name": "Trevor Burnham", - "email": "tburnham@hubspot.com" - }, - { - "name": "Alan Shaw", - "email": "alan@freestyle-developments.co.uk" - }, - { - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca" - }, - { - "name": "Nicholas Kinsey", - "email": "pyro@feisty.io" - }, - { - "name": "Paulo Cesar", - "email": "pauloc062@gmail.com" - }, - { - "name": "Elan Shanker", - "email": "elan.shanker@gmail.com" - }, - { - "name": "Jon Spencer", - "email": "jon@jonspencer.ca" - }, - { - "name": "Jason Diamond", - "email": "jason@diamond.name" - }, - { - "name": "Maximilian Antoni", - "email": "mail@maxantoni.de" - }, - { - "name": "Thom Blake", - "email": "tblake@brightroll.com" - }, - { - "name": "Jess Martin", - "email": "jessmartin@gmail.com" - }, - { - "name": "Spain Train", - "email": "michael.spainhower@opower.com" - }, - { - "name": "Alex Rodionov", - "email": "p0deje@gmail.com" - }, - { - "name": "Matt Colyer", - "email": "matt@colyer.name" - }, - { - "name": "Evan You", - "email": "yyx990803@gmail.com" - }, - { - "name": "bitspill", - "email": "bitspill+github@bitspill.net" - }, - { - "name": "Gabriel Falkenberg", - "email": "gabriel.falkenberg@gmail.com" - }, - { - "name": "Alexej Yaroshevich", - "email": "alex@qfox.ru" - }, - { - "name": "Quim Calpe", - "email": "quim@kalpe.com" - }, - { - "name": "Steve Mason", - "email": "stevem@brandwatch.com" - }, - { - "name": "Wil Moore III", - "email": "wil.moore@wilmoore.com" - }, - { - "name": "Sergey Belov", - "email": "peimei@ya.ru" - }, - { - "name": "Tom Huang", - "email": "hzlhu.dargon@gmail.com" - }, - { - "name": "CamilleM", - "email": "camille.moulin@alterway.fr" - }, - { - "name": "Sébastien Santoro", - "email": "dereckson@espace-win.org" - }, - { - "name": "Evan Lucas", - "email": "evan@btc.com" - }, - { - "name": "Quinn Slack", - "email": "qslack@qslack.com" - }, - { - "name": "Alex Kocharin", - "email": "alex@kocharin.ru" - }, - { - "name": "Daniel Santiago", - "email": "daniel.santiago@highlevelwebs.com" - }, - { - "name": "Denis Gladkikh", - "email": "outcoldman@gmail.com" - }, - { - "name": "Andrew Horton", - "email": "andrew.j.horton@gmail.com" - }, - { - "name": "Zeke Sikelianos", - "email": "zeke@sikelianos.com" - }, - { - "name": "Dylan Greene", - "email": "dylang@gmail.com" - }, - { - "name": "Franck Cuny", - "email": "franck.cuny@gmail.com" - }, - { - "name": "Yeonghoon Park", - "email": "sola92@gmail.com" - }, - { - "name": "Rafael de Oleza", - "email": "rafa@spotify.com" - }, - { - "name": "Mikola Lysenko", - "email": "mikolalysenko@gmail.com" - }, - { - "name": "Yazhong Liu", - "email": "yorkiefixer@gmail.com" - }, - { - "name": "Neil Gentleman", - "email": "ngentleman@gmail.com" - }, - { - "name": "Kris Kowal", - "email": "kris.kowal@cixar.com" - }, - { - "name": "Alex Gorbatchev", - "email": "alex.gorbatchev@gmail.com" - }, - { - "name": "Shawn Wildermuth", - "email": "shawn@wildermuth.com" - }, - { - "name": "Wesley de Souza", - "email": "wesleywex@gmail.com" - }, - { - "name": "yoyoyogi", - "email": "yogesh.k@gmail.com" - }, - { - "name": "J. Tangelder", - "email": "j.tangelder@gmail.com" - }, - { - "name": "Jean Lauliac", - "email": "jean@lauliac.com" - }, - { - "name": "Andrey Kislyuk", - "email": "kislyuk@gmail.com" - }, - { - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de" - }, - { - "name": "Julian Gruber", - "email": "julian@juliangruber.com" - }, - { - "name": "Benjamin Coe", - "email": "bencoe@gmail.com" - }, - { - "name": "Alex Ford", - "email": "Alex.Ford@CodeTunnel.com" - }, - { - "name": "Matt Hickford", - "email": "matt.hickford@gmail.com" - }, - { - "name": "Sean McGivern", - "email": "sean.mcgivern@rightscale.com" - }, - { - "name": "C J Silverio", - "email": "ceejceej@gmail.com" - }, - { - "name": "Robin Tweedie", - "email": "robin@songkick.com" - }, - { - "name": "Miroslav Bajtoš", - "email": "miroslav@strongloop.com" - }, - { - "name": "David Glasser", - "email": "glasser@davidglasser.net" - }, - { - "name": "Gianluca Casati", - "email": "casati_gianluca@yahoo.it" - }, - { - "name": "Forrest L Norvell", - "email": "ogd@aoaioxxysz.net" - }, - { - "name": "Karsten Tinnefeld", - "email": "k.tinnefeld@googlemail.com" - }, - { - "name": "Bryan Burgers", - "email": "bryan@burgers.io" - }, - { - "name": "David Beitey", - "email": "david@davidjb.com" - }, - { - "name": "Evan You", - "email": "yyou@google.com" - }, - { - "name": "Zach Pomerantz", - "email": "zmp@umich.edu" - }, - { - "name": "Chris Williams", - "email": "cwilliams88@gmail.com" - }, - { - "name": "sudodoki", - "email": "smd.deluzion@gmail.com" - }, - { - "name": "Mick Thompson", - "email": "dthompson@gmail.com" - }, - { - "name": "Felix Rabe", - "email": "felix@rabe.io" - }, - { - "name": "Michael Hayes", - "email": "michael@hayes.io" - }, - { - "name": "Chris Dickinson", - "email": "christopher.s.dickinson@gmail.com" - }, - { - "name": "Bradley Meck", - "email": "bradley.meck@gmail.com" - }, - { - "name": "GeJ", - "email": "geraud@gcu.info" - }, - { - "name": "Andrew Terris", - "email": "atterris@gmail.com" - }, - { - "name": "Michael Nisi", - "email": "michael.nisi@gmail.com" - }, - { - "name": "fengmk2", - "email": "fengmk2@gmail.com" - }, - { - "name": "Adam Meadows", - "email": "adam.meadows@gmail.com" - }, - { - "name": "Chulki Lee", - "email": "chulki.lee@gmail.com" - }, - { - "name": "不四", - "email": "busi.hyy@taobao.com" - }, - { - "name": "dead_horse", - "email": "dead_horse@qq.com" - }, - { - "name": "Kenan Yildirim", - "email": "kenan@kenany.me" - }, - { - "name": "Laurie Voss", - "email": "git@seldo.com" - }, - { - "name": "Rebecca Turner", - "email": "me@re-becca.org" - }, - { - "name": "Hunter Loftis", - "email": "hunter@hunterloftis.com" - }, - { - "name": "Peter Richardson", - "email": "github@zoomy.net" - }, - { - "name": "Jussi Kalliokoski", - "email": "jussi.kalliokoski@gmail.com" - }, - { - "name": "Filip Weiss", - "email": "me@fiws.net" - }, - { - "name": "Timo Weiß", - "email": "timoweiss@Timo-MBP.local" - }, - { - "name": "Christopher Hiller", - "email": "chiller@badwing.com" - }, - { - "name": "Jérémy Lal", - "email": "kapouer@melix.org" - }, - { - "name": "Anders Janmyr", - "email": "anders@janmyr.com" - }, - { - "name": "Chris Meyers", - "email": "chris.meyers.fsu@gmail.com" - }, - { - "name": "Ludwig Magnusson", - "email": "ludwig@mediatool.com" - }, - { - "name": "Wout Mertens", - "email": "Wout.Mertens@gmail.com" - }, - { - "name": "Nick Santos", - "email": "nick@medium.com" - }, - { - "name": "Terin Stock", - "email": "terinjokes@gmail.com" - }, - { - "name": "Faiq Raza", - "email": "faiqrazarizvi@gmail.com" - }, - { - "name": "Thomas Torp", - "email": "thomas@erupt.no" - }, - { - "name": "Sam Mikes", - "email": "smikes@cubane.com" - }, - { - "name": "Mat Tyndall", - "email": "mat.tyndall@gmail.com" - }, - { - "name": "Tauren Mills", - "email": "tauren@sportzing.com" - }, - { - "name": "Ron Martinez", - "email": "ramartin.net@gmail.com" - }, - { - "name": "Kazuhito Hokamura", - "email": "k.hokamura@gmail.com" - }, - { - "name": "Tristan Davies", - "email": "github@tristan.io" - }, - { - "name": "David Volm", - "email": "david@volminator.com" - }, - { - "name": "Lin Clark", - "email": "lin.w.clark@gmail.com" - }, - { - "name": "Ben Page", - "email": "bpage@dewalch.com" - }, - { - "name": "Jeff Jo", - "email": "jeffjo@squareup.com" - }, - { - "name": "martinvd", - "email": "martinvdpub@gmail.com" - }, - { - "name": "Mark J. Titorenko", - "email": "nospam-github.com@titorenko.net" - }, - { - "name": "Oddur Sigurdsson", - "email": "oddurs@gmail.com" - }, - { - "name": "Eric Mill", - "email": "eric@konklone.com" - }, - { - "name": "Gabriel Barros", - "email": "descartavel1@gmail.com" - }, - { - "name": "KevinSheedy", - "email": "kevinsheedy@gmail.com" - }, - { - "name": "Aleksey Smolenchuk", - "email": "aleksey@uber.com" - }, - { - "name": "Ed Morley", - "email": "emorley@mozilla.com" - }, - { - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com" - }, - { - "name": "Andrey Fedorov", - "email": "anfedorov@gmail.com" - }, - { - "name": "Daijiro Wachi", - "email": "daijiro.wachi@gmail.com" - }, - { - "name": "Luc Thevenard", - "email": "lucthevenard@gmail.com" - }, - { - "name": "Aria Stewart", - "email": "aredridel@nbtsc.org" - }, - { - "name": "Charlie Rudolph", - "email": "charles.w.rudolph@gmail.com" - }, - { - "name": "Vladimir Rutsky", - "email": "rutsky@users.noreply.github.com" - }, - { - "name": "Isaac Murchie", - "email": "isaac@saucelabs.com" - }, - { - "name": "Marcin Wosinek", - "email": "marcin.wosinek@gmail.com" - }, - { - "name": "David Marr", - "email": "davemarr@gmail.com" - }, - { - "name": "Bryan English", - "email": "bryan@bryanenglish.com" - }, - { - "name": "Anthony Zotti", - "email": "amZotti@users.noreply.github.com" - }, - { - "name": "Karl Horky", - "email": "karl.horky@gmail.com" - }, - { - "name": "Jordan Harband", - "email": "ljharb@gmail.com" - }, - { - "name": "Guðlaugur Stefán Egilsson", - "email": "gulli@kolibri.is" - }, - { - "name": "Helge Skogly Holm", - "email": "helge.holm@gmail.com" - }, - { - "name": "Peter A. Shevtsov", - "email": "petr.shevtsov@gmail.com" - }, - { - "name": "Alain Kalker", - "email": "a.c.kalker@gmail.com" - }, - { - "name": "Bryant Williams", - "email": "b.n.williams@gmail.com" - }, - { - "name": "Jonas Weber", - "email": "github@jonasw.de" - }, - { - "name": "Tim Whidden", - "email": "twhid@twhid.com" - }, - { - "name": "Andreas", - "email": "functino@users.noreply.github.com" - }, - { - "name": "Karolis Narkevicius", - "email": "karolis.n@gmail.com" - }, - { - "name": "Adrian Lynch", - "email": "adi_ady_ade@hotmail.com" - }, - { - "name": "Richard Littauer", - "email": "richard.littauer@gmail.com" - }, - { - "name": "Oli Evans", - "email": "oli@zilla.org.uk" - }, - { - "name": "Matt Brennan", - "email": "mattyb1000@gmail.com" - }, - { - "name": "Jeff Barczewski", - "email": "jeff.barczewski@gmail.com" - }, - { - "name": "Danny Fritz", - "email": "dannyfritz@gmail.com" - }, - { - "name": "Takaya Kobayashi", - "email": "jigsaw@live.jp" - }, - { - "name": "Ra'Shaun Stovall", - "email": "rashaunstovall@gmail.com" - }, - { - "name": "Julien Meddah", - "email": "julien.meddah@deveryware.com" - }, - { - "name": "Michiel Sikma", - "email": "michiel@wedemandhtml.com" - }, - { - "name": "Jakob Krigovsky", - "email": "jakob.krigovsky@gmail.com" - }, - { - "name": "Charmander", - "email": "~@charmander.me" - }, - { - "name": "Erik Wienhold", - "email": "git@ewie.name" - }, - { - "name": "James Butler", - "email": "james.butler@sandfox.co.uk" - }, - { - "name": "Kevin Kragenbrink", - "email": "kevin@gaikai.com" - }, - { - "name": "Arnaud Rinquin", - "email": "rinquin.arnaud@gmail.com" - }, - { - "name": "Mike MacCana", - "email": "mike.maccana@gmail.com" - }, - { - "name": "Antti Mattila", - "email": "anttti@fastmail.fm" - }, - { - "name": "laiso", - "email": "laiso@lai.so" - }, - { - "name": "Matt Zorn", - "email": "zornme@gmail.com" - }, - { - "name": "Kyle Mitchell", - "email": "kyle@kemitchell.com" - }, - { - "name": "Jeremiah Senkpiel", - "email": "fishrock123@rocketmail.com" - }, - { - "name": "Michael Klein", - "email": "mischkl@users.noreply.github.com" - }, - { - "name": "Simen Bekkhus", - "email": "sbekkhus91@gmail.com" - }, - { - "name": "Victor", - "email": "victor.shih@gmail.com" - }, - { - "name": "thefourtheye", - "email": "thechargingvolcano@gmail.com" - }, - { - "name": "Clay Carpenter", - "email": "claycarpenter@gmail.com" - }, - { - "name": "bangbang93", - "email": "bangbang93@163.com" - }, - { - "name": "Nick Malaguti", - "email": "nmalaguti@palantir.com" - }, - { - "name": "Cedric Nelson", - "email": "cedric.nelson@gmail.com" - }, - { - "name": "Kat Marchán", - "email": "kzm@sykosomatic.org" - }, - { - "name": "Andrew", - "email": "talktome@aboutandrew.co.uk" - }, - { - "name": "Eduardo Pinho", - "email": "enet4mikeenet@gmail.com" - }, - { - "name": "Rachel Hutchison", - "email": "rhutchix@intel.com" - }, - { - "name": "Ryan Temple", - "email": "ryantemple145@gmail.com" - }, - { - "name": "Eugene Sharygin", - "email": "eush77@gmail.com" - }, - { - "name": "Nick Heiner", - "email": "nick.heiner@opower.com" - }, - { - "name": "James Talmage", - "email": "james@talmage.io" - }, - { - "name": "jane arc", - "email": "jane@uber.com" - }, - { - "name": "Joseph Dykstra", - "email": "josephdykstra@gmail.com" - }, - { - "name": "Joshua Egan", - "email": "josh-egan@users.noreply.github.com" - }, - { - "name": "Thomas Cort", - "email": "thomasc@ssimicro.com" - }, - { - "name": "Thaddee Tyl", - "email": "thaddee.tyl@gmail.com" - }, - { - "name": "Steve Klabnik", - "email": "steve@steveklabnik.com" - }, - { - "name": "Andrew Murray", - "email": "radarhere@gmail.com" - }, - { - "name": "Stephan Bönnemann", - "email": "stephan@excellenteasy.com" - }, - { - "name": "Kyle M. Tarplee", - "email": "kyle.tarplee@numerica.us" - }, - { - "name": "Derek Peterson", - "email": "derekpetey@gmail.com" - }, - { - "name": "Greg Whiteley", - "email": "greg.whiteley@atomos.com" - }, - { - "name": "murgatroid99", - "email": "mlumish@google.com" - } - ], - "man": [ - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-README.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-access.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-adduser.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-bin.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-bugs.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-build.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-bundle.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-cache.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-completion.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-config.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-dedupe.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-deprecate.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-dist-tag.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-docs.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-edit.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-explore.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-help-search.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-help.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-init.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-install.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-link.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-logout.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-ls.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-outdated.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-owner.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-pack.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-ping.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-prefix.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-prune.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-publish.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-rebuild.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-repo.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-restart.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-rm.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-root.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-run-script.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-search.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-shrinkwrap.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-star.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-stars.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-start.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-stop.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-submodule.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-tag.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-test.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-uninstall.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-unpublish.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-update.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-version.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-view.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm-whoami.1", - "/Users/ogd/Documents/projects/npm/npm/man/man1/npm.1", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-bin.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-bugs.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-cache.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-commands.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-config.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-deprecate.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-docs.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-edit.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-explore.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-help-search.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-init.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-install.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-link.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-load.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-ls.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-outdated.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-owner.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-pack.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-ping.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-prefix.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-prune.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-publish.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-rebuild.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-repo.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-restart.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-root.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-run-script.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-search.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-shrinkwrap.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-start.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-stop.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-submodule.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-tag.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-test.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-uninstall.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-unpublish.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-update.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-version.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-view.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm-whoami.3", - "/Users/ogd/Documents/projects/npm/npm/man/man3/npm.3", - "/Users/ogd/Documents/projects/npm/npm/man/man5/npm-folders.5", - "/Users/ogd/Documents/projects/npm/npm/man/man5/npm-global.5", - "/Users/ogd/Documents/projects/npm/npm/man/man5/npm-json.5", - "/Users/ogd/Documents/projects/npm/npm/man/man5/npmrc.5", - "/Users/ogd/Documents/projects/npm/npm/man/man5/package.json.5", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-coding-style.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-config.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-developers.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-disputes.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-faq.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-index.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-registry.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-scope.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/npm-scripts.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/removing-npm.7", - "/Users/ogd/Documents/projects/npm/npm/man/man7/semver.7" - ], - "gitHead": "fc7bbf03e39cc48a8924b90696d28345a6a90f3c", - "_id": "npm@2.13.5", - "_shasum": "a124386bce4a90506f28ad4b1d1a804a17baaf32", - "_from": "npm@*", - "_npmVersion": "2.13.5", - "_nodeVersion": "2.5.0", - "_npmUser": { - "name": "othiym23", - "email": "ogd@aoaioxxysz.net" - }, - "dist": { - "shasum": "a124386bce4a90506f28ad4b1d1a804a17baaf32", - "tarball": "http://registry.npmjs.org/npm/-/npm-2.13.5.tgz" - }, - "maintainers": [ - { - "name": "isaacs", - "email": "isaacs@npmjs.com" - }, - { - "name": "othiym23", - "email": "ogd@aoaioxxysz.net" - }, - { - "name": "iarna", - "email": "me@re-becca.org" - }, - { - "name": "zkat", - "email": "kat@sykosomatic.org" - } - ], - "_resolved": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz" -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/ada/zlib.ads b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/ada/zlib.ads deleted file mode 100644 index c814a2df733..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/ada/zlib.ads +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2004 Dmitriy Anisimkov -- --- -- --- This library is free software; you can redistribute it and/or modify -- --- it under the terms of the GNU General Public License as published by -- --- the Free Software Foundation; either version 2 of the License, or (at -- --- your option) any later version. -- --- -- --- This library is distributed in the hope that it will be useful, but -- --- WITHOUT ANY WARRANTY; without even the implied warranty of -- --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- --- General Public License for more details. -- --- -- --- You should have received a copy of the GNU General Public License -- --- along with this library; if not, write to the Free Software Foundation, -- --- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- -- --- As a special exception, if other files instantiate generics from this -- --- unit, or you link this unit with other files to produce an executable, -- --- this unit does not by itself cause the resulting executable to be -- --- covered by the GNU General Public License. This exception does not -- --- however invalidate any other reasons why the executable file might be -- --- covered by the GNU Public License. -- ------------------------------------------------------------------------------- diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/adler32.c b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/adler32.c deleted file mode 100644 index d28e9039336..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/adler32.c +++ /dev/null @@ -1,4 +0,0 @@ -/* adler32.c -- compute the Adler-32 checksum of a data stream - * Copyright (C) 1995-2011 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/deflate.c b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/deflate.c deleted file mode 100644 index 4524875c9ff..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/deflate.c +++ /dev/null @@ -1,5 +0,0 @@ -/* deflate.c -- compress data using the deflation algorithm - * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/deflate.h b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/deflate.h deleted file mode 100644 index 0b360ce6c16..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/deflate.h +++ /dev/null @@ -1,4 +0,0 @@ -/* deflate.h -- internal compression state - * Copyright (C) 1995-2012 Jean-loup Gailly - * For conditions of distribution and use, see copyright notice in zlib.h - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/dotzlib/AssemblyInfo.cs b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/dotzlib/AssemblyInfo.cs deleted file mode 100644 index 23da9b437db..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/dotzlib/AssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -// -[assembly: AssemblyTitle("DotZLib")] -[assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Henrik Ravn")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/dotzlib/ChecksumImpl.cs b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/dotzlib/ChecksumImpl.cs deleted file mode 100644 index 65ea66cb943..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/dotzlib/ChecksumImpl.cs +++ /dev/null @@ -1,7 +0,0 @@ -// -// � Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/gcc_gvmat64/gvmat64.S b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/gcc_gvmat64/gvmat64.S deleted file mode 100644 index 3fc192371e4..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/gcc_gvmat64/gvmat64.S +++ /dev/null @@ -1,36 +0,0 @@ -/* -;uInt longest_match_x64( -; deflate_state *s, -; IPos cur_match); // current match - -; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64 -; (AMD64 on Athlon 64, Opteron, Phenom -; and Intel EM64T on Pentium 4 with EM64T, Pentium D, Core 2 Duo, Core I5/I7) -; this file is translation from gvmat64.asm to GCC 4.x (for Linux, Mac XCode) -; Copyright (C) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant. -; -; File written by Gilles Vollant, by converting to assembly the longest_match -; from Jean-loup Gailly in deflate.c of zLib and infoZip zip. -; and by taking inspiration on asm686 with masm, optimised assembly code -; from Brian Raiter, written 1998 -; -; This software is provided 'as-is', without any express or implied -; warranty. In no event will the authors be held liable for any damages -; arising from the use of this software. -; -; Permission is granted to anyone to use this software for any purpose, -; including commercial applications, and to alter it and redistribute it -; freely, subject to the following restrictions: -; -; 1. The origin of this software must not be misrepresented; you must not -; claim that you wrote the original software. If you use this software -; in a product, an acknowledgment in the product documentation would be -; appreciated but is not required. -; 2. Altered source versions must be plainly marked as such, and must not be -; misrepresented as being the original software -; 3. This notice may not be removed or altered from any source distribution. -; -; http://www.zlib.net -; http://www.winimage.com/zLibDll -; http://www.muppetlabs.com/~breadbox/software/assembly.html -; diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/infback9/infback9.c b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/infback9/infback9.c deleted file mode 100644 index 3d9f3c93d7f..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/infback9/infback9.c +++ /dev/null @@ -1,5 +0,0 @@ -/* infback9.c -- inflate deflate64 data using a call-back interface - * Copyright (C) 1995-2008 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/infback9/infback9.h b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/infback9/infback9.h deleted file mode 100644 index e7be4800317..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/infback9/infback9.h +++ /dev/null @@ -1,4 +0,0 @@ -/* infback9.h -- header for using inflateBack9 functions - * Copyright (C) 2003 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/iostream2/zstream.h b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/iostream2/zstream.h deleted file mode 100644 index c62dc6d1f15..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/iostream2/zstream.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * - * Copyright (c) 1997 - * Christian Michelsen Research AS - * Advanced Computing - * Fantoftvegen 38, 5036 BERGEN, Norway - * http://www.cmr.no - * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. Christian Michelsen Research AS makes no - * representations about the suitability of this software for any - * purpose. It is provided "as is" without express or implied warranty. - * - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zlib.h b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zlib.h deleted file mode 100644 index a5942194eea..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zlib.h +++ /dev/null @@ -1,24 +0,0 @@ -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.8, April 28th, 2013 - - Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zutil.c b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zutil.c deleted file mode 100644 index 1aac612ec30..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zutil.c +++ /dev/null @@ -1,4 +0,0 @@ -/* zutil.c -- target dependent utility functions for the compression library - * Copyright (C) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zutil.h b/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zutil.h deleted file mode 100644 index d85c1f24ea8..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/scan/zlib/zutil.h +++ /dev/null @@ -1,9 +0,0 @@ -/* zutil.h -- internal interface and configuration of the compression library - * Copyright (C) 1995-2013 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ diff --git a/tests/summarycode/data/summary_legacy/full_summary/summary.expected.json b/tests/summarycode/data/summary_legacy/full_summary/summary.expected.json deleted file mode 100644 index 77d86546673..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/summary.expected.json +++ /dev/null @@ -1,8700 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--copyright": true, - "--info": true, - "--json-pp": "", - "--license": true, - "--package": true, - "--summary-legacy": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 26 - } - } - ], - "dependencies": [ - { - "purl": "pkg:npm/abbrev", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/abbrev", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansi", - "extracted_requirement": "~0.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansi", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansicolors", - "extracted_requirement": "~0.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansicolors", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansistyles", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansistyles", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/archy", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/archy", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/async-some", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/async-some", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/block-stream", - "extracted_requirement": "0.0.8", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/block-stream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/char-spinner", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/char-spinner", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/chmodr", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/chmodr", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/chownr", - "extracted_requirement": "0.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/chownr", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/cmd-shim", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/cmd-shim", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/columnify", - "extracted_requirement": "~1.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/columnify", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/config-chain", - "extracted_requirement": "~1.1.9", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/config-chain", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/dezalgo", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/dezalgo", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/editor", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/editor", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fs-vacuum", - "extracted_requirement": "~1.2.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fs-vacuum", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fs-write-stream-atomic", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fs-write-stream-atomic", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fstream", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fstream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fstream-npm", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fstream-npm", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/github-url-from-git", - "extracted_requirement": "~1.4.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/github-url-from-git", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/github-url-from-username-repo", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/github-url-from-username-repo", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/glob", - "extracted_requirement": "~5.0.14", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/glob", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/graceful-fs", - "extracted_requirement": "~4.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/graceful-fs", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/hosted-git-info", - "extracted_requirement": "~2.1.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/hosted-git-info", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/inflight", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/inflight", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/inherits", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/inherits", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ini", - "extracted_requirement": "~1.3.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ini", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/init-package-json", - "extracted_requirement": "~1.7.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/init-package-json", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/lockfile", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/lockfile", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/lru-cache", - "extracted_requirement": "~2.6.5", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/lru-cache", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/minimatch", - "extracted_requirement": "~2.0.10", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/minimatch", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/mkdirp", - "extracted_requirement": "~0.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/mkdirp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/node-gyp", - "extracted_requirement": "~2.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/node-gyp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/nopt", - "extracted_requirement": "~3.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/nopt", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/normalize-git-url", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/normalize-git-url", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/normalize-package-data", - "extracted_requirement": "~2.3.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/normalize-package-data", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-cache-filename", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-cache-filename", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-install-checks", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-install-checks", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-package-arg", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-package-arg", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-client", - "extracted_requirement": "~6.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-client", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-user-validate", - "extracted_requirement": "~0.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-user-validate", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npmlog", - "extracted_requirement": "~1.2.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npmlog", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/once", - "extracted_requirement": "~1.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/once", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/opener", - "extracted_requirement": "~1.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/opener", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/osenv", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/osenv", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/path-is-inside", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/path-is-inside", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read-installed", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read-installed", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read-package-json", - "extracted_requirement": "~2.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read-package-json", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/readable-stream", - "extracted_requirement": "~1.1.13", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/readable-stream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/realize-package-specifier", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/realize-package-specifier", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/request", - "extracted_requirement": "~2.60.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/request", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/retry", - "extracted_requirement": "~0.6.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/retry", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/rimraf", - "extracted_requirement": "~2.4.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rimraf", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/semver", - "extracted_requirement": "~5.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/semver", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sha", - "extracted_requirement": "~1.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sha", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/slide", - "extracted_requirement": "~1.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/slide", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sorted-object", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sorted-object", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/spdx", - "extracted_requirement": "~0.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/spdx", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/tar", - "extracted_requirement": "~2.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tar", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/text-table", - "extracted_requirement": "~0.2.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/text-table", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/uid-number", - "extracted_requirement": "0.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/uid-number", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/umask", - "extracted_requirement": "~1.1.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/umask", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/validate-npm-package-name", - "extracted_requirement": "~2.2.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/validate-npm-package-name", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/which", - "extracted_requirement": "~1.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/which", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/wrappy", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/wrappy", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/write-file-atomic", - "extracted_requirement": "~1.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/write-file-atomic", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/validate-npm-package-license", - "extracted_requirement": "*", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/validate-npm-package-license", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/deep-equal", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/deep-equal", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/marked", - "extracted_requirement": "~0.3.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/marked", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/marked-man", - "extracted_requirement": "~0.1.5", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/marked-man", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/nock", - "extracted_requirement": "~2.10.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/nock", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-couchapp", - "extracted_requirement": "~2.6.7", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-couchapp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-mock", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-mock", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/require-inject", - "extracted_requirement": "~1.2.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/require-inject", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sprintf-js", - "extracted_requirement": "~1.0.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sprintf-js", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/tap", - "extracted_requirement": "~1.3.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tap", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - } - ], - "packages": [ - { - "type": "npm", - "namespace": null, - "name": "npm", - "version": "2.13.5", - "qualifiers": {}, - "subpath": null, - "primary_language": "JavaScript", - "description": "a package manager for JavaScript", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "author", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me" - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Steiner", - "email": "ssteinerX@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikeal Rogers", - "email": "mikeal.rogers@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Blohowiak", - "email": "aaron.blohowiak@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martyn Smith", - "email": "martyn@dollyfish.net.nz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Robbins", - "email": "charlie.robbins@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Francisco Treacy", - "email": "francisco.treacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cliffano Subagio", - "email": "cliffano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Eager", - "email": "christian.eager@nokia.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dav Glass", - "email": "davglass@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex K. Wolfe", - "email": "alexkwolfe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Sanders", - "email": "jimmyjazz14@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Reid Burke", - "email": "me@reidburke.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arlo Breault", - "email": "arlolra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Derstappen", - "email": "teemow@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bart Teeuwisse", - "email": "bart.teeuwisse@thecodemill.biz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Noordhuis", - "email": "info@bnoordhuis.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tor Valamo", - "email": "tor.valamo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Whyme.Lyu", - "email": "5longluna@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Olivier Melcher", - "email": "olivier.melcher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Toma\u017e Muraus", - "email": "kami@k5-storitve.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Meagher", - "email": "evan.meagher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Orlando Vazquez", - "email": "ovazquez@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kai Chen", - "email": "kaichenxyz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Miroshnykov", - "email": "gmiroshnykov@lohika.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Geoff Flarity", - "email": "geoff.flarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Max Goodman", - "email": "c@chromakode.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Pete Kruckenberg", - "email": "pete@kruckenberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Harper", - "email": "laurie@holoweb.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Wong", - "email": "chris@chriswongstudio.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Scott Bronson", - "email": "brons_github@rinspin.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Federico Romero", - "email": "federomero@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Visnu Pitiyanuvath", - "email": "visnupx@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Irakli Gozalishvili", - "email": "rfobic@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Cahill", - "email": "mark@tiemonster.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tony", - "email": "zearin@gonk.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Iain Sproat", - "email": "iainsproat@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trent Mick", - "email": "trentm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Geisendo\u0308rfer", - "email": "felix@debuggable.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jameson Little", - "email": "t.jameson.little@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Conny Brunnkvist", - "email": "conny@fuchsia.se", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Will Elwood", - "email": "w.elwood08@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dean Landolt", - "email": "dean@deanlandolt.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oleg Efimov", - "email": "efimovov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martin Cooper", - "email": "mfncooper@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jann Horn", - "email": "jannhorn@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Bradley", - "email": "cspotcode@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maciej Ma\u0142ecki", - "email": "me@mmalecki.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephen Sugden", - "email": "glurgle@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Budde", - "email": "mbudde@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Smith", - "email": "jhs@iriscouch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gautham Pai", - "email": "buzypi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Trejo", - "email": "david.daniel.trejo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Vorbach", - "email": "paul@vorb.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Ornbo", - "email": "george@shapeshed.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Oxley", - "email": "secoif@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tyler Green", - "email": "tyler.green2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dave Pacheco", - "email": "dap@joyent.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danila Gerasimov", - "email": "danila.gerasimov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rod Vagg", - "email": "rod@vagg.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Howe", - "email": "coderarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Lunny", - "email": "alunny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Henrik Hodne", - "email": "dvyjones@binaryhex.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Blackburn", - "email": "regality@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Windham", - "email": "kriswindham@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jens Grunert", - "email": "jens.grunert@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joost-Wim Boekesteijn", - "email": "joost-wim@boekesteijn.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dalmais Maxence", - "email": "root@ip-10-195-202-5.ec2.internal", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcus Ekwall", - "email": "marcus.ekwall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Stacy", - "email": "aaron.r.stacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Phillip Howell", - "email": "phowell@cothm.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Domenic Denicola", - "email": "domenic@domenicdenicola.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Halliday", - "email": "mail@substack.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremy Cantrell", - "email": "jmcantrell@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ribettes", - "email": "patlogan29@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Don Park", - "email": "donpark@docuverse.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Einar Otto Stangvik", - "email": "einaros@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kei Son", - "email": "heyacct@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicolas Morel", - "email": "marsup@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Dube", - "email": "markisdee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Rajlich", - "email": "nathan@tootallnate.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maxim Bogushevich", - "email": "boga1@mail.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Meaglin", - "email": "Meaglin.wasabi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Evans", - "email": "ben@bensbit.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Zadoks", - "email": "nathan@nathan7.eu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Brian White", - "email": "mscdex@mscdex.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jed Schmidt", - "email": "tr@nslator.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Livingstone", - "email": "ianl@cs.dal.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Patrick Pfeiffer", - "email": "patrick@buzzle.at", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Miller", - "email": "paul@paulmillr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Emery", - "email": "seebees@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Carl Lange", - "email": "carl@flax.ie", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jan Lehnardt", - "email": "jan@apache.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart P. Bentley", - "email": "stuart@testtrack4.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Sk\u00f6ld", - "email": "johan@skold.cc", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart Knightley", - "email": "stuart@stuartk.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Niggler", - "email": "nirk.niggler@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paolo Fragomeni", - "email": "paolo@async.ly", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jaakko Manninen", - "email": "jaakko@rocketpack.fi", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luke Arduini", - "email": "luke.arduini@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Larz Conwell", - "email": "larz@larz-laptop.(none)", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcel Klehr", - "email": "mklehr@gmx.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Kowalski", - "email": "rok@kowalski.gd", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forbes Lindesay", - "email": "forbes@lindesay.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vaz Allen", - "email": "vaz@tryptid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jake Verbaten", - "email": "raynos2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Schabse Laks", - "email": "Dev@SLaks.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Florian Margaine", - "email": "florian@margaine.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Nordberg", - "email": "its@johan-nordberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Babrou", - "email": "ibobrik@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Di Wu", - "email": "dwu@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt McClure", - "email": "matt.mcclure@mapmyfitness.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Lunn", - "email": "matt@mattlunn.me.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexey Kreschuk", - "email": "akrsch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "elisee", - "email": "elisee@sparklin.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Gieseke", - "email": "robert.gieseke@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franc\u0327ois Frisch", - "email": "francoisfrisch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trevor Burnham", - "email": "tburnham@hubspot.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alan Shaw", - "email": "alan@freestyle-developments.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicholas Kinsey", - "email": "pyro@feisty.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paulo Cesar", - "email": "pauloc062@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Elan Shanker", - "email": "elan.shanker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jon Spencer", - "email": "jon@jonspencer.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Diamond", - "email": "jason@diamond.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maximilian Antoni", - "email": "mail@maxantoni.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thom Blake", - "email": "tblake@brightroll.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jess Martin", - "email": "jessmartin@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Spain Train", - "email": "michael.spainhower@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Rodionov", - "email": "p0deje@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Colyer", - "email": "matt@colyer.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyx990803@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bitspill", - "email": "bitspill+github@bitspill.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Falkenberg", - "email": "gabriel.falkenberg@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexej Yaroshevich", - "email": "alex@qfox.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quim Calpe", - "email": "quim@kalpe.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Mason", - "email": "stevem@brandwatch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wil Moore III", - "email": "wil.moore@wilmoore.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sergey Belov", - "email": "peimei@ya.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tom Huang", - "email": "hzlhu.dargon@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "CamilleM", - "email": "camille.moulin@alterway.fr", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "S\u00e9bastien Santoro", - "email": "dereckson@espace-win.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Lucas", - "email": "evan@btc.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quinn Slack", - "email": "qslack@qslack.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Kocharin", - "email": "alex@kocharin.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daniel Santiago", - "email": "daniel.santiago@highlevelwebs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Denis Gladkikh", - "email": "outcoldman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Horton", - "email": "andrew.j.horton@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zeke Sikelianos", - "email": "zeke@sikelianos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dylan Greene", - "email": "dylang@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franck Cuny", - "email": "franck.cuny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yeonghoon Park", - "email": "sola92@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rafael de Oleza", - "email": "rafa@spotify.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikola Lysenko", - "email": "mikolalysenko@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yazhong Liu", - "email": "yorkiefixer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Neil Gentleman", - "email": "ngentleman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Kowal", - "email": "kris.kowal@cixar.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Gorbatchev", - "email": "alex.gorbatchev@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Shawn Wildermuth", - "email": "shawn@wildermuth.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wesley de Souza", - "email": "wesleywex@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "yoyoyogi", - "email": "yogesh.k@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J. Tangelder", - "email": "j.tangelder@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jean Lauliac", - "email": "jean@lauliac.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Kislyuk", - "email": "kislyuk@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julian Gruber", - "email": "julian@juliangruber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Benjamin Coe", - "email": "bencoe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Ford", - "email": "Alex.Ford@CodeTunnel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Hickford", - "email": "matt.hickford@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sean McGivern", - "email": "sean.mcgivern@rightscale.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "C J Silverio", - "email": "ceejceej@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robin Tweedie", - "email": "robin@songkick.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Miroslav Bajto\u0161", - "email": "miroslav@strongloop.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Glasser", - "email": "glasser@davidglasser.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gianluca Casati", - "email": "casati_gianluca@yahoo.it", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forrest L Norvell", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karsten Tinnefeld", - "email": "k.tinnefeld@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan Burgers", - "email": "bryan@burgers.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Beitey", - "email": "david@davidjb.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyou@google.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zach Pomerantz", - "email": "zmp@umich.edu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Williams", - "email": "cwilliams88@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "sudodoki", - "email": "smd.deluzion@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mick Thompson", - "email": "dthompson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Rabe", - "email": "felix@rabe.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Hayes", - "email": "michael@hayes.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Dickinson", - "email": "christopher.s.dickinson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bradley Meck", - "email": "bradley.meck@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "GeJ", - "email": "geraud@gcu.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Terris", - "email": "atterris@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Nisi", - "email": "michael.nisi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "fengmk2", - "email": "fengmk2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Meadows", - "email": "adam.meadows@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chulki Lee", - "email": "chulki.lee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "\u4e0d\u56db", - "email": "busi.hyy@taobao.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "dead_horse", - "email": "dead_horse@qq.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kenan Yildirim", - "email": "kenan@kenany.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Voss", - "email": "git@seldo.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rebecca Turner", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Hunter Loftis", - "email": "hunter@hunterloftis.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter Richardson", - "email": "github@zoomy.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jussi Kalliokoski", - "email": "jussi.kalliokoski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Filip Weiss", - "email": "me@fiws.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Wei\u00df", - "email": "timoweiss@Timo-MBP.local", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christopher Hiller", - "email": "chiller@badwing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J\u00e9r\u00e9my Lal", - "email": "kapouer@melix.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anders Janmyr", - "email": "anders@janmyr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Meyers", - "email": "chris.meyers.fsu@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ludwig Magnusson", - "email": "ludwig@mediatool.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wout Mertens", - "email": "Wout.Mertens@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Santos", - "email": "nick@medium.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Terin Stock", - "email": "terinjokes@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Faiq Raza", - "email": "faiqrazarizvi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Torp", - "email": "thomas@erupt.no", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sam Mikes", - "email": "smikes@cubane.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mat Tyndall", - "email": "mat.tyndall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tauren Mills", - "email": "tauren@sportzing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ron Martinez", - "email": "ramartin.net@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kazuhito Hokamura", - "email": "k.hokamura@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tristan Davies", - "email": "github@tristan.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Volm", - "email": "david@volminator.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Lin Clark", - "email": "lin.w.clark@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Page", - "email": "bpage@dewalch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Jo", - "email": "jeffjo@squareup.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "martinvd", - "email": "martinvdpub@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark J. Titorenko", - "email": "nospam-github.com@titorenko.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oddur Sigurdsson", - "email": "oddurs@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eric Mill", - "email": "eric@konklone.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Barros", - "email": "descartavel1@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "KevinSheedy", - "email": "kevinsheedy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aleksey Smolenchuk", - "email": "aleksey@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ed Morley", - "email": "emorley@mozilla.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Fedorov", - "email": "anfedorov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daijiro Wachi", - "email": "daijiro.wachi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luc Thevenard", - "email": "lucthevenard@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aria Stewart", - "email": "aredridel@nbtsc.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Rudolph", - "email": "charles.w.rudolph@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vladimir Rutsky", - "email": "rutsky@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Murchie", - "email": "isaac@saucelabs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcin Wosinek", - "email": "marcin.wosinek@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Marr", - "email": "davemarr@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan English", - "email": "bryan@bryanenglish.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anthony Zotti", - "email": "amZotti@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karl Horky", - "email": "karl.horky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gu\u00f0laugur Stef\u00e1n Egilsson", - "email": "gulli@kolibri.is", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Helge Skogly Holm", - "email": "helge.holm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter A. Shevtsov", - "email": "petr.shevtsov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alain Kalker", - "email": "a.c.kalker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryant Williams", - "email": "b.n.williams@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jonas Weber", - "email": "github@jonasw.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Whidden", - "email": "twhid@twhid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andreas", - "email": "functino@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karolis Narkevicius", - "email": "karolis.n@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adrian Lynch", - "email": "adi_ady_ade@hotmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Richard Littauer", - "email": "richard.littauer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oli Evans", - "email": "oli@zilla.org.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Brennan", - "email": "mattyb1000@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Barczewski", - "email": "jeff.barczewski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danny Fritz", - "email": "dannyfritz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Takaya Kobayashi", - "email": "jigsaw@live.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ra'Shaun Stovall", - "email": "rashaunstovall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julien Meddah", - "email": "julien.meddah@deveryware.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michiel Sikma", - "email": "michiel@wedemandhtml.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jakob Krigovsky", - "email": "jakob.krigovsky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charmander", - "email": "~@charmander.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Erik Wienhold", - "email": "git@ewie.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Butler", - "email": "james.butler@sandfox.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kevin Kragenbrink", - "email": "kevin@gaikai.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arnaud Rinquin", - "email": "rinquin.arnaud@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mike MacCana", - "email": "mike.maccana@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Antti Mattila", - "email": "anttti@fastmail.fm", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "laiso", - "email": "laiso@lai.so", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Zorn", - "email": "zornme@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle Mitchell", - "email": "kyle@kemitchell.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremiah Senkpiel", - "email": "fishrock123@rocketmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Klein", - "email": "mischkl@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Simen Bekkhus", - "email": "sbekkhus91@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Victor", - "email": "victor.shih@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "thefourtheye", - "email": "thechargingvolcano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Clay Carpenter", - "email": "claycarpenter@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bangbang93", - "email": "bangbang93@163.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Malaguti", - "email": "nmalaguti@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cedric Nelson", - "email": "cedric.nelson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kat March\u00e1n", - "email": "kzm@sykosomatic.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew", - "email": "talktome@aboutandrew.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eduardo Pinho", - "email": "enet4mikeenet@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rachel Hutchison", - "email": "rhutchix@intel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Temple", - "email": "ryantemple145@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eugene Sharygin", - "email": "eush77@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Heiner", - "email": "nick.heiner@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Talmage", - "email": "james@talmage.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "jane arc", - "email": "jane@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joseph Dykstra", - "email": "josephdykstra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joshua Egan", - "email": "josh-egan@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Cort", - "email": "thomasc@ssimicro.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thaddee Tyl", - "email": "thaddee.tyl@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Klabnik", - "email": "steve@steveklabnik.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Murray", - "email": "radarhere@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephan B\u00f6nnemann", - "email": "stephan@excellenteasy.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle M. Tarplee", - "email": "kyle.tarplee@numerica.us", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Derek Peterson", - "email": "derekpetey@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Greg Whiteley", - "email": "greg.whiteley@atomos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "murgatroid99", - "email": "mlumish@google.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "isaacs", - "email": "isaacs@npmjs.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "othiym23", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "iarna", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "zkat", - "email": "kat@sykosomatic.org", - "url": null - } - ], - "keywords": [ - "package manager", - "modules", - "install", - "package.json" - ], - "homepage_url": "https://docs.npmjs.com/", - "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "size": null, - "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32", - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": "http://github.com/npm/npm/issues", - "code_view_url": null, - "vcs_url": "git+https://github.com/npm/npm.git@fc7bbf03e39cc48a8924b90696d28345a6a90f3c", - "copyright": null, - "license_expression": "artistic-2.0", - "declared_license": [ - "Artistic-2.0" - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "package_uuid": "pkg:npm/npm@2.13.5", - "package_data_files": [ - "scan/package.json" - ], - "files": [ - "scan/cc0-1.0.LICENSE", - "scan/package.json", - "scan/README", - "scan/arch/adler32.c", - "scan/arch/zlib.h", - "scan/arch/zutil.h", - "scan/JGroups/src/FixedMembershipToken.java", - "scan/JGroups/src/GuardedBy.java", - "scan/JGroups/src/ImmutableReference.java", - "scan/JGroups/src/RATE_LIMITER.java", - "scan/JGroups/src/RouterStub.java", - "scan/JGroups/src/RouterStubManager.java", - "scan/JGroups/src/S3_PING.java", - "scan/zlib/adler32.c", - "scan/zlib/deflate.c", - "scan/zlib/deflate.h", - "scan/zlib/zlib.h", - "scan/zlib/zutil.c", - "scan/zlib/zutil.h", - "scan/zlib/ada/zlib.ads", - "scan/zlib/dotzlib/AssemblyInfo.cs", - "scan/zlib/dotzlib/ChecksumImpl.cs", - "scan/zlib/gcc_gvmat64/gvmat64.S", - "scan/zlib/infback9/infback9.c", - "scan/zlib/infback9/infback9.h", - "scan/zlib/iostream2/zstream.h" - ], - "purl": "pkg:npm/npm@2.13.5", - "repository_homepage_url": "https://www.npmjs.com/package/npm", - "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "api_data_url": "https://registry.npmjs.org/npm/2.13.5" - } - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 12 - }, - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "boost-1.0", - "count": 1 - }, - { - "value": "cc-by-2.5", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - }, - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - }, - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 6 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 6 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 20 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - }, - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 12 - }, - { - "value": "Java", - "count": 7 - }, - { - "value": "C#", - "count": 2 - }, - { - "value": "GAS", - "count": 1 - } - ] - }, - "files": [ - { - "path": "scan", - "type": "directory", - "name": "scan", - "base_name": "scan", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 26, - "dirs_count": 9, - "size_count": 58647, - "scan_errors": [] - }, - { - "path": "scan/JGroups", - "type": "directory", - "name": "JGroups", - "base_name": "JGroups", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 7, - "dirs_count": 1, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src", - "type": "directory", - "name": "src", - "base_name": "src", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 7, - "dirs_count": 0, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "name": "FixedMembershipToken.java", - "base_name": "FixedMembershipToken", - "extension": ".java", - "size": 1016, - "sha1": "d0d55d2ae0842afee96695bcc8be939e763704ec", - "md5": "301dfe021b3b4076b9f8d49577205b44", - "sha256": "ff6dfac01c9b7ad9fcb5e646db83b482f5f720d981f0ca6c68828c5aa4ec784b", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 79.62, - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "name": "GuardedBy.java", - "base_name": "GuardedBy", - "extension": ".java", - "size": 482, - "sha1": "21ec75514ce72011c4e86c977505c024832c1b63", - "md5": "5165fdeefda7a55c13e44c5e56cac920", - "sha256": "8553411bf58f4ac35fc9e7d6142f11fc2fbef33e50a77f514a253135807afd44", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "cc-by-2.5", - "score": 100.0, - "name": "Creative Commons Attribution License 2.5", - "short_name": "CC-BY-2.5", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/licenses/by/2.5/", - "text_url": "http://creativecommons.org/licenses/by/2.5/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc-by-2.5", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.yml", - "spdx_license_key": "CC-BY-2.5", - "spdx_url": "https://spdx.org/licenses/CC-BY-2.5", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "cc-by-2.5_4.RULE", - "license_expression": "cc-by-2.5", - "licenses": [ - "cc-by-2.5" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 14, - "matched_length": 14, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc-by-2.5" - ], - "percentage_of_license_text": 19.72, - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "name": "ImmutableReference.java", - "base_name": "ImmutableReference", - "extension": ".java", - "size": 1023, - "sha1": "aee1bb33424e7c1264f85c9aad40d43c3738f871", - "md5": "53a91ff66fdc4d812d7656b4e807bfd2", - "sha256": "ec1427fc2f7e322e6a4d5d99f8119310d6586aaaf5b30b2904b4ccd27966e120", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.62, - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "name": "RATE_LIMITER.java", - "base_name": "RATE_LIMITER", - "extension": ".java", - "size": 269, - "sha1": "8da19aa25da421608fbe9f4f5eeb122ab35fd01e", - "md5": "52540f80f5c22d8d13627c57b76d44f4", - "sha256": "c3bcefbbb2706f65410b4bb91d531e2ec461fa4586135becc8865adeca3385c8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "name": "RouterStub.java", - "base_name": "RouterStub", - "extension": ".java", - "size": 153, - "sha1": "c1baa345449b4b91e61886dadea8f1bbea034eb4", - "md5": "a0b4e3f4d679a98d11d75e7e27e894af", - "sha256": "5c0f94fc518daca08e74fd117fef09d6dd090b0fd623a47edde451be3aed28c7", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "name": "RouterStubManager.java", - "base_name": "RouterStubManager", - "extension": ".java", - "size": 1032, - "sha1": "a51c5bbb738c1c1cd1f58c79060fa5ea4d0dd753", - "md5": "cae07c80e6f79864de002700bf9ab02f", - "sha256": "fe96061d23b37c98913379d54c5388cffdc99239807c2caf8c96d7d10321d085", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.12, - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "name": "S3_PING.java", - "base_name": "S3_PING", - "extension": ".java", - "size": 252, - "sha1": "a7a9763832eb31e1f7f7927d6288df284b70c6e5", - "md5": "ffb481f2a0c6262d0f7d1e9a4681a6ca", - "sha256": "5470e41b0bfba6adb43649215df756f1a4a5173ceed6127af1b38801651efde2", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/README", - "type": "file", - "name": "README", - "base_name": "README", - "extension": "", - "size": 236, - "sha1": "2e07e32c52d607204fad196052d70e3d18fb8636", - "md5": "effc6856ef85a9250fb1a470792b3f38", - "sha256": "165da86bfdf296cd5a0a3e20c1d1ee86d70ecb8a1fa579d6f8cadad8eee85878", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch", - "type": "directory", - "name": "arch", - "base_name": "arch", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 3, - "dirs_count": 0, - "size_count": 1896, - "scan_errors": [] - }, - { - "path": "scan/arch/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 175, - "sha1": "a7ee5ea54da88a6390e72ff018dd471045d8bbf1", - "md5": "92011414f344e34f711e77bac40e4bc4", - "sha256": "e533accabdc7434f3905ced32c4fba755f707929ad73df6e07172cd5a786e023", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1326, - "sha1": "26610e5eab2a17e0fa9ef6ac791f25f77af145af", - "md5": "4ed53ac605f16247ab7d571670f2351d", - "sha256": "b09e2a43e9960d3d28d37d24f10dfbc462a4cb376da54ba571ac9a8874911ed5", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 69.57, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/cc0-1.0.LICENSE", - "type": "file", - "name": "cc0-1.0.LICENSE", - "base_name": "cc0-1.0", - "extension": ".LICENSE", - "size": 6433, - "sha1": "172444e7c137eb5cd3cae530aca0879c90f7fada", - "md5": "57f047ea87f405486a94bc5a56ba7fcf", - "sha256": "963aabe87f6a51ca9c237669034a9fdecd71df7350eaf30bdf0718f63c5a94f8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "cc0-1.0", - "score": 99.69, - "name": "Creative Commons CC0 1.0 Universal", - "short_name": "CC0-1.0", - "category": "Public Domain", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/publicdomain/zero/1.0/", - "text_url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc0-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.yml", - "spdx_license_key": "CC0-1.0", - "spdx_url": "https://spdx.org/licenses/CC0-1.0", - "start_line": 1, - "end_line": 98, - "matched_rule": { - "identifier": "cc0-1.0_155.RULE", - "license_expression": "cc0-1.0", - "licenses": [ - "cc0-1.0" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "3-seq", - "rule_length": 981, - "matched_length": 978, - "match_coverage": 99.69, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc0-1.0" - ], - "percentage_of_license_text": 100.0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/package.json", - "type": "file", - "name": "package.json", - "base_name": "package", - "extension": ".json", - "size": 37904, - "sha1": "dfc6c1274bd31b47d5cc482af0c0dad9d30eccaa", - "md5": "62b51527599b11b32361699c75b05683", - "sha256": "8b54b0b90570e4b0d5b8c8520e4b5a8258ae15849ec1919f57da093f5df84f38", - "mime_type": "application/json", - "file_type": "JSON data", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "artistic-2.0", - "score": 100.0, - "name": "Artistic License 2.0", - "short_name": "Artistic 2.0", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Perl Foundation", - "homepage_url": "http://www.perlfoundation.org/", - "text_url": "https://www.perlfoundation.org/artistic_license_2_0", - "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.yml", - "spdx_license_key": "Artistic-2.0", - "spdx_url": "https://spdx.org/licenses/Artistic-2.0", - "start_line": 198, - "end_line": 198, - "matched_rule": { - "identifier": "artistic-2.0_46.RULE", - "license_expression": "artistic-2.0", - "licenses": [ - "artistic-2.0" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 4, - "matched_length": 4, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "artistic-2.0" - ], - "percentage_of_license_text": 0.1, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "name' Isaac Z.", - "start_line": 16, - "end_line": 17 - } - ], - "package_data": [ - { - "type": "npm", - "namespace": null, - "name": "npm", - "version": "2.13.5", - "qualifiers": {}, - "subpath": null, - "primary_language": "JavaScript", - "description": "a package manager for JavaScript", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "author", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me" - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Steiner", - "email": "ssteinerX@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikeal Rogers", - "email": "mikeal.rogers@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Blohowiak", - "email": "aaron.blohowiak@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martyn Smith", - "email": "martyn@dollyfish.net.nz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Robbins", - "email": "charlie.robbins@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Francisco Treacy", - "email": "francisco.treacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cliffano Subagio", - "email": "cliffano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Eager", - "email": "christian.eager@nokia.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dav Glass", - "email": "davglass@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex K. Wolfe", - "email": "alexkwolfe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Sanders", - "email": "jimmyjazz14@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Reid Burke", - "email": "me@reidburke.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arlo Breault", - "email": "arlolra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Derstappen", - "email": "teemow@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bart Teeuwisse", - "email": "bart.teeuwisse@thecodemill.biz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Noordhuis", - "email": "info@bnoordhuis.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tor Valamo", - "email": "tor.valamo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Whyme.Lyu", - "email": "5longluna@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Olivier Melcher", - "email": "olivier.melcher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Toma\u017e Muraus", - "email": "kami@k5-storitve.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Meagher", - "email": "evan.meagher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Orlando Vazquez", - "email": "ovazquez@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kai Chen", - "email": "kaichenxyz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Miroshnykov", - "email": "gmiroshnykov@lohika.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Geoff Flarity", - "email": "geoff.flarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Max Goodman", - "email": "c@chromakode.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Pete Kruckenberg", - "email": "pete@kruckenberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Harper", - "email": "laurie@holoweb.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Wong", - "email": "chris@chriswongstudio.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Scott Bronson", - "email": "brons_github@rinspin.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Federico Romero", - "email": "federomero@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Visnu Pitiyanuvath", - "email": "visnupx@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Irakli Gozalishvili", - "email": "rfobic@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Cahill", - "email": "mark@tiemonster.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tony", - "email": "zearin@gonk.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Iain Sproat", - "email": "iainsproat@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trent Mick", - "email": "trentm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Geisendo\u0308rfer", - "email": "felix@debuggable.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jameson Little", - "email": "t.jameson.little@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Conny Brunnkvist", - "email": "conny@fuchsia.se", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Will Elwood", - "email": "w.elwood08@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dean Landolt", - "email": "dean@deanlandolt.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oleg Efimov", - "email": "efimovov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martin Cooper", - "email": "mfncooper@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jann Horn", - "email": "jannhorn@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Bradley", - "email": "cspotcode@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maciej Ma\u0142ecki", - "email": "me@mmalecki.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephen Sugden", - "email": "glurgle@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Budde", - "email": "mbudde@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Smith", - "email": "jhs@iriscouch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gautham Pai", - "email": "buzypi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Trejo", - "email": "david.daniel.trejo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Vorbach", - "email": "paul@vorb.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Ornbo", - "email": "george@shapeshed.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Oxley", - "email": "secoif@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tyler Green", - "email": "tyler.green2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dave Pacheco", - "email": "dap@joyent.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danila Gerasimov", - "email": "danila.gerasimov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rod Vagg", - "email": "rod@vagg.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Howe", - "email": "coderarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Lunny", - "email": "alunny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Henrik Hodne", - "email": "dvyjones@binaryhex.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Blackburn", - "email": "regality@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Windham", - "email": "kriswindham@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jens Grunert", - "email": "jens.grunert@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joost-Wim Boekesteijn", - "email": "joost-wim@boekesteijn.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dalmais Maxence", - "email": "root@ip-10-195-202-5.ec2.internal", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcus Ekwall", - "email": "marcus.ekwall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Stacy", - "email": "aaron.r.stacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Phillip Howell", - "email": "phowell@cothm.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Domenic Denicola", - "email": "domenic@domenicdenicola.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Halliday", - "email": "mail@substack.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremy Cantrell", - "email": "jmcantrell@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ribettes", - "email": "patlogan29@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Don Park", - "email": "donpark@docuverse.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Einar Otto Stangvik", - "email": "einaros@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kei Son", - "email": "heyacct@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicolas Morel", - "email": "marsup@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Dube", - "email": "markisdee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Rajlich", - "email": "nathan@tootallnate.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maxim Bogushevich", - "email": "boga1@mail.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Meaglin", - "email": "Meaglin.wasabi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Evans", - "email": "ben@bensbit.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Zadoks", - "email": "nathan@nathan7.eu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Brian White", - "email": "mscdex@mscdex.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jed Schmidt", - "email": "tr@nslator.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Livingstone", - "email": "ianl@cs.dal.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Patrick Pfeiffer", - "email": "patrick@buzzle.at", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Miller", - "email": "paul@paulmillr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Emery", - "email": "seebees@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Carl Lange", - "email": "carl@flax.ie", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jan Lehnardt", - "email": "jan@apache.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart P. Bentley", - "email": "stuart@testtrack4.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Sk\u00f6ld", - "email": "johan@skold.cc", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart Knightley", - "email": "stuart@stuartk.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Niggler", - "email": "nirk.niggler@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paolo Fragomeni", - "email": "paolo@async.ly", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jaakko Manninen", - "email": "jaakko@rocketpack.fi", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luke Arduini", - "email": "luke.arduini@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Larz Conwell", - "email": "larz@larz-laptop.(none)", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcel Klehr", - "email": "mklehr@gmx.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Kowalski", - "email": "rok@kowalski.gd", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forbes Lindesay", - "email": "forbes@lindesay.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vaz Allen", - "email": "vaz@tryptid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jake Verbaten", - "email": "raynos2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Schabse Laks", - "email": "Dev@SLaks.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Florian Margaine", - "email": "florian@margaine.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Nordberg", - "email": "its@johan-nordberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Babrou", - "email": "ibobrik@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Di Wu", - "email": "dwu@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt McClure", - "email": "matt.mcclure@mapmyfitness.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Lunn", - "email": "matt@mattlunn.me.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexey Kreschuk", - "email": "akrsch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "elisee", - "email": "elisee@sparklin.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Gieseke", - "email": "robert.gieseke@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franc\u0327ois Frisch", - "email": "francoisfrisch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trevor Burnham", - "email": "tburnham@hubspot.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alan Shaw", - "email": "alan@freestyle-developments.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicholas Kinsey", - "email": "pyro@feisty.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paulo Cesar", - "email": "pauloc062@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Elan Shanker", - "email": "elan.shanker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jon Spencer", - "email": "jon@jonspencer.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Diamond", - "email": "jason@diamond.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maximilian Antoni", - "email": "mail@maxantoni.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thom Blake", - "email": "tblake@brightroll.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jess Martin", - "email": "jessmartin@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Spain Train", - "email": "michael.spainhower@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Rodionov", - "email": "p0deje@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Colyer", - "email": "matt@colyer.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyx990803@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bitspill", - "email": "bitspill+github@bitspill.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Falkenberg", - "email": "gabriel.falkenberg@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexej Yaroshevich", - "email": "alex@qfox.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quim Calpe", - "email": "quim@kalpe.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Mason", - "email": "stevem@brandwatch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wil Moore III", - "email": "wil.moore@wilmoore.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sergey Belov", - "email": "peimei@ya.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tom Huang", - "email": "hzlhu.dargon@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "CamilleM", - "email": "camille.moulin@alterway.fr", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "S\u00e9bastien Santoro", - "email": "dereckson@espace-win.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Lucas", - "email": "evan@btc.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quinn Slack", - "email": "qslack@qslack.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Kocharin", - "email": "alex@kocharin.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daniel Santiago", - "email": "daniel.santiago@highlevelwebs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Denis Gladkikh", - "email": "outcoldman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Horton", - "email": "andrew.j.horton@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zeke Sikelianos", - "email": "zeke@sikelianos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dylan Greene", - "email": "dylang@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franck Cuny", - "email": "franck.cuny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yeonghoon Park", - "email": "sola92@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rafael de Oleza", - "email": "rafa@spotify.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikola Lysenko", - "email": "mikolalysenko@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yazhong Liu", - "email": "yorkiefixer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Neil Gentleman", - "email": "ngentleman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Kowal", - "email": "kris.kowal@cixar.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Gorbatchev", - "email": "alex.gorbatchev@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Shawn Wildermuth", - "email": "shawn@wildermuth.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wesley de Souza", - "email": "wesleywex@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "yoyoyogi", - "email": "yogesh.k@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J. Tangelder", - "email": "j.tangelder@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jean Lauliac", - "email": "jean@lauliac.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Kislyuk", - "email": "kislyuk@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julian Gruber", - "email": "julian@juliangruber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Benjamin Coe", - "email": "bencoe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Ford", - "email": "Alex.Ford@CodeTunnel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Hickford", - "email": "matt.hickford@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sean McGivern", - "email": "sean.mcgivern@rightscale.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "C J Silverio", - "email": "ceejceej@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robin Tweedie", - "email": "robin@songkick.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Miroslav Bajto\u0161", - "email": "miroslav@strongloop.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Glasser", - "email": "glasser@davidglasser.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gianluca Casati", - "email": "casati_gianluca@yahoo.it", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forrest L Norvell", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karsten Tinnefeld", - "email": "k.tinnefeld@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan Burgers", - "email": "bryan@burgers.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Beitey", - "email": "david@davidjb.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyou@google.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zach Pomerantz", - "email": "zmp@umich.edu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Williams", - "email": "cwilliams88@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "sudodoki", - "email": "smd.deluzion@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mick Thompson", - "email": "dthompson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Rabe", - "email": "felix@rabe.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Hayes", - "email": "michael@hayes.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Dickinson", - "email": "christopher.s.dickinson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bradley Meck", - "email": "bradley.meck@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "GeJ", - "email": "geraud@gcu.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Terris", - "email": "atterris@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Nisi", - "email": "michael.nisi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "fengmk2", - "email": "fengmk2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Meadows", - "email": "adam.meadows@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chulki Lee", - "email": "chulki.lee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "\u4e0d\u56db", - "email": "busi.hyy@taobao.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "dead_horse", - "email": "dead_horse@qq.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kenan Yildirim", - "email": "kenan@kenany.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Voss", - "email": "git@seldo.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rebecca Turner", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Hunter Loftis", - "email": "hunter@hunterloftis.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter Richardson", - "email": "github@zoomy.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jussi Kalliokoski", - "email": "jussi.kalliokoski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Filip Weiss", - "email": "me@fiws.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Wei\u00df", - "email": "timoweiss@Timo-MBP.local", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christopher Hiller", - "email": "chiller@badwing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J\u00e9r\u00e9my Lal", - "email": "kapouer@melix.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anders Janmyr", - "email": "anders@janmyr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Meyers", - "email": "chris.meyers.fsu@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ludwig Magnusson", - "email": "ludwig@mediatool.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wout Mertens", - "email": "Wout.Mertens@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Santos", - "email": "nick@medium.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Terin Stock", - "email": "terinjokes@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Faiq Raza", - "email": "faiqrazarizvi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Torp", - "email": "thomas@erupt.no", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sam Mikes", - "email": "smikes@cubane.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mat Tyndall", - "email": "mat.tyndall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tauren Mills", - "email": "tauren@sportzing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ron Martinez", - "email": "ramartin.net@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kazuhito Hokamura", - "email": "k.hokamura@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tristan Davies", - "email": "github@tristan.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Volm", - "email": "david@volminator.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Lin Clark", - "email": "lin.w.clark@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Page", - "email": "bpage@dewalch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Jo", - "email": "jeffjo@squareup.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "martinvd", - "email": "martinvdpub@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark J. Titorenko", - "email": "nospam-github.com@titorenko.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oddur Sigurdsson", - "email": "oddurs@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eric Mill", - "email": "eric@konklone.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Barros", - "email": "descartavel1@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "KevinSheedy", - "email": "kevinsheedy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aleksey Smolenchuk", - "email": "aleksey@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ed Morley", - "email": "emorley@mozilla.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Fedorov", - "email": "anfedorov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daijiro Wachi", - "email": "daijiro.wachi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luc Thevenard", - "email": "lucthevenard@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aria Stewart", - "email": "aredridel@nbtsc.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Rudolph", - "email": "charles.w.rudolph@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vladimir Rutsky", - "email": "rutsky@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Murchie", - "email": "isaac@saucelabs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcin Wosinek", - "email": "marcin.wosinek@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Marr", - "email": "davemarr@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan English", - "email": "bryan@bryanenglish.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anthony Zotti", - "email": "amZotti@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karl Horky", - "email": "karl.horky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gu\u00f0laugur Stef\u00e1n Egilsson", - "email": "gulli@kolibri.is", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Helge Skogly Holm", - "email": "helge.holm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter A. Shevtsov", - "email": "petr.shevtsov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alain Kalker", - "email": "a.c.kalker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryant Williams", - "email": "b.n.williams@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jonas Weber", - "email": "github@jonasw.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Whidden", - "email": "twhid@twhid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andreas", - "email": "functino@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karolis Narkevicius", - "email": "karolis.n@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adrian Lynch", - "email": "adi_ady_ade@hotmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Richard Littauer", - "email": "richard.littauer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oli Evans", - "email": "oli@zilla.org.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Brennan", - "email": "mattyb1000@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Barczewski", - "email": "jeff.barczewski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danny Fritz", - "email": "dannyfritz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Takaya Kobayashi", - "email": "jigsaw@live.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ra'Shaun Stovall", - "email": "rashaunstovall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julien Meddah", - "email": "julien.meddah@deveryware.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michiel Sikma", - "email": "michiel@wedemandhtml.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jakob Krigovsky", - "email": "jakob.krigovsky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charmander", - "email": "~@charmander.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Erik Wienhold", - "email": "git@ewie.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Butler", - "email": "james.butler@sandfox.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kevin Kragenbrink", - "email": "kevin@gaikai.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arnaud Rinquin", - "email": "rinquin.arnaud@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mike MacCana", - "email": "mike.maccana@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Antti Mattila", - "email": "anttti@fastmail.fm", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "laiso", - "email": "laiso@lai.so", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Zorn", - "email": "zornme@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle Mitchell", - "email": "kyle@kemitchell.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremiah Senkpiel", - "email": "fishrock123@rocketmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Klein", - "email": "mischkl@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Simen Bekkhus", - "email": "sbekkhus91@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Victor", - "email": "victor.shih@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "thefourtheye", - "email": "thechargingvolcano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Clay Carpenter", - "email": "claycarpenter@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bangbang93", - "email": "bangbang93@163.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Malaguti", - "email": "nmalaguti@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cedric Nelson", - "email": "cedric.nelson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kat March\u00e1n", - "email": "kzm@sykosomatic.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew", - "email": "talktome@aboutandrew.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eduardo Pinho", - "email": "enet4mikeenet@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rachel Hutchison", - "email": "rhutchix@intel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Temple", - "email": "ryantemple145@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eugene Sharygin", - "email": "eush77@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Heiner", - "email": "nick.heiner@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Talmage", - "email": "james@talmage.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "jane arc", - "email": "jane@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joseph Dykstra", - "email": "josephdykstra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joshua Egan", - "email": "josh-egan@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Cort", - "email": "thomasc@ssimicro.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thaddee Tyl", - "email": "thaddee.tyl@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Klabnik", - "email": "steve@steveklabnik.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Murray", - "email": "radarhere@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephan B\u00f6nnemann", - "email": "stephan@excellenteasy.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle M. Tarplee", - "email": "kyle.tarplee@numerica.us", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Derek Peterson", - "email": "derekpetey@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Greg Whiteley", - "email": "greg.whiteley@atomos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "murgatroid99", - "email": "mlumish@google.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "isaacs", - "email": "isaacs@npmjs.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "othiym23", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "iarna", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "zkat", - "email": "kat@sykosomatic.org", - "url": null - } - ], - "keywords": [ - "package manager", - "modules", - "install", - "package.json" - ], - "homepage_url": "https://docs.npmjs.com/", - "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "size": null, - "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32", - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": "http://github.com/npm/npm/issues", - "code_view_url": null, - "vcs_url": "git+https://github.com/npm/npm.git@fc7bbf03e39cc48a8924b90696d28345a6a90f3c", - "copyright": null, - "license_expression": "artistic-2.0", - "declared_license": [ - "Artistic-2.0" - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "dependencies": [ - { - "purl": "pkg:npm/abbrev", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansi", - "extracted_requirement": "~0.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansicolors", - "extracted_requirement": "~0.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansistyles", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/archy", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/async-some", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/block-stream", - "extracted_requirement": "0.0.8", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/char-spinner", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/chmodr", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/chownr", - "extracted_requirement": "0.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/cmd-shim", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/columnify", - "extracted_requirement": "~1.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/config-chain", - "extracted_requirement": "~1.1.9", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/dezalgo", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/editor", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fs-vacuum", - "extracted_requirement": "~1.2.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fs-write-stream-atomic", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fstream", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fstream-npm", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/github-url-from-git", - "extracted_requirement": "~1.4.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/github-url-from-username-repo", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/glob", - "extracted_requirement": "~5.0.14", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/graceful-fs", - "extracted_requirement": "~4.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/hosted-git-info", - "extracted_requirement": "~2.1.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/inflight", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/inherits", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ini", - "extracted_requirement": "~1.3.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/init-package-json", - "extracted_requirement": "~1.7.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/lockfile", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/lru-cache", - "extracted_requirement": "~2.6.5", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/minimatch", - "extracted_requirement": "~2.0.10", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/mkdirp", - "extracted_requirement": "~0.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/node-gyp", - "extracted_requirement": "~2.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/nopt", - "extracted_requirement": "~3.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/normalize-git-url", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/normalize-package-data", - "extracted_requirement": "~2.3.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-cache-filename", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-install-checks", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-package-arg", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-client", - "extracted_requirement": "~6.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-user-validate", - "extracted_requirement": "~0.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npmlog", - "extracted_requirement": "~1.2.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/once", - "extracted_requirement": "~1.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/opener", - "extracted_requirement": "~1.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/osenv", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/path-is-inside", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read-installed", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read-package-json", - "extracted_requirement": "~2.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/readable-stream", - "extracted_requirement": "~1.1.13", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/realize-package-specifier", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/request", - "extracted_requirement": "~2.60.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/retry", - "extracted_requirement": "~0.6.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rimraf", - "extracted_requirement": "~2.4.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/semver", - "extracted_requirement": "~5.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sha", - "extracted_requirement": "~1.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/slide", - "extracted_requirement": "~1.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sorted-object", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/spdx", - "extracted_requirement": "~0.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tar", - "extracted_requirement": "~2.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/text-table", - "extracted_requirement": "~0.2.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/uid-number", - "extracted_requirement": "0.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/umask", - "extracted_requirement": "~1.1.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/validate-npm-package-name", - "extracted_requirement": "~2.2.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/which", - "extracted_requirement": "~1.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/wrappy", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/write-file-atomic", - "extracted_requirement": "~1.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/validate-npm-package-license", - "extracted_requirement": "*", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/deep-equal", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/marked", - "extracted_requirement": "~0.3.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/marked-man", - "extracted_requirement": "~0.1.5", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/nock", - "extracted_requirement": "~2.10.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-couchapp", - "extracted_requirement": "~2.6.7", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-mock", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/require-inject", - "extracted_requirement": "~1.2.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sprintf-js", - "extracted_requirement": "~1.0.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tap", - "extracted_requirement": "~1.3.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - } - ], - "purl": "pkg:npm/npm@2.13.5", - "repository_homepage_url": "https://www.npmjs.com/package/npm", - "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "api_data_url": "https://registry.npmjs.org/npm/2.13.5" - } - ], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib", - "type": "directory", - "name": "zlib", - "base_name": "zlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 13, - "dirs_count": 5, - "size_count": 7951, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada", - "type": "directory", - "name": "ada", - "base_name": "ada", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 1, - "dirs_count": 0, - "size_count": 2054, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "name": "zlib.ads", - "base_name": "zlib", - "extension": ".ads", - "size": 2054, - "sha1": "93b3e6e5822c350a9c12e69a2848e29767777002", - "md5": "4e58eb393ad904c1de81a9ca5b9e392c", - "sha256": "8e6da5a880c0547bac5b71f0f123164511ae17e3c7d7f424e4ec5b44e1cae731", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "gpl-2.0-plus", - "score": 100.0, - "name": "GNU General Public License 2.0 or later", - "short_name": "GPL 2.0 or later", - "category": "Copyleft", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.yml", - "spdx_license_key": "GPL-2.0-or-later", - "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - }, - { - "key": "ada-linking-exception", - "score": 100.0, - "name": "Ada linking exception to GPL 2.0 or later", - "short_name": "Ada linking exception to GPL 2.0 or later", - "category": "Copyleft Limited", - "is_exception": true, - "is_unknown": false, - "owner": "Dmitriy Anisimkov", - "homepage_url": null, - "text_url": "", - "reference_url": "https://scancode-licensedb.aboutcode.org/ada-linking-exception", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.yml", - "spdx_license_key": "LicenseRef-scancode-ada-linking-exception", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "gpl-2.0-plus WITH ada-linking-exception" - ], - "percentage_of_license_text": 94.12, - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 179, - "sha1": "f98c6c82a570ac852801b46157c1540070d55358", - "md5": "48c4037f16b4670795fdf72e88cc278c", - "sha256": "fc1682e787ccc8d9eb83eb0b1f5acb59d22aa6ce1bff7c749a9dc315237b2240", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.c", - "type": "file", - "name": "deflate.c", - "base_name": "deflate", - "extension": ".c", - "size": 198, - "sha1": "4b4696c59e245cef0bad7334fdb63725ccfa218c", - "md5": "f11ed826baf25f2bfa9c610313460036", - "sha256": "ef7bf500e1accf7e91352788c92b5c6663bab52e2cd6c42284496518e4a5f054", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 40.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.h", - "type": "file", - "name": "deflate.h", - "base_name": "deflate", - "extension": ".h", - "size": 165, - "sha1": "a99a71ff971faf49a52ed6f7d3075fdffae8054b", - "md5": "d8821cd288e2be7fd83cdcac22a427ce", - "sha256": "a3c2fa63c7e730bdd008bc07b7d3865dc76781082b77a03d52a918ce1c7d3459", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "name": "dotzlib", - "base_name": "dotzlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 2, - "dirs_count": 0, - "size_count": 863, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "name": "AssemblyInfo.cs", - "base_name": "AssemblyInfo", - "extension": ".cs", - "size": 627, - "sha1": "cc7fcb4d721a7efe9eefa6bd2d9d0105d33203a8", - "md5": "dbd621f76cb27e2fd8b8e2d9d985ffcf", - "sha256": "8b257a625c537736ee3ac2321b4ef56ba8a6fa4f922a35b1a0e992f9327d39e9", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "name": "ChecksumImpl.cs", - "base_name": "ChecksumImpl", - "extension": ".cs", - "size": 236, - "sha1": "3043848212232cdde81eb3e20fca7f2447d944be", - "md5": "661652a0568e25d12fc9bfad2fdabfb2", - "sha256": "f3144ba734429b825e22c2f9048412e78c907e0142f2cdc629879b3a0fa63c89", - "mime_type": "text/plain", - "file_type": "UTF-8 Unicode text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "boost-1.0", - "score": 100.0, - "name": "Boost Software License 1.0", - "short_name": "Boost 1.0", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Boost", - "homepage_url": "http://www.boost.org/users/license.html", - "text_url": "http://www.boost.org/LICENSE_1_0.txt", - "reference_url": "https://scancode-licensedb.aboutcode.org/boost-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.yml", - "spdx_license_key": "BSL-1.0", - "spdx_url": "https://spdx.org/licenses/BSL-1.0", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "boost-1.0_21.RULE", - "license_expression": "boost-1.0", - "licenses": [ - "boost-1.0" - ], - "referenced_filenames": [ - "LICENSE_1_0.txt" - ], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 32, - "matched_length": 32, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "boost-1.0" - ], - "percentage_of_license_text": 88.89, - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "name": "gcc_gvmat64", - "base_name": "gcc_gvmat64", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 1, - "dirs_count": 0, - "size_count": 1774, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "name": "gvmat64.S", - "base_name": "gvmat64", - "extension": ".S", - "size": 1774, - "sha1": "8dff93e95ccef023a871fb438784635b5df1d541", - "md5": "4f0d2f55d43d9466750350f8b27f0302", - "sha256": "1551b8fb1c2f1f3cc92c8e4f31730ebdde0c766caeca6d670a7758b55e3804f3", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "GAS", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 17, - "end_line": 31, - "matched_rule": { - "identifier": "zlib.LICENSE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 132, - "matched_length": 132, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9", - "type": "directory", - "name": "infback9", - "base_name": "infback9", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 2, - "dirs_count": 0, - "size_count": 353, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "name": "infback9.c", - "base_name": "infback9", - "extension": ".c", - "size": 185, - "sha1": "299f7a056cf0e0ed7d5bd687c53f3247d809cab2", - "md5": "d570bd029ee2362f2a0927c87999773b", - "sha256": "03fb435669b57aa90fe00c4dbc12d8492ef87b6243427d1e1831006994ee1f80", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 44.44, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "name": "infback9.h", - "base_name": "infback9", - "extension": ".h", - "size": 168, - "sha1": "c849edb4691d23e0db97d3f5da1cc5b396929449", - "md5": "2913c8ea7fb43a0f469bb2797c820a95", - "sha256": "4f8db049a7156b8a4616a6c9df0b5ee09571f0ac2eb253e111f2fb727fb033ea", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2", - "type": "directory", - "name": "iostream2", - "base_name": "iostream2", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "files_count": 1, - "dirs_count": 0, - "size_count": 649, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "name": "zstream.h", - "base_name": "zstream", - "extension": ".h", - "size": 649, - "sha1": "b7fe15df27e601b88cde6b6a63dad184ccbce572", - "md5": "8b897171ea0767232e586086bc94518c", - "sha256": "ee2eef602cba7c4ba350617f4154de50cb4cbf274c7dd773130aca0775d5d9cd", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "mit-old-style", - "score": 100.0, - "name": "MIT Old Style", - "short_name": "MIT Old Style", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "MIT", - "homepage_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "reference_url": "https://scancode-licensedb.aboutcode.org/mit-old-style", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.yml", - "spdx_license_key": "LicenseRef-scancode-mit-old-style", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "start_line": 9, - "end_line": 15, - "matched_rule": { - "identifier": "mit-old-style_cmr-no_1.RULE", - "license_expression": "mit-old-style", - "licenses": [ - "mit-old-style" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 71, - "matched_length": 71, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "mit-old-style" - ], - "percentage_of_license_text": 79.78, - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1103, - "sha1": "85c65180242c560a4df66e9882119bf70eaefd02", - "md5": "07497e2688dad9406386f0534a0bbfca", - "sha256": "64fef1f0a7cd69eae744ad2fa754ee8568a5715588e38b7a3fa6e11eaeaec97e", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 84.21, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.c", - "type": "file", - "name": "zutil.c", - "base_name": "zutil", - "extension": ".c", - "size": 218, - "sha1": "2e846ef84cfb16e0e8b92c62a850a607a709d7b2", - "md5": "2a0ea6a99e31fb0989209a027476038d", - "sha256": "dc7224c7f079d237acf510ff40282cf6d50352c851d4e2957d227e2a3b57eb4d", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 37.5, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/full_summary/summary_by_facet.expected.json b/tests/summarycode/data/summary_legacy/full_summary/summary_by_facet.expected.json deleted file mode 100644 index 19d97383b4e..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/summary_by_facet.expected.json +++ /dev/null @@ -1,9503 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--copyright": true, - "--email": true, - "--facet": [ - "dev=*.java", - "dev=*.cs", - "dev=*ada*", - "data=*.S", - "tests=*infback9*", - "docs=*README" - ], - "--info": true, - "--json-pp": "", - "--license": true, - "--package": true, - "--summary-by-facet": true, - "--summary-legacy": true, - "--url": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit.", - "The --summary-by-facet option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 26 - } - } - ], - "dependencies": [ - { - "purl": "pkg:npm/abbrev", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/abbrev", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansi", - "extracted_requirement": "~0.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansi", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansicolors", - "extracted_requirement": "~0.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansicolors", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansistyles", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansistyles", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/archy", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/archy", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/async-some", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/async-some", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/block-stream", - "extracted_requirement": "0.0.8", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/block-stream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/char-spinner", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/char-spinner", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/chmodr", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/chmodr", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/chownr", - "extracted_requirement": "0.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/chownr", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/cmd-shim", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/cmd-shim", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/columnify", - "extracted_requirement": "~1.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/columnify", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/config-chain", - "extracted_requirement": "~1.1.9", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/config-chain", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/dezalgo", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/dezalgo", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/editor", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/editor", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fs-vacuum", - "extracted_requirement": "~1.2.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fs-vacuum", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fs-write-stream-atomic", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fs-write-stream-atomic", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fstream", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fstream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fstream-npm", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fstream-npm", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/github-url-from-git", - "extracted_requirement": "~1.4.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/github-url-from-git", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/github-url-from-username-repo", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/github-url-from-username-repo", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/glob", - "extracted_requirement": "~5.0.14", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/glob", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/graceful-fs", - "extracted_requirement": "~4.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/graceful-fs", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/hosted-git-info", - "extracted_requirement": "~2.1.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/hosted-git-info", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/inflight", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/inflight", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/inherits", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/inherits", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ini", - "extracted_requirement": "~1.3.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ini", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/init-package-json", - "extracted_requirement": "~1.7.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/init-package-json", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/lockfile", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/lockfile", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/lru-cache", - "extracted_requirement": "~2.6.5", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/lru-cache", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/minimatch", - "extracted_requirement": "~2.0.10", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/minimatch", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/mkdirp", - "extracted_requirement": "~0.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/mkdirp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/node-gyp", - "extracted_requirement": "~2.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/node-gyp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/nopt", - "extracted_requirement": "~3.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/nopt", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/normalize-git-url", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/normalize-git-url", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/normalize-package-data", - "extracted_requirement": "~2.3.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/normalize-package-data", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-cache-filename", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-cache-filename", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-install-checks", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-install-checks", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-package-arg", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-package-arg", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-client", - "extracted_requirement": "~6.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-client", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-user-validate", - "extracted_requirement": "~0.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-user-validate", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npmlog", - "extracted_requirement": "~1.2.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npmlog", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/once", - "extracted_requirement": "~1.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/once", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/opener", - "extracted_requirement": "~1.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/opener", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/osenv", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/osenv", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/path-is-inside", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/path-is-inside", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read-installed", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read-installed", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read-package-json", - "extracted_requirement": "~2.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read-package-json", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/readable-stream", - "extracted_requirement": "~1.1.13", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/readable-stream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/realize-package-specifier", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/realize-package-specifier", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/request", - "extracted_requirement": "~2.60.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/request", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/retry", - "extracted_requirement": "~0.6.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/retry", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/rimraf", - "extracted_requirement": "~2.4.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rimraf", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/semver", - "extracted_requirement": "~5.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/semver", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sha", - "extracted_requirement": "~1.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sha", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/slide", - "extracted_requirement": "~1.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/slide", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sorted-object", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sorted-object", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/spdx", - "extracted_requirement": "~0.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/spdx", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/tar", - "extracted_requirement": "~2.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tar", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/text-table", - "extracted_requirement": "~0.2.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/text-table", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/uid-number", - "extracted_requirement": "0.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/uid-number", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/umask", - "extracted_requirement": "~1.1.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/umask", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/validate-npm-package-name", - "extracted_requirement": "~2.2.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/validate-npm-package-name", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/which", - "extracted_requirement": "~1.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/which", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/wrappy", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/wrappy", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/write-file-atomic", - "extracted_requirement": "~1.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/write-file-atomic", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/validate-npm-package-license", - "extracted_requirement": "*", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/validate-npm-package-license", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/deep-equal", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/deep-equal", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/marked", - "extracted_requirement": "~0.3.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/marked", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/marked-man", - "extracted_requirement": "~0.1.5", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/marked-man", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/nock", - "extracted_requirement": "~2.10.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/nock", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-couchapp", - "extracted_requirement": "~2.6.7", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-couchapp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-mock", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-mock", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/require-inject", - "extracted_requirement": "~1.2.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/require-inject", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sprintf-js", - "extracted_requirement": "~1.0.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sprintf-js", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/tap", - "extracted_requirement": "~1.3.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tap", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - } - ], - "packages": [ - { - "type": "npm", - "namespace": null, - "name": "npm", - "version": "2.13.5", - "qualifiers": {}, - "subpath": null, - "primary_language": "JavaScript", - "description": "a package manager for JavaScript", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "author", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me" - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Steiner", - "email": "ssteinerX@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikeal Rogers", - "email": "mikeal.rogers@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Blohowiak", - "email": "aaron.blohowiak@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martyn Smith", - "email": "martyn@dollyfish.net.nz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Robbins", - "email": "charlie.robbins@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Francisco Treacy", - "email": "francisco.treacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cliffano Subagio", - "email": "cliffano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Eager", - "email": "christian.eager@nokia.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dav Glass", - "email": "davglass@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex K. Wolfe", - "email": "alexkwolfe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Sanders", - "email": "jimmyjazz14@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Reid Burke", - "email": "me@reidburke.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arlo Breault", - "email": "arlolra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Derstappen", - "email": "teemow@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bart Teeuwisse", - "email": "bart.teeuwisse@thecodemill.biz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Noordhuis", - "email": "info@bnoordhuis.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tor Valamo", - "email": "tor.valamo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Whyme.Lyu", - "email": "5longluna@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Olivier Melcher", - "email": "olivier.melcher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Toma\u017e Muraus", - "email": "kami@k5-storitve.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Meagher", - "email": "evan.meagher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Orlando Vazquez", - "email": "ovazquez@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kai Chen", - "email": "kaichenxyz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Miroshnykov", - "email": "gmiroshnykov@lohika.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Geoff Flarity", - "email": "geoff.flarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Max Goodman", - "email": "c@chromakode.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Pete Kruckenberg", - "email": "pete@kruckenberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Harper", - "email": "laurie@holoweb.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Wong", - "email": "chris@chriswongstudio.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Scott Bronson", - "email": "brons_github@rinspin.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Federico Romero", - "email": "federomero@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Visnu Pitiyanuvath", - "email": "visnupx@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Irakli Gozalishvili", - "email": "rfobic@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Cahill", - "email": "mark@tiemonster.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tony", - "email": "zearin@gonk.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Iain Sproat", - "email": "iainsproat@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trent Mick", - "email": "trentm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Geisendo\u0308rfer", - "email": "felix@debuggable.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jameson Little", - "email": "t.jameson.little@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Conny Brunnkvist", - "email": "conny@fuchsia.se", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Will Elwood", - "email": "w.elwood08@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dean Landolt", - "email": "dean@deanlandolt.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oleg Efimov", - "email": "efimovov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martin Cooper", - "email": "mfncooper@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jann Horn", - "email": "jannhorn@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Bradley", - "email": "cspotcode@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maciej Ma\u0142ecki", - "email": "me@mmalecki.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephen Sugden", - "email": "glurgle@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Budde", - "email": "mbudde@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Smith", - "email": "jhs@iriscouch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gautham Pai", - "email": "buzypi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Trejo", - "email": "david.daniel.trejo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Vorbach", - "email": "paul@vorb.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Ornbo", - "email": "george@shapeshed.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Oxley", - "email": "secoif@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tyler Green", - "email": "tyler.green2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dave Pacheco", - "email": "dap@joyent.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danila Gerasimov", - "email": "danila.gerasimov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rod Vagg", - "email": "rod@vagg.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Howe", - "email": "coderarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Lunny", - "email": "alunny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Henrik Hodne", - "email": "dvyjones@binaryhex.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Blackburn", - "email": "regality@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Windham", - "email": "kriswindham@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jens Grunert", - "email": "jens.grunert@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joost-Wim Boekesteijn", - "email": "joost-wim@boekesteijn.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dalmais Maxence", - "email": "root@ip-10-195-202-5.ec2.internal", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcus Ekwall", - "email": "marcus.ekwall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Stacy", - "email": "aaron.r.stacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Phillip Howell", - "email": "phowell@cothm.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Domenic Denicola", - "email": "domenic@domenicdenicola.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Halliday", - "email": "mail@substack.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremy Cantrell", - "email": "jmcantrell@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ribettes", - "email": "patlogan29@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Don Park", - "email": "donpark@docuverse.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Einar Otto Stangvik", - "email": "einaros@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kei Son", - "email": "heyacct@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicolas Morel", - "email": "marsup@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Dube", - "email": "markisdee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Rajlich", - "email": "nathan@tootallnate.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maxim Bogushevich", - "email": "boga1@mail.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Meaglin", - "email": "Meaglin.wasabi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Evans", - "email": "ben@bensbit.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Zadoks", - "email": "nathan@nathan7.eu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Brian White", - "email": "mscdex@mscdex.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jed Schmidt", - "email": "tr@nslator.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Livingstone", - "email": "ianl@cs.dal.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Patrick Pfeiffer", - "email": "patrick@buzzle.at", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Miller", - "email": "paul@paulmillr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Emery", - "email": "seebees@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Carl Lange", - "email": "carl@flax.ie", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jan Lehnardt", - "email": "jan@apache.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart P. Bentley", - "email": "stuart@testtrack4.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Sk\u00f6ld", - "email": "johan@skold.cc", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart Knightley", - "email": "stuart@stuartk.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Niggler", - "email": "nirk.niggler@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paolo Fragomeni", - "email": "paolo@async.ly", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jaakko Manninen", - "email": "jaakko@rocketpack.fi", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luke Arduini", - "email": "luke.arduini@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Larz Conwell", - "email": "larz@larz-laptop.(none)", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcel Klehr", - "email": "mklehr@gmx.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Kowalski", - "email": "rok@kowalski.gd", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forbes Lindesay", - "email": "forbes@lindesay.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vaz Allen", - "email": "vaz@tryptid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jake Verbaten", - "email": "raynos2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Schabse Laks", - "email": "Dev@SLaks.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Florian Margaine", - "email": "florian@margaine.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Nordberg", - "email": "its@johan-nordberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Babrou", - "email": "ibobrik@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Di Wu", - "email": "dwu@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt McClure", - "email": "matt.mcclure@mapmyfitness.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Lunn", - "email": "matt@mattlunn.me.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexey Kreschuk", - "email": "akrsch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "elisee", - "email": "elisee@sparklin.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Gieseke", - "email": "robert.gieseke@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franc\u0327ois Frisch", - "email": "francoisfrisch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trevor Burnham", - "email": "tburnham@hubspot.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alan Shaw", - "email": "alan@freestyle-developments.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicholas Kinsey", - "email": "pyro@feisty.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paulo Cesar", - "email": "pauloc062@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Elan Shanker", - "email": "elan.shanker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jon Spencer", - "email": "jon@jonspencer.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Diamond", - "email": "jason@diamond.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maximilian Antoni", - "email": "mail@maxantoni.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thom Blake", - "email": "tblake@brightroll.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jess Martin", - "email": "jessmartin@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Spain Train", - "email": "michael.spainhower@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Rodionov", - "email": "p0deje@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Colyer", - "email": "matt@colyer.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyx990803@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bitspill", - "email": "bitspill+github@bitspill.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Falkenberg", - "email": "gabriel.falkenberg@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexej Yaroshevich", - "email": "alex@qfox.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quim Calpe", - "email": "quim@kalpe.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Mason", - "email": "stevem@brandwatch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wil Moore III", - "email": "wil.moore@wilmoore.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sergey Belov", - "email": "peimei@ya.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tom Huang", - "email": "hzlhu.dargon@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "CamilleM", - "email": "camille.moulin@alterway.fr", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "S\u00e9bastien Santoro", - "email": "dereckson@espace-win.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Lucas", - "email": "evan@btc.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quinn Slack", - "email": "qslack@qslack.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Kocharin", - "email": "alex@kocharin.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daniel Santiago", - "email": "daniel.santiago@highlevelwebs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Denis Gladkikh", - "email": "outcoldman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Horton", - "email": "andrew.j.horton@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zeke Sikelianos", - "email": "zeke@sikelianos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dylan Greene", - "email": "dylang@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franck Cuny", - "email": "franck.cuny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yeonghoon Park", - "email": "sola92@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rafael de Oleza", - "email": "rafa@spotify.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikola Lysenko", - "email": "mikolalysenko@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yazhong Liu", - "email": "yorkiefixer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Neil Gentleman", - "email": "ngentleman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Kowal", - "email": "kris.kowal@cixar.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Gorbatchev", - "email": "alex.gorbatchev@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Shawn Wildermuth", - "email": "shawn@wildermuth.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wesley de Souza", - "email": "wesleywex@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "yoyoyogi", - "email": "yogesh.k@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J. Tangelder", - "email": "j.tangelder@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jean Lauliac", - "email": "jean@lauliac.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Kislyuk", - "email": "kislyuk@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julian Gruber", - "email": "julian@juliangruber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Benjamin Coe", - "email": "bencoe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Ford", - "email": "Alex.Ford@CodeTunnel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Hickford", - "email": "matt.hickford@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sean McGivern", - "email": "sean.mcgivern@rightscale.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "C J Silverio", - "email": "ceejceej@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robin Tweedie", - "email": "robin@songkick.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Miroslav Bajto\u0161", - "email": "miroslav@strongloop.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Glasser", - "email": "glasser@davidglasser.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gianluca Casati", - "email": "casati_gianluca@yahoo.it", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forrest L Norvell", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karsten Tinnefeld", - "email": "k.tinnefeld@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan Burgers", - "email": "bryan@burgers.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Beitey", - "email": "david@davidjb.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyou@google.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zach Pomerantz", - "email": "zmp@umich.edu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Williams", - "email": "cwilliams88@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "sudodoki", - "email": "smd.deluzion@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mick Thompson", - "email": "dthompson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Rabe", - "email": "felix@rabe.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Hayes", - "email": "michael@hayes.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Dickinson", - "email": "christopher.s.dickinson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bradley Meck", - "email": "bradley.meck@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "GeJ", - "email": "geraud@gcu.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Terris", - "email": "atterris@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Nisi", - "email": "michael.nisi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "fengmk2", - "email": "fengmk2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Meadows", - "email": "adam.meadows@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chulki Lee", - "email": "chulki.lee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "\u4e0d\u56db", - "email": "busi.hyy@taobao.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "dead_horse", - "email": "dead_horse@qq.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kenan Yildirim", - "email": "kenan@kenany.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Voss", - "email": "git@seldo.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rebecca Turner", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Hunter Loftis", - "email": "hunter@hunterloftis.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter Richardson", - "email": "github@zoomy.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jussi Kalliokoski", - "email": "jussi.kalliokoski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Filip Weiss", - "email": "me@fiws.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Wei\u00df", - "email": "timoweiss@Timo-MBP.local", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christopher Hiller", - "email": "chiller@badwing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J\u00e9r\u00e9my Lal", - "email": "kapouer@melix.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anders Janmyr", - "email": "anders@janmyr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Meyers", - "email": "chris.meyers.fsu@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ludwig Magnusson", - "email": "ludwig@mediatool.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wout Mertens", - "email": "Wout.Mertens@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Santos", - "email": "nick@medium.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Terin Stock", - "email": "terinjokes@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Faiq Raza", - "email": "faiqrazarizvi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Torp", - "email": "thomas@erupt.no", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sam Mikes", - "email": "smikes@cubane.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mat Tyndall", - "email": "mat.tyndall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tauren Mills", - "email": "tauren@sportzing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ron Martinez", - "email": "ramartin.net@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kazuhito Hokamura", - "email": "k.hokamura@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tristan Davies", - "email": "github@tristan.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Volm", - "email": "david@volminator.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Lin Clark", - "email": "lin.w.clark@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Page", - "email": "bpage@dewalch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Jo", - "email": "jeffjo@squareup.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "martinvd", - "email": "martinvdpub@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark J. Titorenko", - "email": "nospam-github.com@titorenko.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oddur Sigurdsson", - "email": "oddurs@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eric Mill", - "email": "eric@konklone.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Barros", - "email": "descartavel1@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "KevinSheedy", - "email": "kevinsheedy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aleksey Smolenchuk", - "email": "aleksey@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ed Morley", - "email": "emorley@mozilla.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Fedorov", - "email": "anfedorov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daijiro Wachi", - "email": "daijiro.wachi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luc Thevenard", - "email": "lucthevenard@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aria Stewart", - "email": "aredridel@nbtsc.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Rudolph", - "email": "charles.w.rudolph@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vladimir Rutsky", - "email": "rutsky@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Murchie", - "email": "isaac@saucelabs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcin Wosinek", - "email": "marcin.wosinek@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Marr", - "email": "davemarr@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan English", - "email": "bryan@bryanenglish.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anthony Zotti", - "email": "amZotti@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karl Horky", - "email": "karl.horky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gu\u00f0laugur Stef\u00e1n Egilsson", - "email": "gulli@kolibri.is", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Helge Skogly Holm", - "email": "helge.holm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter A. Shevtsov", - "email": "petr.shevtsov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alain Kalker", - "email": "a.c.kalker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryant Williams", - "email": "b.n.williams@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jonas Weber", - "email": "github@jonasw.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Whidden", - "email": "twhid@twhid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andreas", - "email": "functino@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karolis Narkevicius", - "email": "karolis.n@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adrian Lynch", - "email": "adi_ady_ade@hotmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Richard Littauer", - "email": "richard.littauer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oli Evans", - "email": "oli@zilla.org.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Brennan", - "email": "mattyb1000@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Barczewski", - "email": "jeff.barczewski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danny Fritz", - "email": "dannyfritz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Takaya Kobayashi", - "email": "jigsaw@live.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ra'Shaun Stovall", - "email": "rashaunstovall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julien Meddah", - "email": "julien.meddah@deveryware.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michiel Sikma", - "email": "michiel@wedemandhtml.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jakob Krigovsky", - "email": "jakob.krigovsky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charmander", - "email": "~@charmander.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Erik Wienhold", - "email": "git@ewie.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Butler", - "email": "james.butler@sandfox.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kevin Kragenbrink", - "email": "kevin@gaikai.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arnaud Rinquin", - "email": "rinquin.arnaud@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mike MacCana", - "email": "mike.maccana@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Antti Mattila", - "email": "anttti@fastmail.fm", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "laiso", - "email": "laiso@lai.so", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Zorn", - "email": "zornme@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle Mitchell", - "email": "kyle@kemitchell.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremiah Senkpiel", - "email": "fishrock123@rocketmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Klein", - "email": "mischkl@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Simen Bekkhus", - "email": "sbekkhus91@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Victor", - "email": "victor.shih@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "thefourtheye", - "email": "thechargingvolcano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Clay Carpenter", - "email": "claycarpenter@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bangbang93", - "email": "bangbang93@163.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Malaguti", - "email": "nmalaguti@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cedric Nelson", - "email": "cedric.nelson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kat March\u00e1n", - "email": "kzm@sykosomatic.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew", - "email": "talktome@aboutandrew.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eduardo Pinho", - "email": "enet4mikeenet@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rachel Hutchison", - "email": "rhutchix@intel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Temple", - "email": "ryantemple145@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eugene Sharygin", - "email": "eush77@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Heiner", - "email": "nick.heiner@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Talmage", - "email": "james@talmage.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "jane arc", - "email": "jane@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joseph Dykstra", - "email": "josephdykstra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joshua Egan", - "email": "josh-egan@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Cort", - "email": "thomasc@ssimicro.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thaddee Tyl", - "email": "thaddee.tyl@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Klabnik", - "email": "steve@steveklabnik.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Murray", - "email": "radarhere@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephan B\u00f6nnemann", - "email": "stephan@excellenteasy.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle M. Tarplee", - "email": "kyle.tarplee@numerica.us", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Derek Peterson", - "email": "derekpetey@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Greg Whiteley", - "email": "greg.whiteley@atomos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "murgatroid99", - "email": "mlumish@google.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "isaacs", - "email": "isaacs@npmjs.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "othiym23", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "iarna", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "zkat", - "email": "kat@sykosomatic.org", - "url": null - } - ], - "keywords": [ - "package manager", - "modules", - "install", - "package.json" - ], - "homepage_url": "https://docs.npmjs.com/", - "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "size": null, - "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32", - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": "http://github.com/npm/npm/issues", - "code_view_url": null, - "vcs_url": "git+https://github.com/npm/npm.git@fc7bbf03e39cc48a8924b90696d28345a6a90f3c", - "copyright": null, - "license_expression": "artistic-2.0", - "declared_license": [ - "Artistic-2.0" - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "package_uuid": "pkg:npm/npm@2.13.5", - "package_data_files": [ - "scan/package.json" - ], - "files": [ - "scan/cc0-1.0.LICENSE", - "scan/package.json", - "scan/README", - "scan/arch/adler32.c", - "scan/arch/zlib.h", - "scan/arch/zutil.h", - "scan/JGroups/src/FixedMembershipToken.java", - "scan/JGroups/src/GuardedBy.java", - "scan/JGroups/src/ImmutableReference.java", - "scan/JGroups/src/RATE_LIMITER.java", - "scan/JGroups/src/RouterStub.java", - "scan/JGroups/src/RouterStubManager.java", - "scan/JGroups/src/S3_PING.java", - "scan/zlib/adler32.c", - "scan/zlib/deflate.c", - "scan/zlib/deflate.h", - "scan/zlib/zlib.h", - "scan/zlib/zutil.c", - "scan/zlib/zutil.h", - "scan/zlib/ada/zlib.ads", - "scan/zlib/dotzlib/AssemblyInfo.cs", - "scan/zlib/dotzlib/ChecksumImpl.cs", - "scan/zlib/gcc_gvmat64/gvmat64.S", - "scan/zlib/infback9/infback9.c", - "scan/zlib/infback9/infback9.h", - "scan/zlib/iostream2/zstream.h" - ], - "purl": "pkg:npm/npm@2.13.5", - "repository_homepage_url": "https://www.npmjs.com/package/npm", - "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "api_data_url": "https://registry.npmjs.org/npm/2.13.5" - } - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 12 - }, - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "boost-1.0", - "count": 1 - }, - { - "value": "cc-by-2.5", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - }, - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - }, - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 6 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 6 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 20 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - }, - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 12 - }, - { - "value": "Java", - "count": 7 - }, - { - "value": "C#", - "count": 2 - }, - { - "value": "GAS", - "count": 1 - } - ] - }, - "summary_by_facet": [ - { - "facet": "core", - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 9 - }, - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - }, - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 2 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Mark Adler", - "count": 2 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "authors": [ - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 10 - } - ] - } - }, - { - "facet": "dev", - "summary": { - "license_expressions": [ - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "boost-1.0", - "count": 1 - }, - { - "value": "cc-by-2.5", - "count": 1 - }, - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 4 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 7 - }, - { - "value": "C#", - "count": 2 - } - ] - } - }, - { - "facet": "tests", - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 2 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 2 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 2 - } - ], - "authors": [], - "programming_language": [ - { - "value": "C", - "count": 2 - } - ] - } - }, - { - "facet": "docs", - "summary": { - "license_expressions": [], - "copyrights": [], - "holders": [], - "authors": [], - "programming_language": [] - } - }, - { - "facet": "data", - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": "Gilles Vollant", - "count": 1 - } - ], - "programming_language": [ - { - "value": "GAS", - "count": 1 - } - ] - } - }, - { - "facet": "examples", - "summary": { - "license_expressions": [], - "copyrights": [], - "holders": [], - "authors": [], - "programming_language": [] - } - } - ], - "files": [ - { - "path": "scan", - "type": "directory", - "name": "scan", - "base_name": "scan", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 26, - "dirs_count": 9, - "size_count": 58647, - "scan_errors": [] - }, - { - "path": "scan/JGroups", - "type": "directory", - "name": "JGroups", - "base_name": "JGroups", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 7, - "dirs_count": 1, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src", - "type": "directory", - "name": "src", - "base_name": "src", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 7, - "dirs_count": 0, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "name": "FixedMembershipToken.java", - "base_name": "FixedMembershipToken", - "extension": ".java", - "size": 1016, - "sha1": "d0d55d2ae0842afee96695bcc8be939e763704ec", - "md5": "301dfe021b3b4076b9f8d49577205b44", - "sha256": "ff6dfac01c9b7ad9fcb5e646db83b482f5f720d981f0ca6c68828c5aa4ec784b", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 79.62, - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [ - { - "url": "http://www.fsf.org/", - "start_line": 20, - "end_line": 20 - } - ], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "name": "GuardedBy.java", - "base_name": "GuardedBy", - "extension": ".java", - "size": 482, - "sha1": "21ec75514ce72011c4e86c977505c024832c1b63", - "md5": "5165fdeefda7a55c13e44c5e56cac920", - "sha256": "8553411bf58f4ac35fc9e7d6142f11fc2fbef33e50a77f514a253135807afd44", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "cc-by-2.5", - "score": 100.0, - "name": "Creative Commons Attribution License 2.5", - "short_name": "CC-BY-2.5", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/licenses/by/2.5/", - "text_url": "http://creativecommons.org/licenses/by/2.5/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc-by-2.5", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.yml", - "spdx_license_key": "CC-BY-2.5", - "spdx_url": "https://spdx.org/licenses/CC-BY-2.5", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "cc-by-2.5_4.RULE", - "license_expression": "cc-by-2.5", - "licenses": [ - "cc-by-2.5" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 14, - "matched_length": 14, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc-by-2.5" - ], - "percentage_of_license_text": 19.72, - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [ - { - "url": "http://creativecommons.org/licenses/by/2.5", - "start_line": 5, - "end_line": 5 - }, - { - "url": "http://www.jcip.net/", - "start_line": 6, - "end_line": 6 - } - ], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "name": "ImmutableReference.java", - "base_name": "ImmutableReference", - "extension": ".java", - "size": 1023, - "sha1": "aee1bb33424e7c1264f85c9aad40d43c3738f871", - "md5": "53a91ff66fdc4d812d7656b4e807bfd2", - "sha256": "ec1427fc2f7e322e6a4d5d99f8119310d6586aaaf5b30b2904b4ccd27966e120", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.62, - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [ - { - "url": "http://www.fsf.org/", - "start_line": 20, - "end_line": 20 - } - ], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "name": "RATE_LIMITER.java", - "base_name": "RATE_LIMITER", - "extension": ".java", - "size": 269, - "sha1": "8da19aa25da421608fbe9f4f5eeb122ab35fd01e", - "md5": "52540f80f5c22d8d13627c57b76d44f4", - "sha256": "c3bcefbbb2706f65410b4bb91d531e2ec461fa4586135becc8865adeca3385c8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "name": "RouterStub.java", - "base_name": "RouterStub", - "extension": ".java", - "size": 153, - "sha1": "c1baa345449b4b91e61886dadea8f1bbea034eb4", - "md5": "a0b4e3f4d679a98d11d75e7e27e894af", - "sha256": "5c0f94fc518daca08e74fd117fef09d6dd090b0fd623a47edde451be3aed28c7", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "name": "RouterStubManager.java", - "base_name": "RouterStubManager", - "extension": ".java", - "size": 1032, - "sha1": "a51c5bbb738c1c1cd1f58c79060fa5ea4d0dd753", - "md5": "cae07c80e6f79864de002700bf9ab02f", - "sha256": "fe96061d23b37c98913379d54c5388cffdc99239807c2caf8c96d7d10321d085", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.12, - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [ - { - "url": "http://www.fsf.org/", - "start_line": 20, - "end_line": 20 - } - ], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "name": "S3_PING.java", - "base_name": "S3_PING", - "extension": ".java", - "size": 252, - "sha1": "a7a9763832eb31e1f7f7927d6288df284b70c6e5", - "md5": "ffb481f2a0c6262d0f7d1e9a4681a6ca", - "sha256": "5470e41b0bfba6adb43649215df756f1a4a5173ceed6127af1b38801651efde2", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/README", - "type": "file", - "name": "README", - "base_name": "README", - "extension": "", - "size": 236, - "sha1": "2e07e32c52d607204fad196052d70e3d18fb8636", - "md5": "effc6856ef85a9250fb1a470792b3f38", - "sha256": "165da86bfdf296cd5a0a3e20c1d1ee86d70ecb8a1fa579d6f8cadad8eee85878", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [ - { - "url": "http://zlib.net/zlib-1.2.8.tar.gz", - "start_line": 3, - "end_line": 3 - }, - { - "url": "http://master.dl.sourceforge.net/project/javagroups/JGroups/2.10.0.GA/JGroups-2.10.0.GA.src.zip", - "start_line": 4, - "end_line": 4 - } - ], - "facets": [ - "docs" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch", - "type": "directory", - "name": "arch", - "base_name": "arch", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 3, - "dirs_count": 0, - "size_count": 1896, - "scan_errors": [] - }, - { - "path": "scan/arch/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 175, - "sha1": "a7ee5ea54da88a6390e72ff018dd471045d8bbf1", - "md5": "92011414f344e34f711e77bac40e4bc4", - "sha256": "e533accabdc7434f3905ced32c4fba755f707929ad73df6e07172cd5a786e023", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1326, - "sha1": "26610e5eab2a17e0fa9ef6ac791f25f77af145af", - "md5": "4ed53ac605f16247ab7d571670f2351d", - "sha256": "b09e2a43e9960d3d28d37d24f10dfbc462a4cb376da54ba571ac9a8874911ed5", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 69.57, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [ - { - "email": "jloup@gzip.org", - "start_line": 23, - "end_line": 23 - }, - { - "email": "madler@alumni.caltech.edu", - "start_line": 23, - "end_line": 23 - } - ], - "urls": [ - { - "url": "http://tools.ietf.org/html/rfc1950", - "start_line": 27, - "end_line": 27 - } - ], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/cc0-1.0.LICENSE", - "type": "file", - "name": "cc0-1.0.LICENSE", - "base_name": "cc0-1.0", - "extension": ".LICENSE", - "size": 6433, - "sha1": "172444e7c137eb5cd3cae530aca0879c90f7fada", - "md5": "57f047ea87f405486a94bc5a56ba7fcf", - "sha256": "963aabe87f6a51ca9c237669034a9fdecd71df7350eaf30bdf0718f63c5a94f8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "cc0-1.0", - "score": 99.69, - "name": "Creative Commons CC0 1.0 Universal", - "short_name": "CC0-1.0", - "category": "Public Domain", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/publicdomain/zero/1.0/", - "text_url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc0-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.yml", - "spdx_license_key": "CC0-1.0", - "spdx_url": "https://spdx.org/licenses/CC0-1.0", - "start_line": 1, - "end_line": 98, - "matched_rule": { - "identifier": "cc0-1.0_155.RULE", - "license_expression": "cc0-1.0", - "licenses": [ - "cc0-1.0" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "3-seq", - "rule_length": 981, - "matched_length": 978, - "match_coverage": 99.69, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc0-1.0" - ], - "percentage_of_license_text": 100.0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/package.json", - "type": "file", - "name": "package.json", - "base_name": "package", - "extension": ".json", - "size": 37904, - "sha1": "dfc6c1274bd31b47d5cc482af0c0dad9d30eccaa", - "md5": "62b51527599b11b32361699c75b05683", - "sha256": "8b54b0b90570e4b0d5b8c8520e4b5a8258ae15849ec1919f57da093f5df84f38", - "mime_type": "application/json", - "file_type": "JSON data", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "artistic-2.0", - "score": 100.0, - "name": "Artistic License 2.0", - "short_name": "Artistic 2.0", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Perl Foundation", - "homepage_url": "http://www.perlfoundation.org/", - "text_url": "https://www.perlfoundation.org/artistic_license_2_0", - "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.yml", - "spdx_license_key": "Artistic-2.0", - "spdx_url": "https://spdx.org/licenses/Artistic-2.0", - "start_line": 198, - "end_line": 198, - "matched_rule": { - "identifier": "artistic-2.0_46.RULE", - "license_expression": "artistic-2.0", - "licenses": [ - "artistic-2.0" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 4, - "matched_length": 4, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "artistic-2.0" - ], - "percentage_of_license_text": 0.1, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "name' Isaac Z.", - "start_line": 16, - "end_line": 17 - } - ], - "package_data": [ - { - "type": "npm", - "namespace": null, - "name": "npm", - "version": "2.13.5", - "qualifiers": {}, - "subpath": null, - "primary_language": "JavaScript", - "description": "a package manager for JavaScript", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "author", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me" - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Steiner", - "email": "ssteinerX@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikeal Rogers", - "email": "mikeal.rogers@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Blohowiak", - "email": "aaron.blohowiak@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martyn Smith", - "email": "martyn@dollyfish.net.nz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Robbins", - "email": "charlie.robbins@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Francisco Treacy", - "email": "francisco.treacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cliffano Subagio", - "email": "cliffano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Eager", - "email": "christian.eager@nokia.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dav Glass", - "email": "davglass@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex K. Wolfe", - "email": "alexkwolfe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Sanders", - "email": "jimmyjazz14@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Reid Burke", - "email": "me@reidburke.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arlo Breault", - "email": "arlolra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Derstappen", - "email": "teemow@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bart Teeuwisse", - "email": "bart.teeuwisse@thecodemill.biz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Noordhuis", - "email": "info@bnoordhuis.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tor Valamo", - "email": "tor.valamo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Whyme.Lyu", - "email": "5longluna@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Olivier Melcher", - "email": "olivier.melcher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Toma\u017e Muraus", - "email": "kami@k5-storitve.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Meagher", - "email": "evan.meagher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Orlando Vazquez", - "email": "ovazquez@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kai Chen", - "email": "kaichenxyz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Miroshnykov", - "email": "gmiroshnykov@lohika.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Geoff Flarity", - "email": "geoff.flarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Max Goodman", - "email": "c@chromakode.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Pete Kruckenberg", - "email": "pete@kruckenberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Harper", - "email": "laurie@holoweb.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Wong", - "email": "chris@chriswongstudio.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Scott Bronson", - "email": "brons_github@rinspin.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Federico Romero", - "email": "federomero@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Visnu Pitiyanuvath", - "email": "visnupx@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Irakli Gozalishvili", - "email": "rfobic@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Cahill", - "email": "mark@tiemonster.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tony", - "email": "zearin@gonk.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Iain Sproat", - "email": "iainsproat@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trent Mick", - "email": "trentm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Geisendo\u0308rfer", - "email": "felix@debuggable.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jameson Little", - "email": "t.jameson.little@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Conny Brunnkvist", - "email": "conny@fuchsia.se", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Will Elwood", - "email": "w.elwood08@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dean Landolt", - "email": "dean@deanlandolt.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oleg Efimov", - "email": "efimovov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martin Cooper", - "email": "mfncooper@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jann Horn", - "email": "jannhorn@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Bradley", - "email": "cspotcode@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maciej Ma\u0142ecki", - "email": "me@mmalecki.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephen Sugden", - "email": "glurgle@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Budde", - "email": "mbudde@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Smith", - "email": "jhs@iriscouch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gautham Pai", - "email": "buzypi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Trejo", - "email": "david.daniel.trejo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Vorbach", - "email": "paul@vorb.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Ornbo", - "email": "george@shapeshed.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Oxley", - "email": "secoif@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tyler Green", - "email": "tyler.green2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dave Pacheco", - "email": "dap@joyent.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danila Gerasimov", - "email": "danila.gerasimov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rod Vagg", - "email": "rod@vagg.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Howe", - "email": "coderarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Lunny", - "email": "alunny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Henrik Hodne", - "email": "dvyjones@binaryhex.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Blackburn", - "email": "regality@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Windham", - "email": "kriswindham@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jens Grunert", - "email": "jens.grunert@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joost-Wim Boekesteijn", - "email": "joost-wim@boekesteijn.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dalmais Maxence", - "email": "root@ip-10-195-202-5.ec2.internal", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcus Ekwall", - "email": "marcus.ekwall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Stacy", - "email": "aaron.r.stacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Phillip Howell", - "email": "phowell@cothm.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Domenic Denicola", - "email": "domenic@domenicdenicola.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Halliday", - "email": "mail@substack.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremy Cantrell", - "email": "jmcantrell@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ribettes", - "email": "patlogan29@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Don Park", - "email": "donpark@docuverse.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Einar Otto Stangvik", - "email": "einaros@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kei Son", - "email": "heyacct@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicolas Morel", - "email": "marsup@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Dube", - "email": "markisdee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Rajlich", - "email": "nathan@tootallnate.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maxim Bogushevich", - "email": "boga1@mail.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Meaglin", - "email": "Meaglin.wasabi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Evans", - "email": "ben@bensbit.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Zadoks", - "email": "nathan@nathan7.eu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Brian White", - "email": "mscdex@mscdex.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jed Schmidt", - "email": "tr@nslator.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Livingstone", - "email": "ianl@cs.dal.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Patrick Pfeiffer", - "email": "patrick@buzzle.at", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Miller", - "email": "paul@paulmillr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Emery", - "email": "seebees@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Carl Lange", - "email": "carl@flax.ie", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jan Lehnardt", - "email": "jan@apache.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart P. Bentley", - "email": "stuart@testtrack4.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Sk\u00f6ld", - "email": "johan@skold.cc", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart Knightley", - "email": "stuart@stuartk.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Niggler", - "email": "nirk.niggler@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paolo Fragomeni", - "email": "paolo@async.ly", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jaakko Manninen", - "email": "jaakko@rocketpack.fi", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luke Arduini", - "email": "luke.arduini@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Larz Conwell", - "email": "larz@larz-laptop.(none)", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcel Klehr", - "email": "mklehr@gmx.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Kowalski", - "email": "rok@kowalski.gd", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forbes Lindesay", - "email": "forbes@lindesay.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vaz Allen", - "email": "vaz@tryptid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jake Verbaten", - "email": "raynos2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Schabse Laks", - "email": "Dev@SLaks.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Florian Margaine", - "email": "florian@margaine.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Nordberg", - "email": "its@johan-nordberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Babrou", - "email": "ibobrik@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Di Wu", - "email": "dwu@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt McClure", - "email": "matt.mcclure@mapmyfitness.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Lunn", - "email": "matt@mattlunn.me.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexey Kreschuk", - "email": "akrsch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "elisee", - "email": "elisee@sparklin.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Gieseke", - "email": "robert.gieseke@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franc\u0327ois Frisch", - "email": "francoisfrisch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trevor Burnham", - "email": "tburnham@hubspot.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alan Shaw", - "email": "alan@freestyle-developments.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicholas Kinsey", - "email": "pyro@feisty.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paulo Cesar", - "email": "pauloc062@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Elan Shanker", - "email": "elan.shanker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jon Spencer", - "email": "jon@jonspencer.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Diamond", - "email": "jason@diamond.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maximilian Antoni", - "email": "mail@maxantoni.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thom Blake", - "email": "tblake@brightroll.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jess Martin", - "email": "jessmartin@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Spain Train", - "email": "michael.spainhower@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Rodionov", - "email": "p0deje@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Colyer", - "email": "matt@colyer.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyx990803@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bitspill", - "email": "bitspill+github@bitspill.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Falkenberg", - "email": "gabriel.falkenberg@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexej Yaroshevich", - "email": "alex@qfox.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quim Calpe", - "email": "quim@kalpe.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Mason", - "email": "stevem@brandwatch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wil Moore III", - "email": "wil.moore@wilmoore.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sergey Belov", - "email": "peimei@ya.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tom Huang", - "email": "hzlhu.dargon@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "CamilleM", - "email": "camille.moulin@alterway.fr", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "S\u00e9bastien Santoro", - "email": "dereckson@espace-win.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Lucas", - "email": "evan@btc.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quinn Slack", - "email": "qslack@qslack.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Kocharin", - "email": "alex@kocharin.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daniel Santiago", - "email": "daniel.santiago@highlevelwebs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Denis Gladkikh", - "email": "outcoldman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Horton", - "email": "andrew.j.horton@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zeke Sikelianos", - "email": "zeke@sikelianos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dylan Greene", - "email": "dylang@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franck Cuny", - "email": "franck.cuny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yeonghoon Park", - "email": "sola92@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rafael de Oleza", - "email": "rafa@spotify.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikola Lysenko", - "email": "mikolalysenko@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yazhong Liu", - "email": "yorkiefixer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Neil Gentleman", - "email": "ngentleman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Kowal", - "email": "kris.kowal@cixar.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Gorbatchev", - "email": "alex.gorbatchev@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Shawn Wildermuth", - "email": "shawn@wildermuth.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wesley de Souza", - "email": "wesleywex@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "yoyoyogi", - "email": "yogesh.k@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J. Tangelder", - "email": "j.tangelder@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jean Lauliac", - "email": "jean@lauliac.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Kislyuk", - "email": "kislyuk@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julian Gruber", - "email": "julian@juliangruber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Benjamin Coe", - "email": "bencoe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Ford", - "email": "Alex.Ford@CodeTunnel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Hickford", - "email": "matt.hickford@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sean McGivern", - "email": "sean.mcgivern@rightscale.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "C J Silverio", - "email": "ceejceej@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robin Tweedie", - "email": "robin@songkick.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Miroslav Bajto\u0161", - "email": "miroslav@strongloop.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Glasser", - "email": "glasser@davidglasser.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gianluca Casati", - "email": "casati_gianluca@yahoo.it", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forrest L Norvell", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karsten Tinnefeld", - "email": "k.tinnefeld@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan Burgers", - "email": "bryan@burgers.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Beitey", - "email": "david@davidjb.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyou@google.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zach Pomerantz", - "email": "zmp@umich.edu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Williams", - "email": "cwilliams88@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "sudodoki", - "email": "smd.deluzion@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mick Thompson", - "email": "dthompson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Rabe", - "email": "felix@rabe.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Hayes", - "email": "michael@hayes.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Dickinson", - "email": "christopher.s.dickinson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bradley Meck", - "email": "bradley.meck@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "GeJ", - "email": "geraud@gcu.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Terris", - "email": "atterris@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Nisi", - "email": "michael.nisi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "fengmk2", - "email": "fengmk2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Meadows", - "email": "adam.meadows@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chulki Lee", - "email": "chulki.lee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "\u4e0d\u56db", - "email": "busi.hyy@taobao.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "dead_horse", - "email": "dead_horse@qq.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kenan Yildirim", - "email": "kenan@kenany.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Voss", - "email": "git@seldo.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rebecca Turner", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Hunter Loftis", - "email": "hunter@hunterloftis.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter Richardson", - "email": "github@zoomy.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jussi Kalliokoski", - "email": "jussi.kalliokoski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Filip Weiss", - "email": "me@fiws.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Wei\u00df", - "email": "timoweiss@Timo-MBP.local", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christopher Hiller", - "email": "chiller@badwing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J\u00e9r\u00e9my Lal", - "email": "kapouer@melix.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anders Janmyr", - "email": "anders@janmyr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Meyers", - "email": "chris.meyers.fsu@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ludwig Magnusson", - "email": "ludwig@mediatool.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wout Mertens", - "email": "Wout.Mertens@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Santos", - "email": "nick@medium.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Terin Stock", - "email": "terinjokes@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Faiq Raza", - "email": "faiqrazarizvi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Torp", - "email": "thomas@erupt.no", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sam Mikes", - "email": "smikes@cubane.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mat Tyndall", - "email": "mat.tyndall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tauren Mills", - "email": "tauren@sportzing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ron Martinez", - "email": "ramartin.net@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kazuhito Hokamura", - "email": "k.hokamura@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tristan Davies", - "email": "github@tristan.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Volm", - "email": "david@volminator.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Lin Clark", - "email": "lin.w.clark@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Page", - "email": "bpage@dewalch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Jo", - "email": "jeffjo@squareup.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "martinvd", - "email": "martinvdpub@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark J. Titorenko", - "email": "nospam-github.com@titorenko.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oddur Sigurdsson", - "email": "oddurs@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eric Mill", - "email": "eric@konklone.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Barros", - "email": "descartavel1@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "KevinSheedy", - "email": "kevinsheedy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aleksey Smolenchuk", - "email": "aleksey@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ed Morley", - "email": "emorley@mozilla.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Fedorov", - "email": "anfedorov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daijiro Wachi", - "email": "daijiro.wachi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luc Thevenard", - "email": "lucthevenard@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aria Stewart", - "email": "aredridel@nbtsc.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Rudolph", - "email": "charles.w.rudolph@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vladimir Rutsky", - "email": "rutsky@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Murchie", - "email": "isaac@saucelabs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcin Wosinek", - "email": "marcin.wosinek@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Marr", - "email": "davemarr@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan English", - "email": "bryan@bryanenglish.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anthony Zotti", - "email": "amZotti@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karl Horky", - "email": "karl.horky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gu\u00f0laugur Stef\u00e1n Egilsson", - "email": "gulli@kolibri.is", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Helge Skogly Holm", - "email": "helge.holm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter A. Shevtsov", - "email": "petr.shevtsov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alain Kalker", - "email": "a.c.kalker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryant Williams", - "email": "b.n.williams@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jonas Weber", - "email": "github@jonasw.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Whidden", - "email": "twhid@twhid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andreas", - "email": "functino@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karolis Narkevicius", - "email": "karolis.n@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adrian Lynch", - "email": "adi_ady_ade@hotmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Richard Littauer", - "email": "richard.littauer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oli Evans", - "email": "oli@zilla.org.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Brennan", - "email": "mattyb1000@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Barczewski", - "email": "jeff.barczewski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danny Fritz", - "email": "dannyfritz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Takaya Kobayashi", - "email": "jigsaw@live.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ra'Shaun Stovall", - "email": "rashaunstovall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julien Meddah", - "email": "julien.meddah@deveryware.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michiel Sikma", - "email": "michiel@wedemandhtml.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jakob Krigovsky", - "email": "jakob.krigovsky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charmander", - "email": "~@charmander.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Erik Wienhold", - "email": "git@ewie.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Butler", - "email": "james.butler@sandfox.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kevin Kragenbrink", - "email": "kevin@gaikai.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arnaud Rinquin", - "email": "rinquin.arnaud@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mike MacCana", - "email": "mike.maccana@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Antti Mattila", - "email": "anttti@fastmail.fm", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "laiso", - "email": "laiso@lai.so", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Zorn", - "email": "zornme@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle Mitchell", - "email": "kyle@kemitchell.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremiah Senkpiel", - "email": "fishrock123@rocketmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Klein", - "email": "mischkl@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Simen Bekkhus", - "email": "sbekkhus91@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Victor", - "email": "victor.shih@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "thefourtheye", - "email": "thechargingvolcano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Clay Carpenter", - "email": "claycarpenter@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bangbang93", - "email": "bangbang93@163.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Malaguti", - "email": "nmalaguti@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cedric Nelson", - "email": "cedric.nelson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kat March\u00e1n", - "email": "kzm@sykosomatic.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew", - "email": "talktome@aboutandrew.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eduardo Pinho", - "email": "enet4mikeenet@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rachel Hutchison", - "email": "rhutchix@intel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Temple", - "email": "ryantemple145@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eugene Sharygin", - "email": "eush77@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Heiner", - "email": "nick.heiner@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Talmage", - "email": "james@talmage.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "jane arc", - "email": "jane@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joseph Dykstra", - "email": "josephdykstra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joshua Egan", - "email": "josh-egan@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Cort", - "email": "thomasc@ssimicro.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thaddee Tyl", - "email": "thaddee.tyl@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Klabnik", - "email": "steve@steveklabnik.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Murray", - "email": "radarhere@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephan B\u00f6nnemann", - "email": "stephan@excellenteasy.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle M. Tarplee", - "email": "kyle.tarplee@numerica.us", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Derek Peterson", - "email": "derekpetey@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Greg Whiteley", - "email": "greg.whiteley@atomos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "murgatroid99", - "email": "mlumish@google.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "isaacs", - "email": "isaacs@npmjs.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "othiym23", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "iarna", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "zkat", - "email": "kat@sykosomatic.org", - "url": null - } - ], - "keywords": [ - "package manager", - "modules", - "install", - "package.json" - ], - "homepage_url": "https://docs.npmjs.com/", - "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "size": null, - "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32", - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": "http://github.com/npm/npm/issues", - "code_view_url": null, - "vcs_url": "git+https://github.com/npm/npm.git@fc7bbf03e39cc48a8924b90696d28345a6a90f3c", - "copyright": null, - "license_expression": "artistic-2.0", - "declared_license": [ - "Artistic-2.0" - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "dependencies": [ - { - "purl": "pkg:npm/abbrev", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansi", - "extracted_requirement": "~0.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansicolors", - "extracted_requirement": "~0.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansistyles", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/archy", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/async-some", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/block-stream", - "extracted_requirement": "0.0.8", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/char-spinner", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/chmodr", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/chownr", - "extracted_requirement": "0.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/cmd-shim", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/columnify", - "extracted_requirement": "~1.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/config-chain", - "extracted_requirement": "~1.1.9", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/dezalgo", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/editor", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fs-vacuum", - "extracted_requirement": "~1.2.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fs-write-stream-atomic", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fstream", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fstream-npm", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/github-url-from-git", - "extracted_requirement": "~1.4.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/github-url-from-username-repo", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/glob", - "extracted_requirement": "~5.0.14", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/graceful-fs", - "extracted_requirement": "~4.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/hosted-git-info", - "extracted_requirement": "~2.1.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/inflight", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/inherits", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ini", - "extracted_requirement": "~1.3.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/init-package-json", - "extracted_requirement": "~1.7.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/lockfile", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/lru-cache", - "extracted_requirement": "~2.6.5", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/minimatch", - "extracted_requirement": "~2.0.10", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/mkdirp", - "extracted_requirement": "~0.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/node-gyp", - "extracted_requirement": "~2.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/nopt", - "extracted_requirement": "~3.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/normalize-git-url", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/normalize-package-data", - "extracted_requirement": "~2.3.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-cache-filename", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-install-checks", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-package-arg", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-client", - "extracted_requirement": "~6.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-user-validate", - "extracted_requirement": "~0.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npmlog", - "extracted_requirement": "~1.2.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/once", - "extracted_requirement": "~1.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/opener", - "extracted_requirement": "~1.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/osenv", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/path-is-inside", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read-installed", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read-package-json", - "extracted_requirement": "~2.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/readable-stream", - "extracted_requirement": "~1.1.13", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/realize-package-specifier", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/request", - "extracted_requirement": "~2.60.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/retry", - "extracted_requirement": "~0.6.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rimraf", - "extracted_requirement": "~2.4.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/semver", - "extracted_requirement": "~5.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sha", - "extracted_requirement": "~1.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/slide", - "extracted_requirement": "~1.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sorted-object", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/spdx", - "extracted_requirement": "~0.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tar", - "extracted_requirement": "~2.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/text-table", - "extracted_requirement": "~0.2.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/uid-number", - "extracted_requirement": "0.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/umask", - "extracted_requirement": "~1.1.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/validate-npm-package-name", - "extracted_requirement": "~2.2.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/which", - "extracted_requirement": "~1.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/wrappy", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/write-file-atomic", - "extracted_requirement": "~1.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/validate-npm-package-license", - "extracted_requirement": "*", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/deep-equal", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/marked", - "extracted_requirement": "~0.3.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/marked-man", - "extracted_requirement": "~0.1.5", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/nock", - "extracted_requirement": "~2.10.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-couchapp", - "extracted_requirement": "~2.6.7", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-mock", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/require-inject", - "extracted_requirement": "~1.2.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sprintf-js", - "extracted_requirement": "~1.0.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tap", - "extracted_requirement": "~1.3.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - } - ], - "purl": "pkg:npm/npm@2.13.5", - "repository_homepage_url": "https://www.npmjs.com/package/npm", - "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "api_data_url": "https://registry.npmjs.org/npm/2.13.5" - } - ], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [ - { - "email": "i@izs.me", - "start_line": 18, - "end_line": 18 - }, - { - "email": "ssteinerX@gmail.com", - "start_line": 206, - "end_line": 206 - }, - { - "email": "mikeal.rogers@gmail.com", - "start_line": 210, - "end_line": 210 - }, - { - "email": "aaron.blohowiak@gmail.com", - "start_line": 214, - "end_line": 214 - }, - { - "email": "martyn@dollyfish.net.nz", - "start_line": 218, - "end_line": 218 - }, - { - "email": "charlie.robbins@gmail.com", - "start_line": 222, - "end_line": 222 - }, - { - "email": "francisco.treacy@gmail.com", - "start_line": 226, - "end_line": 226 - }, - { - "email": "cliffano@gmail.com", - "start_line": 230, - "end_line": 230 - }, - { - "email": "christian.eager@nokia.com", - "start_line": 234, - "end_line": 234 - }, - { - "email": "davglass@gmail.com", - "start_line": 238, - "end_line": 238 - }, - { - "email": "alexkwolfe@gmail.com", - "start_line": 242, - "end_line": 242 - }, - { - "email": "jimmyjazz14@gmail.com", - "start_line": 246, - "end_line": 246 - }, - { - "email": "me@reidburke.com", - "start_line": 250, - "end_line": 250 - }, - { - "email": "arlolra@gmail.com", - "start_line": 254, - "end_line": 254 - }, - { - "email": "teemow@gmail.com", - "start_line": 258, - "end_line": 258 - }, - { - "email": "bart.teeuwisse@thecodemill.biz", - "start_line": 262, - "end_line": 262 - }, - { - "email": "info@bnoordhuis.nl", - "start_line": 266, - "end_line": 266 - }, - { - "email": "tor.valamo@gmail.com", - "start_line": 270, - "end_line": 270 - }, - { - "email": "5longluna@gmail.com", - "start_line": 274, - "end_line": 274 - }, - { - "email": "olivier.melcher@gmail.com", - "start_line": 278, - "end_line": 278 - }, - { - "email": "kami@k5-storitve.net", - "start_line": 282, - "end_line": 282 - }, - { - "email": "evan.meagher@gmail.com", - "start_line": 286, - "end_line": 286 - }, - { - "email": "ovazquez@gmail.com", - "start_line": 290, - "end_line": 290 - }, - { - "email": "kaichenxyz@gmail.com", - "start_line": 294, - "end_line": 294 - }, - { - "email": "gmiroshnykov@lohika.com", - "start_line": 298, - "end_line": 298 - }, - { - "email": "geoff.flarity@gmail.com", - "start_line": 302, - "end_line": 302 - }, - { - "email": "c@chromakode.com", - "start_line": 306, - "end_line": 306 - }, - { - "email": "pete@kruckenberg.com", - "start_line": 310, - "end_line": 310 - }, - { - "email": "laurie@holoweb.net", - "start_line": 314, - "end_line": 314 - }, - { - "email": "chris@chriswongstudio.com", - "start_line": 318, - "end_line": 318 - }, - { - "email": "brons_github@rinspin.com", - "start_line": 322, - "end_line": 322 - }, - { - "email": "federomero@gmail.com", - "start_line": 326, - "end_line": 326 - }, - { - "email": "visnupx@gmail.com", - "start_line": 330, - "end_line": 330 - }, - { - "email": "rfobic@gmail.com", - "start_line": 334, - "end_line": 334 - }, - { - "email": "mark@tiemonster.info", - "start_line": 338, - "end_line": 338 - }, - { - "email": "zearin@gonk.net", - "start_line": 342, - "end_line": 342 - }, - { - "email": "iainsproat@gmail.com", - "start_line": 346, - "end_line": 346 - }, - { - "email": "trentm@gmail.com", - "start_line": 350, - "end_line": 350 - }, - { - "email": "felix@debuggable.com", - "start_line": 354, - "end_line": 354 - }, - { - "email": "t.jameson.little@gmail.com", - "start_line": 358, - "end_line": 358 - }, - { - "email": "conny@fuchsia.se", - "start_line": 362, - "end_line": 362 - }, - { - "email": "w.elwood08@gmail.com", - "start_line": 366, - "end_line": 366 - }, - { - "email": "dean@deanlandolt.com", - "start_line": 370, - "end_line": 370 - }, - { - "email": "efimovov@gmail.com", - "start_line": 374, - "end_line": 374 - }, - { - "email": "mfncooper@gmail.com", - "start_line": 378, - "end_line": 378 - }, - { - "email": "jannhorn@googlemail.com", - "start_line": 382, - "end_line": 382 - }, - { - "email": "cspotcode@gmail.com", - "start_line": 386, - "end_line": 386 - }, - { - "email": "me@mmalecki.com", - "start_line": 390, - "end_line": 390 - }, - { - "email": "glurgle@gmail.com", - "start_line": 394, - "end_line": 394 - }, - { - "email": "mbudde@gmail.com", - "start_line": 398, - "end_line": 398 - } - ], - "urls": [ - { - "url": "https://docs.npmjs.com/", - "start_line": 15, - "end_line": 15 - }, - { - "url": "http://blog.izs.me/", - "start_line": 19, - "end_line": 19 - }, - { - "url": "https://github.com/npm/npm.git", - "start_line": 23, - "end_line": 23 - }, - { - "url": "http://github.com/npm/npm/issues", - "start_line": 26, - "end_line": 26 - }, - { - "url": "http://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "start_line": 1549, - "end_line": 1549 - }, - { - "url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "start_line": 1569, - "end_line": 1569 - } - ], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib", - "type": "directory", - "name": "zlib", - "base_name": "zlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 13, - "dirs_count": 5, - "size_count": 7951, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada", - "type": "directory", - "name": "ada", - "base_name": "ada", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 1, - "dirs_count": 0, - "size_count": 2054, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "name": "zlib.ads", - "base_name": "zlib", - "extension": ".ads", - "size": 2054, - "sha1": "93b3e6e5822c350a9c12e69a2848e29767777002", - "md5": "4e58eb393ad904c1de81a9ca5b9e392c", - "sha256": "8e6da5a880c0547bac5b71f0f123164511ae17e3c7d7f424e4ec5b44e1cae731", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "gpl-2.0-plus", - "score": 100.0, - "name": "GNU General Public License 2.0 or later", - "short_name": "GPL 2.0 or later", - "category": "Copyleft", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.yml", - "spdx_license_key": "GPL-2.0-or-later", - "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - }, - { - "key": "ada-linking-exception", - "score": 100.0, - "name": "Ada linking exception to GPL 2.0 or later", - "short_name": "Ada linking exception to GPL 2.0 or later", - "category": "Copyleft Limited", - "is_exception": true, - "is_unknown": false, - "owner": "Dmitriy Anisimkov", - "homepage_url": null, - "text_url": "", - "reference_url": "https://scancode-licensedb.aboutcode.org/ada-linking-exception", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.yml", - "spdx_license_key": "LicenseRef-scancode-ada-linking-exception", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "gpl-2.0-plus WITH ada-linking-exception" - ], - "percentage_of_license_text": 94.12, - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 179, - "sha1": "f98c6c82a570ac852801b46157c1540070d55358", - "md5": "48c4037f16b4670795fdf72e88cc278c", - "sha256": "fc1682e787ccc8d9eb83eb0b1f5acb59d22aa6ce1bff7c749a9dc315237b2240", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.c", - "type": "file", - "name": "deflate.c", - "base_name": "deflate", - "extension": ".c", - "size": 198, - "sha1": "4b4696c59e245cef0bad7334fdb63725ccfa218c", - "md5": "f11ed826baf25f2bfa9c610313460036", - "sha256": "ef7bf500e1accf7e91352788c92b5c6663bab52e2cd6c42284496518e4a5f054", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 40.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.h", - "type": "file", - "name": "deflate.h", - "base_name": "deflate", - "extension": ".h", - "size": 165, - "sha1": "a99a71ff971faf49a52ed6f7d3075fdffae8054b", - "md5": "d8821cd288e2be7fd83cdcac22a427ce", - "sha256": "a3c2fa63c7e730bdd008bc07b7d3865dc76781082b77a03d52a918ce1c7d3459", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "name": "dotzlib", - "base_name": "dotzlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 2, - "dirs_count": 0, - "size_count": 863, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "name": "AssemblyInfo.cs", - "base_name": "AssemblyInfo", - "extension": ".cs", - "size": 627, - "sha1": "cc7fcb4d721a7efe9eefa6bd2d9d0105d33203a8", - "md5": "dbd621f76cb27e2fd8b8e2d9d985ffcf", - "sha256": "8b257a625c537736ee3ac2321b4ef56ba8a6fa4f922a35b1a0e992f9327d39e9", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "name": "ChecksumImpl.cs", - "base_name": "ChecksumImpl", - "extension": ".cs", - "size": 236, - "sha1": "3043848212232cdde81eb3e20fca7f2447d944be", - "md5": "661652a0568e25d12fc9bfad2fdabfb2", - "sha256": "f3144ba734429b825e22c2f9048412e78c907e0142f2cdc629879b3a0fa63c89", - "mime_type": "text/plain", - "file_type": "UTF-8 Unicode text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "boost-1.0", - "score": 100.0, - "name": "Boost Software License 1.0", - "short_name": "Boost 1.0", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Boost", - "homepage_url": "http://www.boost.org/users/license.html", - "text_url": "http://www.boost.org/LICENSE_1_0.txt", - "reference_url": "https://scancode-licensedb.aboutcode.org/boost-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.yml", - "spdx_license_key": "BSL-1.0", - "spdx_url": "https://spdx.org/licenses/BSL-1.0", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "boost-1.0_21.RULE", - "license_expression": "boost-1.0", - "licenses": [ - "boost-1.0" - ], - "referenced_filenames": [ - "LICENSE_1_0.txt" - ], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 32, - "matched_length": 32, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "boost-1.0" - ], - "percentage_of_license_text": 88.89, - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [ - { - "url": "http://www.boost.org/LICENSE_1_0.txt", - "start_line": 5, - "end_line": 5 - } - ], - "facets": [ - "dev" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "name": "gcc_gvmat64", - "base_name": "gcc_gvmat64", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 1, - "dirs_count": 0, - "size_count": 1774, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "name": "gvmat64.S", - "base_name": "gvmat64", - "extension": ".S", - "size": 1774, - "sha1": "8dff93e95ccef023a871fb438784635b5df1d541", - "md5": "4f0d2f55d43d9466750350f8b27f0302", - "sha256": "1551b8fb1c2f1f3cc92c8e4f31730ebdde0c766caeca6d670a7758b55e3804f3", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "GAS", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 17, - "end_line": 31, - "matched_rule": { - "identifier": "zlib.LICENSE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 132, - "matched_length": 132, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [ - { - "url": "http://www.zlib.net/", - "start_line": 33, - "end_line": 33 - }, - { - "url": "http://www.winimage.com/zLibDll", - "start_line": 34, - "end_line": 34 - }, - { - "url": "http://www.muppetlabs.com/~breadbox/software/assembly.html", - "start_line": 35, - "end_line": 35 - } - ], - "facets": [ - "data" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9", - "type": "directory", - "name": "infback9", - "base_name": "infback9", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 2, - "dirs_count": 0, - "size_count": 353, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "name": "infback9.c", - "base_name": "infback9", - "extension": ".c", - "size": 185, - "sha1": "299f7a056cf0e0ed7d5bd687c53f3247d809cab2", - "md5": "d570bd029ee2362f2a0927c87999773b", - "sha256": "03fb435669b57aa90fe00c4dbc12d8492ef87b6243427d1e1831006994ee1f80", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 44.44, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "tests" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "name": "infback9.h", - "base_name": "infback9", - "extension": ".h", - "size": 168, - "sha1": "c849edb4691d23e0db97d3f5da1cc5b396929449", - "md5": "2913c8ea7fb43a0f469bb2797c820a95", - "sha256": "4f8db049a7156b8a4616a6c9df0b5ee09571f0ac2eb253e111f2fb727fb033ea", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "tests" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2", - "type": "directory", - "name": "iostream2", - "base_name": "iostream2", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "emails": [], - "urls": [], - "facets": [], - "files_count": 1, - "dirs_count": 0, - "size_count": 649, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "name": "zstream.h", - "base_name": "zstream", - "extension": ".h", - "size": 649, - "sha1": "b7fe15df27e601b88cde6b6a63dad184ccbce572", - "md5": "8b897171ea0767232e586086bc94518c", - "sha256": "ee2eef602cba7c4ba350617f4154de50cb4cbf274c7dd773130aca0775d5d9cd", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "mit-old-style", - "score": 100.0, - "name": "MIT Old Style", - "short_name": "MIT Old Style", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "MIT", - "homepage_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "reference_url": "https://scancode-licensedb.aboutcode.org/mit-old-style", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.yml", - "spdx_license_key": "LicenseRef-scancode-mit-old-style", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "start_line": 9, - "end_line": 15, - "matched_rule": { - "identifier": "mit-old-style_cmr-no_1.RULE", - "license_expression": "mit-old-style", - "licenses": [ - "mit-old-style" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 71, - "matched_length": 71, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "mit-old-style" - ], - "percentage_of_license_text": 79.78, - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [ - { - "url": "http://www.cmr.no/", - "start_line": 7, - "end_line": 7 - } - ], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1103, - "sha1": "85c65180242c560a4df66e9882119bf70eaefd02", - "md5": "07497e2688dad9406386f0534a0bbfca", - "sha256": "64fef1f0a7cd69eae744ad2fa754ee8568a5715588e38b7a3fa6e11eaeaec97e", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 84.21, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [ - { - "email": "jloup@gzip.org", - "start_line": 23, - "end_line": 23 - }, - { - "email": "madler@alumni.caltech.edu", - "start_line": 23, - "end_line": 23 - } - ], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.c", - "type": "file", - "name": "zutil.c", - "base_name": "zutil", - "extension": ".c", - "size": 218, - "sha1": "2e846ef84cfb16e0e8b92c62a850a607a709d7b2", - "md5": "2a0ea6a99e31fb0989209a027476038d", - "sha256": "dc7224c7f079d237acf510ff40282cf6d50352c851d4e2957d227e2a3b57eb4d", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 37.5, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "emails": [], - "urls": [], - "facets": [ - "core" - ], - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/full_summary/summary_details.expected.json b/tests/summarycode/data/summary_legacy/full_summary/summary_details.expected.json deleted file mode 100644 index 3cd55e7b3d0..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/summary_details.expected.json +++ /dev/null @@ -1,10167 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--copyright": true, - "--info": true, - "--json-pp": "", - "--license": true, - "--package": true, - "--summary-with-details": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-with-details option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 26 - } - } - ], - "dependencies": [ - { - "purl": "pkg:npm/abbrev", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/abbrev", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansi", - "extracted_requirement": "~0.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansi", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansicolors", - "extracted_requirement": "~0.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansicolors", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ansistyles", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ansistyles", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/archy", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/archy", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/async-some", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/async-some", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/block-stream", - "extracted_requirement": "0.0.8", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/block-stream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/char-spinner", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/char-spinner", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/chmodr", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/chmodr", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/chownr", - "extracted_requirement": "0.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/chownr", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/cmd-shim", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/cmd-shim", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/columnify", - "extracted_requirement": "~1.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/columnify", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/config-chain", - "extracted_requirement": "~1.1.9", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/config-chain", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/dezalgo", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/dezalgo", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/editor", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/editor", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fs-vacuum", - "extracted_requirement": "~1.2.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fs-vacuum", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fs-write-stream-atomic", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fs-write-stream-atomic", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fstream", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fstream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/fstream-npm", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fstream-npm", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/github-url-from-git", - "extracted_requirement": "~1.4.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/github-url-from-git", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/github-url-from-username-repo", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/github-url-from-username-repo", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/glob", - "extracted_requirement": "~5.0.14", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/glob", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/graceful-fs", - "extracted_requirement": "~4.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/graceful-fs", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/hosted-git-info", - "extracted_requirement": "~2.1.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/hosted-git-info", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/inflight", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/inflight", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/inherits", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/inherits", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/ini", - "extracted_requirement": "~1.3.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ini", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/init-package-json", - "extracted_requirement": "~1.7.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/init-package-json", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/lockfile", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/lockfile", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/lru-cache", - "extracted_requirement": "~2.6.5", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/lru-cache", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/minimatch", - "extracted_requirement": "~2.0.10", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/minimatch", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/mkdirp", - "extracted_requirement": "~0.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/mkdirp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/node-gyp", - "extracted_requirement": "~2.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/node-gyp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/nopt", - "extracted_requirement": "~3.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/nopt", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/normalize-git-url", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/normalize-git-url", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/normalize-package-data", - "extracted_requirement": "~2.3.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/normalize-package-data", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-cache-filename", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-cache-filename", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-install-checks", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-install-checks", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-package-arg", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-package-arg", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-client", - "extracted_requirement": "~6.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-client", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-user-validate", - "extracted_requirement": "~0.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-user-validate", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npmlog", - "extracted_requirement": "~1.2.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npmlog", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/once", - "extracted_requirement": "~1.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/once", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/opener", - "extracted_requirement": "~1.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/opener", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/osenv", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/osenv", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/path-is-inside", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/path-is-inside", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read-installed", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read-installed", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/read-package-json", - "extracted_requirement": "~2.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/read-package-json", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/readable-stream", - "extracted_requirement": "~1.1.13", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/readable-stream", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/realize-package-specifier", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/realize-package-specifier", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/request", - "extracted_requirement": "~2.60.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/request", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/retry", - "extracted_requirement": "~0.6.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/retry", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/rimraf", - "extracted_requirement": "~2.4.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rimraf", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/semver", - "extracted_requirement": "~5.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/semver", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sha", - "extracted_requirement": "~1.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sha", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/slide", - "extracted_requirement": "~1.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/slide", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sorted-object", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sorted-object", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/spdx", - "extracted_requirement": "~0.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/spdx", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/tar", - "extracted_requirement": "~2.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tar", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/text-table", - "extracted_requirement": "~0.2.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/text-table", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/uid-number", - "extracted_requirement": "0.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/uid-number", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/umask", - "extracted_requirement": "~1.1.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/umask", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/validate-npm-package-name", - "extracted_requirement": "~2.2.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/validate-npm-package-name", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/which", - "extracted_requirement": "~1.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/which", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/wrappy", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/wrappy", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/write-file-atomic", - "extracted_requirement": "~1.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/write-file-atomic", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/validate-npm-package-license", - "extracted_requirement": "*", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/validate-npm-package-license", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/deep-equal", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/deep-equal", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/marked", - "extracted_requirement": "~0.3.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/marked", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/marked-man", - "extracted_requirement": "~0.1.5", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/marked-man", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/nock", - "extracted_requirement": "~2.10.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/nock", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-couchapp", - "extracted_requirement": "~2.6.7", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-couchapp", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/npm-registry-mock", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/npm-registry-mock", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/require-inject", - "extracted_requirement": "~1.2.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/require-inject", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/sprintf-js", - "extracted_requirement": "~1.0.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sprintf-js", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - }, - { - "purl": "pkg:npm/tap", - "extracted_requirement": "~1.3.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tap", - "for_package": "pkg:npm/npm@2.13.5", - "lockfile": "scan/package.json" - } - ], - "packages": [ - { - "type": "npm", - "namespace": null, - "name": "npm", - "version": "2.13.5", - "qualifiers": {}, - "subpath": null, - "primary_language": "JavaScript", - "description": "a package manager for JavaScript", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "author", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me" - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Steiner", - "email": "ssteinerX@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikeal Rogers", - "email": "mikeal.rogers@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Blohowiak", - "email": "aaron.blohowiak@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martyn Smith", - "email": "martyn@dollyfish.net.nz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Robbins", - "email": "charlie.robbins@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Francisco Treacy", - "email": "francisco.treacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cliffano Subagio", - "email": "cliffano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Eager", - "email": "christian.eager@nokia.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dav Glass", - "email": "davglass@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex K. Wolfe", - "email": "alexkwolfe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Sanders", - "email": "jimmyjazz14@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Reid Burke", - "email": "me@reidburke.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arlo Breault", - "email": "arlolra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Derstappen", - "email": "teemow@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bart Teeuwisse", - "email": "bart.teeuwisse@thecodemill.biz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Noordhuis", - "email": "info@bnoordhuis.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tor Valamo", - "email": "tor.valamo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Whyme.Lyu", - "email": "5longluna@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Olivier Melcher", - "email": "olivier.melcher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Toma\u017e Muraus", - "email": "kami@k5-storitve.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Meagher", - "email": "evan.meagher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Orlando Vazquez", - "email": "ovazquez@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kai Chen", - "email": "kaichenxyz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Miroshnykov", - "email": "gmiroshnykov@lohika.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Geoff Flarity", - "email": "geoff.flarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Max Goodman", - "email": "c@chromakode.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Pete Kruckenberg", - "email": "pete@kruckenberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Harper", - "email": "laurie@holoweb.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Wong", - "email": "chris@chriswongstudio.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Scott Bronson", - "email": "brons_github@rinspin.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Federico Romero", - "email": "federomero@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Visnu Pitiyanuvath", - "email": "visnupx@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Irakli Gozalishvili", - "email": "rfobic@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Cahill", - "email": "mark@tiemonster.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tony", - "email": "zearin@gonk.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Iain Sproat", - "email": "iainsproat@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trent Mick", - "email": "trentm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Geisendo\u0308rfer", - "email": "felix@debuggable.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jameson Little", - "email": "t.jameson.little@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Conny Brunnkvist", - "email": "conny@fuchsia.se", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Will Elwood", - "email": "w.elwood08@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dean Landolt", - "email": "dean@deanlandolt.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oleg Efimov", - "email": "efimovov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martin Cooper", - "email": "mfncooper@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jann Horn", - "email": "jannhorn@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Bradley", - "email": "cspotcode@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maciej Ma\u0142ecki", - "email": "me@mmalecki.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephen Sugden", - "email": "glurgle@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Budde", - "email": "mbudde@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Smith", - "email": "jhs@iriscouch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gautham Pai", - "email": "buzypi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Trejo", - "email": "david.daniel.trejo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Vorbach", - "email": "paul@vorb.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Ornbo", - "email": "george@shapeshed.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Oxley", - "email": "secoif@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tyler Green", - "email": "tyler.green2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dave Pacheco", - "email": "dap@joyent.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danila Gerasimov", - "email": "danila.gerasimov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rod Vagg", - "email": "rod@vagg.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Howe", - "email": "coderarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Lunny", - "email": "alunny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Henrik Hodne", - "email": "dvyjones@binaryhex.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Blackburn", - "email": "regality@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Windham", - "email": "kriswindham@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jens Grunert", - "email": "jens.grunert@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joost-Wim Boekesteijn", - "email": "joost-wim@boekesteijn.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dalmais Maxence", - "email": "root@ip-10-195-202-5.ec2.internal", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcus Ekwall", - "email": "marcus.ekwall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Stacy", - "email": "aaron.r.stacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Phillip Howell", - "email": "phowell@cothm.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Domenic Denicola", - "email": "domenic@domenicdenicola.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Halliday", - "email": "mail@substack.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremy Cantrell", - "email": "jmcantrell@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ribettes", - "email": "patlogan29@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Don Park", - "email": "donpark@docuverse.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Einar Otto Stangvik", - "email": "einaros@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kei Son", - "email": "heyacct@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicolas Morel", - "email": "marsup@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Dube", - "email": "markisdee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Rajlich", - "email": "nathan@tootallnate.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maxim Bogushevich", - "email": "boga1@mail.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Meaglin", - "email": "Meaglin.wasabi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Evans", - "email": "ben@bensbit.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Zadoks", - "email": "nathan@nathan7.eu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Brian White", - "email": "mscdex@mscdex.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jed Schmidt", - "email": "tr@nslator.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Livingstone", - "email": "ianl@cs.dal.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Patrick Pfeiffer", - "email": "patrick@buzzle.at", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Miller", - "email": "paul@paulmillr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Emery", - "email": "seebees@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Carl Lange", - "email": "carl@flax.ie", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jan Lehnardt", - "email": "jan@apache.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart P. Bentley", - "email": "stuart@testtrack4.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Sk\u00f6ld", - "email": "johan@skold.cc", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart Knightley", - "email": "stuart@stuartk.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Niggler", - "email": "nirk.niggler@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paolo Fragomeni", - "email": "paolo@async.ly", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jaakko Manninen", - "email": "jaakko@rocketpack.fi", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luke Arduini", - "email": "luke.arduini@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Larz Conwell", - "email": "larz@larz-laptop.(none)", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcel Klehr", - "email": "mklehr@gmx.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Kowalski", - "email": "rok@kowalski.gd", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forbes Lindesay", - "email": "forbes@lindesay.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vaz Allen", - "email": "vaz@tryptid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jake Verbaten", - "email": "raynos2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Schabse Laks", - "email": "Dev@SLaks.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Florian Margaine", - "email": "florian@margaine.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Nordberg", - "email": "its@johan-nordberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Babrou", - "email": "ibobrik@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Di Wu", - "email": "dwu@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt McClure", - "email": "matt.mcclure@mapmyfitness.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Lunn", - "email": "matt@mattlunn.me.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexey Kreschuk", - "email": "akrsch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "elisee", - "email": "elisee@sparklin.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Gieseke", - "email": "robert.gieseke@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franc\u0327ois Frisch", - "email": "francoisfrisch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trevor Burnham", - "email": "tburnham@hubspot.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alan Shaw", - "email": "alan@freestyle-developments.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicholas Kinsey", - "email": "pyro@feisty.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paulo Cesar", - "email": "pauloc062@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Elan Shanker", - "email": "elan.shanker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jon Spencer", - "email": "jon@jonspencer.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Diamond", - "email": "jason@diamond.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maximilian Antoni", - "email": "mail@maxantoni.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thom Blake", - "email": "tblake@brightroll.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jess Martin", - "email": "jessmartin@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Spain Train", - "email": "michael.spainhower@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Rodionov", - "email": "p0deje@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Colyer", - "email": "matt@colyer.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyx990803@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bitspill", - "email": "bitspill+github@bitspill.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Falkenberg", - "email": "gabriel.falkenberg@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexej Yaroshevich", - "email": "alex@qfox.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quim Calpe", - "email": "quim@kalpe.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Mason", - "email": "stevem@brandwatch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wil Moore III", - "email": "wil.moore@wilmoore.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sergey Belov", - "email": "peimei@ya.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tom Huang", - "email": "hzlhu.dargon@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "CamilleM", - "email": "camille.moulin@alterway.fr", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "S\u00e9bastien Santoro", - "email": "dereckson@espace-win.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Lucas", - "email": "evan@btc.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quinn Slack", - "email": "qslack@qslack.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Kocharin", - "email": "alex@kocharin.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daniel Santiago", - "email": "daniel.santiago@highlevelwebs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Denis Gladkikh", - "email": "outcoldman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Horton", - "email": "andrew.j.horton@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zeke Sikelianos", - "email": "zeke@sikelianos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dylan Greene", - "email": "dylang@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franck Cuny", - "email": "franck.cuny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yeonghoon Park", - "email": "sola92@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rafael de Oleza", - "email": "rafa@spotify.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikola Lysenko", - "email": "mikolalysenko@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yazhong Liu", - "email": "yorkiefixer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Neil Gentleman", - "email": "ngentleman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Kowal", - "email": "kris.kowal@cixar.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Gorbatchev", - "email": "alex.gorbatchev@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Shawn Wildermuth", - "email": "shawn@wildermuth.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wesley de Souza", - "email": "wesleywex@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "yoyoyogi", - "email": "yogesh.k@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J. Tangelder", - "email": "j.tangelder@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jean Lauliac", - "email": "jean@lauliac.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Kislyuk", - "email": "kislyuk@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julian Gruber", - "email": "julian@juliangruber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Benjamin Coe", - "email": "bencoe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Ford", - "email": "Alex.Ford@CodeTunnel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Hickford", - "email": "matt.hickford@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sean McGivern", - "email": "sean.mcgivern@rightscale.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "C J Silverio", - "email": "ceejceej@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robin Tweedie", - "email": "robin@songkick.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Miroslav Bajto\u0161", - "email": "miroslav@strongloop.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Glasser", - "email": "glasser@davidglasser.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gianluca Casati", - "email": "casati_gianluca@yahoo.it", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forrest L Norvell", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karsten Tinnefeld", - "email": "k.tinnefeld@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan Burgers", - "email": "bryan@burgers.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Beitey", - "email": "david@davidjb.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyou@google.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zach Pomerantz", - "email": "zmp@umich.edu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Williams", - "email": "cwilliams88@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "sudodoki", - "email": "smd.deluzion@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mick Thompson", - "email": "dthompson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Rabe", - "email": "felix@rabe.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Hayes", - "email": "michael@hayes.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Dickinson", - "email": "christopher.s.dickinson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bradley Meck", - "email": "bradley.meck@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "GeJ", - "email": "geraud@gcu.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Terris", - "email": "atterris@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Nisi", - "email": "michael.nisi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "fengmk2", - "email": "fengmk2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Meadows", - "email": "adam.meadows@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chulki Lee", - "email": "chulki.lee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "\u4e0d\u56db", - "email": "busi.hyy@taobao.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "dead_horse", - "email": "dead_horse@qq.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kenan Yildirim", - "email": "kenan@kenany.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Voss", - "email": "git@seldo.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rebecca Turner", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Hunter Loftis", - "email": "hunter@hunterloftis.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter Richardson", - "email": "github@zoomy.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jussi Kalliokoski", - "email": "jussi.kalliokoski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Filip Weiss", - "email": "me@fiws.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Wei\u00df", - "email": "timoweiss@Timo-MBP.local", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christopher Hiller", - "email": "chiller@badwing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J\u00e9r\u00e9my Lal", - "email": "kapouer@melix.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anders Janmyr", - "email": "anders@janmyr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Meyers", - "email": "chris.meyers.fsu@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ludwig Magnusson", - "email": "ludwig@mediatool.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wout Mertens", - "email": "Wout.Mertens@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Santos", - "email": "nick@medium.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Terin Stock", - "email": "terinjokes@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Faiq Raza", - "email": "faiqrazarizvi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Torp", - "email": "thomas@erupt.no", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sam Mikes", - "email": "smikes@cubane.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mat Tyndall", - "email": "mat.tyndall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tauren Mills", - "email": "tauren@sportzing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ron Martinez", - "email": "ramartin.net@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kazuhito Hokamura", - "email": "k.hokamura@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tristan Davies", - "email": "github@tristan.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Volm", - "email": "david@volminator.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Lin Clark", - "email": "lin.w.clark@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Page", - "email": "bpage@dewalch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Jo", - "email": "jeffjo@squareup.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "martinvd", - "email": "martinvdpub@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark J. Titorenko", - "email": "nospam-github.com@titorenko.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oddur Sigurdsson", - "email": "oddurs@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eric Mill", - "email": "eric@konklone.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Barros", - "email": "descartavel1@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "KevinSheedy", - "email": "kevinsheedy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aleksey Smolenchuk", - "email": "aleksey@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ed Morley", - "email": "emorley@mozilla.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Fedorov", - "email": "anfedorov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daijiro Wachi", - "email": "daijiro.wachi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luc Thevenard", - "email": "lucthevenard@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aria Stewart", - "email": "aredridel@nbtsc.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Rudolph", - "email": "charles.w.rudolph@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vladimir Rutsky", - "email": "rutsky@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Murchie", - "email": "isaac@saucelabs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcin Wosinek", - "email": "marcin.wosinek@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Marr", - "email": "davemarr@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan English", - "email": "bryan@bryanenglish.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anthony Zotti", - "email": "amZotti@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karl Horky", - "email": "karl.horky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gu\u00f0laugur Stef\u00e1n Egilsson", - "email": "gulli@kolibri.is", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Helge Skogly Holm", - "email": "helge.holm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter A. Shevtsov", - "email": "petr.shevtsov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alain Kalker", - "email": "a.c.kalker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryant Williams", - "email": "b.n.williams@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jonas Weber", - "email": "github@jonasw.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Whidden", - "email": "twhid@twhid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andreas", - "email": "functino@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karolis Narkevicius", - "email": "karolis.n@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adrian Lynch", - "email": "adi_ady_ade@hotmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Richard Littauer", - "email": "richard.littauer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oli Evans", - "email": "oli@zilla.org.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Brennan", - "email": "mattyb1000@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Barczewski", - "email": "jeff.barczewski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danny Fritz", - "email": "dannyfritz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Takaya Kobayashi", - "email": "jigsaw@live.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ra'Shaun Stovall", - "email": "rashaunstovall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julien Meddah", - "email": "julien.meddah@deveryware.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michiel Sikma", - "email": "michiel@wedemandhtml.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jakob Krigovsky", - "email": "jakob.krigovsky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charmander", - "email": "~@charmander.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Erik Wienhold", - "email": "git@ewie.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Butler", - "email": "james.butler@sandfox.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kevin Kragenbrink", - "email": "kevin@gaikai.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arnaud Rinquin", - "email": "rinquin.arnaud@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mike MacCana", - "email": "mike.maccana@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Antti Mattila", - "email": "anttti@fastmail.fm", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "laiso", - "email": "laiso@lai.so", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Zorn", - "email": "zornme@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle Mitchell", - "email": "kyle@kemitchell.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremiah Senkpiel", - "email": "fishrock123@rocketmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Klein", - "email": "mischkl@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Simen Bekkhus", - "email": "sbekkhus91@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Victor", - "email": "victor.shih@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "thefourtheye", - "email": "thechargingvolcano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Clay Carpenter", - "email": "claycarpenter@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bangbang93", - "email": "bangbang93@163.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Malaguti", - "email": "nmalaguti@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cedric Nelson", - "email": "cedric.nelson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kat March\u00e1n", - "email": "kzm@sykosomatic.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew", - "email": "talktome@aboutandrew.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eduardo Pinho", - "email": "enet4mikeenet@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rachel Hutchison", - "email": "rhutchix@intel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Temple", - "email": "ryantemple145@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eugene Sharygin", - "email": "eush77@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Heiner", - "email": "nick.heiner@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Talmage", - "email": "james@talmage.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "jane arc", - "email": "jane@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joseph Dykstra", - "email": "josephdykstra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joshua Egan", - "email": "josh-egan@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Cort", - "email": "thomasc@ssimicro.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thaddee Tyl", - "email": "thaddee.tyl@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Klabnik", - "email": "steve@steveklabnik.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Murray", - "email": "radarhere@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephan B\u00f6nnemann", - "email": "stephan@excellenteasy.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle M. Tarplee", - "email": "kyle.tarplee@numerica.us", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Derek Peterson", - "email": "derekpetey@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Greg Whiteley", - "email": "greg.whiteley@atomos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "murgatroid99", - "email": "mlumish@google.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "isaacs", - "email": "isaacs@npmjs.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "othiym23", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "iarna", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "zkat", - "email": "kat@sykosomatic.org", - "url": null - } - ], - "keywords": [ - "package manager", - "modules", - "install", - "package.json" - ], - "homepage_url": "https://docs.npmjs.com/", - "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "size": null, - "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32", - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": "http://github.com/npm/npm/issues", - "code_view_url": null, - "vcs_url": "git+https://github.com/npm/npm.git@fc7bbf03e39cc48a8924b90696d28345a6a90f3c", - "copyright": null, - "license_expression": "artistic-2.0", - "declared_license": [ - "Artistic-2.0" - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "package_uuid": "pkg:npm/npm@2.13.5", - "package_data_files": [ - "scan/package.json" - ], - "files": [ - "scan/cc0-1.0.LICENSE", - "scan/package.json", - "scan/README", - "scan/arch/adler32.c", - "scan/arch/zlib.h", - "scan/arch/zutil.h", - "scan/JGroups/src/FixedMembershipToken.java", - "scan/JGroups/src/GuardedBy.java", - "scan/JGroups/src/ImmutableReference.java", - "scan/JGroups/src/RATE_LIMITER.java", - "scan/JGroups/src/RouterStub.java", - "scan/JGroups/src/RouterStubManager.java", - "scan/JGroups/src/S3_PING.java", - "scan/zlib/adler32.c", - "scan/zlib/deflate.c", - "scan/zlib/deflate.h", - "scan/zlib/zlib.h", - "scan/zlib/zutil.c", - "scan/zlib/zutil.h", - "scan/zlib/ada/zlib.ads", - "scan/zlib/dotzlib/AssemblyInfo.cs", - "scan/zlib/dotzlib/ChecksumImpl.cs", - "scan/zlib/gcc_gvmat64/gvmat64.S", - "scan/zlib/infback9/infback9.c", - "scan/zlib/infback9/infback9.h", - "scan/zlib/iostream2/zstream.h" - ], - "purl": "pkg:npm/npm@2.13.5", - "repository_homepage_url": "https://www.npmjs.com/package/npm", - "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "api_data_url": "https://registry.npmjs.org/npm/2.13.5" - } - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 12 - }, - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "boost-1.0", - "count": 1 - }, - { - "value": "cc-by-2.5", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - }, - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - }, - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 6 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 6 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 20 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - }, - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 12 - }, - { - "value": "Java", - "count": 7 - }, - { - "value": "C#", - "count": 2 - }, - { - "value": "GAS", - "count": 1 - } - ] - }, - "files": [ - { - "path": "scan", - "type": "directory", - "name": "scan", - "base_name": "scan", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 12 - }, - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "boost-1.0", - "count": 1 - }, - { - "value": "cc-by-2.5", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - }, - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - }, - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 6 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 6 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 20 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - }, - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 12 - }, - { - "value": "Java", - "count": 7 - }, - { - "value": "C#", - "count": 2 - }, - { - "value": "GAS", - "count": 1 - } - ] - }, - "files_count": 26, - "dirs_count": 9, - "size_count": 58647, - "scan_errors": [] - }, - { - "path": "scan/JGroups", - "type": "directory", - "name": "JGroups", - "base_name": "JGroups", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "cc-by-2.5", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 3 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": null, - "count": 3 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 7 - } - ] - }, - "files_count": 7, - "dirs_count": 1, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src", - "type": "directory", - "name": "src", - "base_name": "src", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "cc-by-2.5", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 3 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": null, - "count": 3 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 7 - } - ] - }, - "files_count": 7, - "dirs_count": 0, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "name": "FixedMembershipToken.java", - "base_name": "FixedMembershipToken", - "extension": ".java", - "size": 1016, - "sha1": "d0d55d2ae0842afee96695bcc8be939e763704ec", - "md5": "301dfe021b3b4076b9f8d49577205b44", - "sha256": "ff6dfac01c9b7ad9fcb5e646db83b482f5f720d981f0ca6c68828c5aa4ec784b", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 79.62, - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "lgpl-2.1-plus", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "name": "GuardedBy.java", - "base_name": "GuardedBy", - "extension": ".java", - "size": 482, - "sha1": "21ec75514ce72011c4e86c977505c024832c1b63", - "md5": "5165fdeefda7a55c13e44c5e56cac920", - "sha256": "8553411bf58f4ac35fc9e7d6142f11fc2fbef33e50a77f514a253135807afd44", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "cc-by-2.5", - "score": 100.0, - "name": "Creative Commons Attribution License 2.5", - "short_name": "CC-BY-2.5", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/licenses/by/2.5/", - "text_url": "http://creativecommons.org/licenses/by/2.5/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc-by-2.5", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.yml", - "spdx_license_key": "CC-BY-2.5", - "spdx_url": "https://spdx.org/licenses/CC-BY-2.5", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "cc-by-2.5_4.RULE", - "license_expression": "cc-by-2.5", - "licenses": [ - "cc-by-2.5" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 14, - "matched_length": 14, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc-by-2.5" - ], - "percentage_of_license_text": 19.72, - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "cc-by-2.5", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - } - ], - "holders": [ - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "name": "ImmutableReference.java", - "base_name": "ImmutableReference", - "extension": ".java", - "size": 1023, - "sha1": "aee1bb33424e7c1264f85c9aad40d43c3738f871", - "md5": "53a91ff66fdc4d812d7656b4e807bfd2", - "sha256": "ec1427fc2f7e322e6a4d5d99f8119310d6586aaaf5b30b2904b4ccd27966e120", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.62, - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "lgpl-2.1-plus", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "name": "RATE_LIMITER.java", - "base_name": "RATE_LIMITER", - "extension": ".java", - "size": 269, - "sha1": "8da19aa25da421608fbe9f4f5eeb122ab35fd01e", - "md5": "52540f80f5c22d8d13627c57b76d44f4", - "sha256": "c3bcefbbb2706f65410b4bb91d531e2ec461fa4586135becc8865adeca3385c8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": null, - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "name": "RouterStub.java", - "base_name": "RouterStub", - "extension": ".java", - "size": 153, - "sha1": "c1baa345449b4b91e61886dadea8f1bbea034eb4", - "md5": "a0b4e3f4d679a98d11d75e7e27e894af", - "sha256": "5c0f94fc518daca08e74fd117fef09d6dd090b0fd623a47edde451be3aed28c7", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": null, - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "name": "RouterStubManager.java", - "base_name": "RouterStubManager", - "extension": ".java", - "size": 1032, - "sha1": "a51c5bbb738c1c1cd1f58c79060fa5ea4d0dd753", - "md5": "cae07c80e6f79864de002700bf9ab02f", - "sha256": "fe96061d23b37c98913379d54c5388cffdc99239807c2caf8c96d7d10321d085", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.12, - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "lgpl-2.1-plus", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "name": "S3_PING.java", - "base_name": "S3_PING", - "extension": ".java", - "size": 252, - "sha1": "a7a9763832eb31e1f7f7927d6288df284b70c6e5", - "md5": "ffb481f2a0c6262d0f7d1e9a4681a6ca", - "sha256": "5470e41b0bfba6adb43649215df756f1a4a5173ceed6127af1b38801651efde2", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": null, - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "Bela Ban", - "count": 1 - } - ], - "programming_language": [ - { - "value": "Java", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/README", - "type": "file", - "name": "README", - "base_name": "README", - "extension": "", - "size": 236, - "sha1": "2e07e32c52d607204fad196052d70e3d18fb8636", - "md5": "effc6856ef85a9250fb1a470792b3f38", - "sha256": "165da86bfdf296cd5a0a3e20c1d1ee86d70ecb8a1fa579d6f8cadad8eee85878", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": null, - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": null, - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch", - "type": "directory", - "name": "arch", - "base_name": "arch", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 3 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - }, - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 3 - } - ], - "programming_language": [ - { - "value": "C", - "count": 3 - } - ] - }, - "files_count": 3, - "dirs_count": 0, - "size_count": 1896, - "scan_errors": [] - }, - { - "path": "scan/arch/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 175, - "sha1": "a7ee5ea54da88a6390e72ff018dd471045d8bbf1", - "md5": "92011414f344e34f711e77bac40e4bc4", - "sha256": "e533accabdc7434f3905ced32c4fba755f707929ad73df6e07172cd5a786e023", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1326, - "sha1": "26610e5eab2a17e0fa9ef6ac791f25f77af145af", - "md5": "4ed53ac605f16247ab7d571670f2351d", - "sha256": "b09e2a43e9960d3d28d37d24f10dfbc462a4cb376da54ba571ac9a8874911ed5", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 69.57, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/cc0-1.0.LICENSE", - "type": "file", - "name": "cc0-1.0.LICENSE", - "base_name": "cc0-1.0", - "extension": ".LICENSE", - "size": 6433, - "sha1": "172444e7c137eb5cd3cae530aca0879c90f7fada", - "md5": "57f047ea87f405486a94bc5a56ba7fcf", - "sha256": "963aabe87f6a51ca9c237669034a9fdecd71df7350eaf30bdf0718f63c5a94f8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "cc0-1.0", - "score": 99.69, - "name": "Creative Commons CC0 1.0 Universal", - "short_name": "CC0-1.0", - "category": "Public Domain", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/publicdomain/zero/1.0/", - "text_url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc0-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.yml", - "spdx_license_key": "CC0-1.0", - "spdx_url": "https://spdx.org/licenses/CC0-1.0", - "start_line": 1, - "end_line": 98, - "matched_rule": { - "identifier": "cc0-1.0_155.RULE", - "license_expression": "cc0-1.0", - "licenses": [ - "cc0-1.0" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "3-seq", - "rule_length": 981, - "matched_length": 978, - "match_coverage": 99.69, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc0-1.0" - ], - "percentage_of_license_text": 100.0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "cc0-1.0", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": null, - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/package.json", - "type": "file", - "name": "package.json", - "base_name": "package", - "extension": ".json", - "size": 37904, - "sha1": "dfc6c1274bd31b47d5cc482af0c0dad9d30eccaa", - "md5": "62b51527599b11b32361699c75b05683", - "sha256": "8b54b0b90570e4b0d5b8c8520e4b5a8258ae15849ec1919f57da093f5df84f38", - "mime_type": "application/json", - "file_type": "JSON data", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "artistic-2.0", - "score": 100.0, - "name": "Artistic License 2.0", - "short_name": "Artistic 2.0", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Perl Foundation", - "homepage_url": "http://www.perlfoundation.org/", - "text_url": "https://www.perlfoundation.org/artistic_license_2_0", - "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.yml", - "spdx_license_key": "Artistic-2.0", - "spdx_url": "https://spdx.org/licenses/Artistic-2.0", - "start_line": 198, - "end_line": 198, - "matched_rule": { - "identifier": "artistic-2.0_46.RULE", - "license_expression": "artistic-2.0", - "licenses": [ - "artistic-2.0" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 4, - "matched_length": 4, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "artistic-2.0" - ], - "percentage_of_license_text": 0.1, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "name' Isaac Z.", - "start_line": 16, - "end_line": 17 - } - ], - "package_data": [ - { - "type": "npm", - "namespace": null, - "name": "npm", - "version": "2.13.5", - "qualifiers": {}, - "subpath": null, - "primary_language": "JavaScript", - "description": "a package manager for JavaScript", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "author", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me" - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Steiner", - "email": "ssteinerX@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikeal Rogers", - "email": "mikeal.rogers@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Blohowiak", - "email": "aaron.blohowiak@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martyn Smith", - "email": "martyn@dollyfish.net.nz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Robbins", - "email": "charlie.robbins@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Francisco Treacy", - "email": "francisco.treacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cliffano Subagio", - "email": "cliffano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Eager", - "email": "christian.eager@nokia.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dav Glass", - "email": "davglass@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex K. Wolfe", - "email": "alexkwolfe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Sanders", - "email": "jimmyjazz14@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Reid Burke", - "email": "me@reidburke.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arlo Breault", - "email": "arlolra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Derstappen", - "email": "teemow@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bart Teeuwisse", - "email": "bart.teeuwisse@thecodemill.biz", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Noordhuis", - "email": "info@bnoordhuis.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tor Valamo", - "email": "tor.valamo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Whyme.Lyu", - "email": "5longluna@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Olivier Melcher", - "email": "olivier.melcher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Toma\u017e Muraus", - "email": "kami@k5-storitve.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Meagher", - "email": "evan.meagher@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Orlando Vazquez", - "email": "ovazquez@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kai Chen", - "email": "kaichenxyz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Miroshnykov", - "email": "gmiroshnykov@lohika.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Geoff Flarity", - "email": "geoff.flarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Max Goodman", - "email": "c@chromakode.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Pete Kruckenberg", - "email": "pete@kruckenberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Harper", - "email": "laurie@holoweb.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Wong", - "email": "chris@chriswongstudio.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Scott Bronson", - "email": "brons_github@rinspin.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Federico Romero", - "email": "federomero@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Visnu Pitiyanuvath", - "email": "visnupx@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Irakli Gozalishvili", - "email": "rfobic@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Cahill", - "email": "mark@tiemonster.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tony", - "email": "zearin@gonk.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Iain Sproat", - "email": "iainsproat@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trent Mick", - "email": "trentm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Geisendo\u0308rfer", - "email": "felix@debuggable.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jameson Little", - "email": "t.jameson.little@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Conny Brunnkvist", - "email": "conny@fuchsia.se", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Will Elwood", - "email": "w.elwood08@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dean Landolt", - "email": "dean@deanlandolt.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oleg Efimov", - "email": "efimovov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Martin Cooper", - "email": "mfncooper@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jann Horn", - "email": "jannhorn@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Bradley", - "email": "cspotcode@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maciej Ma\u0142ecki", - "email": "me@mmalecki.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephen Sugden", - "email": "glurgle@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Budde", - "email": "mbudde@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Smith", - "email": "jhs@iriscouch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gautham Pai", - "email": "buzypi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Trejo", - "email": "david.daniel.trejo@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Vorbach", - "email": "paul@vorb.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "George Ornbo", - "email": "george@shapeshed.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Oxley", - "email": "secoif@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tyler Green", - "email": "tyler.green2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dave Pacheco", - "email": "dap@joyent.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danila Gerasimov", - "email": "danila.gerasimov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rod Vagg", - "email": "rod@vagg.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christian Howe", - "email": "coderarity@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Lunny", - "email": "alunny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Henrik Hodne", - "email": "dvyjones@binaryhex.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Blackburn", - "email": "regality@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Windham", - "email": "kriswindham@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jens Grunert", - "email": "jens.grunert@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joost-Wim Boekesteijn", - "email": "joost-wim@boekesteijn.nl", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dalmais Maxence", - "email": "root@ip-10-195-202-5.ec2.internal", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcus Ekwall", - "email": "marcus.ekwall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aaron Stacy", - "email": "aaron.r.stacy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Phillip Howell", - "email": "phowell@cothm.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Domenic Denicola", - "email": "domenic@domenicdenicola.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Halliday", - "email": "mail@substack.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremy Cantrell", - "email": "jmcantrell@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ribettes", - "email": "patlogan29@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Don Park", - "email": "donpark@docuverse.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Einar Otto Stangvik", - "email": "einaros@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kei Son", - "email": "heyacct@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicolas Morel", - "email": "marsup@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark Dube", - "email": "markisdee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Rajlich", - "email": "nathan@tootallnate.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maxim Bogushevich", - "email": "boga1@mail.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Meaglin", - "email": "Meaglin.wasabi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Evans", - "email": "ben@bensbit.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nathan Zadoks", - "email": "nathan@nathan7.eu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Brian White", - "email": "mscdex@mscdex.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jed Schmidt", - "email": "tr@nslator.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Livingstone", - "email": "ianl@cs.dal.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Patrick Pfeiffer", - "email": "patrick@buzzle.at", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paul Miller", - "email": "paul@paulmillr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Emery", - "email": "seebees@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Carl Lange", - "email": "carl@flax.ie", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jan Lehnardt", - "email": "jan@apache.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart P. Bentley", - "email": "stuart@testtrack4.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Sk\u00f6ld", - "email": "johan@skold.cc", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stuart Knightley", - "email": "stuart@stuartk.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Niggler", - "email": "nirk.niggler@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paolo Fragomeni", - "email": "paolo@async.ly", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jaakko Manninen", - "email": "jaakko@rocketpack.fi", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luke Arduini", - "email": "luke.arduini@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Larz Conwell", - "email": "larz@larz-laptop.(none)", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcel Klehr", - "email": "mklehr@gmx.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Kowalski", - "email": "rok@kowalski.gd", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forbes Lindesay", - "email": "forbes@lindesay.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vaz Allen", - "email": "vaz@tryptid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jake Verbaten", - "email": "raynos2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Schabse Laks", - "email": "Dev@SLaks.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Florian Margaine", - "email": "florian@margaine.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Johan Nordberg", - "email": "its@johan-nordberg.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ian Babrou", - "email": "ibobrik@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Di Wu", - "email": "dwu@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt McClure", - "email": "matt.mcclure@mapmyfitness.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Lunn", - "email": "matt@mattlunn.me.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexey Kreschuk", - "email": "akrsch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "elisee", - "email": "elisee@sparklin.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robert Gieseke", - "email": "robert.gieseke@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franc\u0327ois Frisch", - "email": "francoisfrisch@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Trevor Burnham", - "email": "tburnham@hubspot.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alan Shaw", - "email": "alan@freestyle-developments.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "TJ Holowaychuk", - "email": "tj@vision-media.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nicholas Kinsey", - "email": "pyro@feisty.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Paulo Cesar", - "email": "pauloc062@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Elan Shanker", - "email": "elan.shanker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jon Spencer", - "email": "jon@jonspencer.ca", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jason Diamond", - "email": "jason@diamond.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Maximilian Antoni", - "email": "mail@maxantoni.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thom Blake", - "email": "tblake@brightroll.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jess Martin", - "email": "jessmartin@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Spain Train", - "email": "michael.spainhower@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Rodionov", - "email": "p0deje@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Colyer", - "email": "matt@colyer.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyx990803@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bitspill", - "email": "bitspill+github@bitspill.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Falkenberg", - "email": "gabriel.falkenberg@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alexej Yaroshevich", - "email": "alex@qfox.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quim Calpe", - "email": "quim@kalpe.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Mason", - "email": "stevem@brandwatch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wil Moore III", - "email": "wil.moore@wilmoore.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sergey Belov", - "email": "peimei@ya.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tom Huang", - "email": "hzlhu.dargon@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "CamilleM", - "email": "camille.moulin@alterway.fr", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "S\u00e9bastien Santoro", - "email": "dereckson@espace-win.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan Lucas", - "email": "evan@btc.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Quinn Slack", - "email": "qslack@qslack.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Kocharin", - "email": "alex@kocharin.ru", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daniel Santiago", - "email": "daniel.santiago@highlevelwebs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Denis Gladkikh", - "email": "outcoldman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Horton", - "email": "andrew.j.horton@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zeke Sikelianos", - "email": "zeke@sikelianos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Dylan Greene", - "email": "dylang@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Franck Cuny", - "email": "franck.cuny@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yeonghoon Park", - "email": "sola92@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rafael de Oleza", - "email": "rafa@spotify.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mikola Lysenko", - "email": "mikolalysenko@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Yazhong Liu", - "email": "yorkiefixer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Neil Gentleman", - "email": "ngentleman@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kris Kowal", - "email": "kris.kowal@cixar.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Gorbatchev", - "email": "alex.gorbatchev@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Shawn Wildermuth", - "email": "shawn@wildermuth.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wesley de Souza", - "email": "wesleywex@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "yoyoyogi", - "email": "yogesh.k@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J. Tangelder", - "email": "j.tangelder@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jean Lauliac", - "email": "jean@lauliac.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Kislyuk", - "email": "kislyuk@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julian Gruber", - "email": "julian@juliangruber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Benjamin Coe", - "email": "bencoe@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alex Ford", - "email": "Alex.Ford@CodeTunnel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Hickford", - "email": "matt.hickford@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sean McGivern", - "email": "sean.mcgivern@rightscale.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "C J Silverio", - "email": "ceejceej@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Robin Tweedie", - "email": "robin@songkick.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Miroslav Bajto\u0161", - "email": "miroslav@strongloop.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Glasser", - "email": "glasser@davidglasser.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gianluca Casati", - "email": "casati_gianluca@yahoo.it", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Forrest L Norvell", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karsten Tinnefeld", - "email": "k.tinnefeld@googlemail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan Burgers", - "email": "bryan@burgers.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Beitey", - "email": "david@davidjb.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Evan You", - "email": "yyou@google.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Zach Pomerantz", - "email": "zmp@umich.edu", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Williams", - "email": "cwilliams88@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "sudodoki", - "email": "smd.deluzion@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mick Thompson", - "email": "dthompson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Felix Rabe", - "email": "felix@rabe.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Hayes", - "email": "michael@hayes.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Dickinson", - "email": "christopher.s.dickinson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bradley Meck", - "email": "bradley.meck@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "GeJ", - "email": "geraud@gcu.info", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Terris", - "email": "atterris@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Nisi", - "email": "michael.nisi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "fengmk2", - "email": "fengmk2@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adam Meadows", - "email": "adam.meadows@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chulki Lee", - "email": "chulki.lee@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "\u4e0d\u56db", - "email": "busi.hyy@taobao.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "dead_horse", - "email": "dead_horse@qq.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kenan Yildirim", - "email": "kenan@kenany.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Laurie Voss", - "email": "git@seldo.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rebecca Turner", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Hunter Loftis", - "email": "hunter@hunterloftis.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter Richardson", - "email": "github@zoomy.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jussi Kalliokoski", - "email": "jussi.kalliokoski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Filip Weiss", - "email": "me@fiws.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Timo Wei\u00df", - "email": "timoweiss@Timo-MBP.local", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Christopher Hiller", - "email": "chiller@badwing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "J\u00e9r\u00e9my Lal", - "email": "kapouer@melix.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anders Janmyr", - "email": "anders@janmyr.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Chris Meyers", - "email": "chris.meyers.fsu@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ludwig Magnusson", - "email": "ludwig@mediatool.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Wout Mertens", - "email": "Wout.Mertens@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Santos", - "email": "nick@medium.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Terin Stock", - "email": "terinjokes@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Faiq Raza", - "email": "faiqrazarizvi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Torp", - "email": "thomas@erupt.no", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Sam Mikes", - "email": "smikes@cubane.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mat Tyndall", - "email": "mat.tyndall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tauren Mills", - "email": "tauren@sportzing.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ron Martinez", - "email": "ramartin.net@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kazuhito Hokamura", - "email": "k.hokamura@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tristan Davies", - "email": "github@tristan.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Volm", - "email": "david@volminator.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Lin Clark", - "email": "lin.w.clark@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ben Page", - "email": "bpage@dewalch.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Jo", - "email": "jeffjo@squareup.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "martinvd", - "email": "martinvdpub@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mark J. Titorenko", - "email": "nospam-github.com@titorenko.net", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oddur Sigurdsson", - "email": "oddurs@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eric Mill", - "email": "eric@konklone.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gabriel Barros", - "email": "descartavel1@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "KevinSheedy", - "email": "kevinsheedy@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aleksey Smolenchuk", - "email": "aleksey@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ed Morley", - "email": "emorley@mozilla.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrey Fedorov", - "email": "anfedorov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Daijiro Wachi", - "email": "daijiro.wachi@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Luc Thevenard", - "email": "lucthevenard@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Aria Stewart", - "email": "aredridel@nbtsc.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charlie Rudolph", - "email": "charles.w.rudolph@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Vladimir Rutsky", - "email": "rutsky@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Isaac Murchie", - "email": "isaac@saucelabs.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Marcin Wosinek", - "email": "marcin.wosinek@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "David Marr", - "email": "davemarr@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryan English", - "email": "bryan@bryanenglish.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Anthony Zotti", - "email": "amZotti@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karl Horky", - "email": "karl.horky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Gu\u00f0laugur Stef\u00e1n Egilsson", - "email": "gulli@kolibri.is", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Helge Skogly Holm", - "email": "helge.holm@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Peter A. Shevtsov", - "email": "petr.shevtsov@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Alain Kalker", - "email": "a.c.kalker@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Bryant Williams", - "email": "b.n.williams@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jonas Weber", - "email": "github@jonasw.de", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Tim Whidden", - "email": "twhid@twhid.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andreas", - "email": "functino@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Karolis Narkevicius", - "email": "karolis.n@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Adrian Lynch", - "email": "adi_ady_ade@hotmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Richard Littauer", - "email": "richard.littauer@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Oli Evans", - "email": "oli@zilla.org.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Brennan", - "email": "mattyb1000@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeff Barczewski", - "email": "jeff.barczewski@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Danny Fritz", - "email": "dannyfritz@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Takaya Kobayashi", - "email": "jigsaw@live.jp", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ra'Shaun Stovall", - "email": "rashaunstovall@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Julien Meddah", - "email": "julien.meddah@deveryware.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michiel Sikma", - "email": "michiel@wedemandhtml.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jakob Krigovsky", - "email": "jakob.krigovsky@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Charmander", - "email": "~@charmander.me", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Erik Wienhold", - "email": "git@ewie.name", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Butler", - "email": "james.butler@sandfox.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kevin Kragenbrink", - "email": "kevin@gaikai.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Arnaud Rinquin", - "email": "rinquin.arnaud@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Mike MacCana", - "email": "mike.maccana@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Antti Mattila", - "email": "anttti@fastmail.fm", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "laiso", - "email": "laiso@lai.so", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Matt Zorn", - "email": "zornme@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle Mitchell", - "email": "kyle@kemitchell.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Jeremiah Senkpiel", - "email": "fishrock123@rocketmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Michael Klein", - "email": "mischkl@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Simen Bekkhus", - "email": "sbekkhus91@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Victor", - "email": "victor.shih@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "thefourtheye", - "email": "thechargingvolcano@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Clay Carpenter", - "email": "claycarpenter@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "bangbang93", - "email": "bangbang93@163.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Malaguti", - "email": "nmalaguti@palantir.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Cedric Nelson", - "email": "cedric.nelson@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kat March\u00e1n", - "email": "kzm@sykosomatic.org", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew", - "email": "talktome@aboutandrew.co.uk", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eduardo Pinho", - "email": "enet4mikeenet@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Rachel Hutchison", - "email": "rhutchix@intel.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Ryan Temple", - "email": "ryantemple145@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Eugene Sharygin", - "email": "eush77@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Nick Heiner", - "email": "nick.heiner@opower.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "James Talmage", - "email": "james@talmage.io", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "jane arc", - "email": "jane@uber.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joseph Dykstra", - "email": "josephdykstra@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Joshua Egan", - "email": "josh-egan@users.noreply.github.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thomas Cort", - "email": "thomasc@ssimicro.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Thaddee Tyl", - "email": "thaddee.tyl@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Steve Klabnik", - "email": "steve@steveklabnik.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Andrew Murray", - "email": "radarhere@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Stephan B\u00f6nnemann", - "email": "stephan@excellenteasy.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Kyle M. Tarplee", - "email": "kyle.tarplee@numerica.us", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Derek Peterson", - "email": "derekpetey@gmail.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "Greg Whiteley", - "email": "greg.whiteley@atomos.com", - "url": null - }, - { - "type": "person", - "role": "contributor", - "name": "murgatroid99", - "email": "mlumish@google.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "isaacs", - "email": "isaacs@npmjs.com", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "othiym23", - "email": "ogd@aoaioxxysz.net", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "iarna", - "email": "me@re-becca.org", - "url": null - }, - { - "type": "person", - "role": "maintainer", - "name": "zkat", - "email": "kat@sykosomatic.org", - "url": null - } - ], - "keywords": [ - "package manager", - "modules", - "install", - "package.json" - ], - "homepage_url": "https://docs.npmjs.com/", - "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "size": null, - "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32", - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": "http://github.com/npm/npm/issues", - "code_view_url": null, - "vcs_url": "git+https://github.com/npm/npm.git@fc7bbf03e39cc48a8924b90696d28345a6a90f3c", - "copyright": null, - "license_expression": "artistic-2.0", - "declared_license": [ - "Artistic-2.0" - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "dependencies": [ - { - "purl": "pkg:npm/abbrev", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansi", - "extracted_requirement": "~0.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansicolors", - "extracted_requirement": "~0.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ansistyles", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/archy", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/async-some", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/block-stream", - "extracted_requirement": "0.0.8", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/char-spinner", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/chmodr", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/chownr", - "extracted_requirement": "0.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/cmd-shim", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/columnify", - "extracted_requirement": "~1.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/config-chain", - "extracted_requirement": "~1.1.9", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/dezalgo", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/editor", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fs-vacuum", - "extracted_requirement": "~1.2.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fs-write-stream-atomic", - "extracted_requirement": "~1.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fstream", - "extracted_requirement": "~1.0.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fstream-npm", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/github-url-from-git", - "extracted_requirement": "~1.4.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/github-url-from-username-repo", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/glob", - "extracted_requirement": "~5.0.14", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/graceful-fs", - "extracted_requirement": "~4.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/hosted-git-info", - "extracted_requirement": "~2.1.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/inflight", - "extracted_requirement": "~1.0.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/inherits", - "extracted_requirement": "~2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ini", - "extracted_requirement": "~1.3.4", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/init-package-json", - "extracted_requirement": "~1.7.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/lockfile", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/lru-cache", - "extracted_requirement": "~2.6.5", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/minimatch", - "extracted_requirement": "~2.0.10", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/mkdirp", - "extracted_requirement": "~0.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/node-gyp", - "extracted_requirement": "~2.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/nopt", - "extracted_requirement": "~3.0.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/normalize-git-url", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/normalize-package-data", - "extracted_requirement": "~2.3.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-cache-filename", - "extracted_requirement": "~1.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-install-checks", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-package-arg", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-client", - "extracted_requirement": "~6.5.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-user-validate", - "extracted_requirement": "~0.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npmlog", - "extracted_requirement": "~1.2.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/once", - "extracted_requirement": "~1.3.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/opener", - "extracted_requirement": "~1.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/osenv", - "extracted_requirement": "~0.1.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/path-is-inside", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read", - "extracted_requirement": "~1.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read-installed", - "extracted_requirement": "~4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/read-package-json", - "extracted_requirement": "~2.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/readable-stream", - "extracted_requirement": "~1.1.13", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/realize-package-specifier", - "extracted_requirement": "~3.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/request", - "extracted_requirement": "~2.60.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/retry", - "extracted_requirement": "~0.6.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rimraf", - "extracted_requirement": "~2.4.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/semver", - "extracted_requirement": "~5.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sha", - "extracted_requirement": "~1.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/slide", - "extracted_requirement": "~1.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sorted-object", - "extracted_requirement": "~1.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/spdx", - "extracted_requirement": "~0.4.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tar", - "extracted_requirement": "~2.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/text-table", - "extracted_requirement": "~0.2.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/uid-number", - "extracted_requirement": "0.0.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/umask", - "extracted_requirement": "~1.1.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/validate-npm-package-name", - "extracted_requirement": "~2.2.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/which", - "extracted_requirement": "~1.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/wrappy", - "extracted_requirement": "~1.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/write-file-atomic", - "extracted_requirement": "~1.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/validate-npm-package-license", - "extracted_requirement": "*", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/deep-equal", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/marked", - "extracted_requirement": "~0.3.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/marked-man", - "extracted_requirement": "~0.1.5", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/nock", - "extracted_requirement": "~2.10.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-couchapp", - "extracted_requirement": "~2.6.7", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/npm-registry-mock", - "extracted_requirement": "~1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/require-inject", - "extracted_requirement": "~1.2.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sprintf-js", - "extracted_requirement": "~1.0.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tap", - "extracted_requirement": "~1.3.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - } - ], - "purl": "pkg:npm/npm@2.13.5", - "repository_homepage_url": "https://www.npmjs.com/package/npm", - "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz", - "api_data_url": "https://registry.npmjs.org/npm/2.13.5" - } - ], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "artistic-2.0", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 1 - } - ], - "authors": [ - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [ - { - "value": null, - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib", - "type": "directory", - "name": "zlib", - "base_name": "zlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 9 - }, - { - "value": "boost-1.0", - "count": 1 - }, - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - }, - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 3 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 2 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 3 - }, - { - "value": "Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 2 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 12 - }, - { - "value": "Gilles Vollant", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 9 - }, - { - "value": "C#", - "count": 2 - }, - { - "value": "GAS", - "count": 1 - } - ] - }, - "files_count": 13, - "dirs_count": 5, - "size_count": 7951, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada", - "type": "directory", - "name": "ada", - "base_name": "ada", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - } - ], - "holders": [ - { - "value": "Dmitriy Anisimkov", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [] - }, - "files_count": 1, - "dirs_count": 0, - "size_count": 2054, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "name": "zlib.ads", - "base_name": "zlib", - "extension": ".ads", - "size": 2054, - "sha1": "93b3e6e5822c350a9c12e69a2848e29767777002", - "md5": "4e58eb393ad904c1de81a9ca5b9e392c", - "sha256": "8e6da5a880c0547bac5b71f0f123164511ae17e3c7d7f424e4ec5b44e1cae731", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "gpl-2.0-plus", - "score": 100.0, - "name": "GNU General Public License 2.0 or later", - "short_name": "GPL 2.0 or later", - "category": "Copyleft", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.yml", - "spdx_license_key": "GPL-2.0-or-later", - "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - }, - { - "key": "ada-linking-exception", - "score": 100.0, - "name": "Ada linking exception to GPL 2.0 or later", - "short_name": "Ada linking exception to GPL 2.0 or later", - "category": "Copyleft Limited", - "is_exception": true, - "is_unknown": false, - "owner": "Dmitriy Anisimkov", - "homepage_url": null, - "text_url": "", - "reference_url": "https://scancode-licensedb.aboutcode.org/ada-linking-exception", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.yml", - "spdx_license_key": "LicenseRef-scancode-ada-linking-exception", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "gpl-2.0-plus WITH ada-linking-exception" - ], - "percentage_of_license_text": 94.12, - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - } - ], - "holders": [ - { - "value": "Dmitriy Anisimkov", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": null, - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 179, - "sha1": "f98c6c82a570ac852801b46157c1540070d55358", - "md5": "48c4037f16b4670795fdf72e88cc278c", - "sha256": "fc1682e787ccc8d9eb83eb0b1f5acb59d22aa6ce1bff7c749a9dc315237b2240", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.c", - "type": "file", - "name": "deflate.c", - "base_name": "deflate", - "extension": ".c", - "size": 198, - "sha1": "4b4696c59e245cef0bad7334fdb63725ccfa218c", - "md5": "f11ed826baf25f2bfa9c610313460036", - "sha256": "ef7bf500e1accf7e91352788c92b5c6663bab52e2cd6c42284496518e4a5f054", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 40.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.h", - "type": "file", - "name": "deflate.h", - "base_name": "deflate", - "extension": ".h", - "size": 165, - "sha1": "a99a71ff971faf49a52ed6f7d3075fdffae8054b", - "md5": "d8821cd288e2be7fd83cdcac22a427ce", - "sha256": "a3c2fa63c7e730bdd008bc07b7d3865dc76781082b77a03d52a918ce1c7d3459", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "name": "dotzlib", - "base_name": "dotzlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "boost-1.0", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 2 - } - ], - "authors": [ - { - "value": null, - "count": 2 - } - ], - "programming_language": [ - { - "value": "C#", - "count": 2 - } - ] - }, - "files_count": 2, - "dirs_count": 0, - "size_count": 863, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "name": "AssemblyInfo.cs", - "base_name": "AssemblyInfo", - "extension": ".cs", - "size": 627, - "sha1": "cc7fcb4d721a7efe9eefa6bd2d9d0105d33203a8", - "md5": "dbd621f76cb27e2fd8b8e2d9d985ffcf", - "sha256": "8b257a625c537736ee3ac2321b4ef56ba8a6fa4f922a35b1a0e992f9327d39e9", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": null, - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C#", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "name": "ChecksumImpl.cs", - "base_name": "ChecksumImpl", - "extension": ".cs", - "size": 236, - "sha1": "3043848212232cdde81eb3e20fca7f2447d944be", - "md5": "661652a0568e25d12fc9bfad2fdabfb2", - "sha256": "f3144ba734429b825e22c2f9048412e78c907e0142f2cdc629879b3a0fa63c89", - "mime_type": "text/plain", - "file_type": "UTF-8 Unicode text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "boost-1.0", - "score": 100.0, - "name": "Boost Software License 1.0", - "short_name": "Boost 1.0", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Boost", - "homepage_url": "http://www.boost.org/users/license.html", - "text_url": "http://www.boost.org/LICENSE_1_0.txt", - "reference_url": "https://scancode-licensedb.aboutcode.org/boost-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.yml", - "spdx_license_key": "BSL-1.0", - "spdx_url": "https://spdx.org/licenses/BSL-1.0", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "boost-1.0_21.RULE", - "license_expression": "boost-1.0", - "licenses": [ - "boost-1.0" - ], - "referenced_filenames": [ - "LICENSE_1_0.txt" - ], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 32, - "matched_length": 32, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "boost-1.0" - ], - "percentage_of_license_text": 88.89, - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "boost-1.0", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright Henrik Ravn", - "count": 1 - } - ], - "holders": [ - { - "value": "Henrik Ravn", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C#", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "name": "gcc_gvmat64", - "base_name": "gcc_gvmat64", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": "Gilles Vollant", - "count": 1 - } - ], - "programming_language": [ - { - "value": "GAS", - "count": 1 - } - ] - }, - "files_count": 1, - "dirs_count": 0, - "size_count": 1774, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "name": "gvmat64.S", - "base_name": "gvmat64", - "extension": ".S", - "size": 1774, - "sha1": "8dff93e95ccef023a871fb438784635b5df1d541", - "md5": "4f0d2f55d43d9466750350f8b27f0302", - "sha256": "1551b8fb1c2f1f3cc92c8e4f31730ebdde0c766caeca6d670a7758b55e3804f3", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "GAS", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 17, - "end_line": 31, - "matched_rule": { - "identifier": "zlib.LICENSE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 132, - "matched_length": 132, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - } - ], - "authors": [ - { - "value": "Gilles Vollant", - "count": 1 - } - ], - "programming_language": [ - { - "value": "GAS", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9", - "type": "directory", - "name": "infback9", - "base_name": "infback9", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 2 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 2 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 2 - } - ], - "authors": [ - { - "value": null, - "count": 2 - } - ], - "programming_language": [ - { - "value": "C", - "count": 2 - } - ] - }, - "files_count": 2, - "dirs_count": 0, - "size_count": 353, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "name": "infback9.c", - "base_name": "infback9", - "extension": ".c", - "size": 185, - "sha1": "299f7a056cf0e0ed7d5bd687c53f3247d809cab2", - "md5": "d570bd029ee2362f2a0927c87999773b", - "sha256": "03fb435669b57aa90fe00c4dbc12d8492ef87b6243427d1e1831006994ee1f80", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 44.44, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "name": "infback9.h", - "base_name": "infback9", - "extension": ".h", - "size": 168, - "sha1": "c849edb4691d23e0db97d3f5da1cc5b396929449", - "md5": "2913c8ea7fb43a0f469bb2797c820a95", - "sha256": "4f8db049a7156b8a4616a6c9df0b5ee09571f0ac2eb253e111f2fb727fb033ea", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2", - "type": "directory", - "name": "iostream2", - "base_name": "iostream2", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "package_data": [], - "for_packages": [], - "summary": { - "license_expressions": [ - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "holders": [ - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 1, - "dirs_count": 0, - "size_count": 649, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "name": "zstream.h", - "base_name": "zstream", - "extension": ".h", - "size": 649, - "sha1": "b7fe15df27e601b88cde6b6a63dad184ccbce572", - "md5": "8b897171ea0767232e586086bc94518c", - "sha256": "ee2eef602cba7c4ba350617f4154de50cb4cbf274c7dd773130aca0775d5d9cd", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "mit-old-style", - "score": 100.0, - "name": "MIT Old Style", - "short_name": "MIT Old Style", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "MIT", - "homepage_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "reference_url": "https://scancode-licensedb.aboutcode.org/mit-old-style", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.yml", - "spdx_license_key": "LicenseRef-scancode-mit-old-style", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "start_line": 9, - "end_line": 15, - "matched_rule": { - "identifier": "mit-old-style_cmr-no_1.RULE", - "license_expression": "mit-old-style", - "licenses": [ - "mit-old-style" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 71, - "matched_length": 71, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "mit-old-style" - ], - "percentage_of_license_text": 79.78, - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "holders": [ - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1103, - "sha1": "85c65180242c560a4df66e9882119bf70eaefd02", - "md5": "07497e2688dad9406386f0534a0bbfca", - "sha256": "64fef1f0a7cd69eae744ad2fa754ee8568a5715588e38b7a3fa6e11eaeaec97e", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 84.21, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.c", - "type": "file", - "name": "zutil.c", - "base_name": "zutil", - "extension": ".c", - "size": 218, - "sha1": "2e846ef84cfb16e0e8b92c62a850a607a709d7b2", - "md5": "2a0ea6a99e31fb0989209a027476038d", - "sha256": "dc7224c7f079d237acf510ff40282cf6d50352c851d4e2957d227e2a3b57eb4d", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 37.5, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "package_data": [], - "for_packages": [ - "pkg:npm/npm@2.13.5" - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 1 - } - ], - "copyrights": [ - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 1 - } - ], - "holders": [ - { - "value": "Jean-loup Gailly", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 1 - } - ] - }, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/full_summary/summary_key_files-details.expected.json-lines b/tests/summarycode/data/summary_legacy/full_summary/summary_key_files-details.expected.json-lines deleted file mode 100644 index 019897eb6b9..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/summary_key_files-details.expected.json-lines +++ /dev/null @@ -1,2833 +0,0 @@ -[ - { - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--classify": true, - "--copyright": true, - "--info": true, - "--json-lines": "", - "--license": true, - "--summary-key-files": true, - "--summary-legacy": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit.", - "The --summary-key-files option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 26 - } - } - ] - }, - { - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 12 - }, - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "boost-1.0", - "count": 1 - }, - { - "value": "cc-by-2.5", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - }, - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - }, - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 6 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 6 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 20 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - }, - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 12 - }, - { - "value": "Java", - "count": 7 - }, - { - "value": "C#", - "count": 2 - }, - { - "value": "GAS", - "count": 1 - } - ] - } - }, - { - "summary_of_key_files": { - "license_expressions": [ - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - } - ], - "copyrights": [], - "holders": [], - "authors": [ - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [] - } - }, - { - "files": [ - { - "path": "scan", - "type": "directory", - "name": "scan", - "base_name": "scan", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 26, - "dirs_count": 9, - "size_count": 58647, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/cc0-1.0.LICENSE", - "type": "file", - "name": "cc0-1.0.LICENSE", - "base_name": "cc0-1.0", - "extension": ".LICENSE", - "size": 6433, - "sha1": "172444e7c137eb5cd3cae530aca0879c90f7fada", - "md5": "57f047ea87f405486a94bc5a56ba7fcf", - "sha256": "963aabe87f6a51ca9c237669034a9fdecd71df7350eaf30bdf0718f63c5a94f8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "cc0-1.0", - "score": 99.69, - "name": "Creative Commons CC0 1.0 Universal", - "short_name": "CC0-1.0", - "category": "Public Domain", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/publicdomain/zero/1.0/", - "text_url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc0-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.yml", - "spdx_license_key": "CC0-1.0", - "spdx_url": "https://spdx.org/licenses/CC0-1.0", - "start_line": 1, - "end_line": 98, - "matched_rule": { - "identifier": "cc0-1.0_155.RULE", - "license_expression": "cc0-1.0", - "licenses": [ - "cc0-1.0" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "3-seq", - "rule_length": 981, - "matched_length": 978, - "match_coverage": 99.69, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc0-1.0" - ], - "percentage_of_license_text": 100.0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": true, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/package.json", - "type": "file", - "name": "package.json", - "base_name": "package", - "extension": ".json", - "size": 37904, - "sha1": "dfc6c1274bd31b47d5cc482af0c0dad9d30eccaa", - "md5": "62b51527599b11b32361699c75b05683", - "sha256": "8b54b0b90570e4b0d5b8c8520e4b5a8258ae15849ec1919f57da093f5df84f38", - "mime_type": "application/json", - "file_type": "JSON data", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "artistic-2.0", - "score": 100.0, - "name": "Artistic License 2.0", - "short_name": "Artistic 2.0", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Perl Foundation", - "homepage_url": "http://www.perlfoundation.org/", - "text_url": "https://www.perlfoundation.org/artistic_license_2_0", - "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.yml", - "spdx_license_key": "Artistic-2.0", - "spdx_url": "https://spdx.org/licenses/Artistic-2.0", - "start_line": 198, - "end_line": 198, - "matched_rule": { - "identifier": "artistic-2.0_46.RULE", - "license_expression": "artistic-2.0", - "licenses": [ - "artistic-2.0" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 4, - "matched_length": 4, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "artistic-2.0" - ], - "percentage_of_license_text": 0.1, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "name' Isaac Z.", - "start_line": 16, - "end_line": 17 - } - ], - "is_legal": false, - "is_manifest": true, - "is_readme": false, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/README", - "type": "file", - "name": "README", - "base_name": "README", - "extension": "", - "size": 236, - "sha1": "2e07e32c52d607204fad196052d70e3d18fb8636", - "md5": "effc6856ef85a9250fb1a470792b3f38", - "sha256": "165da86bfdf296cd5a0a3e20c1d1ee86d70ecb8a1fa579d6f8cadad8eee85878", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": true, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/arch", - "type": "directory", - "name": "arch", - "base_name": "arch", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 3, - "dirs_count": 0, - "size_count": 1896, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/arch/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 175, - "sha1": "a7ee5ea54da88a6390e72ff018dd471045d8bbf1", - "md5": "92011414f344e34f711e77bac40e4bc4", - "sha256": "e533accabdc7434f3905ced32c4fba755f707929ad73df6e07172cd5a786e023", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/arch/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1326, - "sha1": "26610e5eab2a17e0fa9ef6ac791f25f77af145af", - "md5": "4ed53ac605f16247ab7d571670f2351d", - "sha256": "b09e2a43e9960d3d28d37d24f10dfbc462a4cb376da54ba571ac9a8874911ed5", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 69.57, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/arch/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups", - "type": "directory", - "name": "JGroups", - "base_name": "JGroups", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 7, - "dirs_count": 1, - "size_count": 4227, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups/src", - "type": "directory", - "name": "src", - "base_name": "src", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 7, - "dirs_count": 0, - "size_count": 4227, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "name": "FixedMembershipToken.java", - "base_name": "FixedMembershipToken", - "extension": ".java", - "size": 1016, - "sha1": "d0d55d2ae0842afee96695bcc8be939e763704ec", - "md5": "301dfe021b3b4076b9f8d49577205b44", - "sha256": "ff6dfac01c9b7ad9fcb5e646db83b482f5f720d981f0ca6c68828c5aa4ec784b", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 79.62, - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "name": "GuardedBy.java", - "base_name": "GuardedBy", - "extension": ".java", - "size": 482, - "sha1": "21ec75514ce72011c4e86c977505c024832c1b63", - "md5": "5165fdeefda7a55c13e44c5e56cac920", - "sha256": "8553411bf58f4ac35fc9e7d6142f11fc2fbef33e50a77f514a253135807afd44", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "cc-by-2.5", - "score": 100.0, - "name": "Creative Commons Attribution License 2.5", - "short_name": "CC-BY-2.5", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/licenses/by/2.5/", - "text_url": "http://creativecommons.org/licenses/by/2.5/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc-by-2.5", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.yml", - "spdx_license_key": "CC-BY-2.5", - "spdx_url": "https://spdx.org/licenses/CC-BY-2.5", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "cc-by-2.5_4.RULE", - "license_expression": "cc-by-2.5", - "licenses": [ - "cc-by-2.5" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 14, - "matched_length": 14, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc-by-2.5" - ], - "percentage_of_license_text": 19.72, - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "name": "ImmutableReference.java", - "base_name": "ImmutableReference", - "extension": ".java", - "size": 1023, - "sha1": "aee1bb33424e7c1264f85c9aad40d43c3738f871", - "md5": "53a91ff66fdc4d812d7656b4e807bfd2", - "sha256": "ec1427fc2f7e322e6a4d5d99f8119310d6586aaaf5b30b2904b4ccd27966e120", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.62, - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "name": "RATE_LIMITER.java", - "base_name": "RATE_LIMITER", - "extension": ".java", - "size": 269, - "sha1": "8da19aa25da421608fbe9f4f5eeb122ab35fd01e", - "md5": "52540f80f5c22d8d13627c57b76d44f4", - "sha256": "c3bcefbbb2706f65410b4bb91d531e2ec461fa4586135becc8865adeca3385c8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "name": "RouterStub.java", - "base_name": "RouterStub", - "extension": ".java", - "size": 153, - "sha1": "c1baa345449b4b91e61886dadea8f1bbea034eb4", - "md5": "a0b4e3f4d679a98d11d75e7e27e894af", - "sha256": "5c0f94fc518daca08e74fd117fef09d6dd090b0fd623a47edde451be3aed28c7", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "name": "RouterStubManager.java", - "base_name": "RouterStubManager", - "extension": ".java", - "size": 1032, - "sha1": "a51c5bbb738c1c1cd1f58c79060fa5ea4d0dd753", - "md5": "cae07c80e6f79864de002700bf9ab02f", - "sha256": "fe96061d23b37c98913379d54c5388cffdc99239807c2caf8c96d7d10321d085", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.12, - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "name": "S3_PING.java", - "base_name": "S3_PING", - "extension": ".java", - "size": 252, - "sha1": "a7a9763832eb31e1f7f7927d6288df284b70c6e5", - "md5": "ffb481f2a0c6262d0f7d1e9a4681a6ca", - "sha256": "5470e41b0bfba6adb43649215df756f1a4a5173ceed6127af1b38801651efde2", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib", - "type": "directory", - "name": "zlib", - "base_name": "zlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 13, - "dirs_count": 5, - "size_count": 7951, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 179, - "sha1": "f98c6c82a570ac852801b46157c1540070d55358", - "md5": "48c4037f16b4670795fdf72e88cc278c", - "sha256": "fc1682e787ccc8d9eb83eb0b1f5acb59d22aa6ce1bff7c749a9dc315237b2240", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/deflate.c", - "type": "file", - "name": "deflate.c", - "base_name": "deflate", - "extension": ".c", - "size": 198, - "sha1": "4b4696c59e245cef0bad7334fdb63725ccfa218c", - "md5": "f11ed826baf25f2bfa9c610313460036", - "sha256": "ef7bf500e1accf7e91352788c92b5c6663bab52e2cd6c42284496518e4a5f054", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 40.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/deflate.h", - "type": "file", - "name": "deflate.h", - "base_name": "deflate", - "extension": ".h", - "size": 165, - "sha1": "a99a71ff971faf49a52ed6f7d3075fdffae8054b", - "md5": "d8821cd288e2be7fd83cdcac22a427ce", - "sha256": "a3c2fa63c7e730bdd008bc07b7d3865dc76781082b77a03d52a918ce1c7d3459", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1103, - "sha1": "85c65180242c560a4df66e9882119bf70eaefd02", - "md5": "07497e2688dad9406386f0534a0bbfca", - "sha256": "64fef1f0a7cd69eae744ad2fa754ee8568a5715588e38b7a3fa6e11eaeaec97e", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 84.21, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/zutil.c", - "type": "file", - "name": "zutil.c", - "base_name": "zutil", - "extension": ".c", - "size": 218, - "sha1": "2e846ef84cfb16e0e8b92c62a850a607a709d7b2", - "md5": "2a0ea6a99e31fb0989209a027476038d", - "sha256": "dc7224c7f079d237acf510ff40282cf6d50352c851d4e2957d227e2a3b57eb4d", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 37.5, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/ada", - "type": "directory", - "name": "ada", - "base_name": "ada", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 2054, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "name": "zlib.ads", - "base_name": "zlib", - "extension": ".ads", - "size": 2054, - "sha1": "93b3e6e5822c350a9c12e69a2848e29767777002", - "md5": "4e58eb393ad904c1de81a9ca5b9e392c", - "sha256": "8e6da5a880c0547bac5b71f0f123164511ae17e3c7d7f424e4ec5b44e1cae731", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "gpl-2.0-plus", - "score": 100.0, - "name": "GNU General Public License 2.0 or later", - "short_name": "GPL 2.0 or later", - "category": "Copyleft", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.yml", - "spdx_license_key": "GPL-2.0-or-later", - "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - }, - { - "key": "ada-linking-exception", - "score": 100.0, - "name": "Ada linking exception to GPL 2.0 or later", - "short_name": "Ada linking exception to GPL 2.0 or later", - "category": "Copyleft Limited", - "is_exception": true, - "is_unknown": false, - "owner": "Dmitriy Anisimkov", - "homepage_url": null, - "text_url": "", - "reference_url": "https://scancode-licensedb.aboutcode.org/ada-linking-exception", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.yml", - "spdx_license_key": "LicenseRef-scancode-ada-linking-exception", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "gpl-2.0-plus WITH ada-linking-exception" - ], - "percentage_of_license_text": 94.12, - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "name": "dotzlib", - "base_name": "dotzlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 2, - "dirs_count": 0, - "size_count": 863, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "name": "AssemblyInfo.cs", - "base_name": "AssemblyInfo", - "extension": ".cs", - "size": 627, - "sha1": "cc7fcb4d721a7efe9eefa6bd2d9d0105d33203a8", - "md5": "dbd621f76cb27e2fd8b8e2d9d985ffcf", - "sha256": "8b257a625c537736ee3ac2321b4ef56ba8a6fa4f922a35b1a0e992f9327d39e9", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "name": "ChecksumImpl.cs", - "base_name": "ChecksumImpl", - "extension": ".cs", - "size": 236, - "sha1": "3043848212232cdde81eb3e20fca7f2447d944be", - "md5": "661652a0568e25d12fc9bfad2fdabfb2", - "sha256": "f3144ba734429b825e22c2f9048412e78c907e0142f2cdc629879b3a0fa63c89", - "mime_type": "text/plain", - "file_type": "UTF-8 Unicode text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "boost-1.0", - "score": 100.0, - "name": "Boost Software License 1.0", - "short_name": "Boost 1.0", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Boost", - "homepage_url": "http://www.boost.org/users/license.html", - "text_url": "http://www.boost.org/LICENSE_1_0.txt", - "reference_url": "https://scancode-licensedb.aboutcode.org/boost-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.yml", - "spdx_license_key": "BSL-1.0", - "spdx_url": "https://spdx.org/licenses/BSL-1.0", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "boost-1.0_21.RULE", - "license_expression": "boost-1.0", - "licenses": [ - "boost-1.0" - ], - "referenced_filenames": [ - "LICENSE_1_0.txt" - ], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 32, - "matched_length": 32, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "boost-1.0" - ], - "percentage_of_license_text": 88.89, - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "name": "gcc_gvmat64", - "base_name": "gcc_gvmat64", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 1774, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "name": "gvmat64.S", - "base_name": "gvmat64", - "extension": ".S", - "size": 1774, - "sha1": "8dff93e95ccef023a871fb438784635b5df1d541", - "md5": "4f0d2f55d43d9466750350f8b27f0302", - "sha256": "1551b8fb1c2f1f3cc92c8e4f31730ebdde0c766caeca6d670a7758b55e3804f3", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "GAS", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 17, - "end_line": 31, - "matched_rule": { - "identifier": "zlib.LICENSE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 132, - "matched_length": 132, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/infback9", - "type": "directory", - "name": "infback9", - "base_name": "infback9", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 2, - "dirs_count": 0, - "size_count": 353, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "name": "infback9.c", - "base_name": "infback9", - "extension": ".c", - "size": 185, - "sha1": "299f7a056cf0e0ed7d5bd687c53f3247d809cab2", - "md5": "d570bd029ee2362f2a0927c87999773b", - "sha256": "03fb435669b57aa90fe00c4dbc12d8492ef87b6243427d1e1831006994ee1f80", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 44.44, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "name": "infback9.h", - "base_name": "infback9", - "extension": ".h", - "size": 168, - "sha1": "c849edb4691d23e0db97d3f5da1cc5b396929449", - "md5": "2913c8ea7fb43a0f469bb2797c820a95", - "sha256": "4f8db049a7156b8a4616a6c9df0b5ee09571f0ac2eb253e111f2fb727fb033ea", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/iostream2", - "type": "directory", - "name": "iostream2", - "base_name": "iostream2", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 649, - "scan_errors": [] - } - ] - }, - { - "files": [ - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "name": "zstream.h", - "base_name": "zstream", - "extension": ".h", - "size": 649, - "sha1": "b7fe15df27e601b88cde6b6a63dad184ccbce572", - "md5": "8b897171ea0767232e586086bc94518c", - "sha256": "ee2eef602cba7c4ba350617f4154de50cb4cbf274c7dd773130aca0775d5d9cd", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "mit-old-style", - "score": 100.0, - "name": "MIT Old Style", - "short_name": "MIT Old Style", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "MIT", - "homepage_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "reference_url": "https://scancode-licensedb.aboutcode.org/mit-old-style", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.yml", - "spdx_license_key": "LicenseRef-scancode-mit-old-style", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "start_line": 9, - "end_line": 15, - "matched_rule": { - "identifier": "mit-old-style_cmr-no_1.RULE", - "license_expression": "mit-old-style", - "licenses": [ - "mit-old-style" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 71, - "matched_length": 71, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "mit-old-style" - ], - "percentage_of_license_text": 79.78, - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] - } -] \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/full_summary/summary_key_files.expected.json b/tests/summarycode/data/summary_legacy/full_summary/summary_key_files.expected.json deleted file mode 100644 index 44f5ea42a73..00000000000 --- a/tests/summarycode/data/summary_legacy/full_summary/summary_key_files.expected.json +++ /dev/null @@ -1,2685 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--classify": true, - "--copyright": true, - "--info": true, - "--json-pp": "", - "--license": true, - "--summary-key-files": true, - "--summary-legacy": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit.", - "The --summary-key-files option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 26 - } - } - ], - "summary": { - "license_expressions": [ - { - "value": "zlib", - "count": 12 - }, - { - "value": "lgpl-2.1-plus", - "count": 3 - }, - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "boost-1.0", - "count": 1 - }, - { - "value": "cc-by-2.5", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - }, - { - "value": "gpl-2.0-plus WITH ada-linking-exception", - "count": 1 - }, - { - "value": "mit-old-style", - "count": 1 - } - ], - "copyrights": [ - { - "value": null, - "count": 6 - }, - { - "value": "Copyright (c) Jean-loup Gailly", - "count": 4 - }, - { - "value": "Copyright (c) Mark Adler", - "count": 4 - }, - { - "value": "Copyright (c) Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Copyright (c) Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Copyright (c) Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Copyright (c) Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Copyright (c) by Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright Henrik Ravn", - "count": 1 - }, - { - "value": "Copyright JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Copyright Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "holders": [ - { - "value": null, - "count": 6 - }, - { - "value": "Jean-loup Gailly", - "count": 4 - }, - { - "value": "Mark Adler", - "count": 4 - }, - { - "value": "Jean-loup Gailly and Mark Adler", - "count": 3 - }, - { - "value": "Henrik Ravn", - "count": 2 - }, - { - "value": "Brian Goetz and Tim Peierls", - "count": 1 - }, - { - "value": "Christian Michelsen Research AS Advanced Computing", - "count": 1 - }, - { - "value": "Dmitriy Anisimkov", - "count": 1 - }, - { - "value": "JBoss Inc., and individual contributors", - "count": 1 - }, - { - "value": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "count": 1 - }, - { - "value": "Red Hat Middleware LLC, and individual contributors", - "count": 1 - }, - { - "value": "Red Hat, Inc. and individual contributors", - "count": 1 - } - ], - "authors": [ - { - "value": null, - "count": 20 - }, - { - "value": "Bela Ban", - "count": 4 - }, - { - "value": "Gilles Vollant", - "count": 1 - }, - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [ - { - "value": "C", - "count": 12 - }, - { - "value": "Java", - "count": 7 - }, - { - "value": "C#", - "count": 2 - }, - { - "value": "GAS", - "count": 1 - } - ] - }, - "summary_of_key_files": { - "license_expressions": [ - { - "value": "artistic-2.0", - "count": 1 - }, - { - "value": "cc0-1.0", - "count": 1 - } - ], - "copyrights": [], - "holders": [], - "authors": [ - { - "value": "name' Isaac Z.", - "count": 1 - } - ], - "programming_language": [] - }, - "files": [ - { - "path": "scan", - "type": "directory", - "name": "scan", - "base_name": "scan", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 26, - "dirs_count": 9, - "size_count": 58647, - "scan_errors": [] - }, - { - "path": "scan/JGroups", - "type": "directory", - "name": "JGroups", - "base_name": "JGroups", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 7, - "dirs_count": 1, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src", - "type": "directory", - "name": "src", - "base_name": "src", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 7, - "dirs_count": 0, - "size_count": 4227, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/FixedMembershipToken.java", - "type": "file", - "name": "FixedMembershipToken.java", - "base_name": "FixedMembershipToken", - "extension": ".java", - "size": 1016, - "sha1": "d0d55d2ae0842afee96695bcc8be939e763704ec", - "md5": "301dfe021b3b4076b9f8d49577205b44", - "sha256": "ff6dfac01c9b7ad9fcb5e646db83b482f5f720d981f0ca6c68828c5aa4ec784b", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 79.62, - "copyrights": [ - { - "copyright": "Copyright 2005, JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "JBoss Inc., and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/GuardedBy.java", - "type": "file", - "name": "GuardedBy.java", - "base_name": "GuardedBy", - "extension": ".java", - "size": 482, - "sha1": "21ec75514ce72011c4e86c977505c024832c1b63", - "md5": "5165fdeefda7a55c13e44c5e56cac920", - "sha256": "8553411bf58f4ac35fc9e7d6142f11fc2fbef33e50a77f514a253135807afd44", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "cc-by-2.5", - "score": 100.0, - "name": "Creative Commons Attribution License 2.5", - "short_name": "CC-BY-2.5", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/licenses/by/2.5/", - "text_url": "http://creativecommons.org/licenses/by/2.5/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc-by-2.5", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-2.5.yml", - "spdx_license_key": "CC-BY-2.5", - "spdx_url": "https://spdx.org/licenses/CC-BY-2.5", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "cc-by-2.5_4.RULE", - "license_expression": "cc-by-2.5", - "licenses": [ - "cc-by-2.5" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 14, - "matched_length": 14, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc-by-2.5" - ], - "percentage_of_license_text": 19.72, - "copyrights": [ - { - "copyright": "Copyright (c) 2005 Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Brian Goetz and Tim Peierls", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [ - { - "author": "Bela Ban", - "start_line": 10, - "end_line": 10 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/ImmutableReference.java", - "type": "file", - "name": "ImmutableReference.java", - "base_name": "ImmutableReference", - "extension": ".java", - "size": 1023, - "sha1": "aee1bb33424e7c1264f85c9aad40d43c3738f871", - "md5": "53a91ff66fdc4d812d7656b4e807bfd2", - "sha256": "ec1427fc2f7e322e6a4d5d99f8119310d6586aaaf5b30b2904b4ccd27966e120", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.62, - "copyrights": [ - { - "copyright": "Copyright 2010, Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat, Inc. and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RATE_LIMITER.java", - "type": "file", - "name": "RATE_LIMITER.java", - "base_name": "RATE_LIMITER", - "extension": ".java", - "size": 269, - "sha1": "8da19aa25da421608fbe9f4f5eeb122ab35fd01e", - "md5": "52540f80f5c22d8d13627c57b76d44f4", - "sha256": "c3bcefbbb2706f65410b4bb91d531e2ec461fa4586135becc8865adeca3385c8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 4, - "end_line": 4 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStub.java", - "type": "file", - "name": "RouterStub.java", - "base_name": "RouterStub", - "extension": ".java", - "size": 153, - "sha1": "c1baa345449b4b91e61886dadea8f1bbea034eb4", - "md5": "a0b4e3f4d679a98d11d75e7e27e894af", - "sha256": "5c0f94fc518daca08e74fd117fef09d6dd090b0fd623a47edde451be3aed28c7", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/RouterStubManager.java", - "type": "file", - "name": "RouterStubManager.java", - "base_name": "RouterStubManager", - "extension": ".java", - "size": 1032, - "sha1": "a51c5bbb738c1c1cd1f58c79060fa5ea4d0dd753", - "md5": "cae07c80e6f79864de002700bf9ab02f", - "sha256": "fe96061d23b37c98913379d54c5388cffdc99239807c2caf8c96d7d10321d085", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "lgpl-2.1-plus", - "score": 100.0, - "name": "GNU Lesser General Public License 2.1 or later", - "short_name": "LGPL 2.1 or later", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.yml", - "spdx_license_key": "LGPL-2.1-or-later", - "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later", - "start_line": 7, - "end_line": 20, - "matched_rule": { - "identifier": "lgpl-2.1-plus_59.RULE", - "license_expression": "lgpl-2.1-plus", - "licenses": [ - "lgpl-2.1-plus" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 125, - "matched_length": 125, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "lgpl-2.1-plus" - ], - "percentage_of_license_text": 78.12, - "copyrights": [ - { - "copyright": "Copyright 2009, Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "holders": [ - { - "holder": "Red Hat Middleware LLC, and individual contributors", - "start_line": 3, - "end_line": 3 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/JGroups/src/S3_PING.java", - "type": "file", - "name": "S3_PING.java", - "base_name": "S3_PING", - "extension": ".java", - "size": 252, - "sha1": "a7a9763832eb31e1f7f7927d6288df284b70c6e5", - "md5": "ffb481f2a0c6262d0f7d1e9a4681a6ca", - "sha256": "5470e41b0bfba6adb43649215df756f1a4a5173ceed6127af1b38801651efde2", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "Java", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "Bela Ban", - "start_line": 3, - "end_line": 3 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/README", - "type": "file", - "name": "README", - "base_name": "README", - "extension": "", - "size": 236, - "sha1": "2e07e32c52d607204fad196052d70e3d18fb8636", - "md5": "effc6856ef85a9250fb1a470792b3f38", - "sha256": "165da86bfdf296cd5a0a3e20c1d1ee86d70ecb8a1fa579d6f8cadad8eee85878", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": true, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch", - "type": "directory", - "name": "arch", - "base_name": "arch", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 3, - "dirs_count": 0, - "size_count": 1896, - "scan_errors": [] - }, - { - "path": "scan/arch/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 175, - "sha1": "a7ee5ea54da88a6390e72ff018dd471045d8bbf1", - "md5": "92011414f344e34f711e77bac40e4bc4", - "sha256": "e533accabdc7434f3905ced32c4fba755f707929ad73df6e07172cd5a786e023", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1326, - "sha1": "26610e5eab2a17e0fa9ef6ac791f25f77af145af", - "md5": "4ed53ac605f16247ab7d571670f2351d", - "sha256": "b09e2a43e9960d3d28d37d24f10dfbc462a4cb376da54ba571ac9a8874911ed5", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 69.57, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/arch/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/cc0-1.0.LICENSE", - "type": "file", - "name": "cc0-1.0.LICENSE", - "base_name": "cc0-1.0", - "extension": ".LICENSE", - "size": 6433, - "sha1": "172444e7c137eb5cd3cae530aca0879c90f7fada", - "md5": "57f047ea87f405486a94bc5a56ba7fcf", - "sha256": "963aabe87f6a51ca9c237669034a9fdecd71df7350eaf30bdf0718f63c5a94f8", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "cc0-1.0", - "score": 99.69, - "name": "Creative Commons CC0 1.0 Universal", - "short_name": "CC0-1.0", - "category": "Public Domain", - "is_exception": false, - "is_unknown": false, - "owner": "Creative Commons", - "homepage_url": "http://creativecommons.org/publicdomain/zero/1.0/", - "text_url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode", - "reference_url": "https://scancode-licensedb.aboutcode.org/cc0-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.yml", - "spdx_license_key": "CC0-1.0", - "spdx_url": "https://spdx.org/licenses/CC0-1.0", - "start_line": 1, - "end_line": 98, - "matched_rule": { - "identifier": "cc0-1.0_155.RULE", - "license_expression": "cc0-1.0", - "licenses": [ - "cc0-1.0" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "3-seq", - "rule_length": 981, - "matched_length": 978, - "match_coverage": 99.69, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "cc0-1.0" - ], - "percentage_of_license_text": 100.0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": true, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/package.json", - "type": "file", - "name": "package.json", - "base_name": "package", - "extension": ".json", - "size": 37904, - "sha1": "dfc6c1274bd31b47d5cc482af0c0dad9d30eccaa", - "md5": "62b51527599b11b32361699c75b05683", - "sha256": "8b54b0b90570e4b0d5b8c8520e4b5a8258ae15849ec1919f57da093f5df84f38", - "mime_type": "application/json", - "file_type": "JSON data", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "artistic-2.0", - "score": 100.0, - "name": "Artistic License 2.0", - "short_name": "Artistic 2.0", - "category": "Copyleft Limited", - "is_exception": false, - "is_unknown": false, - "owner": "Perl Foundation", - "homepage_url": "http://www.perlfoundation.org/", - "text_url": "https://www.perlfoundation.org/artistic_license_2_0", - "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.yml", - "spdx_license_key": "Artistic-2.0", - "spdx_url": "https://spdx.org/licenses/Artistic-2.0", - "start_line": 198, - "end_line": 198, - "matched_rule": { - "identifier": "artistic-2.0_46.RULE", - "license_expression": "artistic-2.0", - "licenses": [ - "artistic-2.0" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 4, - "matched_length": 4, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "artistic-2.0" - ], - "percentage_of_license_text": 0.1, - "copyrights": [], - "holders": [], - "authors": [ - { - "author": "name' Isaac Z.", - "start_line": 16, - "end_line": 17 - } - ], - "is_legal": false, - "is_manifest": true, - "is_readme": false, - "is_top_level": true, - "is_key_file": true, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib", - "type": "directory", - "name": "zlib", - "base_name": "zlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": true, - "is_key_file": false, - "files_count": 13, - "dirs_count": 5, - "size_count": 7951, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada", - "type": "directory", - "name": "ada", - "base_name": "ada", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 2054, - "scan_errors": [] - }, - { - "path": "scan/zlib/ada/zlib.ads", - "type": "file", - "name": "zlib.ads", - "base_name": "zlib", - "extension": ".ads", - "size": 2054, - "sha1": "93b3e6e5822c350a9c12e69a2848e29767777002", - "md5": "4e58eb393ad904c1de81a9ca5b9e392c", - "sha256": "8e6da5a880c0547bac5b71f0f123164511ae17e3c7d7f424e4ec5b44e1cae731", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": null, - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [ - { - "key": "gpl-2.0-plus", - "score": 100.0, - "name": "GNU General Public License 2.0 or later", - "short_name": "GPL 2.0 or later", - "category": "Copyleft", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.yml", - "spdx_license_key": "GPL-2.0-or-later", - "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - }, - { - "key": "ada-linking-exception", - "score": 100.0, - "name": "Ada linking exception to GPL 2.0 or later", - "short_name": "Ada linking exception to GPL 2.0 or later", - "category": "Copyleft Limited", - "is_exception": true, - "is_unknown": false, - "owner": "Dmitriy Anisimkov", - "homepage_url": null, - "text_url": "", - "reference_url": "https://scancode-licensedb.aboutcode.org/ada-linking-exception", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.yml", - "spdx_license_key": "LicenseRef-scancode-ada-linking-exception", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ada-linking-exception.LICENSE", - "start_line": 6, - "end_line": 25, - "matched_rule": { - "identifier": "gpl-2.0-plus_with_ada-linking-exception_1.RULE", - "license_expression": "gpl-2.0-plus WITH ada-linking-exception", - "licenses": [ - "gpl-2.0-plus", - "ada-linking-exception" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 176, - "matched_length": 176, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "gpl-2.0-plus WITH ada-linking-exception" - ], - "percentage_of_license_text": 94.12, - "copyrights": [ - { - "copyright": "Copyright (c) 2002-2004 Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Dmitriy Anisimkov", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/adler32.c", - "type": "file", - "name": "adler32.c", - "base_name": "adler32", - "extension": ".c", - "size": 179, - "sha1": "f98c6c82a570ac852801b46157c1540070d55358", - "md5": "48c4037f16b4670795fdf72e88cc278c", - "sha256": "fc1682e787ccc8d9eb83eb0b1f5acb59d22aa6ce1bff7c749a9dc315237b2240", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 42.86, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2011 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.c", - "type": "file", - "name": "deflate.c", - "base_name": "deflate", - "extension": ".c", - "size": 198, - "sha1": "4b4696c59e245cef0bad7334fdb63725ccfa218c", - "md5": "f11ed826baf25f2bfa9c610313460036", - "sha256": "ef7bf500e1accf7e91352788c92b5c6663bab52e2cd6c42284496518e4a5f054", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 40.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/deflate.h", - "type": "file", - "name": "deflate.h", - "base_name": "deflate", - "extension": ".h", - "size": 165, - "sha1": "a99a71ff971faf49a52ed6f7d3075fdffae8054b", - "md5": "d8821cd288e2be7fd83cdcac22a427ce", - "sha256": "a3c2fa63c7e730bdd008bc07b7d3865dc76781082b77a03d52a918ce1c7d3459", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib", - "type": "directory", - "name": "dotzlib", - "base_name": "dotzlib", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 2, - "dirs_count": 0, - "size_count": 863, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/AssemblyInfo.cs", - "type": "file", - "name": "AssemblyInfo.cs", - "base_name": "AssemblyInfo", - "extension": ".cs", - "size": 627, - "sha1": "cc7fcb4d721a7efe9eefa6bd2d9d0105d33203a8", - "md5": "dbd621f76cb27e2fd8b8e2d9d985ffcf", - "sha256": "8b257a625c537736ee3ac2321b4ef56ba8a6fa4f922a35b1a0e992f9327d39e9", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [ - { - "copyright": "Copyright (c) 2004 by Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 14, - "end_line": 14 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/dotzlib/ChecksumImpl.cs", - "type": "file", - "name": "ChecksumImpl.cs", - "base_name": "ChecksumImpl", - "extension": ".cs", - "size": 236, - "sha1": "3043848212232cdde81eb3e20fca7f2447d944be", - "md5": "661652a0568e25d12fc9bfad2fdabfb2", - "sha256": "f3144ba734429b825e22c2f9048412e78c907e0142f2cdc629879b3a0fa63c89", - "mime_type": "text/plain", - "file_type": "UTF-8 Unicode text, with CRLF line terminators", - "programming_language": "C#", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "boost-1.0", - "score": 100.0, - "name": "Boost Software License 1.0", - "short_name": "Boost 1.0", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Boost", - "homepage_url": "http://www.boost.org/users/license.html", - "text_url": "http://www.boost.org/LICENSE_1_0.txt", - "reference_url": "https://scancode-licensedb.aboutcode.org/boost-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.yml", - "spdx_license_key": "BSL-1.0", - "spdx_url": "https://spdx.org/licenses/BSL-1.0", - "start_line": 4, - "end_line": 5, - "matched_rule": { - "identifier": "boost-1.0_21.RULE", - "license_expression": "boost-1.0", - "licenses": [ - "boost-1.0" - ], - "referenced_filenames": [ - "LICENSE_1_0.txt" - ], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 32, - "matched_length": 32, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "boost-1.0" - ], - "percentage_of_license_text": 88.89, - "copyrights": [ - { - "copyright": "Copyright Henrik Ravn 2004", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Henrik Ravn", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64", - "type": "directory", - "name": "gcc_gvmat64", - "base_name": "gcc_gvmat64", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 1774, - "scan_errors": [] - }, - { - "path": "scan/zlib/gcc_gvmat64/gvmat64.S", - "type": "file", - "name": "gvmat64.S", - "base_name": "gvmat64", - "extension": ".S", - "size": 1774, - "sha1": "8dff93e95ccef023a871fb438784635b5df1d541", - "md5": "4f0d2f55d43d9466750350f8b27f0302", - "sha256": "1551b8fb1c2f1f3cc92c8e4f31730ebdde0c766caeca6d670a7758b55e3804f3", - "mime_type": "text/plain", - "file_type": "ASCII text, with CRLF line terminators", - "programming_language": "GAS", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 17, - "end_line": 31, - "matched_rule": { - "identifier": "zlib.LICENSE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 132, - "matched_length": 132, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly, Brian Raiter and Gilles Vollant", - "start_line": 10, - "end_line": 10 - } - ], - "authors": [ - { - "author": "Gilles Vollant", - "start_line": 12, - "end_line": 12 - } - ], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9", - "type": "directory", - "name": "infback9", - "base_name": "infback9", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 2, - "dirs_count": 0, - "size_count": 353, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.c", - "type": "file", - "name": "infback9.c", - "base_name": "infback9", - "extension": ".c", - "size": 185, - "sha1": "299f7a056cf0e0ed7d5bd687c53f3247d809cab2", - "md5": "d570bd029ee2362f2a0927c87999773b", - "sha256": "03fb435669b57aa90fe00c4dbc12d8492ef87b6243427d1e1831006994ee1f80", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 44.44, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2008 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/infback9/infback9.h", - "type": "file", - "name": "infback9.h", - "base_name": "infback9", - "extension": ".h", - "size": 168, - "sha1": "c849edb4691d23e0db97d3f5da1cc5b396929449", - "md5": "2913c8ea7fb43a0f469bb2797c820a95", - "sha256": "4f8db049a7156b8a4616a6c9df0b5ee09571f0ac2eb253e111f2fb727fb033ea", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 50.0, - "copyrights": [ - { - "copyright": "Copyright (c) 2003 Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Mark Adler", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2", - "type": "directory", - "name": "iostream2", - "base_name": "iostream2", - "extension": "", - "size": 0, - "sha1": null, - "md5": null, - "sha256": null, - "mime_type": null, - "file_type": null, - "programming_language": null, - "is_binary": false, - "is_text": false, - "is_archive": false, - "is_media": false, - "is_source": false, - "is_script": false, - "licenses": [], - "license_expressions": [], - "percentage_of_license_text": 0, - "copyrights": [], - "holders": [], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 1, - "dirs_count": 0, - "size_count": 649, - "scan_errors": [] - }, - { - "path": "scan/zlib/iostream2/zstream.h", - "type": "file", - "name": "zstream.h", - "base_name": "zstream", - "extension": ".h", - "size": 649, - "sha1": "b7fe15df27e601b88cde6b6a63dad184ccbce572", - "md5": "8b897171ea0767232e586086bc94518c", - "sha256": "ee2eef602cba7c4ba350617f4154de50cb4cbf274c7dd773130aca0775d5d9cd", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "mit-old-style", - "score": 100.0, - "name": "MIT Old Style", - "short_name": "MIT Old Style", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "MIT", - "homepage_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style", - "reference_url": "https://scancode-licensedb.aboutcode.org/mit-old-style", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.yml", - "spdx_license_key": "LicenseRef-scancode-mit-old-style", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE", - "start_line": 9, - "end_line": 15, - "matched_rule": { - "identifier": "mit-old-style_cmr-no_1.RULE", - "license_expression": "mit-old-style", - "licenses": [ - "mit-old-style" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 71, - "matched_length": 71, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "mit-old-style" - ], - "percentage_of_license_text": 79.78, - "copyrights": [ - { - "copyright": "Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing", - "start_line": 3, - "end_line": 5 - } - ], - "holders": [ - { - "holder": "Christian Michelsen Research AS Advanced Computing", - "start_line": 4, - "end_line": 5 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zlib.h", - "type": "file", - "name": "zlib.h", - "base_name": "zlib", - "extension": ".h", - "size": 1103, - "sha1": "85c65180242c560a4df66e9882119bf70eaefd02", - "md5": "07497e2688dad9406386f0534a0bbfca", - "sha256": "64fef1f0a7cd69eae744ad2fa754ee8568a5715588e38b7a3fa6e11eaeaec97e", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 6, - "end_line": 23, - "matched_rule": { - "identifier": "zlib_17.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 144, - "matched_length": 144, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 84.21, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly and Mark Adler", - "start_line": 4, - "end_line": 4 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.c", - "type": "file", - "name": "zutil.c", - "base_name": "zutil", - "extension": ".c", - "size": 218, - "sha1": "2e846ef84cfb16e0e8b92c62a850a607a709d7b2", - "md5": "2a0ea6a99e31fb0989209a027476038d", - "sha256": "dc7224c7f079d237acf510ff40282cf6d50352c851d4e2957d227e2a3b57eb4d", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 37.5, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2005, 2010, 2011, 2012 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - }, - { - "path": "scan/zlib/zutil.h", - "type": "file", - "name": "zutil.h", - "base_name": "zutil", - "extension": ".h", - "size": 395, - "sha1": "830fca8d60bd0d0d91f6354d83ec8bf118a20e64", - "md5": "807b91d2bf5e18de555e56de37e487d1", - "sha256": "3980fa5633b16f944641bf2fba3f49b8b9b9de6ffea7be1e142792393bf1a867", - "mime_type": "text/plain", - "file_type": "ASCII text", - "programming_language": "C", - "is_binary": false, - "is_text": true, - "is_archive": false, - "is_media": false, - "is_source": true, - "is_script": false, - "licenses": [ - { - "key": "zlib", - "score": 100.0, - "name": "ZLIB License", - "short_name": "ZLIB License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "zlib", - "homepage_url": "http://www.zlib.net/", - "text_url": "http://www.gzip.org/zlib/zlib_license.html", - "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.yml", - "spdx_license_key": "Zlib", - "spdx_url": "https://spdx.org/licenses/Zlib", - "start_line": 3, - "end_line": 3, - "matched_rule": { - "identifier": "zlib_5.RULE", - "license_expression": "zlib", - "licenses": [ - "zlib" - ], - "referenced_filenames": [ - "zlib.h" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 12, - "matched_length": 12, - "match_coverage": 100.0, - "rule_relevance": 100 - } - } - ], - "license_expressions": [ - "zlib" - ], - "percentage_of_license_text": 20.34, - "copyrights": [ - { - "copyright": "Copyright (c) 1995-2013 Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "holders": [ - { - "holder": "Jean-loup Gailly", - "start_line": 2, - "end_line": 2 - } - ], - "authors": [], - "is_legal": false, - "is_manifest": false, - "is_readme": false, - "is_top_level": false, - "is_key_file": false, - "files_count": 0, - "dirs_count": 0, - "size_count": 0, - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/packages/expected.json b/tests/summarycode/data/summary_legacy/packages/expected.json deleted file mode 100644 index 6f473850f1e..00000000000 --- a/tests/summarycode/data/summary_legacy/packages/expected.json +++ /dev/null @@ -1,1694 +0,0 @@ -{ - "headers": [ - { - "tool_name": "scancode-toolkit", - "options": { - "input": "", - "--json-pp": "", - "--package": true, - "--summary-legacy": true - }, - "notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", - "output_format_version": "2.0.0", - "message": null, - "errors": [], - "warnings": [ - "The --summary-legacy option will be deprecated in a future version of scancode-toolkit." - ], - "extra_data": { - "spdx_license_list_version": "3.16", - "files_count": 3 - } - } - ], - "dependencies": [ - { - "purl": "pkg:npm/%40angular-devkit/build-optimizer", - "extracted_requirement": "^0.0.31", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular-devkit/build-optimizer", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/autoprefixer", - "extracted_requirement": "^7.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/autoprefixer", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/chalk", - "extracted_requirement": "^2.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/chalk", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/chokidar", - "extracted_requirement": "^1.7.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/chokidar", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/clean-css", - "extracted_requirement": "^4.1.9", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/clean-css", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/cross-spawn", - "extracted_requirement": "^5.1.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/cross-spawn", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/express", - "extracted_requirement": "^4.16.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/express", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/fs-extra", - "extracted_requirement": "^4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/fs-extra", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/glob", - "extracted_requirement": "^7.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/glob", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/json-loader", - "extracted_requirement": "^0.5.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/json-loader", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/node-sass", - "extracted_requirement": "^4.5.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/node-sass", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/os-name", - "extracted_requirement": "^2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/os-name", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/postcss", - "extracted_requirement": "^6.0.13", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/postcss", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/proxy-middleware", - "extracted_requirement": "^0.15.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/proxy-middleware", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/reflect-metadata", - "extracted_requirement": "^0.1.10", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/reflect-metadata", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/rollup", - "extracted_requirement": "0.50.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rollup", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/rollup-plugin-commonjs", - "extracted_requirement": "8.2.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rollup-plugin-commonjs", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/rollup-plugin-node-resolve", - "extracted_requirement": "3.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rollup-plugin-node-resolve", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/source-map", - "extracted_requirement": "^0.6.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/source-map", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/tiny-lr", - "extracted_requirement": "^1.0.5", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tiny-lr", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/tslint", - "extracted_requirement": "^5.8.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tslint", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/tslint-eslint-rules", - "extracted_requirement": "^4.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tslint-eslint-rules", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/uglify-es", - "extracted_requirement": "^3.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/uglify-es", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/webpack", - "extracted_requirement": "^3.8.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/webpack", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/ws", - "extracted_requirement": "^3.2.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ws", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/xml2js", - "extracted_requirement": "^0.4.19", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/xml2js", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/animations", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/animations", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/common", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/common", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/compiler", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/compiler", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/compiler-cli", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/compiler-cli", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/core", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/core", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/forms", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/forms", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/http", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/http", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/platform-browser", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/platform-browser", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/platform-browser-dynamic", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/platform-browser-dynamic", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/platform-server", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/platform-server", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40angular/tsc-wrapped", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40angular/tsc-wrapped", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/chokidar", - "extracted_requirement": "^1.7.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/chokidar", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/clean-css", - "extracted_requirement": "^3.4.29", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/clean-css", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/express", - "extracted_requirement": "^4.0.39", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/express", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/fs-extra", - "extracted_requirement": "^4.0.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/fs-extra", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/glob", - "extracted_requirement": "^5.0.30", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/glob", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/jest", - "extracted_requirement": "^21.1.5", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/jest", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/mock-fs", - "extracted_requirement": "^3.6.30", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/mock-fs", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/node", - "extracted_requirement": "^8.0.47", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/node", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/node-sass", - "extracted_requirement": "^3.10.32", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/node-sass", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/rewire", - "extracted_requirement": "^2.5.27", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/rewire", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/webpack", - "extracted_requirement": "^3.0.14", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/webpack", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/%40types/ws", - "extracted_requirement": "^3.2.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/%40types/ws", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/conventional-changelog-cli", - "extracted_requirement": "^1.3.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/conventional-changelog-cli", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/github", - "extracted_requirement": "0.2.4", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/github", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/ionic-cz-conventional-changelog", - "extracted_requirement": "^1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/ionic-cz-conventional-changelog", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/jest", - "extracted_requirement": "^21.2.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/jest", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/mock-fs", - "extracted_requirement": "^4.4.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/mock-fs", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/rewire", - "extracted_requirement": "^2.5.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rewire", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/rimraf", - "extracted_requirement": "^2.6.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rimraf", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/rxjs", - "extracted_requirement": "^5.5.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/rxjs", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/sw-toolbox", - "extracted_requirement": "^3.6.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/sw-toolbox", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/tslint-ionic-rules", - "extracted_requirement": "^0.0.11", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/tslint-ionic-rules", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/typescript", - "extracted_requirement": "~2.3.4", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/typescript", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - }, - { - "purl": "pkg:npm/zone.js", - "extracted_requirement": "^0.8.17", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {}, - "dependency_uuid": "pkg:npm/zone.js", - "for_package": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "lockfile": "scan/scoped1/package.json" - } - ], - "packages": [ - { - "type": "maven", - "namespace": "aopalliance", - "name": "aopalliance", - "version": "1.0", - "qualifiers": {}, - "subpath": null, - "primary_language": "Java", - "description": "AOP alliance\nAOP Alliance", - "release_date": null, - "parties": [], - "keywords": [], - "homepage_url": "http://aopalliance.sourceforge.net", - "download_url": null, - "size": null, - "sha1": null, - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": null, - "code_view_url": null, - "vcs_url": null, - "copyright": null, - "license_expression": "public-domain", - "declared_license": [ - { - "name": "Public Domain", - "url": null, - "comments": null, - "distribution": null - } - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [ - "pkg:maven/aopalliance/aopalliance@1.0?classifier=sources" - ], - "extra_data": {}, - "package_uuid": "pkg:maven/aopalliance/aopalliance@1.0", - "package_data_files": [ - "scan/aopalliance/aopalliance/1.0/aopalliance-1.0.pom" - ], - "files": [ - "scan/aopalliance/aopalliance/1.0/aopalliance-1.0.pom" - ], - "purl": "pkg:maven/aopalliance/aopalliance@1.0", - "repository_homepage_url": "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/", - "repository_download_url": "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar", - "api_data_url": "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom" - }, - { - "type": "freebsd", - "namespace": null, - "name": "dmidecode", - "version": "2.12", - "qualifiers": { - "arch": "freebsd:10:x86:64", - "origin": "sysutils/dmidecode" - }, - "subpath": null, - "primary_language": null, - "description": "Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table\ncontents in a human-readable format. The output contains a description of the\nsystem's hardware components, as well as other useful pieces of information\nsuch as serial numbers and BIOS revision.\n\nWWW: http://www.nongnu.org/dmidecode/", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "maintainer", - "name": null, - "email": "anders@FreeBSD.org", - "url": null - } - ], - "keywords": [ - "sysutils" - ], - "homepage_url": "http://www.nongnu.org/dmidecode/", - "download_url": "https://pkg.freebsd.org/freebsd:10:x86:64/latest/All/dmidecode-2.12.txz", - "size": null, - "sha1": null, - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": null, - "code_view_url": "https://svnweb.freebsd.org/ports/head/sysutils/dmidecode", - "vcs_url": null, - "copyright": null, - "license_expression": "gpl-2.0", - "declared_license": { - "licenses": [ - "GPLv2" - ], - "licenselogic": "single" - }, - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "package_uuid": "pkg:freebsd/dmidecode@2.12?arch=freebsd:10:x86:64&origin=sysutils/dmidecode", - "package_data_files": [ - "scan/freebsd/basic/+COMPACT_MANIFEST" - ], - "files": [ - "scan/freebsd/basic/+COMPACT_MANIFEST" - ], - "purl": "pkg:freebsd/dmidecode@2.12?arch=freebsd:10:x86:64&origin=sysutils/dmidecode", - "repository_homepage_url": null, - "repository_download_url": null, - "api_data_url": null - }, - { - "type": "npm", - "namespace": "@ionic", - "name": "app-scripts", - "version": "3.0.1-201710301651", - "qualifiers": {}, - "subpath": null, - "primary_language": "JavaScript", - "description": "Scripts for Ionic Projects", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "author", - "name": "Ionic Team", - "email": "hi@ionic.io", - "url": "https://ionic.io" - } - ], - "keywords": [], - "homepage_url": "https://ionicframework.com/", - "download_url": "https://registry.npmjs.org/@ionic/app-scripts/-/app-scripts-3.0.1-201710301651.tgz", - "size": null, - "sha1": null, - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": "https://github.com/ionic-team/ionic-app-scripts/issues", - "code_view_url": null, - "vcs_url": "git+https://github.com/ionic-team/ionic-app-scripts.git", - "copyright": null, - "license_expression": "mit", - "declared_license": [ - "MIT" - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "package_uuid": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "package_data_files": [ - "scan/scoped1/package.json" - ], - "files": [ - "scan/scoped1/package.json" - ], - "purl": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "repository_homepage_url": "https://www.npmjs.com/package/@ionic/app-scripts", - "repository_download_url": "https://registry.npmjs.org/@ionic/app-scripts/-/app-scripts-3.0.1-201710301651.tgz", - "api_data_url": "https://registry.npmjs.org/@ionic%2fapp-scripts" - } - ], - "summary": {}, - "files": [ - { - "path": "scan", - "type": "directory", - "package_data": [], - "for_packages": [], - "scan_errors": [] - }, - { - "path": "scan/aopalliance", - "type": "directory", - "package_data": [], - "for_packages": [], - "scan_errors": [] - }, - { - "path": "scan/aopalliance/aopalliance", - "type": "directory", - "package_data": [], - "for_packages": [], - "scan_errors": [] - }, - { - "path": "scan/aopalliance/aopalliance/1.0", - "type": "directory", - "package_data": [], - "for_packages": [], - "scan_errors": [] - }, - { - "path": "scan/aopalliance/aopalliance/1.0/aopalliance-1.0.pom", - "type": "file", - "package_data": [ - { - "type": "maven", - "namespace": "aopalliance", - "name": "aopalliance", - "version": "1.0", - "qualifiers": {}, - "subpath": null, - "primary_language": "Java", - "description": "AOP alliance\nAOP Alliance", - "release_date": null, - "parties": [], - "keywords": [], - "homepage_url": "http://aopalliance.sourceforge.net", - "download_url": null, - "size": null, - "sha1": null, - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": null, - "code_view_url": null, - "vcs_url": null, - "copyright": null, - "license_expression": "public-domain", - "declared_license": [ - { - "name": "Public Domain", - "url": null, - "comments": null, - "distribution": null - } - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [ - "pkg:maven/aopalliance/aopalliance@1.0?classifier=sources" - ], - "extra_data": {}, - "dependencies": [], - "purl": "pkg:maven/aopalliance/aopalliance@1.0", - "repository_homepage_url": "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/", - "repository_download_url": "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar", - "api_data_url": "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom" - } - ], - "for_packages": [ - "pkg:maven/aopalliance/aopalliance@1.0" - ], - "scan_errors": [] - }, - { - "path": "scan/freebsd", - "type": "directory", - "package_data": [], - "for_packages": [], - "scan_errors": [] - }, - { - "path": "scan/freebsd/basic", - "type": "directory", - "package_data": [], - "for_packages": [], - "scan_errors": [] - }, - { - "path": "scan/freebsd/basic/+COMPACT_MANIFEST", - "type": "file", - "package_data": [ - { - "type": "freebsd", - "namespace": null, - "name": "dmidecode", - "version": "2.12", - "qualifiers": { - "arch": "freebsd:10:x86:64", - "origin": "sysutils/dmidecode" - }, - "subpath": null, - "primary_language": null, - "description": "Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table\ncontents in a human-readable format. The output contains a description of the\nsystem's hardware components, as well as other useful pieces of information\nsuch as serial numbers and BIOS revision.\n\nWWW: http://www.nongnu.org/dmidecode/", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "maintainer", - "name": null, - "email": "anders@FreeBSD.org", - "url": null - } - ], - "keywords": [ - "sysutils" - ], - "homepage_url": "http://www.nongnu.org/dmidecode/", - "download_url": "https://pkg.freebsd.org/freebsd:10:x86:64/latest/All/dmidecode-2.12.txz", - "size": null, - "sha1": null, - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": null, - "code_view_url": "https://svnweb.freebsd.org/ports/head/sysutils/dmidecode", - "vcs_url": null, - "copyright": null, - "license_expression": "gpl-2.0", - "declared_license": { - "licenses": [ - "GPLv2" - ], - "licenselogic": "single" - }, - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "dependencies": [], - "purl": "pkg:freebsd/dmidecode@2.12?arch=freebsd:10:x86:64&origin=sysutils/dmidecode", - "repository_homepage_url": null, - "repository_download_url": null, - "api_data_url": null - } - ], - "for_packages": [ - "pkg:freebsd/dmidecode@2.12?arch=freebsd:10:x86:64&origin=sysutils/dmidecode" - ], - "scan_errors": [] - }, - { - "path": "scan/scoped1", - "type": "directory", - "package_data": [], - "for_packages": [], - "scan_errors": [] - }, - { - "path": "scan/scoped1/package.json", - "type": "file", - "package_data": [ - { - "type": "npm", - "namespace": "@ionic", - "name": "app-scripts", - "version": "3.0.1-201710301651", - "qualifiers": {}, - "subpath": null, - "primary_language": "JavaScript", - "description": "Scripts for Ionic Projects", - "release_date": null, - "parties": [ - { - "type": "person", - "role": "author", - "name": "Ionic Team", - "email": "hi@ionic.io", - "url": "https://ionic.io" - } - ], - "keywords": [], - "homepage_url": "https://ionicframework.com/", - "download_url": "https://registry.npmjs.org/@ionic/app-scripts/-/app-scripts-3.0.1-201710301651.tgz", - "size": null, - "sha1": null, - "md5": null, - "sha256": null, - "sha512": null, - "bug_tracking_url": "https://github.com/ionic-team/ionic-app-scripts/issues", - "code_view_url": null, - "vcs_url": "git+https://github.com/ionic-team/ionic-app-scripts.git", - "copyright": null, - "license_expression": "mit", - "declared_license": [ - "MIT" - ], - "notice_text": null, - "contains_source_code": null, - "source_packages": [], - "extra_data": {}, - "dependencies": [ - { - "purl": "pkg:npm/%40angular-devkit/build-optimizer", - "extracted_requirement": "^0.0.31", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/autoprefixer", - "extracted_requirement": "^7.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/chalk", - "extracted_requirement": "^2.3.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/chokidar", - "extracted_requirement": "^1.7.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/clean-css", - "extracted_requirement": "^4.1.9", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/cross-spawn", - "extracted_requirement": "^5.1.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/express", - "extracted_requirement": "^4.16.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/fs-extra", - "extracted_requirement": "^4.0.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/glob", - "extracted_requirement": "^7.1.2", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/json-loader", - "extracted_requirement": "^0.5.7", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/node-sass", - "extracted_requirement": "^4.5.3", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/os-name", - "extracted_requirement": "^2.0.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/postcss", - "extracted_requirement": "^6.0.13", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/proxy-middleware", - "extracted_requirement": "^0.15.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/reflect-metadata", - "extracted_requirement": "^0.1.10", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rollup", - "extracted_requirement": "0.50.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rollup-plugin-commonjs", - "extracted_requirement": "8.2.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rollup-plugin-node-resolve", - "extracted_requirement": "3.0.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/source-map", - "extracted_requirement": "^0.6.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tiny-lr", - "extracted_requirement": "^1.0.5", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tslint", - "extracted_requirement": "^5.8.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tslint-eslint-rules", - "extracted_requirement": "^4.1.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/uglify-es", - "extracted_requirement": "^3.1.6", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/webpack", - "extracted_requirement": "^3.8.1", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ws", - "extracted_requirement": "^3.2.0", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/xml2js", - "extracted_requirement": "^0.4.19", - "scope": "dependencies", - "is_runtime": true, - "is_optional": false, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/animations", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/common", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/compiler", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/compiler-cli", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/core", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/forms", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/http", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/platform-browser", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/platform-browser-dynamic", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/platform-server", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40angular/tsc-wrapped", - "extracted_requirement": "4.4.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/chokidar", - "extracted_requirement": "^1.7.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/clean-css", - "extracted_requirement": "^3.4.29", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/express", - "extracted_requirement": "^4.0.39", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/fs-extra", - "extracted_requirement": "^4.0.3", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/glob", - "extracted_requirement": "^5.0.30", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/jest", - "extracted_requirement": "^21.1.5", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/mock-fs", - "extracted_requirement": "^3.6.30", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/node", - "extracted_requirement": "^8.0.47", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/node-sass", - "extracted_requirement": "^3.10.32", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/rewire", - "extracted_requirement": "^2.5.27", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/webpack", - "extracted_requirement": "^3.0.14", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/%40types/ws", - "extracted_requirement": "^3.2.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/conventional-changelog-cli", - "extracted_requirement": "^1.3.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/github", - "extracted_requirement": "0.2.4", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/ionic-cz-conventional-changelog", - "extracted_requirement": "^1.0.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/jest", - "extracted_requirement": "^21.2.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/mock-fs", - "extracted_requirement": "^4.4.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rewire", - "extracted_requirement": "^2.5.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rimraf", - "extracted_requirement": "^2.6.1", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/rxjs", - "extracted_requirement": "^5.5.2", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/sw-toolbox", - "extracted_requirement": "^3.6.0", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/tslint-ionic-rules", - "extracted_requirement": "^0.0.11", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/typescript", - "extracted_requirement": "~2.3.4", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - }, - { - "purl": "pkg:npm/zone.js", - "extracted_requirement": "^0.8.17", - "scope": "devDependencies", - "is_runtime": false, - "is_optional": true, - "is_resolved": false, - "resolved_package": {} - } - ], - "purl": "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651", - "repository_homepage_url": "https://www.npmjs.com/package/@ionic/app-scripts", - "repository_download_url": "https://registry.npmjs.org/@ionic/app-scripts/-/app-scripts-3.0.1-201710301651.tgz", - "api_data_url": "https://registry.npmjs.org/@ionic%2fapp-scripts" - } - ], - "for_packages": [ - "pkg:npm/%40ionic/app-scripts@3.0.1-201710301651" - ], - "scan_errors": [] - } - ] -} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/packages/scan/aopalliance/aopalliance/1.0/aopalliance-1.0.pom b/tests/summarycode/data/summary_legacy/packages/scan/aopalliance/aopalliance/1.0/aopalliance-1.0.pom deleted file mode 100644 index af3323fdcb4..00000000000 --- a/tests/summarycode/data/summary_legacy/packages/scan/aopalliance/aopalliance/1.0/aopalliance-1.0.pom +++ /dev/null @@ -1,15 +0,0 @@ - - 4.0.0 - aopalliance - aopalliance - AOP alliance - 1.0 - AOP Alliance - http://aopalliance.sourceforge.net - - - - Public Domain - - - \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/packages/scan/freebsd/basic/+COMPACT_MANIFEST b/tests/summarycode/data/summary_legacy/packages/scan/freebsd/basic/+COMPACT_MANIFEST deleted file mode 100644 index 12d92d068fc..00000000000 --- a/tests/summarycode/data/summary_legacy/packages/scan/freebsd/basic/+COMPACT_MANIFEST +++ /dev/null @@ -1 +0,0 @@ -{"name":"dmidecode","origin":"sysutils/dmidecode","version":"2.12","arch":"freebsd:10:x86:64","maintainer":"anders@FreeBSD.org","prefix":"/usr/local","www":"http://www.nongnu.org/dmidecode/","flatsize":188874,"comment":"Tool for dumping DMI (SMBIOS) contents in human-readable format","licenselogic":"single","licenses":["GPLv2"],"desc":"Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table\ncontents in a human-readable format. The output contains a description of the\nsystem's hardware components, as well as other useful pieces of information\nsuch as serial numbers and BIOS revision.\n\nWWW: http://www.nongnu.org/dmidecode/","categories":["sysutils"]} \ No newline at end of file diff --git a/tests/summarycode/data/summary_legacy/packages/scan/scoped1/package.json b/tests/summarycode/data/summary_legacy/packages/scan/scoped1/package.json deleted file mode 100644 index e4b97dc9d21..00000000000 --- a/tests/summarycode/data/summary_legacy/packages/scan/scoped1/package.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "name": "@ionic/app-scripts", - "version": "3.0.1-201710301651", - "description": "Scripts for Ionic Projects", - "homepage": "https://ionicframework.com/", - "author": "Ionic Team (https://ionic.io)", - "license": "MIT", - "files": [ - "bin/", - "config/", - "dist/", - "lab", - "LICENSE", - "README.md" - ], - "bin": { - "ionic-app-scripts": "./bin/ionic-app-scripts.js" - }, - "scripts": { - "build": "npm run clean && tsc && npm run sass", - "build-and-test": "jest", - "changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s", - "clean": "rimraf ./dist", - "github-release": "node ./scripts/create-github-release.js", - "lint": "tslint -c ./tslint.json --project ./tsconfig.json --type-check -t stylish", - "nightly": "npm run build && node ./scripts/publish-nightly.js", - "sass": "node-sass ./src/dev-client/sass/ion-dev.scss --output ./bin/ --output-style compressed", - "sass-watch": "npm run sass && node-sass ./src/dev-client/sass/ion-dev.scss --watch --output ./bin/ --output-style compressed", - "test": "jest", - "watch": "npm run clean && tsc --watch & npm run sass-watch" - }, - "main": "dist/index.js", - "dependencies": { - "@angular-devkit/build-optimizer": "^0.0.31", - "autoprefixer": "^7.1.6", - "chalk": "^2.3.0", - "chokidar": "^1.7.0", - "clean-css": "^4.1.9", - "cross-spawn": "^5.1.0", - "express": "^4.16.2", - "fs-extra": "^4.0.2", - "glob": "^7.1.2", - "json-loader": "^0.5.7", - "node-sass": "^4.5.3", - "os-name": "^2.0.1", - "postcss": "^6.0.13", - "proxy-middleware": "^0.15.0", - "reflect-metadata": "^0.1.10", - "rollup": "0.50.0", - "rollup-plugin-commonjs": "8.2.6", - "rollup-plugin-node-resolve": "3.0.0", - "source-map": "^0.6.1", - "tiny-lr": "^1.0.5", - "tslint": "^5.8.0", - "tslint-eslint-rules": "^4.1.1", - "uglify-es": "^3.1.6", - "webpack": "^3.8.1", - "ws": "^3.2.0", - "xml2js": "^0.4.19" - }, - "devDependencies": { - "@angular/animations": "4.4.3", - "@angular/common": "4.4.3", - "@angular/compiler": "4.4.3", - "@angular/compiler-cli": "4.4.3", - "@angular/core": "4.4.3", - "@angular/forms": "4.4.3", - "@angular/http": "4.4.3", - "@angular/platform-browser": "4.4.3", - "@angular/platform-browser-dynamic": "4.4.3", - "@angular/platform-server": "4.4.3", - "@angular/tsc-wrapped": "4.4.3", - "@types/chokidar": "^1.7.3", - "@types/clean-css": "^3.4.29", - "@types/express": "^4.0.39", - "@types/fs-extra": "^4.0.3", - "@types/glob": "^5.0.30", - "@types/jest": "^21.1.5", - "@types/mock-fs": "^3.6.30", - "@types/node": "^8.0.47", - "@types/node-sass": "^3.10.32", - "@types/rewire": "^2.5.27", - "@types/webpack": "^3.0.14", - "@types/ws": "^3.2.0", - "conventional-changelog-cli": "^1.3.1", - "github": "0.2.4", - "ionic-cz-conventional-changelog": "^1.0.0", - "jest": "^21.2.1", - "mock-fs": "^4.4.2", - "rewire": "^2.5.2", - "rimraf": "^2.6.1", - "rxjs": "^5.5.2", - "sw-toolbox": "^3.6.0", - "tslint-ionic-rules": "^0.0.11", - "typescript": "~2.3.4", - "zone.js": "^0.8.17" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ionic-team/ionic-app-scripts.git" - }, - "bugs": { - "url": "https://github.com/ionic-team/ionic-app-scripts/issues" - }, - "config": { - "commitizen": { - "path": "node_modules/ionic-cz-conventional-changelog" - } - }, - "typings": "dist/index.d.ts", - "jest": { - "testEnvironment": "node", - "moduleFileExtensions": [ - "ts", - "js" - ], - "transform": { - "^.+\\.(ts)$": "/preprocessor.js" - }, - "testRegex": "/src/.*\\.spec\\.(ts|js)$", - "coverageDirectory": "coverage" - } -} \ No newline at end of file diff --git a/tests/summarycode/test_summarizer_legacy.py b/tests/summarycode/test_summarizer_legacy.py deleted file mode 100644 index 317a8706903..00000000000 --- a/tests/summarycode/test_summarizer_legacy.py +++ /dev/null @@ -1,141 +0,0 @@ -# -# Copyright (c) nexB Inc. and others. All rights reserved. -# ScanCode is a trademark of nexB Inc. -# SPDX-License-Identifier: Apache-2.0 -# See http://www.apache.org/licenses/LICENSE-2.0 for the license text. -# See https://github.com/nexB/scancode-toolkit for support or download. -# See https://aboutcode.org for more information about nexB OSS projects. -# - - -from os import path - -import pytest - -from commoncode.testcase import FileDrivenTesting - -from scancode.cli_test_utils import check_json_scan -from scancode.cli_test_utils import check_jsonlines_scan -from scancode.cli_test_utils import run_scan_click -from scancode_config import REGEN_TEST_FIXTURES - - -pytestmark = pytest.mark.scanslow - - -class TestScanSummaryLegacy(FileDrivenTesting): - - test_data_dir = path.join(path.dirname(__file__), 'data') - - def test_copyright_summary_base(self): - test_dir = self.get_test_loc('summary_legacy/copyright_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/copyright_summary/summary.expected.json') - run_scan_click(['-c', '--summary-legacy', '--json-pp', result_file, test_dir]) - check_json_scan(expected_file, result_file, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_copyright_summary_with_details(self): - test_dir = self.get_test_loc('summary_legacy/copyright_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/copyright_summary/summary_details.expected.json') - run_scan_click(['-c', '--summary-with-details', '--json-pp', result_file, test_dir]) - check_json_scan(expected_file, result_file, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_copyright_summary_with_details_plain_json(self): - test_dir = self.get_test_loc('summary_legacy/copyright_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/copyright_summary/summary_details.expected2.json') - run_scan_click(['-c', '--summary-with-details', '--json', result_file, test_dir]) - check_json_scan(expected_file, result_file, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_copyright_summary_does_not_crash(self): - test_dir = self.get_test_loc('summary_legacy/copyright_summary/scan2') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/copyright_summary/summary2.expected.json') - run_scan_click(['-c', '--summary-legacy', '--json-pp', result_file, test_dir]) - check_json_scan(expected_file, result_file, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_full_summary_base(self): - test_dir = self.get_test_loc('summary_legacy/full_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/full_summary/summary.expected.json') - run_scan_click(['-clip', '--summary-legacy', '--json-pp', result_file, test_dir]) - check_json_scan(expected_file, result_file, remove_instance_uuid=True, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_full_summary_with_details(self): - test_dir = self.get_test_loc('summary_legacy/full_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/full_summary/summary_details.expected.json') - run_scan_click(['-clip', '--summary-with-details', '--json-pp', result_file, test_dir]) - check_json_scan(expected_file, result_file, remove_instance_uuid=True, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_copyright_summary_key_files(self): - test_dir = self.get_test_loc('summary_legacy/copyright_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/copyright_summary/summary_key_files.expected.json') - run_scan_click( - ['-c', '-i', '--classify', '--summary-legacy', '--summary-key-files', - '--json-pp', result_file, test_dir]) - - check_json_scan(expected_file, result_file, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_full_summary_key_files(self): - test_dir = self.get_test_loc('summary_legacy/full_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/full_summary/summary_key_files.expected.json') - run_scan_click( - ['-cli', '--classify', '--summary-legacy', '--summary-key-files', - '--json-pp', result_file, test_dir]) - check_json_scan(expected_file, result_file, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_full_summary_key_files_json_lines(self): - test_dir = self.get_test_loc('summary_legacy/full_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/full_summary/summary_key_files-details.expected.json-lines') - run_scan_click( - ['-cli', '--classify', '--summary-legacy', '--summary-key-files', - '--json-lines', result_file, test_dir]) - check_jsonlines_scan(expected_file, result_file, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_full_summary_by_facet(self): - test_dir = self.get_test_loc('summary_legacy/full_summary/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/full_summary/summary_by_facet.expected.json') - run_scan_click([ - '-clpieu', - '--facet', 'dev=*.java', - '--facet', 'dev=*.cs', - '--facet', 'dev=*ada*', - '--facet', 'data=*.S', - '--facet', 'tests=*infback9*', - '--facet', 'docs=*README', - '--summary-legacy', - '--summary-by-facet', - '--json-pp', result_file, test_dir - ]) - check_json_scan(expected_file, result_file, remove_instance_uuid=True, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_end2end_summary_and_classify_works_with_empty_dir_and_empty_values(self): - test_dir = self.extract_test_tar('summary_legacy/end-2-end/bug-1141.tar.gz') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/end-2-end/bug-1141.expected.json') - run_scan_click([ - '-clip', - '--classify', - '--facet', 'dev=*.java', - '--summary-legacy', - '--summary-key-files', - '--json-pp', result_file, test_dir - ]) - check_json_scan(expected_file, result_file, remove_instance_uuid=True, remove_file_date=True, regen=REGEN_TEST_FIXTURES) - - def test_summary_with_packages_reports_packages_with_files(self): - test_dir = self.get_test_loc('summary_legacy/packages/scan') - result_file = self.get_temp_file('json') - expected_file = self.get_test_loc('summary_legacy/packages/expected.json') - run_scan_click([ - '--package', - '--summary-legacy', - '--json-pp', result_file, test_dir - ]) - check_json_scan(expected_file, result_file, remove_instance_uuid=True, remove_file_date=True, regen=REGEN_TEST_FIXTURES)