What Grows in Your Dependencies
An SBOM is a Software Bill of Materials -- a complete inventory of every component that constitutes a piece of software. Think of it as a botanical catalogue for code: every library, every framework, every utility function is a specimen to be identified, classified, and understood.
Just as an ecologist must know every species in an ecosystem to understand its health, a software team must know every dependency to understand its security, compliance, and resilience.
{ "name": "express", "version": "4.18.2", "license": "MIT" }
cf. Linnaeus, but for npm packages.