UNPKG

@cyclonedx/yarn-plugin-cyclonedx

Version:

Create CycloneDX Software Bill of Materials (SBOM) from yarn projects.

137 lines 3.45 kB
{ "name": "@cyclonedx/yarn-plugin-cyclonedx", "version": "3.3.1", "description": "Create CycloneDX Software Bill of Materials (SBOM) from yarn projects.", "license": "Apache-2.0", "keywords": [ "yarn", "plugin", "yarn-plugin", "CycloneDX", "SBOM", "BOM", "inventory", "bill-of-materials", "software-bill-of-materials", "component", "dependency", "package-url", "PURL", "spdx" ], "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-esbuild": "1.1.1", "@cyclonedx/cyclonedx-library": "10.0.0", "@eslint/js": "9.39.4", "@types/hosted-git-info": "^3.0.5", "@types/mocha": "^10.0.6", "@types/node": "ts5.8", "@types/normalize-package-data": "^2.4.4", "@types/spdx-expression-parse": "^3.0.5", "@yarnpkg/builder": "4.2.3", "@yarnpkg/cli": "^4", "@yarnpkg/core": "^4", "@yarnpkg/fslib": "^3", "@yarnpkg/plugin-git": "^3", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "ajv-formats-draft2019": "^1.6.1", "c8": "^11.0.0", "clipanion": "^4.0.0-rc.2", "eslint": "9.39.4", "eslint-config-love": "134.0.0", "eslint-import-resolver-node": "^0.3.9", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsdoc": "61.7.1", "eslint-plugin-license-header": "0.9.0", "eslint-plugin-n": "17.24.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-tsdoc": "0.5.2", "globals": "^17.0.0", "hosted-git-info": "9.0.2", "knip": "5.86.0", "libxmljs2": "^0.35||^0.37", "mkdirp": "^3.0.1", "mocha": "11.7.5", "neostandard": "0.13.0", "normalize-package-data": "8.0.0", "npm-run-all2": "^8.0.0", "packageurl-js": "2.0.1", "rimraf": "^6.0.1", "spdx-expression-parse": "4.0.0", "typanion": "^3.14.0", "typescript": "5.9.3", "typescript-eslint": "8.56.1", "xmlbuilder2": "4.0.3" }, "type": "commonjs", "engines": { "yarn": ">=4", "node": ">=20.18.0" }, "devEngines": { "runtime": { "name": "node", "onFail": "error" }, "packageManager": { "name": "yarn", "onFail": "error" } }, "directories": {}, "bin": { "cyclonedx-yarn": "bin/cyclonedx-yarn-cli.js" }, "main": "./yarn-plugin-cyclonedx.cjs", "exports": "./index.js", "files": [ "/index.js", "/yarn-plugin-cyclonedx.cjs", "/bin/cyclonedx-yarn-cli.js", "/README.md", "/LICENSE", "/NOTICE", "/bom.json" ], "publishConfig": { "provenance": true }, "preferUnplugged": true, "packageManager": "yarn@4.12.0" }