@cyclonedx/yarn-plugin-cyclonedx
Version:
Create CycloneDX Software Bill of Materials (SBOM) from yarn projects.
91 lines • 2.1 kB
JSON
{
"name": "@cyclonedx/yarn-plugin-cyclonedx",
"version": "3.0.0",
"description": "Create CycloneDX Software Bill of Materials (SBOM) from yarn projects.",
"license": "Apache-2.0",
"keywords": [
"CycloneDX",
"SBOM",
"BOM",
"inventory",
"bill-of-materials",
"software-bill-of-materials",
"component",
"dependency",
"package-url",
"PURL",
"spdx",
"node",
"yarn"
],
"homepage": "https://github.com/CycloneDX/cyclonedx-node-yarn#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CycloneDX/cyclonedx-node-yarn.git"
},
"bugs": {
"url": "https://github.com/CycloneDX/cyclonedx-node-yarn/issues"
},
"funding": [
{
"type": "individual",
"url": "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX"
}
],
"author": {
"name": "Jan Kowalleck",
"url": "https://github.com/jkowalleck"
},
"contributors": [
{
"name": "Jan Kowalleck",
"url": "https://github.com/jkowalleck"
},
{
"name": "Augustus Kling",
"url": "https://github.com/AugustusKling"
}
],
"maintainers": [
{
"name": "Jan Kowalleck",
"url": "https://github.com/jkowalleck"
}
],
"devDependencies": {
"@cyclonedx/cyclonedx-library": "8.0.0",
"@yarnpkg/cli": "^4",
"@yarnpkg/core": "^4",
"@yarnpkg/fslib": "^3",
"@yarnpkg/plugin-git": "^3",
"clipanion": "^4.0.0-rc.2",
"hosted-git-info": "8.0.2",
"normalize-package-data": "7.0.0",
"typanion": "^3.14.0",
"xmlbuilder2": "3.1.1"
},
"type": "commonjs",
"engines": {
"yarn": ">=4",
"node": ">=20.18.0"
},
"directories": {},
"bin": {
"cyclonedx-yarn": "bin/cyclonedx-yarn-cli.js"
},
"main": "./yarn-plugin-cyclonedx.cjs",
"exports": "./index.js",
"files": [
"/README.md",
"/LICENSE",
"/NOTICE",
"/index.js",
"/yarn-plugin-cyclonedx.cjs",
"/bin/cyclonedx-yarn-cli.js"
],
"publishConfig": {
"provenance": true
},
"preferUnplugged": true,
"packageManager": "yarn@4.7.0"
}