Skip to content

Instantly share code, notes, and snippets.

@sangheestyle
Last active July 13, 2023 15:36
Show Gist options
  • Save sangheestyle/6d9905450b6cc68a990c637e1a64cffa to your computer and use it in GitHub Desktop.
Save sangheestyle/6d9905450b6cc68a990c637e1a64cffa to your computer and use it in GitHub Desktop.
Using ORT for dependency graph

Requirements should be installed manually. For example, pip install git+https://github.com/nexB/python-inspector should be required for generating dependency graph for python.

$ ./cli/build/install/ort/bin/ort requirements

After installation, analyze will generate dependency graph for python, node, and etc.

$ ./cli/build/install/ort/bin/ort --info analyze -f JSON -i ../test-oss-analyzer -o ../analyzer

Please find dependency_graphs in analyzer-result.json for checking dependency_graphs. PIP(python) and PNPM(node) are there for this turn.

Info: Here is the output of ort requirements on my local.

% ./cli/build/install/ort/bin/ort requirements                        (main)ort
 ______________________________
/        \_______   \__    ___/ The OSS Review Toolkit, version dc870389cd.
|    |   | |       _/ |    |
|    |   | |    |   \ |    |    Running 'requirements' as 'sanghee' under Java 16.0.1 on Mac OS X
\________/ |____|___/ |____|    with 10 CPUs and a maximum of 8192 MiB of memory.

Environment variables:
ORT_CONFIG_DIR = /Users/sanghee/.ort/config
ORT_DATA_DIR = /Users/sanghee/.ort
SHELL = /bin/zsh
TERM = xterm-256color

Looking for ORT configuration in the following file:
	/Users/sanghee/.ort/config/config.yml (does not exist)

Scanners:
	- Askalono: Requires 'askalono' in no specific version. Tool not found.
	- BoyterLc: Requires 'lc' in no specific version. Tool not found.
	- Licensee: Requires 'licensee' in no specific version. Tool not found.
	- ScanCode: Requires 'scancode' in version >=3.0.0. Tool not found.

PackageManagers:
	- Bower: Requires 'bower' in version >=1.8.8. Tool not found.
	* Cargo: Requires 'cargo' in no specific version. Found version 1.57.0.
	* CocoaPods: Requires 'pod' in version >=1.11.0. Found version 1.12.1.
	- Composer: Requires 'composer' in version >=1.5.0. Tool not found.
	- Conan: Requires 'conan' in version >=1.18.0. Tool not found.
	- GoDep: Requires 'dep' in no specific version. Tool not found.
	* GoMod: Requires 'go' in version >=1.19.0. Found version 1.20.5.
	* Npm: Requires 'npm' in version >=6.0.0 and <9.0.0. Found version 8.19.4.
	- Pipenv: Requires 'pipenv' in version >=2018.10.9. Tool not found.
	+ Pnpm: Requires 'pnpm' in version >=5.0.0 and <8.0.0. Found version 8.4.0.
	- Poetry: Requires 'poetry' in no specific version. Tool not found.
	- Pub: Requires 'dart' in version >=2.10.0. Tool not found.
	- Sbt: Requires 'sbt' in version >=0.13.0. Tool not found.
	* Spm: Requires 'swift' in no specific version. Found version 5.8.1.
	- Stack: Requires 'stack' in version >=2.1.1. Tool not found.
	- Yarn: Requires 'yarn' in version >=1.3.0 and <1.23.0. Tool not found.

VersionControlSystems:
	* Git: Requires 'git' in version >=2.29.0. Found version 2.40.0.
	- GitRepo: Requires 'repo' in no specific version. Tool not found.

Other tools:
	- MercurialCommand: Requires 'hg' in no specific version. Tool not found.
	- NuGetInspector: Requires 'nuget-inspector' in no specific version. Tool not found.
	* PythonInspector: Requires 'python-inspector' in version >=0.9.2. Found version 0.9.7.

Prefix legend:
	- The tool was not found in the PATH environment.
	+ The tool was found in the PATH environment, but not in the required version.
	* The tool was found in the PATH environment in the required version.

ScanCode license texts not found.

Not all tools were found in their required versions.

TODO:

{
"repository" : {
"vcs" : {
"type" : "Git",
"url" : "git@github.com:sangheestyle/test-oss-analyzer.git",
"revision" : "c4fdc7a8fbdbb9c14dbf9a54da93c78fbc001d52",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "ssh://git@github.com/sangheestyle/test-oss-analyzer.git",
"revision" : "c4fdc7a8fbdbb9c14dbf9a54da93c78fbc001d52",
"path" : ""
},
"config" : { }
},
"analyzer" : {
"start_time" : "2023-07-13T15:24:31.025944Z",
"end_time" : "2023-07-13T15:25:23.711794Z",
"environment" : {
"ort_version" : "dc870389cd",
"java_version" : "16.0.1",
"os" : "Mac OS X",
"processors" : 10,
"max_memory" : 8589934592,
"variables" : {
"SHELL" : "/bin/zsh",
"TERM" : "xterm-256color"
},
"tool_versions" : {
"PNPM" : "8.4.0"
}
},
"config" : {
"allow_dynamic_versions" : false,
"skip_excluded" : false
},
"result" : {
"projects" : [ {
"id" : "PIP::python:c4fdc7a8fbdbb9c14dbf9a54da93c78fbc001d52",
"definition_file_path" : "python/requirements.txt",
"declared_licenses" : [ ],
"declared_licenses_processed" : { },
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "ssh://git@github.com/sangheestyle/test-oss-analyzer.git",
"revision" : "c4fdc7a8fbdbb9c14dbf9a54da93c78fbc001d52",
"path" : "python"
},
"homepage_url" : "",
"scope_names" : [ "install" ]
}, {
"id" : "PNPM::test-oss-analyzer:0.0.1",
"definition_file_path" : "js/package.json",
"declared_licenses" : [ ],
"declared_licenses_processed" : { },
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "ssh://git@github.com/sangheestyle/test-oss-analyzer.git",
"revision" : "c4fdc7a8fbdbb9c14dbf9a54da93c78fbc001d52",
"path" : "js"
},
"homepage_url" : "",
"scope_names" : [ "devDependencies" ]
}, {
"id" : "Unmanaged::test-oss-analyzer:c4fdc7a8fbdbb9c14dbf9a54da93c78fbc001d52",
"definition_file_path" : "",
"declared_licenses" : [ ],
"declared_licenses_processed" : { },
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "git@github.com:sangheestyle/test-oss-analyzer.git",
"revision" : "c4fdc7a8fbdbb9c14dbf9a54da93c78fbc001d52",
"path" : ""
},
"homepage_url" : "",
"scope_names" : [ ]
} ],
"packages" : [ {
"id" : "NPM::acorn:8.10.0",
"purl" : "pkg:npm/acorn@8.10.0",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "ECMAScript parser",
"homepage_url" : "https://github.com/acornjs/acorn",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
"hash" : {
"value" : "8be5b3907a67221a81ab23c7889c4c5526b62ec5",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/acornjs/acorn.git",
"revision" : "8da1fdd1918c9a9a5748501017262ce18bb2f2cc",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/acornjs/acorn.git",
"revision" : "8da1fdd1918c9a9a5748501017262ce18bb2f2cc",
"path" : ""
}
}, {
"id" : "NPM::anymatch:3.1.3",
"purl" : "pkg:npm/anymatch@3.1.3",
"authors" : [ "Elan Shanker" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Matches strings against configurable strings, globs, regular expressions, and/or functions",
"homepage_url" : "https://github.com/micromatch/anymatch",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"hash" : {
"value" : "790c58b19ba1720a84205b57c618d5ad8524973e",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/micromatch/anymatch.git",
"revision" : "cbd278e43710eaf325d2061fa11aefd127c509be",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/micromatch/anymatch.git",
"revision" : "cbd278e43710eaf325d2061fa11aefd127c509be",
"path" : ""
}
}, {
"id" : "NPM::aria-query:5.3.0",
"purl" : "pkg:npm/aria-query@5.3.0",
"authors" : [ "Jesse Beach" ],
"declared_licenses" : [ "Apache-2.0" ],
"declared_licenses_processed" : {
"spdx_expression" : "Apache-2.0"
},
"description" : "Programmatic access to the ARIA specification",
"homepage_url" : "https://github.com/A11yance/aria-query#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
"hash" : {
"value" : "650c569e41ad90b51b3d7df5e5eed1c7549c103e",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/A11yance/aria-query.git",
"revision" : "fff6f07c714e8048f4fe084cec74f24248e5673d",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/A11yance/aria-query.git",
"revision" : "fff6f07c714e8048f4fe084cec74f24248e5673d",
"path" : ""
}
}, {
"id" : "NPM::axobject-query:3.2.1",
"purl" : "pkg:npm/axobject-query@3.2.1",
"authors" : [ "Jesse Beach" ],
"declared_licenses" : [ "Apache-2.0" ],
"declared_licenses_processed" : {
"spdx_expression" : "Apache-2.0"
},
"description" : "Programmatic access to information about the AXObject Model",
"homepage_url" : "https://github.com/A11yance/axobject-query#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
"hash" : {
"value" : "39c378a6e3b06ca679f29138151e45b2b32da62a",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/A11yance/axobject-query.git",
"revision" : "8eecfc47a7768ff846d8e2567d2bc7e9211642c3",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/A11yance/axobject-query.git",
"revision" : "8eecfc47a7768ff846d8e2567d2bc7e9211642c3",
"path" : ""
}
}, {
"id" : "NPM::balanced-match:1.0.2",
"purl" : "pkg:npm/balanced-match@1.0.2",
"authors" : [ "Julian Gruber" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Match balanced character pairs, like \"{\" and \"}\"",
"homepage_url" : "https://github.com/juliangruber/balanced-match",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"hash" : {
"value" : "e83e3a7e3f300b34cb9d87f615fa0cbf357690ee",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/juliangruber/balanced-match.git",
"revision" : "c7412e09b95d6ad97fd1e2996f6adca7626a9ae8",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/juliangruber/balanced-match.git",
"revision" : "c7412e09b95d6ad97fd1e2996f6adca7626a9ae8",
"path" : ""
}
}, {
"id" : "NPM::binary-extensions:2.2.0",
"purl" : "pkg:npm/binary-extensions@2.2.0",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "List of binary file extensions",
"homepage_url" : "https://github.com/sindresorhus/binary-extensions#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
"hash" : {
"value" : "75f502eeaf9ffde42fc98829645be4ea76bd9e2d",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/binary-extensions.git",
"revision" : "40e44b510d87a63dcf42300bc8fbcb105f45a61c",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/binary-extensions.git",
"revision" : "40e44b510d87a63dcf42300bc8fbcb105f45a61c",
"path" : ""
}
}, {
"id" : "NPM::brace-expansion:1.1.11",
"purl" : "pkg:npm/brace-expansion@1.1.11",
"authors" : [ "Julian Gruber" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Brace expansion as known from sh/bash",
"homepage_url" : "https://github.com/juliangruber/brace-expansion",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"hash" : {
"value" : "3c7fcbf529d87226f3d2f52b966ff5271eb441dd",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/juliangruber/brace-expansion.git",
"revision" : "01a21de7441549d26ac0c0a9ff91385d16e5c21c",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/juliangruber/brace-expansion.git",
"revision" : "01a21de7441549d26ac0c0a9ff91385d16e5c21c",
"path" : ""
}
}, {
"id" : "NPM::braces:3.0.2",
"purl" : "pkg:npm/braces@3.0.2",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
"homepage_url" : "https://github.com/micromatch/braces",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
"hash" : {
"value" : "3454e1a462ee8d599e236df336cd9ea4f8afe107",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/micromatch/braces.git",
"revision" : "25791512d219b284bd62bb068cae85d8e68bd05b",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/micromatch/braces.git",
"revision" : "25791512d219b284bd62bb068cae85d8e68bd05b",
"path" : ""
}
}, {
"id" : "NPM::buffer-crc32:0.2.13",
"purl" : "pkg:npm/buffer-crc32@0.2.13",
"authors" : [ "Brian J. Brennan" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A pure javascript CRC32 algorithm that plays nice with binary data",
"homepage_url" : "https://github.com/brianloveswords/buffer-crc32",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"hash" : {
"value" : "0d333e3f00eac50aa1454abd30ef8c2a5d9a7242",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/brianloveswords/buffer-crc32.git",
"revision" : "e9b66c7356f4ea6f7c2f89d51160a1ef6117849f",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/brianloveswords/buffer-crc32.git",
"revision" : "e9b66c7356f4ea6f7c2f89d51160a1ef6117849f",
"path" : ""
}
}, {
"id" : "NPM::busboy:1.6.0",
"purl" : "pkg:npm/busboy@1.6.0",
"authors" : [ "Brian White" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A streaming parser for HTML form data for node.js",
"homepage_url" : "https://github.com/mscdex/busboy#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
"hash" : {
"value" : "966ea36a9502e43cdb9146962523b92f531f6893",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+ssh://git@github.com/mscdex/busboy.git",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "ssh://git@github.com/mscdex/busboy.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "NPM::callsites:3.1.0",
"purl" : "pkg:npm/callsites@3.1.0",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Get callsites from the V8 stack trace API",
"homepage_url" : "https://github.com/sindresorhus/callsites#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
"hash" : {
"value" : "b3630abd8943432f54b3f0519238e33cd7df2f73",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/callsites.git",
"revision" : "f89815af2e0255094283c86977f1e679a8fb411b",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/callsites.git",
"revision" : "f89815af2e0255094283c86977f1e679a8fb411b",
"path" : ""
}
}, {
"id" : "NPM::chokidar:3.5.3",
"purl" : "pkg:npm/chokidar@3.5.3",
"authors" : [ "Paul Miller" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Minimal and efficient cross-platform file watching library",
"homepage_url" : "https://github.com/paulmillr/chokidar",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
"hash" : {
"value" : "1cf37c8707b932bd1af1ae22c0432e2acd1903bd",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/paulmillr/chokidar.git",
"revision" : "4804aba7377baa3e1e22265619c06d374b167fcf",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/paulmillr/chokidar.git",
"revision" : "4804aba7377baa3e1e22265619c06d374b167fcf",
"path" : ""
}
}, {
"id" : "NPM::code-red:1.0.3",
"purl" : "pkg:npm/code-red@1.0.3",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "code-red",
"homepage_url" : "https://github.com/Rich-Harris/code-red#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/code-red/-/code-red-1.0.3.tgz",
"hash" : {
"value" : "bbd3b0a27dc53c9af13f6756120a9dbcdd68a5f2",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/Rich-Harris/code-red.git",
"revision" : "6e2a690e4303700de88abc7e6a5b75c318f9108d",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/Rich-Harris/code-red.git",
"revision" : "6e2a690e4303700de88abc7e6a5b75c318f9108d",
"path" : ""
}
}, {
"id" : "NPM::concat-map:0.0.1",
"purl" : "pkg:npm/concat-map@0.0.1",
"authors" : [ "James Halliday" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "concatenative mapdashery",
"homepage_url" : "https://github.com/substack/node-concat-map",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"hash" : {
"value" : "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/substack/node-concat-map.git",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/substack/node-concat-map.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "NPM::cookie:0.5.0",
"purl" : "pkg:npm/cookie@0.5.0",
"authors" : [ "Roman Shtylman" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "HTTP server cookie parsing and serialization",
"homepage_url" : "https://github.com/jshttp/cookie#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"hash" : {
"value" : "d1f5d71adec6558c58f389987c366aa47e994f8b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jshttp/cookie.git",
"revision" : "663c9aeb85c9e046ff2ad2cdec631afdd40a7965",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jshttp/cookie.git",
"revision" : "663c9aeb85c9e046ff2ad2cdec631afdd40a7965",
"path" : ""
}
}, {
"id" : "NPM::css-tree:2.3.1",
"purl" : "pkg:npm/css-tree@2.3.1",
"authors" : [ "Roman Dvornov" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
"homepage_url" : "https://github.com/csstree/csstree#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
"hash" : {
"value" : "10264ce1e5442e8572fc82fbe490644ff54b5c20",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/csstree/csstree.git",
"revision" : "593bf37cedfbc052ad0890a6ee851510034ad437",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/csstree/csstree.git",
"revision" : "593bf37cedfbc052ad0890a6ee851510034ad437",
"path" : ""
}
}, {
"id" : "NPM::debug:4.3.4",
"purl" : "pkg:npm/debug@4.3.4",
"authors" : [ "Josh Junon" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Lightweight debugging utility for Node.js and the browser",
"homepage_url" : "https://github.com/debug-js/debug#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"hash" : {
"value" : "1319f6579357f2338d3337d2cdd4914bb5dcc865",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/debug-js/debug.git",
"revision" : "da66c86c5fd71ef570f36b5b1edfa4472149f1bc",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/debug-js/debug.git",
"revision" : "da66c86c5fd71ef570f36b5b1edfa4472149f1bc",
"path" : ""
}
}, {
"id" : "NPM::deepmerge:4.3.1",
"purl" : "pkg:npm/deepmerge@4.3.1",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A library for deep (recursive) merging of Javascript objects",
"homepage_url" : "https://github.com/TehShrike/deepmerge",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
"hash" : {
"value" : "44b5f2147cd3b00d4b56137685966f26fd25dd4a",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/TehShrike/deepmerge.git",
"revision" : "5b87756a5671635679001cbac72aa42f23472c81",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/TehShrike/deepmerge.git",
"revision" : "5b87756a5671635679001cbac72aa42f23472c81",
"path" : ""
}
}, {
"id" : "NPM::dequal:2.0.3",
"purl" : "pkg:npm/dequal@2.0.3",
"authors" : [ "Luke Edwards" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A tiny (304B to 489B) utility for check for deep equality",
"homepage_url" : "https://github.com/lukeed/dequal#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
"hash" : {
"value" : "2644214f1997d39ed0ee0ece72335490a7ac67be",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/lukeed/dequal.git",
"revision" : "37d4f27de03fa6264e406cd03288cec8255fca4c",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/lukeed/dequal.git",
"revision" : "37d4f27de03fa6264e406cd03288cec8255fca4c",
"path" : ""
}
}, {
"id" : "NPM::detect-indent:6.1.0",
"purl" : "pkg:npm/detect-indent@6.1.0",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Detect the indentation of code",
"homepage_url" : "https://github.com/sindresorhus/detect-indent#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz",
"hash" : {
"value" : "592485ebbbf6b3b1ab2be175c8393d04ca0d57e6",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/detect-indent.git",
"revision" : "30044e44e9f29104a04a1b5fc94dbf60b27eaa1b",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/detect-indent.git",
"revision" : "30044e44e9f29104a04a1b5fc94dbf60b27eaa1b",
"path" : ""
}
}, {
"id" : "NPM::devalue:4.3.2",
"purl" : "pkg:npm/devalue@4.3.2",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Gets the job done when JSON.stringify can't",
"homepage_url" : "https://github.com/Rich-Harris/devalue#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/devalue/-/devalue-4.3.2.tgz",
"hash" : {
"value" : "cc44e4cf3872ac5a78229fbce3b77e57032727b5",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/Rich-Harris/devalue.git",
"revision" : "50af63e2b2c648f6e6ea29904a14faac25a581fc",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/Rich-Harris/devalue.git",
"revision" : "50af63e2b2c648f6e6ea29904a14faac25a581fc",
"path" : ""
}
}, {
"id" : "NPM::es6-promise:3.3.1",
"purl" : "pkg:npm/es6-promise@3.3.1",
"authors" : [ "Yehuda Katz, Tom Dale, Stefan Penner and contributors" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A lightweight library that provides tools for organizing asynchronous code",
"homepage_url" : "https://github.com/stefanpenner/es6-promise#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz",
"hash" : {
"value" : "a08cdde84ccdbf34d027a1451bc91d4bcd28a613",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/stefanpenner/es6-promise.git",
"revision" : "00ad48b202aab74683b440868c20ad12106d0437",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/stefanpenner/es6-promise.git",
"revision" : "00ad48b202aab74683b440868c20ad12106d0437",
"path" : ""
}
}, {
"id" : "NPM::esbuild:0.17.19",
"purl" : "pkg:npm/esbuild@0.17.19",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "An extremely fast JavaScript and CSS bundler and minifier.",
"homepage_url" : "https://github.com/evanw/esbuild#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz",
"hash" : {
"value" : "087a727e98299f0462a3d0bcdd9cd7ff100bd955",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/evanw/esbuild.git",
"revision" : "d47ab43980c457db27d2671ab618cd5c40a618a7",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/evanw/esbuild.git",
"revision" : "d47ab43980c457db27d2671ab618cd5c40a618a7",
"path" : ""
}
}, {
"id" : "NPM::esm-env:1.0.0",
"purl" : "pkg:npm/esm-env@1.0.0",
"authors" : [ "Ben McCann" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Uses export conditions to return environment information in a way that works with major bundlers and runtimes.",
"homepage_url" : "https://github.com/benmccann/esm-env",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/esm-env/-/esm-env-1.0.0.tgz",
"hash" : {
"value" : "b124b40b180711690a4cb9b00d16573391950413",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/benmccann/esm-env.git",
"revision" : "bddcec345fe2c4f0779a590d389320f4ec60ba2b",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/benmccann/esm-env.git",
"revision" : "bddcec345fe2c4f0779a590d389320f4ec60ba2b",
"path" : ""
}
}, {
"id" : "NPM::estree-walker:3.0.3",
"purl" : "pkg:npm/estree-walker@3.0.3",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Traverse an ESTree-compliant AST",
"homepage_url" : "https://github.com/Rich-Harris/estree-walker#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
"hash" : {
"value" : "67c3e549ec402a487b4fc193d1953a524752340d",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/Rich-Harris/estree-walker.git",
"revision" : "baab849875bee41211bd60493eaad88cfaee1620",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/Rich-Harris/estree-walker.git",
"revision" : "baab849875bee41211bd60493eaad88cfaee1620",
"path" : ""
}
}, {
"id" : "NPM::fast-glob:3.3.0",
"purl" : "pkg:npm/fast-glob@3.3.0",
"authors" : [ "Denis Malinochkin" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "It's a very fast and efficient glob library for Node.js",
"homepage_url" : "https://github.com/mrmlnc/fast-glob#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz",
"hash" : {
"value" : "7c40cb491e1e2ed5664749e87bfb516dbe8727c0",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/mrmlnc/fast-glob.git",
"revision" : "af2e35d1970c34d4b899bb08d9147e93649e25d6",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/mrmlnc/fast-glob.git",
"revision" : "af2e35d1970c34d4b899bb08d9147e93649e25d6",
"path" : ""
}
}, {
"id" : "NPM::fastq:1.15.0",
"purl" : "pkg:npm/fastq@1.15.0",
"authors" : [ "Matteo Collina" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Fast, in memory work queue",
"homepage_url" : "https://github.com/mcollina/fastq#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
"hash" : {
"value" : "d04d07c6a2a68fe4599fea8d2e103a937fae6b3a",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/mcollina/fastq.git",
"revision" : "776e916fd7e60c4af03f979f5dc1c550e7734087",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/mcollina/fastq.git",
"revision" : "776e916fd7e60c4af03f979f5dc1c550e7734087",
"path" : ""
}
}, {
"id" : "NPM::fill-range:7.0.1",
"purl" : "pkg:npm/fill-range@7.0.1",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
"homepage_url" : "https://github.com/jonschlinkert/fill-range",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
"hash" : {
"value" : "1919a6a7c75fe38b2c7c77e5198535da9acdda40",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jonschlinkert/fill-range.git",
"revision" : "39f421b499d5c97b62e955c179fa34c062aab2a5",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jonschlinkert/fill-range.git",
"revision" : "39f421b499d5c97b62e955c179fa34c062aab2a5",
"path" : ""
}
}, {
"id" : "NPM::fs.realpath:1.0.0",
"purl" : "pkg:npm/fs.realpath@1.0.0",
"authors" : [ "Isaac Z. Schlueter" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
"homepage_url" : "https://github.com/isaacs/fs.realpath#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"hash" : {
"value" : "1504ad2523158caa40db4a2787cb01411994ea4f",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/isaacs/fs.realpath.git",
"revision" : "03e7c884431fe185dfebbc9b771aeca339c1807a",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/isaacs/fs.realpath.git",
"revision" : "03e7c884431fe185dfebbc9b771aeca339c1807a",
"path" : ""
}
}, {
"id" : "NPM::fsevents:2.3.2",
"purl" : "pkg:npm/fsevents@2.3.2",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Native Access to MacOS FSEvents",
"homepage_url" : "https://github.com/fsevents/fsevents",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"hash" : {
"value" : "8a526f78b8fdf4623b709e0b975c52c24c02fd1a",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/fsevents/fsevents.git",
"revision" : "a7f5d00939b74e141a73131468c4ce48ee0f2197",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/fsevents/fsevents.git",
"revision" : "a7f5d00939b74e141a73131468c4ce48ee0f2197",
"path" : ""
}
}, {
"id" : "NPM::glob:7.2.3",
"purl" : "pkg:npm/glob@7.2.3",
"authors" : [ "Isaac Z. Schlueter" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "a little globber",
"homepage_url" : "https://github.com/isaacs/node-glob#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"hash" : {
"value" : "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/isaacs/node-glob.git",
"revision" : "c3cd57ae128faa0e9190492acc743bb779ac4054",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/isaacs/node-glob.git",
"revision" : "c3cd57ae128faa0e9190492acc743bb779ac4054",
"path" : ""
}
}, {
"id" : "NPM::glob-parent:5.1.2",
"purl" : "pkg:npm/glob-parent@5.1.2",
"authors" : [ "Gulp Team" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Extract the non-magic parent path from a glob string.",
"homepage_url" : "https://github.com/gulpjs/glob-parent#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"hash" : {
"value" : "869832c58034fe68a4093c17dc15e8340d8401c4",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/gulpjs/glob-parent.git",
"revision" : "eb2c439de448c779b450472e591a2bc9e37e9668",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/gulpjs/glob-parent.git",
"revision" : "eb2c439de448c779b450472e591a2bc9e37e9668",
"path" : ""
}
}, {
"id" : "NPM::graceful-fs:4.2.11",
"purl" : "pkg:npm/graceful-fs@4.2.11",
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "A drop-in replacement for fs, making various improvements.",
"homepage_url" : "https://github.com/isaacs/node-graceful-fs#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
"hash" : {
"value" : "4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/isaacs/node-graceful-fs.git",
"revision" : "514861c372899df14beb7aaecca4cdbb498d7d11",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/isaacs/node-graceful-fs.git",
"revision" : "514861c372899df14beb7aaecca4cdbb498d7d11",
"path" : ""
}
}, {
"id" : "NPM::import-fresh:3.3.0",
"purl" : "pkg:npm/import-fresh@3.3.0",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Import a module while bypassing the cache",
"homepage_url" : "https://github.com/sindresorhus/import-fresh#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
"hash" : {
"value" : "37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/import-fresh.git",
"revision" : "f1dddc06da4f1cdfb44a3aaba1f2c353c00dea02",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/import-fresh.git",
"revision" : "f1dddc06da4f1cdfb44a3aaba1f2c353c00dea02",
"path" : ""
}
}, {
"id" : "NPM::import-meta-resolve:3.0.0",
"purl" : "pkg:npm/import-meta-resolve@3.0.0",
"authors" : [ "Titus Wormer" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Resolve things like Node.js — ponyfill for `import.meta.resolve`",
"homepage_url" : "https://github.com/wooorm/import-meta-resolve#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.0.0.tgz",
"hash" : {
"value" : "94a6aabc623874fbc2f3525ec1300db71c6cbc11",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/wooorm/import-meta-resolve.git",
"revision" : "4db9f0f67f67cbff10830e35674d2e30688dc311",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/wooorm/import-meta-resolve.git",
"revision" : "4db9f0f67f67cbff10830e35674d2e30688dc311",
"path" : ""
}
}, {
"id" : "NPM::inflight:1.0.6",
"purl" : "pkg:npm/inflight@1.0.6",
"authors" : [ "Isaac Z. Schlueter" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Add callbacks to requests in flight to avoid async duplication",
"homepage_url" : "https://github.com/isaacs/inflight",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"hash" : {
"value" : "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/npm/inflight.git",
"revision" : "a547881738c8f57b27795e584071d67cf6ac1a57",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/npm/inflight.git",
"revision" : "a547881738c8f57b27795e584071d67cf6ac1a57",
"path" : ""
}
}, {
"id" : "NPM::inherits:2.0.4",
"purl" : "pkg:npm/inherits@2.0.4",
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"homepage_url" : "https://github.com/isaacs/inherits#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"hash" : {
"value" : "0fa2c64f932917c3433a0ded55363aae37416b7c",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/isaacs/inherits.git",
"revision" : "9a2c29400c6d491e0b7beefe0c32efa3b462545d",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/isaacs/inherits.git",
"revision" : "9a2c29400c6d491e0b7beefe0c32efa3b462545d",
"path" : ""
}
}, {
"id" : "NPM::is-binary-path:2.1.0",
"purl" : "pkg:npm/is-binary-path@2.1.0",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Check if a file path is a binary file",
"homepage_url" : "https://github.com/sindresorhus/is-binary-path#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"hash" : {
"value" : "ea1f7f3b80f064236e83470f86c09c254fb45b09",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/is-binary-path.git",
"revision" : "efe99d8b3d0ef825925e8b986d047e39bee173c3",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/is-binary-path.git",
"revision" : "efe99d8b3d0ef825925e8b986d047e39bee173c3",
"path" : ""
}
}, {
"id" : "NPM::is-extglob:2.1.1",
"purl" : "pkg:npm/is-extglob@2.1.1",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Returns true if a string has an extglob.",
"homepage_url" : "https://github.com/jonschlinkert/is-extglob",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"hash" : {
"value" : "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jonschlinkert/is-extglob.git",
"revision" : "10a74787acbe79abf02141c5d487950d1b197b15",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jonschlinkert/is-extglob.git",
"revision" : "10a74787acbe79abf02141c5d487950d1b197b15",
"path" : ""
}
}, {
"id" : "NPM::is-glob:4.0.3",
"purl" : "pkg:npm/is-glob@4.0.3",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
"homepage_url" : "https://github.com/micromatch/is-glob",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"hash" : {
"value" : "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/micromatch/is-glob.git",
"revision" : "627ca7e552c69e8d62d620b4715a2658267b3d17",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/micromatch/is-glob.git",
"revision" : "627ca7e552c69e8d62d620b4715a2658267b3d17",
"path" : ""
}
}, {
"id" : "NPM::is-number:7.0.0",
"purl" : "pkg:npm/is-number@7.0.0",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
"homepage_url" : "https://github.com/jonschlinkert/is-number",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"hash" : {
"value" : "7535345b896734d5f80c4d06c50955527a14f12b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jonschlinkert/is-number.git",
"revision" : "98e8ff1da1a89f93d1397a24d7413ed15421c139",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jonschlinkert/is-number.git",
"revision" : "98e8ff1da1a89f93d1397a24d7413ed15421c139",
"path" : ""
}
}, {
"id" : "NPM::is-reference:3.0.1",
"purl" : "pkg:npm/is-reference@3.0.1",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Determine whether an AST node is a reference",
"homepage_url" : "https://github.com/Rich-Harris/is-reference#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/is-reference/-/is-reference-3.0.1.tgz",
"hash" : {
"value" : "d400f4260f7e55733955e60d361d827eb4d3b831",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/Rich-Harris/is-reference.git",
"revision" : "1e06afc41d016fd3747fe6a434275c025d05a42e",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/Rich-Harris/is-reference.git",
"revision" : "1e06afc41d016fd3747fe6a434275c025d05a42e",
"path" : ""
}
}, {
"id" : "NPM::kleur:4.1.5",
"purl" : "pkg:npm/kleur@4.1.5",
"authors" : [ "Luke Edwards" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "The fastest Node.js library for formatting terminal text with ANSI colors~!",
"homepage_url" : "https://github.com/lukeed/kleur#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
"hash" : {
"value" : "95106101795f7050c6c650f350c683febddb1780",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/lukeed/kleur.git",
"revision" : "fa3454483899ddab550d08c18c028e6db1aab0e5",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/lukeed/kleur.git",
"revision" : "fa3454483899ddab550d08c18c028e6db1aab0e5",
"path" : ""
}
}, {
"id" : "NPM::locate-character:3.0.0",
"purl" : "pkg:npm/locate-character@3.0.0",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Get the line and column number of a specific character in a string",
"homepage_url" : "https://gitlab.com/Rich-Harris/locate-character#README",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz",
"hash" : {
"value" : "0305c5b8744f61028ef5d01f444009e00779f974",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://gitlab.com/Rich-Harris/locate-character.git",
"revision" : "4f08a59ec248121f7002abd02ee7b94e8eda06bc",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://gitlab.com/Rich-Harris/locate-character.git",
"revision" : "4f08a59ec248121f7002abd02ee7b94e8eda06bc",
"path" : ""
}
}, {
"id" : "NPM::magic-string:0.30.1",
"purl" : "pkg:npm/magic-string@0.30.1",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Modify strings, generate sourcemaps",
"homepage_url" : "https://github.com/rich-harris/magic-string#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.1.tgz",
"hash" : {
"value" : "ce5cd4b0a81a5d032bd69aab4522299b2166284d",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/rich-harris/magic-string.git",
"revision" : "5a00188874bc1c335e8e1dbb4053ea0bd1e0927f",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/rich-harris/magic-string.git",
"revision" : "5a00188874bc1c335e8e1dbb4053ea0bd1e0927f",
"path" : ""
}
}, {
"id" : "NPM::mdn-data:2.0.30",
"purl" : "pkg:npm/mdn-data@2.0.30",
"authors" : [ "Mozilla Developer Network" ],
"declared_licenses" : [ "CC0-1.0" ],
"declared_licenses_processed" : {
"spdx_expression" : "CC0-1.0"
},
"description" : "Open Web data by the Mozilla Developer Network",
"homepage_url" : "https://developer.mozilla.org",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
"hash" : {
"value" : "ce4df6f80af6cfbe218ecd5c552ba13c4dfa08cc",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/mdn/data.git",
"revision" : "7ccf3c5d61da1c5e2cbb5c11d7ccb1147fcccff2",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/mdn/data.git",
"revision" : "7ccf3c5d61da1c5e2cbb5c11d7ccb1147fcccff2",
"path" : ""
}
}, {
"id" : "NPM::merge2:1.4.1",
"purl" : "pkg:npm/merge2@1.4.1",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Merge multiple streams into one stream in sequence or parallel.",
"homepage_url" : "https://github.com/teambition/merge2",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
"hash" : {
"value" : "4368892f885e907455a6fd7dc55c0c9d404990ae",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+ssh://git@github.com/teambition/merge2.git",
"revision" : "a7300d42983d668f61d751ad2bfc42c880a29a36",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "ssh://git@github.com/teambition/merge2.git",
"revision" : "a7300d42983d668f61d751ad2bfc42c880a29a36",
"path" : ""
}
}, {
"id" : "NPM::micromatch:4.0.5",
"purl" : "pkg:npm/micromatch@4.0.5",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
"homepage_url" : "https://github.com/micromatch/micromatch",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
"hash" : {
"value" : "bc8999a7cbbf77cdc89f132f6e467051b49090c6",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/micromatch/micromatch.git",
"revision" : "002d0d184c95e76775528fa1dbe0c446518879b2",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/micromatch/micromatch.git",
"revision" : "002d0d184c95e76775528fa1dbe0c446518879b2",
"path" : ""
}
}, {
"id" : "NPM::mime:3.0.0",
"purl" : "pkg:npm/mime@3.0.0",
"authors" : [ "Robert Kieffer" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A comprehensive library for mime-type mapping",
"homepage_url" : "https://github.com/broofa/mime#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
"hash" : {
"value" : "b374550dca3a0c18443b0c950a6a58f1931cf7a7",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/broofa/mime.git",
"revision" : "0e268c96b9d8f11bf6d39509d26980bdec9a42f9",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/broofa/mime.git",
"revision" : "0e268c96b9d8f11bf6d39509d26980bdec9a42f9",
"path" : ""
}
}, {
"id" : "NPM::min-indent:1.0.1",
"purl" : "pkg:npm/min-indent@1.0.1",
"authors" : [ "James Kyle" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Get the shortest leading whitespace from lines in a string",
"homepage_url" : "https://github.com/thejameskyle/min-indent#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
"hash" : {
"value" : "a63f681673b30571fbe8bc25686ae746eefa9869",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/thejameskyle/min-indent.git",
"revision" : "f0d5c6c309c964b67c41cd8bf28e6f58058fdc64",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/thejameskyle/min-indent.git",
"revision" : "f0d5c6c309c964b67c41cd8bf28e6f58058fdc64",
"path" : ""
}
}, {
"id" : "NPM::minimatch:3.1.2",
"purl" : "pkg:npm/minimatch@3.1.2",
"authors" : [ "Isaac Z. Schlueter" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "a glob matcher in javascript",
"homepage_url" : "https://github.com/isaacs/minimatch#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"hash" : {
"value" : "19cd194bfd3e428f049a70817c038d89ab4be35b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/isaacs/minimatch.git",
"revision" : "699c459443a6bd98f5b28197978f76e7f71467ac",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/isaacs/minimatch.git",
"revision" : "699c459443a6bd98f5b28197978f76e7f71467ac",
"path" : ""
}
}, {
"id" : "NPM::minimist:1.2.8",
"purl" : "pkg:npm/minimist@1.2.8",
"authors" : [ "James Halliday" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "parse argument options",
"homepage_url" : "https://github.com/minimistjs/minimist",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"hash" : {
"value" : "c1a464e7693302e082a075cee0c057741ac4772c",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/minimistjs/minimist.git",
"revision" : "6901ee286bc4c16da6830b48b46ce1574703cea1",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/minimistjs/minimist.git",
"revision" : "6901ee286bc4c16da6830b48b46ce1574703cea1",
"path" : ""
}
}, {
"id" : "NPM::mkdirp:0.5.6",
"purl" : "pkg:npm/mkdirp@0.5.6",
"authors" : [ "James Halliday" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Recursively mkdir, like `mkdir -p`",
"homepage_url" : "https://github.com/substack/node-mkdirp#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
"hash" : {
"value" : "7def03d2432dcae4ba1d611445c48396062255f6",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/substack/node-mkdirp.git",
"revision" : "92f086d2e28c6848951776fbe8ecadcf54c80c29",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/substack/node-mkdirp.git",
"revision" : "92f086d2e28c6848951776fbe8ecadcf54c80c29",
"path" : ""
}
}, {
"id" : "NPM::mri:1.2.0",
"purl" : "pkg:npm/mri@1.2.0",
"authors" : [ "Luke Edwards" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Quickly scan for CLI flags and arguments",
"homepage_url" : "https://github.com/lukeed/mri#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
"hash" : {
"value" : "6721480fec2a11a4889861115a48b6cbe7cc8f0b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/lukeed/mri.git",
"revision" : "e73e9f9d5b02124d14ac17dac2c4801687d3e99a",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/lukeed/mri.git",
"revision" : "e73e9f9d5b02124d14ac17dac2c4801687d3e99a",
"path" : ""
}
}, {
"id" : "NPM::mrmime:1.0.1",
"purl" : "pkg:npm/mrmime@1.0.1",
"authors" : [ "Luke Edwards" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename",
"homepage_url" : "https://github.com/lukeed/mrmime#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz",
"hash" : {
"value" : "5f90c825fad4bdd41dc914eff5d1a8cfdaf24f27",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/lukeed/mrmime.git",
"revision" : "8527fd70019ca8eb8055528b2ea6921851b2b6ad",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/lukeed/mrmime.git",
"revision" : "8527fd70019ca8eb8055528b2ea6921851b2b6ad",
"path" : ""
}
}, {
"id" : "NPM::ms:2.1.2",
"purl" : "pkg:npm/ms@2.1.2",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Tiny millisecond conversion utility",
"homepage_url" : "https://github.com/zeit/ms#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"hash" : {
"value" : "d09d1f357b443f493382a8eb3ccd183872ae6009",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/zeit/ms.git",
"revision" : "7920885eb232fbe7a5efdab956d3e7c507c92ddf",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/zeit/ms.git",
"revision" : "7920885eb232fbe7a5efdab956d3e7c507c92ddf",
"path" : ""
}
}, {
"id" : "NPM::nanoid:3.3.6",
"purl" : "pkg:npm/nanoid@3.3.6",
"authors" : [ "Andrey Sitnik" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A tiny (116 bytes), secure URL-friendly unique string ID generator",
"homepage_url" : "https://github.com/ai/nanoid#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
"hash" : {
"value" : "443380c856d6e9f9824267d960b4236ad583ea4c",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/ai/nanoid.git",
"revision" : "d96f39222a800ea9a6a156db139992b64d4b0dca",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/ai/nanoid.git",
"revision" : "d96f39222a800ea9a6a156db139992b64d4b0dca",
"path" : ""
}
}, {
"id" : "NPM::normalize-path:3.0.0",
"purl" : "pkg:npm/normalize-path@3.0.0",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
"homepage_url" : "https://github.com/jonschlinkert/normalize-path",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"hash" : {
"value" : "0dcd69ff23a1c9b11fd0978316644a0388216a65",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jonschlinkert/normalize-path.git",
"revision" : "0979eb807a1725d83d5a996347d41067cf773d1f",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jonschlinkert/normalize-path.git",
"revision" : "0979eb807a1725d83d5a996347d41067cf773d1f",
"path" : ""
}
}, {
"id" : "NPM::once:1.4.0",
"purl" : "pkg:npm/once@1.4.0",
"authors" : [ "Isaac Z. Schlueter" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Run a function exactly one time",
"homepage_url" : "https://github.com/isaacs/once#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"hash" : {
"value" : "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/isaacs/once.git",
"revision" : "0e614d9f5a7e6f0305c625f6b581f6d80b33b8a6",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/isaacs/once.git",
"revision" : "0e614d9f5a7e6f0305c625f6b581f6d80b33b8a6",
"path" : ""
}
}, {
"id" : "NPM::parent-module:1.0.1",
"purl" : "pkg:npm/parent-module@1.0.1",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Get the path of the parent module",
"homepage_url" : "https://github.com/sindresorhus/parent-module#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
"hash" : {
"value" : "691d2709e78c79fae3a156622452d00762caaaa2",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/parent-module.git",
"revision" : "48267d001c4d215ba21a701a6882dba30fb8d614",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/parent-module.git",
"revision" : "48267d001c4d215ba21a701a6882dba30fb8d614",
"path" : ""
}
}, {
"id" : "NPM::path-is-absolute:1.0.1",
"purl" : "pkg:npm/path-is-absolute@1.0.1",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Node.js 0.12 path.isAbsolute() ponyfill",
"homepage_url" : "https://github.com/sindresorhus/path-is-absolute#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"hash" : {
"value" : "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/path-is-absolute.git",
"revision" : "edc91d348b21dac2ab65ea2fbec2868e2eff5eb6",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/path-is-absolute.git",
"revision" : "edc91d348b21dac2ab65ea2fbec2868e2eff5eb6",
"path" : ""
}
}, {
"id" : "NPM::periscopic:3.1.0",
"purl" : "pkg:npm/periscopic@3.1.0",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "periscopic",
"homepage_url" : "https://github.com/Rich-Harris/periscopic#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
"hash" : {
"value" : "7e9037bf51c5855bd33b48928828db4afa79d97a",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/Rich-Harris/periscopic.git",
"revision" : "088d446fb269993ece75ba24e9ac3e9ff07c9e6f",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/Rich-Harris/periscopic.git",
"revision" : "088d446fb269993ece75ba24e9ac3e9ff07c9e6f",
"path" : ""
}
}, {
"id" : "NPM::picocolors:1.0.0",
"purl" : "pkg:npm/picocolors@1.0.0",
"authors" : [ "Alexey Raspopov" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "The tiniest and the fastest library for terminal output formatting with ANSI colors",
"homepage_url" : "https://github.com/alexeyraspopov/picocolors#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
"hash" : {
"value" : "cb5bdc74ff3f51892236eaf79d68bc44564ab81c",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/alexeyraspopov/picocolors.git",
"revision" : "228cea3fa726857785b8c069cccc58e9743cd71d",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/alexeyraspopov/picocolors.git",
"revision" : "228cea3fa726857785b8c069cccc58e9743cd71d",
"path" : ""
}
}, {
"id" : "NPM::picomatch:2.3.1",
"purl" : "pkg:npm/picomatch@2.3.1",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
"homepage_url" : "https://github.com/micromatch/picomatch",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"hash" : {
"value" : "3ba3833733646d9d3e4995946c1365a67fb07a42",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/micromatch/picomatch.git",
"revision" : "5467a5a9638472610de4f30709991b9a56bb5613",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/micromatch/picomatch.git",
"revision" : "5467a5a9638472610de4f30709991b9a56bb5613",
"path" : ""
}
}, {
"id" : "NPM::postcss:8.4.24",
"purl" : "pkg:npm/postcss@8.4.24",
"authors" : [ "Andrey Sitnik" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Tool for transforming styles with JS plugins",
"homepage_url" : "https://postcss.org/",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
"hash" : {
"value" : "f714dba9b2284be3cc07dbd2fc57ee4dc972d2df",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/postcss/postcss.git",
"revision" : "913ef8bc7ebbab274264994b8b2b6026e27475f5",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/postcss/postcss.git",
"revision" : "913ef8bc7ebbab274264994b8b2b6026e27475f5",
"path" : ""
}
}, {
"id" : "NPM::queue-microtask:1.2.3",
"purl" : "pkg:npm/queue-microtask@1.2.3",
"authors" : [ "Feross Aboukhadijeh" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "fast, tiny `queueMicrotask` shim for modern engines",
"homepage_url" : "https://github.com/feross/queue-microtask",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
"hash" : {
"value" : "4929228bbc724dfac43e0efb058caf7b6cfb6243",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/feross/queue-microtask.git",
"revision" : "3e7bb1dc08450d8cd6870ed7e060b7be4eb3a5ac",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/feross/queue-microtask.git",
"revision" : "3e7bb1dc08450d8cd6870ed7e060b7be4eb3a5ac",
"path" : ""
}
}, {
"id" : "NPM::readdirp:3.6.0",
"purl" : "pkg:npm/readdirp@3.6.0",
"authors" : [ "Thorsten Lorenz" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Recursive version of fs.readdir with streaming API.",
"homepage_url" : "https://github.com/paulmillr/readdirp",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"hash" : {
"value" : "74a370bd857116e245b29cc97340cd431a02a6c7",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/paulmillr/readdirp.git",
"revision" : "c1482f9b3b74ecf24adc2733da538ce076ddfbeb",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/paulmillr/readdirp.git",
"revision" : "c1482f9b3b74ecf24adc2733da538ce076ddfbeb",
"path" : ""
}
}, {
"id" : "NPM::resolve-from:4.0.0",
"purl" : "pkg:npm/resolve-from@4.0.0",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Resolve the path of a module like `require.resolve()` but from a given path",
"homepage_url" : "https://github.com/sindresorhus/resolve-from#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"hash" : {
"value" : "4abcd852ad32dd7baabfe9b40e00a36db5f392e6",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/resolve-from.git",
"revision" : "60cd04e69135b96b98b848fff719b1276a5610c0",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/resolve-from.git",
"revision" : "60cd04e69135b96b98b848fff719b1276a5610c0",
"path" : ""
}
}, {
"id" : "NPM::reusify:1.0.4",
"purl" : "pkg:npm/reusify@1.0.4",
"authors" : [ "Matteo Collina" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Reuse objects and functions with style",
"homepage_url" : "https://github.com/mcollina/reusify#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
"hash" : {
"value" : "90da382b1e126efc02146e90845a88db12925d76",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/mcollina/reusify.git",
"revision" : "89420d4369258d0b768aaebfb1843951193d315d",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/mcollina/reusify.git",
"revision" : "89420d4369258d0b768aaebfb1843951193d315d",
"path" : ""
}
}, {
"id" : "NPM::rimraf:2.7.1",
"purl" : "pkg:npm/rimraf@2.7.1",
"authors" : [ "Isaac Z. Schlueter" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "A deep deletion module for node (like `rm -rf`)",
"homepage_url" : "https://github.com/isaacs/rimraf#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
"hash" : {
"value" : "35797f13a7fdadc566142c29d4f07ccad483e3ec",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/isaacs/rimraf.git",
"revision" : "bb572746b8791d886f25913dd57d2859b4246ef3",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/isaacs/rimraf.git",
"revision" : "bb572746b8791d886f25913dd57d2859b4246ef3",
"path" : ""
}
}, {
"id" : "NPM::rollup:3.26.1",
"purl" : "pkg:npm/rollup@3.26.1",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Next-generation ES module bundler",
"homepage_url" : "https://rollupjs.org/",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/rollup/-/rollup-3.26.1.tgz",
"hash" : {
"value" : "b375bf4b3cbb35bdca717e3cee2413894c469397",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/rollup/rollup.git",
"revision" : "c355392d10c738f2c3d5690ae719e828e3379df6",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/rollup/rollup.git",
"revision" : "c355392d10c738f2c3d5690ae719e828e3379df6",
"path" : ""
}
}, {
"id" : "NPM::run-parallel:1.2.0",
"purl" : "pkg:npm/run-parallel@1.2.0",
"authors" : [ "Feross Aboukhadijeh" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Run an array of functions in parallel",
"homepage_url" : "https://github.com/feross/run-parallel",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
"hash" : {
"value" : "66d1368da7bdf921eb9d95bd1a9229e7f21a43ee",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git://github.com/feross/run-parallel.git",
"revision" : "8e514fee209d56707cb6c232813b3d56280dde3f",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/feross/run-parallel.git",
"revision" : "8e514fee209d56707cb6c232813b3d56280dde3f",
"path" : ""
}
}, {
"id" : "NPM::sade:1.8.1",
"purl" : "pkg:npm/sade@1.8.1",
"authors" : [ "Luke Edwards" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Smooth (CLI) operator \uD83C\uDFB6",
"homepage_url" : "https://github.com/lukeed/sade#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
"hash" : {
"value" : "0a78e81d658d394887be57d2a409bf703a3b2701",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/lukeed/sade.git",
"revision" : "1cdf3e464ca899dcd6e758a50eb82cf7cf484771",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/lukeed/sade.git",
"revision" : "1cdf3e464ca899dcd6e758a50eb82cf7cf484771",
"path" : ""
}
}, {
"id" : "NPM::sander:0.5.1",
"purl" : "pkg:npm/sander@0.5.1",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Promise-based power tool for common filesystem tasks",
"homepage_url" : "https://github.com/rich-harris/sander#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/sander/-/sander-0.5.1.tgz",
"hash" : {
"value" : "741e245e231f07cafb6fdf0f133adfa216a502ad",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/rich-harris/sander.git",
"revision" : "5138b0f6303c2136680f1d615a2b3e0b72156e23",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/rich-harris/sander.git",
"revision" : "5138b0f6303c2136680f1d615a2b3e0b72156e23",
"path" : ""
}
}, {
"id" : "NPM::set-cookie-parser:2.6.0",
"purl" : "pkg:npm/set-cookie-parser@2.6.0",
"authors" : [ "Nathan Friedly" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Parses set-cookie headers into objects",
"homepage_url" : "https://github.com/nfriedly/set-cookie-parser",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz",
"hash" : {
"value" : "131921e50f62ff1a66a461d7d62d7b21d5d15a51",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/nfriedly/set-cookie-parser.git",
"revision" : "665d50d24d2ed3ecf05a7902fbdd99dadd60ca3f",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/nfriedly/set-cookie-parser.git",
"revision" : "665d50d24d2ed3ecf05a7902fbdd99dadd60ca3f",
"path" : ""
}
}, {
"id" : "NPM::sirv:2.0.3",
"purl" : "pkg:npm/sirv@2.0.3",
"authors" : [ "Luke Edwards" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "The optimized & lightweight middleware for serving requests to static assets",
"homepage_url" : "https://github.com/lukeed/sirv#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz",
"hash" : {
"value" : "ca5868b87205a74bef62a469ed0296abceccd446",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/lukeed/sirv.git",
"revision" : "19c6895483cc71e9ef367f8a6a863af1e558ecb0",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/lukeed/sirv.git",
"revision" : "19c6895483cc71e9ef367f8a6a863af1e558ecb0",
"path" : ""
}
}, {
"id" : "NPM::sorcery:0.11.0",
"purl" : "pkg:npm/sorcery@0.11.0",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Resolve a chain of sourcemaps back to the original source",
"homepage_url" : "https://github.com/Rich-Harris/sorcery#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/sorcery/-/sorcery-0.11.0.tgz",
"hash" : {
"value" : "310c80ee993433854bb55bb9aa4003acd147fca8",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/Rich-Harris/sorcery.git",
"revision" : "15e2b236693f109032f9a8a90b69003fdbada62f",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/Rich-Harris/sorcery.git",
"revision" : "15e2b236693f109032f9a8a90b69003fdbada62f",
"path" : ""
}
}, {
"id" : "NPM::source-map-js:1.0.2",
"purl" : "pkg:npm/source-map-js@1.0.2",
"authors" : [ "Valentin 7rulnik Semirulnik" ],
"declared_licenses" : [ "BSD-3-Clause" ],
"declared_licenses_processed" : {
"spdx_expression" : "BSD-3-Clause"
},
"description" : "Generates and consumes source maps",
"homepage_url" : "https://github.com/7rulnik/source-map-js",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
"hash" : {
"value" : "adbc361d9c62df380125e7f161f71c826f1e490c",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/7rulnik/source-map-js.git",
"revision" : "04907d5b2dc88bef63e5399452fa6a696f90bf66",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/7rulnik/source-map-js.git",
"revision" : "04907d5b2dc88bef63e5399452fa6a696f90bf66",
"path" : ""
}
}, {
"id" : "NPM::streamsearch:1.1.0",
"purl" : "pkg:npm/streamsearch@1.1.0",
"authors" : [ "Brian White" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Streaming Boyer-Moore-Horspool searching for node.js",
"homepage_url" : "https://github.com/mscdex/streamsearch#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
"hash" : {
"value" : "404dd1e2247ca94af554e841a8ef0eaa238da764",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+ssh://git@github.com/mscdex/streamsearch.git",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "ssh://git@github.com/mscdex/streamsearch.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "NPM::strip-indent:3.0.0",
"purl" : "pkg:npm/strip-indent@3.0.0",
"authors" : [ "Sindre Sorhus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Strip leading whitespace from each line in a string",
"homepage_url" : "https://github.com/sindresorhus/strip-indent#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
"hash" : {
"value" : "c32e1cee940b6b3432c771bc2c54bcce73cd3001",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sindresorhus/strip-indent.git",
"revision" : "b537c94fd8376e4205146fbbef0bc08a477c5eab",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sindresorhus/strip-indent.git",
"revision" : "b537c94fd8376e4205146fbbef0bc08a477c5eab",
"path" : ""
}
}, {
"id" : "NPM::svelte:4.0.4",
"purl" : "pkg:npm/svelte@4.0.4",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Cybernetically enhanced web apps",
"homepage_url" : "https://svelte.dev",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/svelte/-/svelte-4.0.4.tgz",
"hash" : {
"value" : "9b07785b369a6db3b4fbc73b5c65033a3d757349",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sveltejs/svelte.git",
"revision" : "",
"path" : "packages/svelte"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sveltejs/svelte.git",
"revision" : "",
"path" : "packages/svelte"
}
}, {
"id" : "NPM::svelte-check:3.4.4",
"purl" : "pkg:npm/svelte-check@3.4.4",
"authors" : [ "The Svelte Community" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Svelte Code Checker Terminal Interface",
"homepage_url" : "https://github.com/sveltejs/language-tools#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.4.tgz",
"hash" : {
"value" : "201850747f8b5ec3b104f69a69a034b1a742a40f",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sveltejs/language-tools.git",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sveltejs/language-tools.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "NPM::svelte-hmr:0.15.2",
"purl" : "pkg:npm/svelte-hmr@0.15.2",
"authors" : [ "rixo" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Bundler agnostic HMR utils for Svelte 3",
"homepage_url" : "https://github.com/sveltejs/svelte-hmr",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/svelte-hmr/-/svelte-hmr-0.15.2.tgz",
"hash" : {
"value" : "d2f6fc82e040f2734abd54cea5cbef46828f2538",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sveltejs/svelte-hmr.git",
"revision" : "",
"path" : "packages/svelte-hmr"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sveltejs/svelte-hmr.git",
"revision" : "",
"path" : "packages/svelte-hmr"
}
}, {
"id" : "NPM::svelte-preprocess:5.0.4",
"purl" : "pkg:npm/svelte-preprocess@5.0.4",
"authors" : [ "Christian Kaisermann" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A Svelte preprocessor wrapper with baked-in support for commonly used preprocessors",
"homepage_url" : "https://github.com/sveltejs/svelte-preprocess#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-5.0.4.tgz",
"hash" : {
"value" : "2123898e079a074f7f4ef1799e10e037f5bcc55b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sveltejs/svelte-preprocess.git",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sveltejs/svelte-preprocess.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "NPM::to-regex-range:5.0.1",
"purl" : "pkg:npm/to-regex-range@5.0.1",
"authors" : [ "Jon Schlinkert" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
"homepage_url" : "https://github.com/micromatch/to-regex-range",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
"hash" : {
"value" : "1648c44aae7c8d988a326018ed72f5b4dd0392e4",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/micromatch/to-regex-range.git",
"revision" : "c05ef9ec07e7703d146467934098ecbde9d0bd95",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/micromatch/to-regex-range.git",
"revision" : "c05ef9ec07e7703d146467934098ecbde9d0bd95",
"path" : ""
}
}, {
"id" : "NPM::totalist:3.0.1",
"purl" : "pkg:npm/totalist@3.0.1",
"authors" : [ "Luke Edwards" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A tiny (195B to 220B) utility to recursively list all (total) files in a directory",
"homepage_url" : "https://github.com/lukeed/totalist#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
"hash" : {
"value" : "ba3a3d600c915b1a97872348f79c127475f6acf8",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/lukeed/totalist.git",
"revision" : "4b071d3e54d466a4059de89006c752da782c8b02",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/lukeed/totalist.git",
"revision" : "4b071d3e54d466a4059de89006c752da782c8b02",
"path" : ""
}
}, {
"id" : "NPM::typescript:5.1.6",
"purl" : "pkg:npm/typescript@5.1.6",
"authors" : [ "Microsoft Corp." ],
"declared_licenses" : [ "Apache-2.0" ],
"declared_licenses_processed" : {
"spdx_expression" : "Apache-2.0"
},
"description" : "TypeScript is a language for application scale JavaScript development",
"homepage_url" : "https://www.typescriptlang.org/",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"hash" : {
"value" : "02f8ac202b6dad2c0dd5e0913745b47a37998274",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/Microsoft/TypeScript.git",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/Microsoft/TypeScript.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "NPM::undici:5.22.1",
"purl" : "pkg:npm/undici@5.22.1",
"authors" : [ "Matteo Collina" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "An HTTP/1.1 client, written from scratch for Node.js",
"homepage_url" : "https://undici.nodejs.org",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/undici/-/undici-5.22.1.tgz",
"hash" : {
"value" : "877d512effef2ac8be65e695f3586922e1a57d7b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/nodejs/undici.git",
"revision" : "9d30456aa6f195b83ea4ba36ed0b51a951e6bd87",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/nodejs/undici.git",
"revision" : "9d30456aa6f195b83ea4ba36ed0b51a951e6bd87",
"path" : ""
}
}, {
"id" : "NPM::vite:4.3.9",
"purl" : "pkg:npm/vite@4.3.9",
"authors" : [ "Evan You" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Native-ESM powered web dev build tool",
"homepage_url" : "https://github.com/vitejs/vite/tree/main/#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",
"hash" : {
"value" : "db896200c0b1aa13b37cdc35c9e99ee2fdd5f96d",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/vitejs/vite.git",
"revision" : "a460a2b3ef428986ed1e04a63f558331a7fdc94f",
"path" : "packages/vite"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/vitejs/vite.git",
"revision" : "a460a2b3ef428986ed1e04a63f558331a7fdc94f",
"path" : "packages/vite"
}
}, {
"id" : "NPM::vitefu:0.2.4",
"purl" : "pkg:npm/vitefu@0.2.4",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Utilities for building frameworks with Vite",
"homepage_url" : "https://github.com/svitejs/vitefu#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/vitefu/-/vitefu-0.2.4.tgz",
"hash" : {
"value" : "212dc1a9d0254afe65e579351bed4e25d81e0b35",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/svitejs/vitefu.git",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/svitejs/vitefu.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "NPM::wrappy:1.0.2",
"purl" : "pkg:npm/wrappy@1.0.2",
"authors" : [ "Isaac Z. Schlueter" ],
"declared_licenses" : [ "ISC" ],
"declared_licenses_processed" : {
"spdx_expression" : "ISC"
},
"description" : "Callback wrapping utility",
"homepage_url" : "https://github.com/npm/wrappy",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"hash" : {
"value" : "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/npm/wrappy.git",
"revision" : "71d91b6dc5bdeac37e218c2cf03f9ab55b60d214",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/npm/wrappy.git",
"revision" : "71d91b6dc5bdeac37e218c2cf03f9ab55b60d214",
"path" : ""
}
}, {
"id" : "NPM:@ampproject:remapping:2.2.1",
"purl" : "pkg:npm/%40ampproject/remapping@2.2.1",
"authors" : [ "Justin Ridgewell" ],
"declared_licenses" : [ "Apache-2.0" ],
"declared_licenses_processed" : {
"spdx_expression" : "Apache-2.0"
},
"description" : "Remap sequential sourcemaps through transformations to point at the original source code",
"homepage_url" : "https://github.com/ampproject/remapping#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
"hash" : {
"value" : "99e8e11851128b8702cd57c33684f1d0f260b630",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/ampproject/remapping.git",
"revision" : "d791f83a250da5e1741bdc86b906ca01f6bfea1a",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/ampproject/remapping.git",
"revision" : "d791f83a250da5e1741bdc86b906ca01f6bfea1a",
"path" : ""
}
}, {
"id" : "NPM:@esbuild:darwin-arm64:0.17.19",
"purl" : "pkg:npm/%40esbuild/darwin-arm64@0.17.19",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
"homepage_url" : "https://github.com/evanw/esbuild#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz",
"hash" : {
"value" : "584c34c5991b95d4d48d333300b1a4e2ff7be276",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/evanw/esbuild.git",
"revision" : "d47ab43980c457db27d2671ab618cd5c40a618a7",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/evanw/esbuild.git",
"revision" : "d47ab43980c457db27d2671ab618cd5c40a618a7",
"path" : ""
}
}, {
"id" : "NPM:@fontsource:fira-mono:4.5.10",
"purl" : "pkg:npm/%40fontsource/fira-mono@4.5.10",
"authors" : [ "Lotus" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Self-host the Fira Mono font in a neatly bundled NPM package.",
"homepage_url" : "https://github.com/fontsource/fontsource/tree/main/fonts/google/fira-mono#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@fontsource/fira-mono/-/fira-mono-4.5.10.tgz",
"hash" : {
"value" : "443be4b2b4fc6e685b88431fcfdaf8d5f5639bbf",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "https://github.com/fontsource/fontsource.git",
"revision" : "",
"path" : "fonts/google/fira-mono"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/fontsource/fontsource.git",
"revision" : "",
"path" : "fonts/google/fira-mono"
}
}, {
"id" : "NPM:@jridgewell:gen-mapping:0.3.3",
"purl" : "pkg:npm/%40jridgewell/gen-mapping@0.3.3",
"authors" : [ "Justin Ridgewell" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Generate source maps",
"homepage_url" : "https://github.com/jridgewell/gen-mapping#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
"hash" : {
"value" : "7e02e6eb5df901aaedb08514203b096614024098",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jridgewell/gen-mapping.git",
"revision" : "7626d310002df682012dc29bdfa4d674027f1538",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jridgewell/gen-mapping.git",
"revision" : "7626d310002df682012dc29bdfa4d674027f1538",
"path" : ""
}
}, {
"id" : "NPM:@jridgewell:resolve-uri:3.1.0",
"purl" : "pkg:npm/%40jridgewell/resolve-uri@3.1.0",
"authors" : [ "Justin Ridgewell" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Resolve a URI relative to an optional base URI",
"homepage_url" : "https://github.com/jridgewell/resolve-uri#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
"hash" : {
"value" : "2203b118c157721addfe69d47b70465463066d78",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jridgewell/resolve-uri.git",
"revision" : "7cc23209430909a54f44b740e07cb27573535c95",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jridgewell/resolve-uri.git",
"revision" : "7cc23209430909a54f44b740e07cb27573535c95",
"path" : ""
}
}, {
"id" : "NPM:@jridgewell:set-array:1.1.2",
"purl" : "pkg:npm/%40jridgewell/set-array@1.1.2",
"authors" : [ "Justin Ridgewell" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Like a Set, but provides the index of the `key` in the backing array",
"homepage_url" : "https://github.com/jridgewell/set-array#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
"hash" : {
"value" : "7c6cf998d6d20b914c0a55a91ae928ff25965e72",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jridgewell/set-array.git",
"revision" : "f1d9855dd0d7e34bcc02307249783589ed715661",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jridgewell/set-array.git",
"revision" : "f1d9855dd0d7e34bcc02307249783589ed715661",
"path" : ""
}
}, {
"id" : "NPM:@jridgewell:sourcemap-codec:1.4.15",
"purl" : "pkg:npm/%40jridgewell/sourcemap-codec@1.4.15",
"authors" : [ "Rich Harris" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Encode/decode sourcemap mappings",
"homepage_url" : "https://github.com/jridgewell/sourcemap-codec#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
"hash" : {
"value" : "d7c6e6755c78567a951e04ab52ef0fd26de59f32",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jridgewell/sourcemap-codec.git",
"revision" : "f3d95b857d24fc3f1692dec4d1ed724fe12488a3",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jridgewell/sourcemap-codec.git",
"revision" : "f3d95b857d24fc3f1692dec4d1ed724fe12488a3",
"path" : ""
}
}, {
"id" : "NPM:@jridgewell:trace-mapping:0.3.18",
"purl" : "pkg:npm/%40jridgewell/trace-mapping@0.3.18",
"authors" : [ "Justin Ridgewell" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Trace the original position through a source map",
"homepage_url" : "https://github.com/jridgewell/trace-mapping#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
"hash" : {
"value" : "25783b2086daf6ff1dcb53c9249ae480e4dd4cd6",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/jridgewell/trace-mapping.git",
"revision" : "8af9820e129906ca7ef29e58a7fe196e1d671c6d",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/jridgewell/trace-mapping.git",
"revision" : "8af9820e129906ca7ef29e58a7fe196e1d671c6d",
"path" : ""
}
}, {
"id" : "NPM:@neoconfetti:svelte:1.0.0",
"purl" : "pkg:npm/%40neoconfetti/svelte@1.0.0",
"authors" : [ "Puru Vijay" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Confetti explosion in Svelte \uD83C\uDF89\uD83C\uDF8A",
"homepage_url" : "https://github.com/puruvj/neoconfetti/tree/main/packages/svelte#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@neoconfetti/svelte/-/svelte-1.0.0.tgz",
"hash" : {
"value" : "84a7f98981ad546d959d8c99460da8cebdf70301",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/puruvj/neoconfetti.git",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/puruvj/neoconfetti.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "NPM:@nodelib:fs.scandir:2.1.5",
"purl" : "pkg:npm/%40nodelib/fs.scandir@2.1.5",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "List files and directories inside the specified directory",
"homepage_url" : "",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
"hash" : {
"value" : "7619c2eb21b25483f6d167548b4cfd5a7488c3d5",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir",
"revision" : "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/nodelib/nodelib.git",
"revision" : "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
"path" : "packages/fs/fs.scandir"
}
}, {
"id" : "NPM:@nodelib:fs.stat:2.0.5",
"purl" : "pkg:npm/%40nodelib/fs.stat@2.0.5",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Get the status of a file with some features",
"homepage_url" : "",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
"hash" : {
"value" : "5bd262af94e9d25bd1e71b05deed44876a222e8b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
"revision" : "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/nodelib/nodelib.git",
"revision" : "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
"path" : "packages/fs/fs.stat"
}
}, {
"id" : "NPM:@nodelib:fs.walk:1.2.8",
"purl" : "pkg:npm/%40nodelib/fs.walk@1.2.8",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A library for efficiently walking a directory recursively",
"homepage_url" : "",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
"hash" : {
"value" : "e95737e8bb6746ddedf69c556953494f196fe69a",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk",
"revision" : "1e5bad48565da2b06b8600e744324ea240bf49d8",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/nodelib/nodelib.git",
"revision" : "1e5bad48565da2b06b8600e744324ea240bf49d8",
"path" : "packages/fs/fs.walk"
}
}, {
"id" : "NPM:@polka:url:1.0.0-next.21",
"purl" : "pkg:npm/%40polka/url@1.0.0-next.21",
"authors" : [ "Luke Edwards" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Super fast, memoized `req.url` parser",
"homepage_url" : "https://github.com/lukeed/polka#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz",
"hash" : {
"value" : "5de5a2385a35309427f6011992b544514d559aa1",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/lukeed/polka.git",
"revision" : "8d6e31871225f4449e645ecba13de7014f772b34",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/lukeed/polka.git",
"revision" : "8d6e31871225f4449e645ecba13de7014f772b34",
"path" : ""
}
}, {
"id" : "NPM:@sveltejs:adapter-auto:2.1.0",
"purl" : "pkg:npm/%40sveltejs/adapter-auto@2.1.0",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "Automatically chooses the SvelteKit adapter for your current environment, if possible.",
"homepage_url" : "https://kit.svelte.dev",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-2.1.0.tgz",
"hash" : {
"value" : "cb36fd7081e3c4b1c9a9192b1a23c8c82dce8a1b",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sveltejs/kit.git",
"revision" : "",
"path" : "packages/adapter-auto"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sveltejs/kit.git",
"revision" : "",
"path" : "packages/adapter-auto"
}
}, {
"id" : "NPM:@sveltejs:kit:1.22.0",
"purl" : "pkg:npm/%40sveltejs/kit@1.22.0",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "The fastest way to build Svelte apps",
"homepage_url" : "https://kit.svelte.dev",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.22.0.tgz",
"hash" : {
"value" : "ba1347500f6c9b89566d7af9cf7a4a42f360b475",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sveltejs/kit.git",
"revision" : "",
"path" : "packages/kit"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sveltejs/kit.git",
"revision" : "",
"path" : "packages/kit"
}
}, {
"id" : "NPM:@sveltejs:vite-plugin-svelte:2.4.2",
"purl" : "pkg:npm/%40sveltejs/vite-plugin-svelte@2.4.2",
"authors" : [ "dominikg" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "The official [Svelte](https://svelte.dev) plugin for [Vite](https://vitejs.dev).",
"homepage_url" : "https://github.com/sveltejs/vite-plugin-svelte#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-2.4.2.tgz",
"hash" : {
"value" : "04f9fb698853a6a681a2a7d32016487316c30917",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sveltejs/vite-plugin-svelte.git",
"revision" : "",
"path" : "packages/vite-plugin-svelte"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sveltejs/vite-plugin-svelte.git",
"revision" : "",
"path" : "packages/vite-plugin-svelte"
}
}, {
"id" : "NPM:@sveltejs:vite-plugin-svelte-inspector:1.0.3",
"purl" : "pkg:npm/%40sveltejs/vite-plugin-svelte-inspector@1.0.3",
"authors" : [ "dominikg" ],
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "A [Svelte](https://svelte.dev) inspector plugin for [Vite](https://vitejs.dev).",
"homepage_url" : "https://github.com/sveltejs/vite-plugin-svelte#readme",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-1.0.3.tgz",
"hash" : {
"value" : "fdbf80b43bfaa20deaa5ff6d0676351aa9aecbcc",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "git+https://github.com/sveltejs/vite-plugin-svelte.git",
"revision" : "",
"path" : "packages/vite-plugin-svelte-inspector"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/sveltejs/vite-plugin-svelte.git",
"revision" : "",
"path" : "packages/vite-plugin-svelte-inspector"
}
}, {
"id" : "NPM:@types:cookie:0.5.1",
"purl" : "pkg:npm/%40types/cookie@0.5.1",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "TypeScript definitions for cookie",
"homepage_url" : "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz",
"hash" : {
"value" : "b29aa1f91a59f35e29ff8f7cb24faf1a3a750554",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"revision" : "",
"path" : "types/cookie"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"revision" : "",
"path" : "types/cookie"
}
}, {
"id" : "NPM:@types:estree:1.0.1",
"purl" : "pkg:npm/%40types/estree@1.0.1",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "TypeScript definitions for estree",
"homepage_url" : "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"hash" : {
"value" : "aa22750962f3bf0e79d753d3cc067f010c95f194",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"revision" : "",
"path" : "types/estree"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"revision" : "",
"path" : "types/estree"
}
}, {
"id" : "NPM:@types:pug:2.0.6",
"purl" : "pkg:npm/%40types/pug@2.0.6",
"declared_licenses" : [ "MIT" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT"
},
"description" : "TypeScript definitions for pug",
"homepage_url" : "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pug",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://registry.npmjs.org/@types/pug/-/pug-2.0.6.tgz",
"hash" : {
"value" : "f830323c88172e66826d0bde413498b61054b5a6",
"algorithm" : "SHA-1"
}
},
"vcs" : {
"type" : "Git",
"url" : "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"revision" : "",
"path" : "types/pug"
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"revision" : "",
"path" : "types/pug"
}
}, {
"id" : "PyPI::anyio:3.7.0",
"purl" : "pkg:pypi/anyio@3.7.0",
"authors" : [ "Alex Grönholm <alex.gronholm@nextday.fi>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "High level compatibility layer for multiple asynchronous event loop implementations",
"homepage_url" : "",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/68/fe/7ce1926952c8a403b35029e194555558514b365ad77d75125f521a2bec62/anyio-3.7.0-py3-none-any.whl",
"hash" : {
"value" : "eddca883c4175f14df8aedce21054bfca3adb70ffe76a9f607aef9d7fa2ea7f0",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/c6/b3/fefbf7e78ab3b805dec67d698dc18dd505af7a18a8dd08868c9b4fa736b5/anyio-3.7.0.tar.gz",
"hash" : {
"value" : "275d9973793619a5374e1c89a4f4ad3f4b0a5510a2b5b939444bee8f4c4d37ce",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::click:8.1.3",
"purl" : "pkg:pypi/click@8.1.3",
"authors" : [ "Armin Ronacher <armin.ronacher@active-4.com>" ],
"declared_licenses" : [ "BSD License", "BSD-3-Clause" ],
"declared_licenses_processed" : {
"spdx_expression" : "BSD-3-Clause",
"mapped" : {
"BSD License" : "BSD-3-Clause"
}
},
"description" : "Composable command line interface toolkit",
"homepage_url" : "https://palletsprojects.com/p/click/",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/c2/f1/df59e28c642d583f7dacffb1e0965d0e00b218e0186d7858ac5233dce840/click-8.1.3-py3-none-any.whl",
"hash" : {
"value" : "bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/59/87/84326af34517fca8c58418d148f2403df25303e02736832403587318e9e8/click-8.1.3.tar.gz",
"hash" : {
"value" : "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/pallets/click.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::distlib:0.3.4",
"purl" : "pkg:pypi/distlib@0.3.4",
"authors" : [ "Vinay Sajip <vinay_sajip@red-dove.com>" ],
"declared_licenses" : [ "Python Software Foundation License", "Python license" ],
"declared_licenses_processed" : {
"spdx_expression" : "PSF-2.0",
"mapped" : {
"Python Software Foundation License" : "PSF-2.0",
"Python license" : "PSF-2.0"
}
},
"description" : "Distribution utilities",
"homepage_url" : "https://bitbucket.org/pypa/distlib",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/ac/a3/8ee4f54d5f12e16eeeda6b7df3dfdbda24e6cc572c86ff959a4ce110391b/distlib-0.3.4-py2.py3-none-any.whl",
"hash" : {
"value" : "6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://bitbucket.org/pypa/distlib.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::exceptiongroup:1.1.1",
"purl" : "pkg:pypi/exceptiongroup@1.1.1",
"authors" : [ "Alex Grönholm <alex.gronholm@nextday.fi>" ],
"declared_licenses" : [ "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "Backport of PEP 654 (exception groups)",
"homepage_url" : "",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/61/97/17ed81b7a8d24d8f69b62c0db37abbd8c0042d4b3fc429c73dab986e7483/exceptiongroup-1.1.1-py3-none-any.whl",
"hash" : {
"value" : "232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/cc/38/57f14ddc8e8baeddd8993a36fe57ce7b4ba174c35048b9a6d270bb01e833/exceptiongroup-1.1.1.tar.gz",
"hash" : {
"value" : "d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::fastapi:0.98.0",
"purl" : "pkg:pypi/fastapi@0.98.0",
"authors" : [ "Sebastián Ramírez <tiangolo@gmail.com>" ],
"declared_licenses" : [ "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "<p align=\"center\">",
"homepage_url" : "",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/50/2c/6b94f191519dcc8190e78aff7bcb12c58329d1ab4c8aa11f2def9c214599/fastapi-0.98.0-py3-none-any.whl",
"hash" : {
"value" : "f4165fb1fe3610c52cb1b8282c1480de9c34bc270f56a965aa93a884c350d605",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/eb/e4/35797cc07d279206e6b61ff77333b4a50637204c77141f89c829d7318fac/fastapi-0.98.0.tar.gz",
"hash" : {
"value" : "0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::filelock:3.4.2",
"purl" : "pkg:pypi/filelock@3.4.2",
"authors" : [ "Benedikt Schmitt <benedikt@benediktschmitt.de>" ],
"declared_licenses" : [ "Public Domain", "Unlicense" ],
"declared_licenses_processed" : {
"spdx_expression" : "LicenseRef-scancode-public-domain-disclaimer AND Unlicense",
"mapped" : {
"Public Domain" : "LicenseRef-scancode-public-domain-disclaimer"
}
},
"description" : "A platform independent file lock.",
"homepage_url" : "https://github.com/tox-dev/py-filelock",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/ca/6c/ab2f79146ca546875e2a633d21e968acc17042ce88e4413b340541f0d4c5/filelock-3.4.2-py3-none-any.whl",
"hash" : {
"value" : "cf0fc6a2f8d26bd900f19bf33915ca70ba4dd8c56903eeb14e1e7a2fd7590146",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/11/d1/22318a1b5bb06c9be4c065ad6a09cb7bfade737758dc08235c99cd6cf216/filelock-3.4.2.tar.gz",
"hash" : {
"value" : "38b4f4c989f9d06d44524df1b24bd19e167d851f19b50bf3e3559952dddc5b80",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/tox-dev/py-filelock.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::h11:0.14.0",
"purl" : "pkg:pypi/h11@0.14.0",
"authors" : [ "Nathaniel J. Smith <njs@pobox.com>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1",
"homepage_url" : "https://github.com/python-hyper/h11",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl",
"hash" : {
"value" : "e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz",
"hash" : {
"value" : "8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/python-hyper/h11.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::httptools:0.5.0",
"purl" : "pkg:pypi/httptools@0.5.0",
"authors" : [ "Yury Selivanov <yury@magic.io>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "A collection of framework independent HTTP protocol utils.",
"homepage_url" : "https://github.com/MagicStack/httptools",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/25/38/b893e18382e2917117b9aeb1f521f897017c82f609fe699f5c04b360c2bc/httptools-0.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"hash" : {
"value" : "1f90cd6fd97c9a1b7fe9215e60c3bd97336742a0857f00a4cb31547bc22560c2",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/04/4a/4b1d0f839a3911352632998305c78af09f2df980c728eb365ca09c800524/httptools-0.5.0.tar.gz",
"hash" : {
"value" : "295874861c173f9101960bba332429bb77ed4dcd8cdf5cee9922eb00e4f6bc09",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/MagicStack/httptools.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::idna:3.4",
"purl" : "pkg:pypi/idna@3.4",
"authors" : [ "Kim Davies <kim@cynosure.com.au>" ],
"declared_licenses" : [ "BSD License" ],
"declared_licenses_processed" : {
"unmapped" : [ "BSD License" ]
},
"description" : "Internationalized Domain Names in Applications (IDNA)",
"homepage_url" : "",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl",
"hash" : {
"value" : "90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-3.4.tar.gz",
"hash" : {
"value" : "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/kjd/idna.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::pbr:5.8.0",
"purl" : "pkg:pypi/pbr@5.8.0",
"authors" : [ "OpenStack <openstack-discuss@lists.openstack.org>" ],
"declared_licenses" : [ "Apache Software License" ],
"declared_licenses_processed" : {
"spdx_expression" : "Apache-2.0",
"mapped" : {
"Apache Software License" : "Apache-2.0"
}
},
"description" : "Python Build Reasonableness",
"homepage_url" : "https://docs.openstack.org/pbr/latest/",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/73/c3/d45171501210b0305f4c93fafe50950f0c2228e87034ceb51744bd03ff08/pbr-5.8.0-py2.py3-none-any.whl",
"hash" : {
"value" : "176e8560eaf61e127817ef93d8a844803abb27a4d4637f0ff3bb783129be2e0a",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/f5/0c/3fa7b1f9006e4d454a49b48eac995167cf8617e19375c6963a6b048af0d0/pbr-5.8.0.tar.gz",
"hash" : {
"value" : "672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::platformdirs:2.4.1",
"purl" : "pkg:pypi/platformdirs@2.4.1",
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
"homepage_url" : "https://github.com/platformdirs/platformdirs",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/9f/3d/4606ee54e0af98aa8f9a672b5acfd69318a5917fbb9f8e2c3aaf9c2f293f/platformdirs-2.4.1-py3-none-any.whl",
"hash" : {
"value" : "1d7385c7db91728b83efd0ca99a5afb296cab9d0ed8313a45ed8ba17967ecfca",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/be/00/bd080024010e1652de653bd61181e2dfdbef5fa73bfd32fec4c808991c31/platformdirs-2.4.1.tar.gz",
"hash" : {
"value" : "440633ddfebcc36264232365d7840a970e75e1018d15b4327d11f91909045fda",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/platformdirs/platformdirs.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::pydantic:1.10.9",
"purl" : "pkg:pypi/pydantic@1.10.9",
"authors" : [ "Samuel Colvin <s@muelcolvin.com>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "Data validation and settings management using python type hints",
"homepage_url" : "https://github.com/pydantic/pydantic",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/ed/8c/278ece6217c6dc15ab588e2b68d3d9953b426648f70444eed93eb61f8d30/pydantic-1.10.9-py3-none-any.whl",
"hash" : {
"value" : "6cafde02f6699ce4ff643417d1a9223716ec25e228ddc3b436fe7e2d25a1f305",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/ec/0a/cf955f8bb3b9498d554522cfe7cb9b019ba9f8b86e2879009f604207b72c/pydantic-1.10.9.tar.gz",
"hash" : {
"value" : "95c70da2cd3b6ddf3b9645ecaa8d98f3d80c606624b6d245558d202cd23ea3be",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/pydantic/pydantic.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::python-dotenv:1.0.0",
"purl" : "pkg:pypi/python-dotenv@1.0.0",
"authors" : [ "Saurabh Kumar <me+github@saurabh-kumar.com>" ],
"declared_licenses" : [ "BSD License", "BSD-3-Clause" ],
"declared_licenses_processed" : {
"spdx_expression" : "BSD-3-Clause",
"mapped" : {
"BSD License" : "BSD-3-Clause"
}
},
"description" : "Read key-value pairs from a .env file and set them as environment variables",
"homepage_url" : "https://github.com/theskumar/python-dotenv",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/44/2f/62ea1c8b593f4e093cc1a7768f0d46112107e790c3e478532329e434f00b/python_dotenv-1.0.0-py3-none-any.whl",
"hash" : {
"value" : "f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/31/06/1ef763af20d0572c032fa22882cfbfb005fba6e7300715a37840858c919e/python-dotenv-1.0.0.tar.gz",
"hash" : {
"value" : "a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/theskumar/python-dotenv.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::pyyaml:6.0",
"purl" : "pkg:pypi/pyyaml@6.0",
"authors" : [ "Kirill Simonov <xi@resolvent.net>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "YAML parser and emitter for Python",
"homepage_url" : "https://pyyaml.org/",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/02/25/6ba9f6bb50a3d4fbe22c1a02554dc670682a07c8701d1716d19ddea2c940/PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"hash" : {
"value" : "f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz",
"hash" : {
"value" : "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/yaml/pyyaml.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::six:1.16.0",
"purl" : "pkg:pypi/six@1.16.0",
"authors" : [ "Benjamin Peterson <benjamin@python.org>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "Python 2 and 3 compatibility utilities",
"homepage_url" : "https://github.com/benjaminp/six",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl",
"hash" : {
"value" : "8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz",
"hash" : {
"value" : "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/benjaminp/six.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::sniffio:1.3.0",
"purl" : "pkg:pypi/sniffio@1.3.0",
"authors" : [ "Nathaniel J. Smith <njs@pobox.com>" ],
"declared_licenses" : [ "Apache Software License", "MIT License", "MIT OR Apache-2.0" ],
"declared_licenses_processed" : {
"spdx_expression" : "Apache-2.0 AND (Apache-2.0 OR MIT) AND MIT",
"mapped" : {
"Apache Software License" : "Apache-2.0",
"MIT License" : "MIT"
}
},
"description" : ".. image:: https://img.shields.io/badge/chat-join%20now-blue.svg",
"homepage_url" : "https://github.com/python-trio/sniffio",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/c3/a0/5dba8ed157b0136607c7f2151db695885606968d1fae123dc3391e0cfdbf/sniffio-1.3.0-py3-none-any.whl",
"hash" : {
"value" : "eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/cd/50/d49c388cae4ec10e8109b1b833fd265511840706808576df3ada99ecb0ac/sniffio-1.3.0.tar.gz",
"hash" : {
"value" : "e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/python-trio/sniffio.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::starlette:0.27.0",
"purl" : "pkg:pypi/starlette@0.27.0",
"authors" : [ "Tom Christie <tom@tomchristie.com>" ],
"declared_licenses" : [ "BSD License" ],
"declared_licenses_processed" : {
"unmapped" : [ "BSD License" ]
},
"description" : "The little ASGI library that shines.",
"homepage_url" : "",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/58/f8/e2cca22387965584a409795913b774235752be4176d276714e15e1a58884/starlette-0.27.0-py3-none-any.whl",
"hash" : {
"value" : "918416370e846586541235ccd38a474c08b80443ed31c578a418e2209b3eef91",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/06/68/559bed5484e746f1ab2ebbe22312f2c25ec62e4b534916d41a8c21147bf8/starlette-0.27.0.tar.gz",
"hash" : {
"value" : "6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/encode/starlette.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::stevedore:3.5.0",
"purl" : "pkg:pypi/stevedore@3.5.0",
"authors" : [ "OpenStack <openstack-discuss@lists.openstack.org>" ],
"declared_licenses" : [ "Apache Software License" ],
"declared_licenses_processed" : {
"spdx_expression" : "Apache-2.0",
"mapped" : {
"Apache Software License" : "Apache-2.0"
}
},
"description" : "===========================================================",
"homepage_url" : "https://docs.openstack.org/stevedore/latest/",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/7a/bc/fcce9e50da73ea23af6d236e05e15db8a02da1099a5e0a479451bcea3833/stevedore-3.5.0-py3-none-any.whl",
"hash" : {
"value" : "a547de73308fd7e90075bb4d301405bebf705292fa90a90fc3bcf9133f58616c",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/67/73/cd693fde78c3b2397d49ad2c6cdb082eb0b6a606188876d61f53bae16293/stevedore-3.5.0.tar.gz",
"hash" : {
"value" : "f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::typing-extensions:4.6.3",
"purl" : "pkg:pypi/typing-extensions@4.6.3",
"authors" : [ "\"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee\" <levkivskyi@gmail.com>" ],
"declared_licenses" : [ "Python Software Foundation License" ],
"declared_licenses_processed" : {
"spdx_expression" : "PSF-2.0",
"mapped" : {
"Python Software Foundation License" : "PSF-2.0"
}
},
"description" : "Backported and Experimental Type Hints for Python 3.7+",
"homepage_url" : "",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/5f/86/d9b1518d8e75b346a33eb59fa31bdbbee11459a7e2cc5be502fa779e96c5/typing_extensions-4.6.3-py3-none-any.whl",
"hash" : {
"value" : "88a4153d8505aabbb4e13aacb7c486c2b4a33ca3b3f807914a9b4c844c471c26",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/42/56/cfaa7a5281734dadc842f3a22e50447c675a1c5a5b9f6ad8a07b467bffe7/typing_extensions-4.6.3.tar.gz",
"hash" : {
"value" : "d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::uvicorn:0.22.0",
"purl" : "pkg:pypi/uvicorn@0.22.0",
"authors" : [ "Tom Christie <tom@tomchristie.com>" ],
"declared_licenses" : [ "BSD License" ],
"declared_licenses_processed" : {
"unmapped" : [ "BSD License" ]
},
"description" : "The lightning-fast ASGI server.",
"homepage_url" : "",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/ad/bd/d47ee02312640fcf26c7e1c807402d5c5eab468571153a94ec8f7ada0e46/uvicorn-0.22.0-py3-none-any.whl",
"hash" : {
"value" : "e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/c6/dd/0d3bab50ab4ef8bec849f89fec2adc2fabcc397018c30e57d9f0d4009c5e/uvicorn-0.22.0.tar.gz",
"hash" : {
"value" : "79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8ed8",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/encode/uvicorn.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::uvloop:0.17.0",
"purl" : "pkg:pypi/uvloop@0.17.0",
"authors" : [ "Yury Selivanov <yury@magic.io>" ],
"declared_licenses" : [ "Apache Software License", "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "Apache-2.0 AND MIT",
"mapped" : {
"Apache Software License" : "Apache-2.0",
"MIT License" : "MIT"
}
},
"description" : "Fast implementation of asyncio event loop on top of libuv",
"homepage_url" : "http://github.com/MagicStack/uvloop",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/20/9b/920b4b52028a84cc6031b4ce4bef1077d3475e6ce87969a0f0d220807307/uvloop-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"hash" : {
"value" : "ff3d00b70ce95adce264462c930fbaecb29718ba6563db354608f37e49e09024",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/ba/86/6dda1760481abf244cbd3908b79a4520d757040ca9ec37a79fc0fd01e2a0/uvloop-0.17.0.tar.gz",
"hash" : {
"value" : "0ddf6baf9cf11a1a22c71487f39f15b2cf78eb5bde7e5b45fbb99e8a9d91b9e1",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/MagicStack/uvloop.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::virtualenv:20.13.0",
"purl" : "pkg:pypi/virtualenv@20.13.0",
"authors" : [ "Bernat Gabor <gaborjbernat@gmail.com>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "Virtual Python Environment builder",
"homepage_url" : "https://virtualenv.pypa.io/",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/ef/a1/4e1700f25211b3851e6be6675061e0c8eae7585d80177a40e9b02d1105d8/virtualenv-20.13.0-py2.py3-none-any.whl",
"hash" : {
"value" : "339f16c4a86b44240ba7223d0f93a7887c3ca04b5f9c8129da7958447d079b09",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/f1/db/4498de0294f0c72a2e0a099d1588e7b55d0c849db740c89978ff73700519/virtualenv-20.13.0.tar.gz",
"hash" : {
"value" : "d8458cf8d59d0ea495ad9b34c2599487f8a7772d796f9910858376d1600dd2dd",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/pypa/virtualenv.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::virtualenv-clone:0.5.7",
"purl" : "pkg:pypi/virtualenv-clone@0.5.7",
"authors" : [ "Edward George <edwardgeorge@gmail.com>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "script to clone virtualenvs.",
"homepage_url" : "https://github.com/edwardgeorge/virtualenv-clone",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/21/ac/e07058dc5a6c1b97f751d24f20d4b0ec14d735d77f4a1f78c471d6d13a43/virtualenv_clone-0.5.7-py3-none-any.whl",
"hash" : {
"value" : "44d5263bceed0bac3e1424d64f798095233b64def1c5689afa43dc3223caf5b0",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/85/76/49120db3bb8de4073ac199a08dc7f11255af8968e1e14038aee95043fafa/virtualenv-clone-0.5.7.tar.gz",
"hash" : {
"value" : "418ee935c36152f8f153c79824bb93eaf6f0f7984bae31d3f48f350b9183501a",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/edwardgeorge/virtualenv-clone.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::virtualenvwrapper:4.8.4",
"purl" : "pkg:pypi/virtualenvwrapper@4.8.4",
"authors" : [ "Doug Hellmann <doug@doughellmann.com>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "Enhancements to virtualenv",
"homepage_url" : "https://virtualenvwrapper.readthedocs.io/",
"binary_artifact" : {
"url" : "",
"hash" : {
"value" : "",
"algorithm" : ""
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/c1/6b/2f05d73b2d2f2410b48b90d3783a0034c26afa534a4a95ad5f1178d61191/virtualenvwrapper-4.8.4.tar.gz",
"hash" : {
"value" : "51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::watchfiles:0.19.0",
"purl" : "pkg:pypi/watchfiles@0.19.0",
"authors" : [ "Samuel Colvin <s@muelcolvin.com>" ],
"declared_licenses" : [ "MIT", "MIT License" ],
"declared_licenses_processed" : {
"spdx_expression" : "MIT",
"mapped" : {
"MIT License" : "MIT"
}
},
"description" : "# watchfiles",
"homepage_url" : "https://github.com/samuelcolvin/watchfiles/watchfiles",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/f2/40/cd125248cd1bb1fd449d2439d9a1b599c9f6dc255645838ce0be96b28337/watchfiles-0.19.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"hash" : {
"value" : "cb5d45c4143c1dd60f98a16187fd123eda7248f84ef22244818c18d531a249d1",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/b3/17/d9453f774dd079fbe7d51565d58006f5059fc17c2fbcf952ef176fbb8657/watchfiles-0.19.0.tar.gz",
"hash" : {
"value" : "d9b073073e048081e502b6c6b0b88714c026a1a4c890569238d04aca5f9ca74b",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "Git",
"url" : "https://github.com/samuelcolvin/watchfiles.git",
"revision" : "",
"path" : ""
}
}, {
"id" : "PyPI::websockets:11.0.3",
"purl" : "pkg:pypi/websockets@11.0.3",
"authors" : [ "Aymeric Augustin <aymeric.augustin@m4x.org>" ],
"declared_licenses" : [ "BSD License", "BSD-3-Clause" ],
"declared_licenses_processed" : {
"spdx_expression" : "BSD-3-Clause",
"mapped" : {
"BSD License" : "BSD-3-Clause"
}
},
"description" : "An implementation of the WebSocket Protocol (RFC 6455 & 7692)",
"homepage_url" : "",
"binary_artifact" : {
"url" : "https://files.pythonhosted.org/packages/58/0a/7570e15661a0a546c3a1152d95fe8c05480459bab36247f0acbf41f01a41/websockets-11.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"hash" : {
"value" : "bceab846bac555aff6427d060f2fcfff71042dba6f5fca7dc4f75cac815e57ca",
"algorithm" : "SHA-256"
}
},
"source_artifact" : {
"url" : "https://files.pythonhosted.org/packages/d8/3b/2ed38e52eed4cf277f9df5f0463a99199a04d9e29c9e227cfafa57bd3993/websockets-11.0.3.tar.gz",
"hash" : {
"value" : "88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4b27016",
"algorithm" : "SHA-256"
}
},
"vcs" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
},
"vcs_processed" : {
"type" : "",
"url" : "",
"revision" : "",
"path" : ""
}
} ],
"dependency_graphs" : {
"PIP" : {
"packages" : [ "PyPI::anyio:3.7.0", "PyPI::click:8.1.3", "PyPI::distlib:0.3.4", "PyPI::exceptiongroup:1.1.1", "PyPI::fastapi:0.98.0", "PyPI::filelock:3.4.2", "PyPI::h11:0.14.0", "PyPI::httptools:0.5.0", "PyPI::idna:3.4", "PyPI::pbr:5.8.0", "PyPI::platformdirs:2.4.1", "PyPI::pydantic:1.10.9", "PyPI::python-dotenv:1.0.0", "PyPI::pyyaml:6.0", "PyPI::six:1.16.0", "PyPI::sniffio:1.3.0", "PyPI::starlette:0.27.0", "PyPI::stevedore:3.5.0", "PyPI::typing-extensions:4.6.3", "PyPI::uvicorn:0.22.0", "PyPI::uvloop:0.17.0", "PyPI::virtualenv-clone:0.5.7", "PyPI::virtualenv:20.13.0", "PyPI::virtualenvwrapper:4.8.4", "PyPI::watchfiles:0.19.0", "PyPI::websockets:11.0.3" ],
"scopes" : {
":python:c4fdc7a8fbdbb9c14dbf9a54da93c78fbc001d52:install" : [ {
"root" : 4
}, {
"root" : 7
}, {
"root" : 12
}, {
"root" : 13
}, {
"root" : 17
}, {
"root" : 19
}, {
"root" : 20
}, {
"root" : 21
}, {
"root" : 22
}, {
"root" : 23
}, {
"root" : 24
}, {
"root" : 25
} ]
},
"nodes" : [ {
"pkg" : 18
}, {
"pkg" : 11
}, {
"pkg" : 3
}, {
"pkg" : 8
}, {
"pkg" : 15
}, { }, {
"pkg" : 16
}, {
"pkg" : 4
}, {
"pkg" : 7
}, {
"pkg" : 12
}, {
"pkg" : 13
}, {
"pkg" : 9
}, {
"pkg" : 17
}, {
"pkg" : 1
}, {
"pkg" : 6
}, {
"pkg" : 19
}, {
"pkg" : 20
}, {
"pkg" : 21
}, {
"pkg" : 2
}, {
"pkg" : 5
}, {
"pkg" : 10
}, {
"pkg" : 14
}, {
"pkg" : 22
}, {
"pkg" : 23
}, {
"pkg" : 24
}, {
"pkg" : 25
} ],
"edges" : [ {
"from" : 1,
"to" : 0
}, {
"from" : 5,
"to" : 2
}, {
"from" : 5,
"to" : 3
}, {
"from" : 5,
"to" : 4
}, {
"from" : 6,
"to" : 5
}, {
"from" : 7,
"to" : 1
}, {
"from" : 7,
"to" : 6
}, {
"from" : 12,
"to" : 11
}, {
"from" : 15,
"to" : 13
}, {
"from" : 15,
"to" : 14
}, {
"from" : 22,
"to" : 18
}, {
"from" : 22,
"to" : 19
}, {
"from" : 22,
"to" : 20
}, {
"from" : 22,
"to" : 21
}, {
"from" : 24,
"to" : 5
} ]
},
"PNPM" : {
"packages" : [ "NPM::acorn:8.10.0", "NPM::anymatch:3.1.3", "NPM::aria-query:5.3.0", "NPM::axobject-query:3.2.1", "NPM::balanced-match:1.0.2", "NPM::binary-extensions:2.2.0", "NPM::brace-expansion:1.1.11", "NPM::braces:3.0.2", "NPM::buffer-crc32:0.2.13", "NPM::busboy:1.6.0", "NPM::callsites:3.1.0", "NPM::chokidar:3.5.3", "NPM::code-red:1.0.3", "NPM::concat-map:0.0.1", "NPM::cookie:0.5.0", "NPM::css-tree:2.3.1", "NPM::debug:4.3.4", "NPM::deepmerge:4.3.1", "NPM::dequal:2.0.3", "NPM::detect-indent:6.1.0", "NPM::devalue:4.3.2", "NPM::es6-promise:3.3.1", "NPM::esbuild:0.17.19", "NPM::esm-env:1.0.0", "NPM::estree-walker:3.0.3", "NPM::fast-glob:3.3.0", "NPM::fastq:1.15.0", "NPM::fill-range:7.0.1", "NPM::fs.realpath:1.0.0", "NPM::fsevents:2.3.2", "NPM::glob-parent:5.1.2", "NPM::glob:7.2.3", "NPM::graceful-fs:4.2.11", "NPM::import-fresh:3.3.0", "NPM::import-meta-resolve:3.0.0", "NPM::inflight:1.0.6", "NPM::inherits:2.0.4", "NPM::is-binary-path:2.1.0", "NPM::is-extglob:2.1.1", "NPM::is-glob:4.0.3", "NPM::is-number:7.0.0", "NPM::is-reference:3.0.1", "NPM::kleur:4.1.5", "NPM::locate-character:3.0.0", "NPM::magic-string:0.30.1", "NPM::mdn-data:2.0.30", "NPM::merge2:1.4.1", "NPM::micromatch:4.0.5", "NPM::mime:3.0.0", "NPM::min-indent:1.0.1", "NPM::minimatch:3.1.2", "NPM::minimist:1.2.8", "NPM::mkdirp:0.5.6", "NPM::mri:1.2.0", "NPM::mrmime:1.0.1", "NPM::ms:2.1.2", "NPM::nanoid:3.3.6", "NPM::normalize-path:3.0.0", "NPM::once:1.4.0", "NPM::parent-module:1.0.1", "NPM::path-is-absolute:1.0.1", "NPM::periscopic:3.1.0", "NPM::picocolors:1.0.0", "NPM::picomatch:2.3.1", "NPM::postcss:8.4.24", "NPM::queue-microtask:1.2.3", "NPM::readdirp:3.6.0", "NPM::resolve-from:4.0.0", "NPM::reusify:1.0.4", "NPM::rimraf:2.7.1", "NPM::rollup:3.26.1", "NPM::run-parallel:1.2.0", "NPM::sade:1.8.1", "NPM::sander:0.5.1", "NPM::set-cookie-parser:2.6.0", "NPM::sirv:2.0.3", "NPM::sorcery:0.11.0", "NPM::source-map-js:1.0.2", "NPM::streamsearch:1.1.0", "NPM::strip-indent:3.0.0", "NPM::svelte-check:3.4.4", "NPM::svelte-hmr:0.15.2", "NPM::svelte-preprocess:5.0.4", "NPM::svelte:4.0.4", "NPM::to-regex-range:5.0.1", "NPM::totalist:3.0.1", "NPM::typescript:5.1.6", "NPM::undici:5.22.1", "NPM::vite:4.3.9", "NPM::vitefu:0.2.4", "NPM::wrappy:1.0.2", "NPM:@ampproject:remapping:2.2.1", "NPM:@esbuild:darwin-arm64:0.17.19", "NPM:@fontsource:fira-mono:4.5.10", "NPM:@jridgewell:gen-mapping:0.3.3", "NPM:@jridgewell:resolve-uri:3.1.0", "NPM:@jridgewell:set-array:1.1.2", "NPM:@jridgewell:sourcemap-codec:1.4.15", "NPM:@jridgewell:trace-mapping:0.3.18", "NPM:@neoconfetti:svelte:1.0.0", "NPM:@nodelib:fs.scandir:2.1.5", "NPM:@nodelib:fs.stat:2.0.5", "NPM:@nodelib:fs.walk:1.2.8", "NPM:@polka:url:1.0.0-next.21", "NPM:@sveltejs:adapter-auto:2.1.0", "NPM:@sveltejs:kit:1.22.0", "NPM:@sveltejs:vite-plugin-svelte-inspector:1.0.3", "NPM:@sveltejs:vite-plugin-svelte:2.4.2", "NPM:@types:cookie:0.5.1", "NPM:@types:estree:1.0.1", "NPM:@types:pug:2.0.6" ],
"scopes" : {
":test-oss-analyzer:0.0.1:devDependencies" : [ {
"root" : 80
}, {
"root" : 83
}, {
"root" : 86
}, {
"root" : 88
}, {
"root" : 93
}, {
"root" : 99
}, {
"root" : 104
}, {
"root" : 105
}, {
"root" : 108
} ]
},
"nodes" : [ {
"pkg" : 53
}, {
"pkg" : 72
}, {
"pkg" : 97
}, {
"pkg" : 95
}, {
"pkg" : 98
}, {
"pkg" : 57
}, {
"pkg" : 63
}, {
"pkg" : 1
}, {
"pkg" : 40
}, {
"pkg" : 84
}, {
"pkg" : 27
}, {
"pkg" : 7
}, {
"pkg" : 38
}, {
"pkg" : 39
}, {
"pkg" : 30
}, {
"pkg" : 5
}, {
"pkg" : 37
}, {
"pkg" : 66
}, {
"pkg" : 29
}, {
"pkg" : 11
}, {
"pkg" : 101
}, {
"pkg" : 65
}, {
"pkg" : 71
}, {
"pkg" : 100
}, {
"pkg" : 68
}, {
"pkg" : 26
}, {
"pkg" : 102
}, {
"pkg" : 46
}, {
"pkg" : 47
}, {
"pkg" : 25
}, {
"pkg" : 10
}, {
"pkg" : 59
}, {
"pkg" : 67
}, {
"pkg" : 33
}, {
"pkg" : 62
}, {
"pkg" : 44
}, {
"pkg" : 110
}, {
"pkg" : 19
}, {
"pkg" : 8
}, {
"pkg" : 51
}, {
"pkg" : 21
}, {
"pkg" : 52
}, {
"pkg" : 28
}, {
"pkg" : 90
}, {
"pkg" : 58
}, {
"pkg" : 35
}, {
"pkg" : 36
}, {
"pkg" : 4
}, {
"pkg" : 13
}, {
"pkg" : 6
}, {
"pkg" : 50
}, {
"pkg" : 60
}, {
"pkg" : 31
}, {
"pkg" : 69
}, {
"pkg" : 32
}, {
"pkg" : 73
}, {
"pkg" : 76
}, {
"pkg" : 49
}, {
"pkg" : 79
}, {
"pkg" : 82
}, {
"pkg" : 86
}, {
"pkg" : 80
}, {
"pkg" : 96
}, {
"pkg" : 94
}, {
"pkg" : 91
}, { }, {
"pkg" : 18
}, {
"pkg" : 2
}, {
"pkg" : 3
}, {
"pkg" : 109
}, {
"pkg" : 24
}, {
"pkg" : 41
}, {
"pkg" : 61
}, {
"pkg" : 12
}, {
"pkg" : 45
}, {
"pkg" : 77
}, {
"pkg" : 15
}, {
"pkg" : 43
}, {
"pkg" : 83
}, {
"pkg" : 92
}, {
"pkg" : 22
}, {
"pkg" : 56
}, {
"pkg" : 64
}, {
"pkg" : 70
}, {
"pkg" : 88
}, {
"pkg" : 93
}, {
"pkg" : 99
}, {
"pkg" : 34
}, {
"pkg" : 104
}, {
"pkg" : 55
}, {
"pkg" : 16
}, {
"pkg" : 17
}, {
"pkg" : 42
}, {
"pkg" : 81
}, {
"pkg" : 89
}, {
"pkg" : 106
}, {
"pkg" : 107
}, {
"pkg" : 108
}, {
"pkg" : 14
}, {
"pkg" : 20
}, {
"pkg" : 23
}, {
"pkg" : 48
}, {
"pkg" : 74
}, {
"pkg" : 103
}, {
"pkg" : 54
}, {
"pkg" : 85
}, {
"pkg" : 75
}, {
"pkg" : 78
}, {
"pkg" : 9
}, {
"pkg" : 87
}, {
"pkg" : 105
} ],
"edges" : [ {
"from" : 1,
"to" : 0
}, {
"from" : 4,
"to" : 2
}, {
"from" : 4,
"to" : 3
}, {
"from" : 7,
"to" : 5
}, {
"from" : 7,
"to" : 6
}, {
"from" : 9,
"to" : 8
}, {
"from" : 10,
"to" : 9
}, {
"from" : 11,
"to" : 10
}, {
"from" : 13,
"to" : 12
}, {
"from" : 14,
"to" : 13
}, {
"from" : 16,
"to" : 15
}, {
"from" : 17,
"to" : 6
}, {
"from" : 19,
"to" : 7
}, {
"from" : 19,
"to" : 5
}, {
"from" : 19,
"to" : 11
}, {
"from" : 19,
"to" : 14
}, {
"from" : 19,
"to" : 13
}, {
"from" : 19,
"to" : 16
}, {
"from" : 19,
"to" : 17
}, {
"from" : 19,
"to" : 18
}, {
"from" : 22,
"to" : 21
}, {
"from" : 23,
"to" : 20
}, {
"from" : 23,
"to" : 22
}, {
"from" : 25,
"to" : 24
}, {
"from" : 26,
"to" : 23
}, {
"from" : 26,
"to" : 25
}, {
"from" : 28,
"to" : 6
}, {
"from" : 28,
"to" : 11
}, {
"from" : 29,
"to" : 14
}, {
"from" : 29,
"to" : 20
}, {
"from" : 29,
"to" : 26
}, {
"from" : 29,
"to" : 27
}, {
"from" : 29,
"to" : 28
}, {
"from" : 31,
"to" : 30
}, {
"from" : 33,
"to" : 31
}, {
"from" : 33,
"to" : 32
}, {
"from" : 35,
"to" : 2
}, {
"from" : 41,
"to" : 39
}, {
"from" : 44,
"to" : 43
}, {
"from" : 45,
"to" : 44
}, {
"from" : 45,
"to" : 43
}, {
"from" : 49,
"to" : 47
}, {
"from" : 49,
"to" : 48
}, {
"from" : 50,
"to" : 49
}, {
"from" : 52,
"to" : 42
}, {
"from" : 52,
"to" : 45
}, {
"from" : 52,
"to" : 44
}, {
"from" : 52,
"to" : 46
}, {
"from" : 52,
"to" : 50
}, {
"from" : 52,
"to" : 51
}, {
"from" : 53,
"to" : 52
}, {
"from" : 55,
"to" : 40
}, {
"from" : 55,
"to" : 41
}, {
"from" : 55,
"to" : 53
}, {
"from" : 55,
"to" : 54
}, {
"from" : 56,
"to" : 2
}, {
"from" : 56,
"to" : 38
}, {
"from" : 56,
"to" : 39
}, {
"from" : 56,
"to" : 55
}, {
"from" : 58,
"to" : 57
}, {
"from" : 59,
"to" : 35
}, {
"from" : 59,
"to" : 36
}, {
"from" : 59,
"to" : 37
}, {
"from" : 59,
"to" : 56
}, {
"from" : 59,
"to" : 58
}, {
"from" : 61,
"to" : 1
}, {
"from" : 61,
"to" : 4
}, {
"from" : 61,
"to" : 19
}, {
"from" : 61,
"to" : 29
}, {
"from" : 61,
"to" : 33
}, {
"from" : 61,
"to" : 34
}, {
"from" : 61,
"to" : 59
}, {
"from" : 61,
"to" : 60
}, {
"from" : 63,
"to" : 4
}, {
"from" : 63,
"to" : 2
}, {
"from" : 63,
"to" : 62
}, {
"from" : 64,
"to" : 4
}, {
"from" : 64,
"to" : 63
}, {
"from" : 67,
"to" : 66
}, {
"from" : 68,
"to" : 66
}, {
"from" : 70,
"to" : 69
}, {
"from" : 71,
"to" : 69
}, {
"from" : 72,
"to" : 69
}, {
"from" : 72,
"to" : 70
}, {
"from" : 72,
"to" : 71
}, {
"from" : 73,
"to" : 2
}, {
"from" : 73,
"to" : 65
}, {
"from" : 73,
"to" : 69
}, {
"from" : 73,
"to" : 70
}, {
"from" : 73,
"to" : 72
}, {
"from" : 76,
"to" : 74
}, {
"from" : 76,
"to" : 75
}, {
"from" : 78,
"to" : 4
}, {
"from" : 78,
"to" : 2
}, {
"from" : 78,
"to" : 35
}, {
"from" : 78,
"to" : 64
}, {
"from" : 78,
"to" : 65
}, {
"from" : 78,
"to" : 67
}, {
"from" : 78,
"to" : 68
}, {
"from" : 78,
"to" : 73
}, {
"from" : 78,
"to" : 70
}, {
"from" : 78,
"to" : 72
}, {
"from" : 78,
"to" : 71
}, {
"from" : 78,
"to" : 76
}, {
"from" : 78,
"to" : 77
}, {
"from" : 80,
"to" : 79
}, {
"from" : 82,
"to" : 34
}, {
"from" : 82,
"to" : 75
}, {
"from" : 82,
"to" : 81
}, {
"from" : 83,
"to" : 18
}, {
"from" : 84,
"to" : 18
}, {
"from" : 84,
"to" : 80
}, {
"from" : 84,
"to" : 82
}, {
"from" : 84,
"to" : 83
}, {
"from" : 88,
"to" : 87
}, {
"from" : 90,
"to" : 89
}, {
"from" : 95,
"to" : 90
}, {
"from" : 96,
"to" : 35
}, {
"from" : 96,
"to" : 90
}, {
"from" : 96,
"to" : 91
}, {
"from" : 96,
"to" : 92
}, {
"from" : 96,
"to" : 93
}, {
"from" : 96,
"to" : 94
}, {
"from" : 96,
"to" : 95
}, {
"from" : 106,
"to" : 103
}, {
"from" : 106,
"to" : 104
}, {
"from" : 106,
"to" : 105
}, {
"from" : 108,
"to" : 107
}, {
"from" : 109,
"to" : 108
}, {
"from" : 110,
"to" : 1
}, {
"from" : 110,
"to" : 35
}, {
"from" : 110,
"to" : 96
}, {
"from" : 110,
"to" : 92
}, {
"from" : 110,
"to" : 97
}, {
"from" : 110,
"to" : 98
}, {
"from" : 110,
"to" : 99
}, {
"from" : 110,
"to" : 100
}, {
"from" : 110,
"to" : 101
}, {
"from" : 110,
"to" : 102
}, {
"from" : 110,
"to" : 106
}, {
"from" : 110,
"to" : 109
} ]
},
"Unmanaged" : {
"nodes" : [ ],
"edges" : [ ]
}
}
}
},
"scanner" : null,
"advisor" : null,
"evaluator" : null,
"resolved_configuration" : {
"package_curations" : [ {
"provider" : {
"id" : "DefaultDir"
},
"curations" : [ ]
}, {
"provider" : {
"id" : "DefaultFile"
},
"curations" : [ ]
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment