UNPKG

@cyclonedx/cdxgen

Version:

Creates CycloneDX Software Bill of Materials (SBOM) from source or container image

151 lines 4.16 kB
{ "name": "@cyclonedx/cdxgen", "version": "11.3.2", "description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image", "homepage": "http://github.com/cyclonedx/cdxgen", "author": "Prabhu Subramanian <prabhu@appthreat.com>", "license": "Apache-2.0", "keywords": [ "sbom", "bom", "inventory", "spdx", "package-url", "purl", "owasp", "component", "dependency", "appsec", "scrm" ], "contributors": [ { "name": "Erlend Oftedal" }, { "name": "Steve Springett", "email": "steve.springett@owasp.org", "url": "https://about.me/stevespringett" }, { "name": "Prabhu Subramanian", "url": "https://github.com/prabhu" }, { "name": "Adam Setch", "url": "https://github.com/setchy" }, { "name": "Roland Asmann", "url": "https://github.com/malice00" } ], "type": "module", "exports": { "import": "./lib/cli/index.js", "types": "./types/lib/cli/index.d.ts", "require": "./index.cjs" }, "types": "./types/lib/cli/index.d.ts", "bin": { "cdxgen": "bin/cdxgen.js", "cdxgen-secure": "bin/cdxgen.js", "obom": "bin/cdxgen.js", "cbom": "bin/cdxgen.js", "saasbom": "bin/cdxgen.js", "cdxi": "bin/repl.js", "evinse": "bin/evinse.js", "cdx-verify": "bin/verify.js" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/CycloneDX/cdxgen.git" }, "bugs": { "url": "https://github.com/cyclonedx/cdxgen/issues" }, "lint-staged": { "*": "biome check --fix --no-errors-on-unmatched" }, "dependencies": { "@babel/parser": "^7.27.2", "@babel/traverse": "^7.27.1", "@iarna/toml": "2.2.5", "@npmcli/arborist": "^9.1.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "cheerio": "^1.0.0", "edn-data": "1.1.2", "find-up": "7.0.0", "glob": "^11.0.2", "global-agent": "^3.0.0", "got": "^14.4.7", "iconv-lite": "^0.6.3", "jws": "^4.0.0", "node-stream-zip": "^1.15.0", "packageurl-js": "1.0.2", "prettify-xml": "^1.2.0", "properties-reader": "^2.3.0", "semver": "^7.7.1", "ssri": "^12.0.0", "table": "^6.9.0", "tar": "^7.4.3", "uuid": "^11.0.2", "validate-iri": "^1.0.1", "xml-js": "^1.6.11", "yaml": "^2.8.0", "yargs": "^17.7.2", "yoctocolors": "^2.1.1" }, "optionalDependencies": { "@appthreat/atom": "2.2.3", "@appthreat/cdx-proto": "1.0.1", "@cyclonedx/cdxgen-plugins-bin": "1.6.11", "@cyclonedx/cdxgen-plugins-bin-linux-arm": "1.6.11", "@cyclonedx/cdxgen-plugins-bin-linux-amd64": "1.6.11", "@cyclonedx/cdxgen-plugins-bin-linux-arm64": "1.6.11", "@cyclonedx/cdxgen-plugins-bin-darwin-amd64": "1.6.11", "@cyclonedx/cdxgen-plugins-bin-darwin-arm64": "1.6.11", "@cyclonedx/cdxgen-plugins-bin-linux-ppc64": "1.6.11", "@cyclonedx/cdxgen-plugins-bin-windows-amd64": "1.6.11", "@cyclonedx/cdxgen-plugins-bin-windows-arm64": "1.6.11", "body-parser": "^2.2.0", "compression": "^1.7.5", "connect": "^3.7.0", "jsonata": "^2.0.6", "sequelize": "^6.37.7", "sqlite3": "^5.1.7" }, "files": [ "*.js", "lib/**", "bin/", "data/", "types/", "index.cjs" ], "devDependencies": { "@biomejs/biome": "1.9.4", "jest": "^29.7.0", "typescript": "^5.8.3" }, "overrides": { "jwa": "^2.0.1", "glob": "^11.0.2", "node-gyp": "^10.2.0", "prebuild": "^13.0.0", "pacote": "^20.0.0", "negotiator": "^0.6.4" }, "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --inject-globals false lib/managers/docker.test.js lib/helpers/utils.test.js lib/helpers/display.test.js lib/stages/postgen/postgen.test.js lib/evinser/swiftsem.test.js", "watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch --inject-globals false", "lint:check": "biome check", "lint": "biome check --fix", "lint:errors": "biome check --diagnostic-level=error", "gen-types": "npx -p typescript tsc" } }